Skip to content

Commit d32dcf6

Browse files
authored
feat: Add magic to arbritrum (#1714)
* magic * 11.11.0 * add image --------- Co-authored-by: Christos Gkolias <christos.gkolias@uniswap.org>
1 parent d9d9efe commit d32dcf6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uniswap/default-token-list",
3-
"version": "11.10.0",
3+
"version": "11.11.0",
44
"description": "The Uniswap default token list",
55
"main": "build/uniswap-default.tokenlist.json",
66
"scripts": {

src/tokens/arbitrum.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,13 @@
1414
"decimals": 18,
1515
"chainId": 42161,
1616
"logoURI": "https://assets.coingecko.com/coins/images/18323/large/arbit.png?1631532468"
17+
},
18+
{
19+
"name": "MAGIC",
20+
"address": "0x539bdE0d7Dbd336b79148AA742883198BBF60342",
21+
"symbol": "MAGIC",
22+
"decimals": 18,
23+
"chainId": 42161,
24+
"logoURI": "https://dynamic-assets.coinbase.com/30320a63f6038b944c9c0202fcb2392e6a1bd333814f74b4674774dd87f2d06d64fdd74c2f1ab4639917c75b749c323450408bec7a2737af8ae0c17871aa90de/asset_icons/98d278cda11639ed7449a0a3086cd2c83937ce71baf4ee43bb5b777423c00a75.png"
1725
}
1826
]

0 commit comments

Comments
 (0)