Skip to content

Commit cae67c5

Browse files
g1nt0kiLpcAries
andauthored
Iziswap gravity (DefiLlama#11466)
Co-authored-by: LpcAries <[email protected]>
1 parent 777101c commit cae67c5

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

projects/helper/chains.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
"godwoken",
133133
"godwoken_v1",
134134
"goerli",
135+
"gravity",
135136
"gravitybridge",
136137
"grove",
137138
"harmony",

projects/helper/tokenMapping.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ const fixBalancesTokens = {
7575
'0xDE47A655a5d9904BD3F7e1A536D8323fBD99993A': { coingeckoId: "aura-network", decimals: 18 },
7676
'0x80b5a32E4F032B2a058b4F29EC95EEfEEB87aDcd': { coingeckoId: "tether", decimals: 6 },
7777
},
78+
gravity: {
79+
[ADDRESSES.null]: { coingeckoId: "g-token", decimals: 18 },
80+
'0xbb859e225ac8fb6be1c7e38d87b767e95fef0ebd': { coingeckoId: "g-token", decimals: 18 },
81+
'0xf6f832466Cd6C21967E0D954109403f36Bc8ceaA': { coingeckoId: "ethereum", decimals: 18 },
82+
'0xFbDa5F676cB37624f28265A144A48B0d6e87d3b6': { coingeckoId: "usd-coin", decimals: 6 },
83+
},
7884
}
7985

8086
ibcChains.forEach(chain => fixBalancesTokens[chain] = { ...ibcMappings, ...(fixBalancesTokens[chain] || {}) })

projects/izumi-iziswap/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const poolHelpers = {
3535
'bob': ['0x19b683A2F45012318d9B2aE1280d68d3eC54D663'],
3636
'taiko': ['0x33531bDBFE34fa6Fd5963D0423f7699775AacaaF'],
3737
'core': ['0x19b683A2F45012318d9B2aE1280d68d3eC54D663'],
38+
'gravity': ['0x19b683A2F45012318d9B2aE1280d68d3eC54D663'],
3839
} // iziswap liquidityManager contracts
3940

4041
const blacklistedTokens = [

0 commit comments

Comments
 (0)