mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 21:36:44 +08:00
add wcore for zeepr (#9987)
* Update index.js add wcore * Update tokenMapping.js add wcore token
This commit is contained in:
@@ -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, },
|
||||
|
||||
@@ -7,7 +7,7 @@ module.exports = {
|
||||
},
|
||||
core: {
|
||||
tvl: () => ({}),
|
||||
staking: staking("0x60101E4388D1c2B389d78daC29d37Ee2DAc88e07", "0x1281E326C6e4413A98DafBd0D174a4Ae07ff4223"),
|
||||
staking: staking("0x60101E4388D1c2B389d78daC29d37Ee2DAc88e07", ["0x1281E326C6e4413A98DafBd0D174a4Ae07ff4223","0x40375C92d9FAf44d2f9db9Bd9ba41a3317a2404f"]),
|
||||
},
|
||||
bsc: {
|
||||
tvl: () => ({}),
|
||||
|
||||
Reference in New Issue
Block a user