Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Apr 29, 2024
1 parent 5460dc4 commit 8218e94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions projects/helper/tokenMapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const ibcMappings = {
const fixBalancesTokens = {
ancient8: {
[ADDRESSES.nul]: { coingeckoId: "ethereum", decimals: 18, },
'0x4200000000000000000000000000000000000006': { coingeckoId: "ethereum", decimals: 18, },
},
area: {
'0x1d1bc800e71576a59f9ef88bb679fa13c2e10abf': { coingeckoId: 'areon-network', decimals: 18, },
Expand Down Expand Up @@ -103,9 +104,6 @@ const fixBalancesTokens = {
"0x48f80608b672dc30dc7e3dbbd0343c5f02c738eb": { decimals: 18, coingeckoId: "binancecoin" },
"0x13A0c5930C028511Dc02665E7285134B6d11A5f4": { decimals: 18, coingeckoId: "bitcoin" }
},
ancient8: {
'0x4200000000000000000000000000000000000006': { coingeckoId: "ethereum", decimals: 18, },
},
mode: {
'0x80137510979822322193fc997d400d5a6c747bf7': { coingeckoId: "stakestone-ether", decimals: 18 },
},
Expand Down
4 changes: 0 additions & 4 deletions projects/meson/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const config = {
aurora: {},
avax: {},
base: {},
blast: {},
core: {},
celo: {},
cronos: {},
Expand All @@ -82,11 +81,8 @@ const config = {
mode: {},
polygon: {},
scroll: {},
xlayer: {},
zeta: {},
zkfair: {},
zklink: {},
// naut: {},
moonbeam: { id: 'beam'},
bevm: { id: 'bevm2'},
bsc: { id: 'bnb'},
Expand Down

0 comments on commit 8218e94

Please sign in to comment.