Skip to content

Commit

Permalink
track cyeth
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed May 13, 2024
1 parent 1228d36 commit ee7770a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 24 deletions.
47 changes: 23 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions projects/abstraDex/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const config = {
zkfair: '0x174c4C03DfeA09682728A5959A253bf1F7C7766F',
zeta: '0x174c4C03DfeA09682728A5959A253bf1F7C7766F',
blast: '0xA7afB6163c331DDb0845843889D6f9544328846F',
cyeth: '0x174c4c03dfea09682728a5959a253bf1f7c7766f',
}

module.exports = {
Expand Down
1 change: 1 addition & 0 deletions projects/helper/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"csc",
"cube",
"curio",
"cyeth",
"darwinia",
"dash",
"defichain",
Expand Down
3 changes: 3 additions & 0 deletions projects/helper/tokenMapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ const fixBalancesTokens = {
'0x9827431e8b77e87c9894bd50b055d6be56be0030': { coingeckoId: 'usd-coin', decimals: 6 },
'0x07373d112edc4570b46996ad1187bc4ac9fb5ed0': { coingeckoId: 'tether', decimals: 18 }, // bitUSD
},
cyeth: {
'0x4200000000000000000000000000000000000006': { coingeckoId: 'ethereum', decimals: 18 },
}
}

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

0 comments on commit ee7770a

Please sign in to comment.