Skip to content

Commit 867719b

Browse files
authored
curve: track ink (DefiLlama#13039)
1 parent 60691b0 commit 867719b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

projects/curve/contracts.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,12 @@
221221
"CurveStableswapFactoryNG": "0x7C2085419BE6a04f4ad88ea91bC9F5C6E6C463D8",
222222
"CurveTwocryptoFactoryNG": "0x1A83348F9cCFD3Fe1A8C0adBa580Ac4e267Fe495",
223223
"CurveTricryptoFactoryNG": "0x635742dCC8313DCf8c904206037d962c042EAfBd"
224+
},
225+
"ink": {
226+
"gasTokenDummy": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
227+
"wrapped": "0x4200000000000000000000000000000000000006",
228+
"CurveStableswapFactoryNG": "0x046207cB759F527b6c10C2D61DBaca45513685CC",
229+
"CurveTwocryptoFactoryNG": "0xd125E7a0cEddF89c6473412d85835450897be6Dc",
230+
"CurveTricryptoFactoryNG": "0x5Ea9DD3b6f042A34Df818C6c1324BC5A7c61427a"
224231
}
225232
}

projects/curve/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const chains = [
3030
"taiko",
3131
"corn",
3232
"sonic",
33+
"ink"
3334
];
3435
const registryIds = {
3536
stableswap: 0,

0 commit comments

Comments
 (0)