We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a070fd commit 5734519Copy full SHA for 5734519
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@uniswap/default-token-list",
3
- "version": "13.36.0",
+ "version": "13.37.0",
4
"description": "The Uniswap default token list",
5
"main": "build/uniswap-default.tokenlist.json",
6
"scripts": {
src/tokens/arbitrum.json
@@ -70,5 +70,13 @@
70
"symbol": "K",
71
"decimals": 18,
72
"logoURI": "https://assets.coingecko.com/coins/images/54964/standard/k200.png?1742894885"
73
+ },
74
+ {
75
+ "chainId": 42161,
76
+ "address": "0x1337420dED5ADb9980CFc35f8f2B054ea86f8aB1",
77
+ "name": "SQD",
78
+ "symbol": "SQD",
79
+ "decimals": 18,
80
+ "logoURI": "https://assets.coingecko.com/coins/images/37869/standard/New_Logo_SQD_Icon.png?1720048443"
81
}
82
]
0 commit comments