File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -2403,6 +2403,7 @@ export default [
24032403 "Polygon" ,
24042404 "Rootstock" ,
24052405 "Sei" ,
2406+ "Stable" ,
24062407 "Unichain" ,
24072408 ] ,
24082409 chainMapping : {
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments