Skip to content

Commit b4f6755

Browse files
authored
feat(usdt0): add stable (#444)
1 parent a0de362 commit b4f6755

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

src/adapters/usdt0/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ const deployments = {
7070
oapp: "0x56Fe74A2e3b484b921c447357203431a3485CC60",
7171
token: "0x9151434b16b9763660705744891fA906F660EcC5",
7272
}],
73+
stable: [{
74+
oapp: "0xedaba024be4d87974d5aB11C6Dd586963CcCB027",
75+
token: "0x779Ded0c9e1022225f8E0630b35a9b54bE713736",
76+
}],
7377
unichain: [{
7478
oapp: "0xc07bE8994D035631c36fb4a89C918CeFB2f03EC3",
7579
token: "0x9151434b16b9763660705744891fA906F660EcC5",

src/data/bridgeNetworkData.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2403,6 +2403,7 @@ export default [
24032403
"Polygon",
24042404
"Rootstock",
24052405
"Sei",
2406+
"Stable",
24062407
"Unichain",
24072408
],
24082409
chainMapping: {

src/utils/normalizeChain.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,6 +1161,13 @@ export const chainCoingeckoIds = {
11611161
symbol: "ICP",
11621162
cmcId: "8916",
11631163
},
1164+
Stable: {
1165+
geckoId: "stable-2",
1166+
symbol: "gUSDT",
1167+
cmcId: "38892",
1168+
categories: ["EVM"],
1169+
chainId: 988,
1170+
},
11641171
} as {
11651172
[chain: string]: {
11661173
geckoId: string | null;

0 commit comments

Comments
 (0)