add Beam Swap adapter (#7662)

* add beam swap adapter

* add beam coreAssets and tokenMappings

* add beam swap adapter
This commit is contained in:
0x0sub
2023-10-09 23:57:15 -04:00
committed by GitHub
parent 00f3bddaff
commit b809a150aa
4 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
const { uniTvlExport } = require('../helper/unknownTokens');
module.exports = uniTvlExport('beam', '0x662b526FB70EBB508962f3f61c9F735f687C8fA5')

View File

@@ -11,6 +11,7 @@
"aurora",
"avax",
"base",
"beam",
"bifrost",
"binance",
"bitcoin",

View File

@@ -1419,4 +1419,10 @@
"WSMR": "0xBEb654A116aeEf764988DF0C6B4bf67CC869D01b",
"USDT": "0xc0E49f8C615d3d4c245970F6Dc528E4A47d69a44"
}
,
"beam": {
"WMC": "0xD51BFa777609213A653a2CD067c9A0132a2D316A",
"USDC": "0x76BF5E7d2Bcb06b1444C0a2742780051D8D0E304",
"USDT": "0x999f90f25a2922ae1b21A06066F7EDEbedad42a9"
}
}

View File

@@ -75,6 +75,11 @@ const fixBalancesTokens = {
'EQBf6-YoR9xylol_NwjHrLkrTFAZJCX-bsd-Xx_902OaPaBf': { coingeckoId: 'megaton-finance', decimals: 9 },
'EQCajaUU1XXSAjTD-xOV7pE49fGtg4q8kF3ELCOJtGvQFQ2C': { coingeckoId: 'the-open-network', decimals: 9 },
'EQCf7Nb341dxOE3N0jimngRxGEV8T3zo-eU2EZVs_nchNhhZ': { coingeckoId: 'wemix-token', decimals: 18 }
},
beam: {
'0xd51bfa777609213a653a2cd067c9a0132a2d316a': { coingeckoId: 'merit-circle', decimals: 18 },
'0x76bf5e7d2bcb06b1444c0a2742780051d8d0e304': { coingeckoId: 'usd-coin', decimals: 6 },
'0x999f90f25a2922ae1b21A06066F7EDEbedad42a9': { coingeckoId: 'tether', decimals: 18 },
}
}