From 4e69cff43997c98e6ac966d7b420d9baccd7fbce Mon Sep 17 00:00:00 2001 From: kylehornberg <43834678+kylehornberg@users.noreply.github.com> Date: Thu, 31 Mar 2022 09:18:29 +1000 Subject: [PATCH] Update CAN BEP20 json.info token details (#19353) * Update BEP20 json.info token details The BEP20 token name was incorrect and the description field was empty. * Update website to CanWork.io Second edit for website (CanWork.io) json.info --- .../0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56/info.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/blockchains/smartchain/assets/0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56/info.json b/blockchains/smartchain/assets/0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56/info.json index 4626143dd..af1ad2f05 100644 --- a/blockchains/smartchain/assets/0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56/info.json +++ b/blockchains/smartchain/assets/0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56/info.json @@ -1,11 +1,11 @@ { - "name": "Canyz", + "name": "CanYaCoin", "type": "BEP20", "symbol": "CAN", "decimals": 18, - "website": "https://canya.io/", - "description": "-", + "website": "https://canwork.io/", + "description": "CanYaCoin (CAN) is the BEP20 asset for the CanWork ecosystem", "explorer": "https://bscscan.com/token/0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56", "status": "active", "id": "0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56" -} \ No newline at end of file +}