diff --git a/src/agents/clara/echo.json b/src/agents/clara/echo.json index 2ea067d..fd5ba7c 100644 --- a/src/agents/clara/echo.json +++ b/src/agents/clara/echo.json @@ -13,5 +13,6 @@ "twitter": "https://x.com/clara_echo" }, "name": "Clara", + "slug": "clara", "verified": true } diff --git a/src/agents/derp/echo.json b/src/agents/derp/echo.json index 92f36df..e979079 100644 --- a/src/agents/derp/echo.json +++ b/src/agents/derp/echo.json @@ -13,5 +13,6 @@ "twitter": "https://x.com/derp_echo" }, "name": "Derp", + "slug": "derp", "verified": true } diff --git a/src/agents/hal/echo.json b/src/agents/hal/echo.json index cdcae90..958691d 100644 --- a/src/agents/hal/echo.json +++ b/src/agents/hal/echo.json @@ -13,5 +13,6 @@ "twitter": "https://x.com/hal_echo" }, "name": "Hal", + "slug": "hal", "verified": true } diff --git a/src/agents/vito/echo.json b/src/agents/vito/echo.json index 4394031..3cea47d 100644 --- a/src/agents/vito/echo.json +++ b/src/agents/vito/echo.json @@ -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 -} \ No newline at end of file + }, + "name": "Vito \"the Don\"", + "slug": "vito", + "verified": true +} diff --git a/src/echo.schema.json b/src/echo.schema.json index d85453c..141a27d 100644 --- a/src/echo.schema.json +++ b/src/echo.schema.json @@ -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"