add wcore for zeepr (#9987)

* Update index.js

add wcore

* Update tokenMapping.js

add wcore token
This commit is contained in:
zeepr
2024-04-26 16:19:36 +08:00
committed by GitHub
parent 79e790e31e
commit e8000c1192
2 changed files with 2 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ const fixBalancesTokens = {
core: {
'0x1281E326C6e4413A98DafBd0D174a4Ae07ff4223': { coingeckoId: "zeepr", decimals: 18, },
'0x8034ab88c3512246bf7894f57c834dddbd1de01f': { coingeckoId: "bitcoin", decimals: 8 },
'0x40375C92d9FAf44d2f9db9Bd9ba41a3317a2404f': { coingeckoId: "wcore", decimals: 18}
},
bsc: {
'0x55CBAC75C1af769eB7FD37d27A5cb6437EB29abB': { coingeckoId: "zeepr", decimals: 18, },

View File

@@ -7,7 +7,7 @@ module.exports = {
},
core: {
tvl: () => ({}),
staking: staking("0x60101E4388D1c2B389d78daC29d37Ee2DAc88e07", "0x1281E326C6e4413A98DafBd0D174a4Ae07ff4223"),
staking: staking("0x60101E4388D1c2B389d78daC29d37Ee2DAc88e07", ["0x1281E326C6e4413A98DafBd0D174a4Ae07ff4223","0x40375C92d9FAf44d2f9db9Bd9ba41a3317a2404f"]),
},
bsc: {
tvl: () => ({}),