Created
November 7, 2020 02:01
-
-
Save tpmccallum/58f6a8a86ee6d6ca9b854bb36960a777 to your computer and use it in GitHub Desktop.
Balancer requires a list of token addresses
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tokens": { | |
"ether": { | |
"address": "ether", | |
"name": "Ether", | |
"symbol": "OETH", | |
"decimals": 18, | |
"precision": 4, | |
"hasIcon": true, | |
"logoUrl": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/info/logo.png" | |
}, | |
"0x61950E81019caDC560036125B262EF0CAa705896": { | |
"address": "0x61950E81019caDC560036125B262EF0CAa705896", | |
"name": "CLIMBING ROSE", | |
"symbol": "CLIM", | |
"decimals": 18, | |
"precision": 3, | |
"hasIcon": false, | |
"logoUrl": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/info/logo.png" | |
}, | |
"0x984718904f853A004F145d133dEAb0c1dE50466B": { | |
"address": "0x984718904f853A004F145d133dEAb0c1dE50466B", | |
"name": "ENGLISH ROSE", | |
"symbol": "ENGL", | |
"decimals": 18, | |
"precision": 4, | |
"hasIcon": false, | |
"logoUrl": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/info/logo.png" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment