diff --git a/blockchains/ronin/assets/0x97a9107C1793BC407d6F527b77e7fff4D812bece/info.json b/blockchains/ronin/assets/0x97a9107C1793BC407d6F527b77e7fff4D812bece/info.json new file mode 100644 index 000000000..8b74d56f8 --- /dev/null +++ b/blockchains/ronin/assets/0x97a9107C1793BC407d6F527b77e7fff4D812bece/info.json @@ -0,0 +1,12 @@ +{ + "name": "Axie Infinity Shard", + "website": "https://axieinfinity.com", + "description": "Axie Infinity Shards are Axie Infinity's governance token.", + "explorer": "https://explorer.roninchain.com/token/ronin:0x97a9107C1793BC407d6F527b77e7fff4D812bece", + "research": "https://research.binance.com/en/projects/axie-infinity", + "type": "RONIN", + "symbol": "AXS", + "decimals": 18, + "status": "active", + "id": "0x97a9107C1793BC407d6F527b77e7fff4D812bece" +} \ No newline at end of file diff --git a/blockchains/ronin/assets/0x97a9107C1793BC407d6F527b77e7fff4D812bece/logo.png b/blockchains/ronin/assets/0x97a9107C1793BC407d6F527b77e7fff4D812bece/logo.png new file mode 100644 index 000000000..73d60607c Binary files /dev/null and b/blockchains/ronin/assets/0x97a9107C1793BC407d6F527b77e7fff4D812bece/logo.png differ diff --git a/blockchains/ronin/assets/0xa8754b9Fa15fc18BB59458815510E40a12cD2014/info.json b/blockchains/ronin/assets/0xa8754b9Fa15fc18BB59458815510E40a12cD2014/info.json new file mode 100644 index 000000000..0a8617c6a --- /dev/null +++ b/blockchains/ronin/assets/0xa8754b9Fa15fc18BB59458815510E40a12cD2014/info.json @@ -0,0 +1,12 @@ +{ + "name": "Smooth Love Potion", + "website": "https://axieinfinity.com", + "description": "Smooth Love Potion (SLP) is an ERC-20 token on the Axie Infinity platform that is used to breed new digital pets (Axies).", + "explorer": "https://explorer.roninchain.com/token/ronin:0xa8754b9Fa15fc18BB59458815510E40a12cD2014", + "research": "https://research.binance.com/en/projects/small-love-potion", + "type": "RONIN", + "symbol": "SLP", + "decimals": 0, + "status": "active", + "id": "0xa8754b9Fa15fc18BB59458815510E40a12cD2014" +} \ No newline at end of file diff --git a/blockchains/ronin/assets/0xa8754b9Fa15fc18BB59458815510E40a12cD2014/logo.png b/blockchains/ronin/assets/0xa8754b9Fa15fc18BB59458815510E40a12cD2014/logo.png new file mode 100644 index 000000000..ff2130064 Binary files /dev/null and b/blockchains/ronin/assets/0xa8754b9Fa15fc18BB59458815510E40a12cD2014/logo.png differ diff --git a/blockchains/ronin/assets/0xc99a6A985eD2Cac1ef41640596C5A5f9F4E19Ef5/info.json b/blockchains/ronin/assets/0xc99a6A985eD2Cac1ef41640596C5A5f9F4E19Ef5/info.json new file mode 100644 index 000000000..7cfbab456 --- /dev/null +++ b/blockchains/ronin/assets/0xc99a6A985eD2Cac1ef41640596C5A5f9F4E19Ef5/info.json @@ -0,0 +1,11 @@ +{ + "name": "Ronin Wrapped Ether", + "symbol": "WETH", + "type": "RONIN", + "decimals": 18, + "description": "-", + "website": "https://weth.io/", + "explorer": "https://explorer.roninchain.com/token/ronin:0xc99a6A985eD2Cac1ef41640596C5A5f9F4E19Ef5", + "status": "active", + "id": "0xc99a6A985eD2Cac1ef41640596C5A5f9F4E19Ef5" +} \ No newline at end of file diff --git a/blockchains/ronin/assets/0xc99a6A985eD2Cac1ef41640596C5A5f9F4E19Ef5/logo.png b/blockchains/ronin/assets/0xc99a6A985eD2Cac1ef41640596C5A5f9F4E19Ef5/logo.png new file mode 100644 index 000000000..bf957d38c Binary files /dev/null and b/blockchains/ronin/assets/0xc99a6A985eD2Cac1ef41640596C5A5f9F4E19Ef5/logo.png differ diff --git a/blockchains/ronin/info/info.json b/blockchains/ronin/info/info.json new file mode 100644 index 000000000..8a4ce33f8 --- /dev/null +++ b/blockchains/ronin/info/info.json @@ -0,0 +1,12 @@ +{ + "name": "Ronin", + "website": "https://skymavis.com", + "description": "Ronin unlocks explosive growth for Blockchain gaming and collectible projects.", + "explorer": "https://explorer.roninchain.com", + "research": "", + "symbol": "RON", + "type": "coin", + "decimals": 18, + "status": "active", + "links": [] +} \ No newline at end of file diff --git a/blockchains/ronin/info/logo.png b/blockchains/ronin/info/logo.png new file mode 100644 index 000000000..57289e434 Binary files /dev/null and b/blockchains/ronin/info/logo.png differ diff --git a/script/generic/asset-infos.ts b/script/generic/asset-infos.ts index 32bcba7fb..b0df5f4fb 100644 --- a/script/generic/asset-infos.ts +++ b/script/generic/asset-infos.ts @@ -223,6 +223,7 @@ export function chainFromAssetType(type: string): string { case "ARBITRUM": return "arbitrum"; case "FANTOM": return "fantom"; case "TERRA": return "terra"; + case "RONIN": return "ronin"; default: return ""; } } @@ -313,6 +314,8 @@ export function explorerUrl(chain: string, contract: string): string { return `https://ftmscan.com/token/${contract}` case "terra": return `https://finder.terra.money/columbus-4/${contract}` + case "ronin": + return `https://explorer.roninchain.com/token/ronin:${contract}` } } return "";