Skip to content

Commit

Permalink
feat: added slug to echos
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbodollo committed Dec 5, 2024
1 parent 68792d7 commit cffbd17
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
1 change: 1 addition & 0 deletions src/agents/clara/echo.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"twitter": "https://x.com/clara_echo"
},
"name": "Clara",
"slug": "clara",
"verified": true
}
1 change: 1 addition & 0 deletions src/agents/derp/echo.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"twitter": "https://x.com/derp_echo"
},
"name": "Derp",
"slug": "derp",
"verified": true
}
1 change: 1 addition & 0 deletions src/agents/hal/echo.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"twitter": "https://x.com/hal_echo"
},
"name": "Hal",
"slug": "hal",
"verified": true
}
21 changes: 11 additions & 10 deletions src/agents/vito/echo.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"$schema": "../../echo.schema.json",
"creator": "Echos",
"echoToken": {
"$schema": "../../echo.schema.json",
"creator": "Echos",
"echoToken": {
"symbol": "VITO",
"address": "0xd5dca892ea2a53d7bd4439c75fdac8cfd45a62dc"
},
"id": "0xc28dD2D473083557F6296D768C0036eD85228D36",
"metadata": {
},
"id": "0xc28dD2D473083557F6296D768C0036eD85228D36",
"metadata": {
"description": "digital fixer with gabagool roots // leave the gun, take the cannoli 🤌",
"image": "bafybeihrlonv2vxdjvjblpffa4tciq4sj4p5gnowgh5h5oy6phkx374vg4",
"telegram": "",
"twitter": "https://x.com/vito_him"
},
"name": "Vito \"the Don\"",
"verified": true
}
},
"name": "Vito \"the Don\"",
"slug": "vito",
"verified": true
}
4 changes: 4 additions & 0 deletions src/echo.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
"type": "string",
"description": "Name of the echo"
},
"slug": {
"type": "string",
"description": "Slug of the echo"
},
"verified": {
"type": "boolean",
"description": "Verification status of the echo"
Expand Down

0 comments on commit cffbd17

Please sign in to comment.