Skip to content

Commit

Permalink
tokens(arbitrum): add DeFAI, OVER, GMB (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryQW authored Jan 13, 2025
1 parent ad1d851 commit d6621a0
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
Binary file added src/assets/defai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/gameboi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/overlord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions src/tokens/arbitrum-one.json
Original file line number Diff line number Diff line change
Expand Up @@ -2082,5 +2082,43 @@
"logoURI": "BASE_URL/assets/o3.png",
"decimals": 18,
"quote": "other"
},
{
"chainId": 42161,
"symbol": "OVER",
"name": "Overlord",
"address": "0xF6eB7A9799F6680C320e79D0FB35E842D54D38CE",
"logoURI": "BASE_URL/assets/overlord.png",
"decimals": 18,
"quote": "other",
"intermediaryTokens": [
"0x13ad3f1150db0e1e05fd32bDEeB7C110ee023de6"
]
},
{
"chainId": 42161,
"symbol": "GMB",
"name": "Gameboi",
"address": "0xA0C8D91B6dcE36F6deeADF716ab02bC539d9beBF",
"logoURI": "BASE_URL/assets/gameboi.png",
"decimals": 18,
"quote": "other",
"intermediaryTokens": [
"0x13ad3f1150db0e1e05fd32bDEeB7C110ee023de6"
]
}
,
{
"chainId": 42161,
"symbol": "DeFAI",
"name": "AISweatShop",
"address": "0x13ad3f1150db0e1e05fd32bDEeB7C110ee023de6",
"logoURI": "BASE_URL/assets/defai.png",
"decimals": 18,
"quote": "other",
"intermediaryTokens": [
"0xF6eB7A9799F6680C320e79D0FB35E842D54D38CE",
"0xA0C8D91B6dcE36F6deeADF716ab02bC539d9beBF"
]
}
]

0 comments on commit d6621a0

Please sign in to comment.