mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
put celo assets to correct location (#16426)
* Rename blockchains/celo/info/0x765DE816845861e75A25fCA122bb6898B8B1282a/info.json to blockchains/celo/assets/0x765DE816845861e75A25fCA122bb6898B8B1282a/info.json * move celo assets to correct location * Update asset-infos.ts * explorereUrl for celo chain * reverted changes done to asset-info * revert reverted changes done to asset-info
This commit is contained in:
parent
60a41f35c8
commit
29d6e481ab
|
@ -22,4 +22,4 @@
|
|||
"url": "https://github.com/celo-org/celo-monorepo"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.4 KiB |
|
@ -224,6 +224,7 @@ export function chainFromAssetType(type: string): string {
|
|||
case "FANTOM": return "fantom";
|
||||
case "TERRA": return "terra";
|
||||
case "RONIN": return "ronin";
|
||||
case "CELO": return "celo";
|
||||
default: return "";
|
||||
}
|
||||
}
|
||||
|
@ -316,7 +317,9 @@ export function explorerUrl(chain: string, contract: string): string {
|
|||
return `https://finder.terra.money/columbus-4/${contract}`
|
||||
case "ronin":
|
||||
return `https://explorer.roninchain.com/token/ronin:${contract}`
|
||||
}
|
||||
case "celo":
|
||||
return `https://explorer.bitquery.io/celo_rc1/token/${contract}`;
|
||||
}
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user