Skip to content

Commit d4ccfd2

Browse files
committed
Feat.: Add GHO, change USDS to MakerDao token. StableUSD has been renamed to Stably USD Classic (USDSC) and is no longer supported by the issuer. For more information, please refer to https://stably.io/usdsc
1 parent bf10c55 commit d4ccfd2

File tree

2 files changed

+37
-7
lines changed

2 files changed

+37
-7
lines changed

.husky/_/pre-commit

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
#!/usr/bin/env sh
2-
npm run format
3-
npm run check
4-
git add -A
5-
npm run validate
2+
. "$(dirname "$0")/h"

tokens/token-list.json

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4330,6 +4330,17 @@
43304330
"hash": "0x5BC7e5f0Ab8b2E10D2D0a3F21739FCe62459aeF3",
43314331
"chainId": 1
43324332
},
4333+
{
4334+
"id": "GHO-mainnet",
4335+
"name": "GHO",
4336+
"symbol": "GHO",
4337+
"decimals": 18,
4338+
"address": "0x40D16FC0246aD3160Ccc09B8D0D3A2cD28aE6C2f",
4339+
"network": "mainnet",
4340+
"type": "ERC20",
4341+
"hash": "0x40D16FC0246aD3160Ccc09B8D0D3A2cD28aE6C2f",
4342+
"chainId": 1
4343+
},
43334344
{
43344345
"id": "HYDRO-mainnet",
43354346
"name": "HYDRO",
@@ -5621,11 +5632,11 @@
56215632
"id": "USDS-mainnet",
56225633
"name": "USDS",
56235634
"symbol": "USDS",
5624-
"decimals": 6,
5625-
"address": "0xA4Bdb11dc0a2bEC88d24A3aa1E6Bb17201112eBe",
5635+
"decimals": 18,
5636+
"address": "0xdC035D45d973E3EC169d2276DDab16f1e407384F",
56265637
"network": "mainnet",
56275638
"type": "ERC20",
5628-
"hash": "0xA4Bdb11dc0a2bEC88d24A3aa1E6Bb17201112eBe",
5639+
"hash": "0xdC035D45d973E3EC169d2276DDab16f1e407384F",
56295640
"chainId": 1
56305641
},
56315642
{
@@ -7773,6 +7784,17 @@
77737784
"hash": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
77747785
"chainId": 10
77757786
},
7787+
{
7788+
"id": "USDS-optimism",
7789+
"name": "USDS",
7790+
"symbol": "USDS",
7791+
"decimals": 18,
7792+
"address": "0x4F13a96EC5C4Cf34e442b46Bbd98a0791F20edC3",
7793+
"network": "optimism",
7794+
"type": "ERC20",
7795+
"hash": "0x4F13a96EC5C4Cf34e442b46Bbd98a0791F20edC3",
7796+
"chainId": 10
7797+
},
77767798
{
77777799
"id": "USDC-multichain-moonbeam",
77787800
"name": "USDC-multichain",
@@ -7938,6 +7960,17 @@
79387960
"hash": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
79397961
"chainId": 42161
79407962
},
7963+
{
7964+
"id": "USDS-arbitrum-one",
7965+
"name": "USDS",
7966+
"symbol": "USDS",
7967+
"decimals": 18,
7968+
"address": "0x6491c05A82219b8D1479057361ff1654749b876b",
7969+
"network": "arbitrum-one",
7970+
"type": "ERC20",
7971+
"hash": "0x6491c05A82219b8D1479057361ff1654749b876b",
7972+
"chainId": 42161
7973+
},
79417974
{
79427975
"id": "AVAX-avalanche",
79437976
"name": "AVAX",

0 commit comments

Comments
 (0)