Skip to content

Commit 8218e94

Browse files
committed
bugfix
1 parent 5460dc4 commit 8218e94

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

projects/helper/tokenMapping.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const ibcMappings = {
3737
const fixBalancesTokens = {
3838
ancient8: {
3939
[ADDRESSES.nul]: { coingeckoId: "ethereum", decimals: 18, },
40+
'0x4200000000000000000000000000000000000006': { coingeckoId: "ethereum", decimals: 18, },
4041
},
4142
area: {
4243
'0x1d1bc800e71576a59f9ef88bb679fa13c2e10abf': { coingeckoId: 'areon-network', decimals: 18, },
@@ -103,9 +104,6 @@ const fixBalancesTokens = {
103104
"0x48f80608b672dc30dc7e3dbbd0343c5f02c738eb": { decimals: 18, coingeckoId: "binancecoin" },
104105
"0x13A0c5930C028511Dc02665E7285134B6d11A5f4": { decimals: 18, coingeckoId: "bitcoin" }
105106
},
106-
ancient8: {
107-
'0x4200000000000000000000000000000000000006': { coingeckoId: "ethereum", decimals: 18, },
108-
},
109107
mode: {
110108
'0x80137510979822322193fc997d400d5a6c747bf7': { coingeckoId: "stakestone-ether", decimals: 18 },
111109
},

projects/meson/index.js

-4
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ const config = {
6969
aurora: {},
7070
avax: {},
7171
base: {},
72-
blast: {},
7372
core: {},
7473
celo: {},
7574
cronos: {},
@@ -82,11 +81,8 @@ const config = {
8281
mode: {},
8382
polygon: {},
8483
scroll: {},
85-
xlayer: {},
8684
zeta: {},
87-
zkfair: {},
8885
zklink: {},
89-
// naut: {},
9086
moonbeam: { id: 'beam'},
9187
bevm: { id: 'bevm2'},
9288
bsc: { id: 'bnb'},

0 commit comments

Comments
 (0)