Skip to content

Commit

Permalink
update addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettparris committed Aug 11, 2023
1 parent 9d64f26 commit 489978c
Showing 1 changed file with 12 additions and 21 deletions.
33 changes: 12 additions & 21 deletions src/tokens/devnet/defaultTokenList.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tokens": [
{
"chainId": 2061,
"address": "0x459C653FaAE6E13b59cf8E005F5f709C7b2c2EB4",
"address": "0x3ec00748B5849013011618D42Ed7F3024736E2b5",
"symbol": "WBERA",
"name": "Wrapped Bera",
"decimals": 18,
Expand All @@ -29,11 +29,11 @@
},
{
"chainId": 2061,
"address": "0x5793a71D3eF074f71dCC21216Dbfd5C0e780132c",
"symbol": "DEEZ",
"name": "Deez Nuts",
"address": "0x0EFa8dc7BbAf439095fc690b723c242c3CA36BB1",
"symbol": "EVMOS",
"name": "EVMOS",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/15967/small/deeznuts200x200.png?1622520597",
"logoURI": "https://assets.coingecko.com/coins/images/24023/small/evmos.png?1653958927",
"tags": []
},
{
Expand All @@ -53,32 +53,23 @@
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/berachain/default-token-list/main/src/assets/honey.png",
"tags": ["stablecoin", "featured"]
},
{
"chainId": 2061,
"address": "0x0422409A87E116bB59f317B4A9e3e87a09E3D8Cc",
"symbol": "EVMOS",
"name": "EVMOS",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/24023/small/evmos.png?1653958927",
"tags": ["featured"]
}
}
],
"tokenMap": {
"0x459C653FaAE6E13b59cf8E005F5f709C7b2c2EB4": {
"0x3ec00748B5849013011618D42Ed7F3024736E2b5": {
"chainId": 2061,
"address": "0x459C653FaAE6E13b59cf8E005F5f709C7b2c2EB4",
"address": "0x3ec00748B5849013011618D42Ed7F3024736E2b5",
"symbol": "WBERA",
"name": "Wrapped Bera",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/berachain/default-token-list/main/src/assets/bera.png",
"tags": ["featured"]
},
"0x5793a71D3eF074f71dCC21216Dbfd5C0e780132c": {
"0x0EFa8dc7BbAf439095fc690b723c242c3CA36BB1": {
"chainId": 2061,
"address": "0x5793a71D3eF074f71dCC21216Dbfd5C0e780132c",
"symbol": "DEEZ",
"name": "Deez Nuts",
"address": "0x0EFa8dc7BbAf439095fc690b723c242c3CA36BB1",
"symbol": "EVMOS",
"name": "EVMOS",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/15967/small/deeznuts200x200.png?1622520597",
"tags": []
Expand Down

0 comments on commit 489978c

Please sign in to comment.