@beefyfinance/blockchain-addressbook 0.54.116
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -0
- package/build/address-book/arbitrum/index.d.ts +4584 -0
- package/build/address-book/arbitrum/index.js +15 -0
- package/build/address-book/arbitrum/platforms/balancer.d.ts +3 -0
- package/build/address-book/arbitrum/platforms/balancer.js +6 -0
- package/build/address-book/arbitrum/platforms/beefyfinance.d.ts +33 -0
- package/build/address-book/arbitrum/platforms/beefyfinance.js +40 -0
- package/build/address-book/arbitrum/platforms/index.d.ts +4 -0
- package/build/address-book/arbitrum/platforms/index.js +11 -0
- package/build/address-book/arbitrum/platforms/ramses.d.ts +7 -0
- package/build/address-book/arbitrum/platforms/ramses.js +10 -0
- package/build/address-book/arbitrum/platforms/sushi.d.ts +4 -0
- package/build/address-book/arbitrum/platforms/sushi.js +7 -0
- package/build/address-book/arbitrum/tokens/tokens.d.ts +2288 -0
- package/build/address-book/arbitrum/tokens/tokens.js +2258 -0
- package/build/address-book/aurora/index.d.ts +622 -0
- package/build/address-book/aurora/index.js +15 -0
- package/build/address-book/aurora/platforms/beefyfinance.d.ts +16 -0
- package/build/address-book/aurora/platforms/beefyfinance.js +21 -0
- package/build/address-book/aurora/platforms/index.d.ts +3 -0
- package/build/address-book/aurora/platforms/index.js +9 -0
- package/build/address-book/aurora/platforms/solace.d.ts +4 -0
- package/build/address-book/aurora/platforms/solace.js +7 -0
- package/build/address-book/aurora/platforms/trisolaris.d.ts +6 -0
- package/build/address-book/aurora/platforms/trisolaris.js +9 -0
- package/build/address-book/aurora/tokens/tokens.d.ts +307 -0
- package/build/address-book/aurora/tokens/tokens.js +278 -0
- package/build/address-book/avax/index.d.ts +10242 -0
- package/build/address-book/avax/index.js +15 -0
- package/build/address-book/avax/platforms/balancer.d.ts +3 -0
- package/build/address-book/avax/platforms/balancer.js +6 -0
- package/build/address-book/avax/platforms/beefyfinance.d.ts +32 -0
- package/build/address-book/avax/platforms/beefyfinance.js +39 -0
- package/build/address-book/avax/platforms/index.d.ts +9 -0
- package/build/address-book/avax/platforms/index.js +21 -0
- package/build/address-book/avax/platforms/joe.d.ts +8 -0
- package/build/address-book/avax/platforms/joe.js +11 -0
- package/build/address-book/avax/platforms/lydia.d.ts +3 -0
- package/build/address-book/avax/platforms/lydia.js +6 -0
- package/build/address-book/avax/platforms/mai.d.ts +3 -0
- package/build/address-book/avax/platforms/mai.js +6 -0
- package/build/address-book/avax/platforms/pangolin.d.ts +4 -0
- package/build/address-book/avax/platforms/pangolin.js +7 -0
- package/build/address-book/avax/platforms/solisnek.d.ts +7 -0
- package/build/address-book/avax/platforms/solisnek.js +10 -0
- package/build/address-book/avax/platforms/swapsicle.d.ts +4 -0
- package/build/address-book/avax/platforms/swapsicle.js +7 -0
- package/build/address-book/avax/platforms/synapse.d.ts +3 -0
- package/build/address-book/avax/platforms/synapse.js +6 -0
- package/build/address-book/avax/tokens/tokens.d.ts +5117 -0
- package/build/address-book/avax/tokens/tokens.js +5085 -0
- package/build/address-book/base/index.d.ts +6176 -0
- package/build/address-book/base/index.js +15 -0
- package/build/address-book/base/platforms/aerodrome.d.ts +4 -0
- package/build/address-book/base/platforms/aerodrome.js +7 -0
- package/build/address-book/base/platforms/balancer.d.ts +3 -0
- package/build/address-book/base/platforms/balancer.js +6 -0
- package/build/address-book/base/platforms/baseSwap.d.ts +4 -0
- package/build/address-book/base/platforms/baseSwap.js +7 -0
- package/build/address-book/base/platforms/beefyfinance.d.ts +35 -0
- package/build/address-book/base/platforms/beefyfinance.js +42 -0
- package/build/address-book/base/platforms/bvm.d.ts +4 -0
- package/build/address-book/base/platforms/bvm.js +7 -0
- package/build/address-book/base/platforms/equalizer.d.ts +4 -0
- package/build/address-book/base/platforms/equalizer.js +7 -0
- package/build/address-book/base/platforms/index.d.ts +6 -0
- package/build/address-book/base/platforms/index.js +15 -0
- package/build/address-book/base/tokens/tokens.d.ts +3084 -0
- package/build/address-book/base/tokens/tokens.js +3052 -0
- package/build/address-book/berachain/index.d.ts +680 -0
- package/build/address-book/berachain/index.js +15 -0
- package/build/address-book/berachain/platforms/beefyfinance.d.ts +31 -0
- package/build/address-book/berachain/platforms/beefyfinance.js +38 -0
- package/build/address-book/berachain/platforms/index.d.ts +1 -0
- package/build/address-book/berachain/platforms/index.js +17 -0
- package/build/address-book/berachain/tokens/tokens.d.ts +336 -0
- package/build/address-book/berachain/tokens/tokens.js +304 -0
- package/build/address-book/bsc/index.d.ts +9386 -0
- package/build/address-book/bsc/index.js +15 -0
- package/build/address-book/bsc/platforms/ape.d.ts +6 -0
- package/build/address-book/bsc/platforms/ape.js +9 -0
- package/build/address-book/bsc/platforms/babyswap.d.ts +4 -0
- package/build/address-book/bsc/platforms/babyswap.js +7 -0
- package/build/address-book/bsc/platforms/bakery.d.ts +4 -0
- package/build/address-book/bsc/platforms/bakery.js +7 -0
- package/build/address-book/bsc/platforms/beefyfinance.d.ts +30 -0
- package/build/address-book/bsc/platforms/beefyfinance.js +37 -0
- package/build/address-book/bsc/platforms/biswap.d.ts +4 -0
- package/build/address-book/bsc/platforms/biswap.js +7 -0
- package/build/address-book/bsc/platforms/bolide.d.ts +4 -0
- package/build/address-book/bsc/platforms/bolide.js +7 -0
- package/build/address-book/bsc/platforms/chainlink.d.ts +3 -0
- package/build/address-book/bsc/platforms/chainlink.js +6 -0
- package/build/address-book/bsc/platforms/cone.d.ts +6 -0
- package/build/address-book/bsc/platforms/cone.js +9 -0
- package/build/address-book/bsc/platforms/elk.d.ts +4 -0
- package/build/address-book/bsc/platforms/elk.js +7 -0
- package/build/address-book/bsc/platforms/ellipsis.d.ts +3 -0
- package/build/address-book/bsc/platforms/ellipsis.js +6 -0
- package/build/address-book/bsc/platforms/emp.d.ts +4 -0
- package/build/address-book/bsc/platforms/emp.js +7 -0
- package/build/address-book/bsc/platforms/farmhero.d.ts +3 -0
- package/build/address-book/bsc/platforms/farmhero.js +6 -0
- package/build/address-book/bsc/platforms/index.d.ts +21 -0
- package/build/address-book/bsc/platforms/index.js +45 -0
- package/build/address-book/bsc/platforms/ironfinance.d.ts +6 -0
- package/build/address-book/bsc/platforms/ironfinance.js +9 -0
- package/build/address-book/bsc/platforms/jet.d.ts +5 -0
- package/build/address-book/bsc/platforms/jet.js +8 -0
- package/build/address-book/bsc/platforms/kebab.d.ts +4 -0
- package/build/address-book/bsc/platforms/kebab.js +7 -0
- package/build/address-book/bsc/platforms/mdex.d.ts +4 -0
- package/build/address-book/bsc/platforms/mdex.js +7 -0
- package/build/address-book/bsc/platforms/ooe.d.ts +3 -0
- package/build/address-book/bsc/platforms/ooe.js +6 -0
- package/build/address-book/bsc/platforms/pancake.d.ts +6 -0
- package/build/address-book/bsc/platforms/pancake.js +9 -0
- package/build/address-book/bsc/platforms/swapfish.d.ts +4 -0
- package/build/address-book/bsc/platforms/swapfish.js +7 -0
- package/build/address-book/bsc/platforms/thena.d.ts +7 -0
- package/build/address-book/bsc/platforms/thena.js +10 -0
- package/build/address-book/bsc/platforms/wault.d.ts +5 -0
- package/build/address-book/bsc/platforms/wault.js +8 -0
- package/build/address-book/bsc/tokens/tokens.d.ts +4689 -0
- package/build/address-book/bsc/tokens/tokens.js +4645 -0
- package/build/address-book/canto/index.d.ts +702 -0
- package/build/address-book/canto/index.js +15 -0
- package/build/address-book/canto/platforms/beefyfinance.d.ts +17 -0
- package/build/address-book/canto/platforms/beefyfinance.js +23 -0
- package/build/address-book/canto/platforms/cvm.d.ts +4 -0
- package/build/address-book/canto/platforms/cvm.js +7 -0
- package/build/address-book/canto/platforms/index.d.ts +3 -0
- package/build/address-book/canto/platforms/index.js +9 -0
- package/build/address-book/canto/platforms/velocimeter.d.ts +7 -0
- package/build/address-book/canto/platforms/velocimeter.js +10 -0
- package/build/address-book/canto/tokens/tokens.d.ts +347 -0
- package/build/address-book/canto/tokens/tokens.js +315 -0
- package/build/address-book/celo/index.d.ts +440 -0
- package/build/address-book/celo/index.js +15 -0
- package/build/address-book/celo/platforms/beefyfinance.d.ts +17 -0
- package/build/address-book/celo/platforms/beefyfinance.js +22 -0
- package/build/address-book/celo/platforms/index.d.ts +2 -0
- package/build/address-book/celo/platforms/index.js +7 -0
- package/build/address-book/celo/platforms/sushiCelo.d.ts +8 -0
- package/build/address-book/celo/platforms/sushiCelo.js +11 -0
- package/build/address-book/celo/tokens/tokens.d.ts +216 -0
- package/build/address-book/celo/tokens/tokens.js +188 -0
- package/build/address-book/cronos/index.d.ts +820 -0
- package/build/address-book/cronos/index.js +15 -0
- package/build/address-book/cronos/platforms/beefyfinance.d.ts +18 -0
- package/build/address-book/cronos/platforms/beefyfinance.js +23 -0
- package/build/address-book/cronos/platforms/crona.d.ts +4 -0
- package/build/address-book/cronos/platforms/crona.js +7 -0
- package/build/address-book/cronos/platforms/index.d.ts +3 -0
- package/build/address-book/cronos/platforms/index.js +9 -0
- package/build/address-book/cronos/platforms/vvs.d.ts +5 -0
- package/build/address-book/cronos/platforms/vvs.js +8 -0
- package/build/address-book/cronos/tokens/tokens.d.ts +406 -0
- package/build/address-book/cronos/tokens/tokens.js +374 -0
- package/build/address-book/emerald/index.d.ts +390 -0
- package/build/address-book/emerald/index.js +15 -0
- package/build/address-book/emerald/platforms/beefyfinance.d.ts +16 -0
- package/build/address-book/emerald/platforms/beefyfinance.js +21 -0
- package/build/address-book/emerald/platforms/index.d.ts +3 -0
- package/build/address-book/emerald/platforms/index.js +9 -0
- package/build/address-book/emerald/platforms/valleyswap.d.ts +4 -0
- package/build/address-book/emerald/platforms/valleyswap.js +7 -0
- package/build/address-book/emerald/platforms/yuzu.d.ts +6 -0
- package/build/address-book/emerald/platforms/yuzu.js +9 -0
- package/build/address-book/emerald/tokens/tokens.d.ts +191 -0
- package/build/address-book/emerald/tokens/tokens.js +165 -0
- package/build/address-book/ethereum/index.d.ts +5516 -0
- package/build/address-book/ethereum/index.js +15 -0
- package/build/address-book/ethereum/platforms/aura.d.ts +4 -0
- package/build/address-book/ethereum/platforms/aura.js +7 -0
- package/build/address-book/ethereum/platforms/balancer.d.ts +3 -0
- package/build/address-book/ethereum/platforms/balancer.js +6 -0
- package/build/address-book/ethereum/platforms/beefyfinance.d.ts +35 -0
- package/build/address-book/ethereum/platforms/beefyfinance.js +41 -0
- package/build/address-book/ethereum/platforms/gamma.d.ts +3 -0
- package/build/address-book/ethereum/platforms/gamma.js +6 -0
- package/build/address-book/ethereum/platforms/index.d.ts +8 -0
- package/build/address-book/ethereum/platforms/index.js +19 -0
- package/build/address-book/ethereum/platforms/solidly.d.ts +5 -0
- package/build/address-book/ethereum/platforms/solidly.js +8 -0
- package/build/address-book/ethereum/platforms/sushi.d.ts +5 -0
- package/build/address-book/ethereum/platforms/sushi.js +8 -0
- package/build/address-book/ethereum/platforms/synapse.d.ts +3 -0
- package/build/address-book/ethereum/platforms/synapse.js +6 -0
- package/build/address-book/ethereum/platforms/verse.d.ts +3 -0
- package/build/address-book/ethereum/platforms/verse.js +6 -0
- package/build/address-book/ethereum/tokens/tokens.d.ts +2754 -0
- package/build/address-book/ethereum/tokens/tokens.js +2723 -0
- package/build/address-book/fantom/index.d.ts +4126 -0
- package/build/address-book/fantom/index.js +15 -0
- package/build/address-book/fantom/platforms/beefyfinance.d.ts +21 -0
- package/build/address-book/fantom/platforms/beefyfinance.js +26 -0
- package/build/address-book/fantom/platforms/beethovenx.d.ts +4 -0
- package/build/address-book/fantom/platforms/beethovenx.js +7 -0
- package/build/address-book/fantom/platforms/equalizer.d.ts +6 -0
- package/build/address-book/fantom/platforms/equalizer.js +9 -0
- package/build/address-book/fantom/platforms/fvm.d.ts +4 -0
- package/build/address-book/fantom/platforms/fvm.js +7 -0
- package/build/address-book/fantom/platforms/index.d.ts +11 -0
- package/build/address-book/fantom/platforms/index.js +25 -0
- package/build/address-book/fantom/platforms/solace.d.ts +4 -0
- package/build/address-book/fantom/platforms/solace.js +7 -0
- package/build/address-book/fantom/platforms/solidly.d.ts +4 -0
- package/build/address-book/fantom/platforms/solidly.js +7 -0
- package/build/address-book/fantom/platforms/spiritswap.d.ts +11 -0
- package/build/address-book/fantom/platforms/spiritswap.js +14 -0
- package/build/address-book/fantom/platforms/spookyswap.d.ts +7 -0
- package/build/address-book/fantom/platforms/spookyswap.js +10 -0
- package/build/address-book/fantom/platforms/sushiFtm.d.ts +5 -0
- package/build/address-book/fantom/platforms/sushiFtm.js +8 -0
- package/build/address-book/fantom/platforms/tombswap.d.ts +4 -0
- package/build/address-book/fantom/platforms/tombswap.js +7 -0
- package/build/address-book/fantom/platforms/wigoswap.d.ts +4 -0
- package/build/address-book/fantom/platforms/wigoswap.js +7 -0
- package/build/address-book/fantom/tokens/tokens.d.ts +2059 -0
- package/build/address-book/fantom/tokens/tokens.js +2015 -0
- package/build/address-book/fraxtal/index.d.ts +814 -0
- package/build/address-book/fraxtal/index.js +15 -0
- package/build/address-book/fraxtal/platforms/beefyfinance.d.ts +23 -0
- package/build/address-book/fraxtal/platforms/beefyfinance.js +29 -0
- package/build/address-book/fraxtal/platforms/index.d.ts +2 -0
- package/build/address-book/fraxtal/platforms/index.js +7 -0
- package/build/address-book/fraxtal/platforms/ra.d.ts +4 -0
- package/build/address-book/fraxtal/platforms/ra.js +7 -0
- package/build/address-book/fraxtal/tokens/tokens.d.ts +403 -0
- package/build/address-book/fraxtal/tokens/tokens.js +360 -0
- package/build/address-book/fuse/index.d.ts +510 -0
- package/build/address-book/fuse/index.js +15 -0
- package/build/address-book/fuse/platforms/beefyfinance.d.ts +18 -0
- package/build/address-book/fuse/platforms/beefyfinance.js +23 -0
- package/build/address-book/fuse/platforms/fuseNetwork.d.ts +4 -0
- package/build/address-book/fuse/platforms/fuseNetwork.js +7 -0
- package/build/address-book/fuse/platforms/index.d.ts +4 -0
- package/build/address-book/fuse/platforms/index.js +11 -0
- package/build/address-book/fuse/platforms/sushiFuse.d.ts +5 -0
- package/build/address-book/fuse/platforms/sushiFuse.js +8 -0
- package/build/address-book/fuse/platforms/voltage.d.ts +5 -0
- package/build/address-book/fuse/platforms/voltage.js +8 -0
- package/build/address-book/fuse/tokens/tokens.d.ts +251 -0
- package/build/address-book/fuse/tokens/tokens.js +219 -0
- package/build/address-book/gnosis/index.d.ts +740 -0
- package/build/address-book/gnosis/index.js +15 -0
- package/build/address-book/gnosis/platforms/beefyfinance.d.ts +30 -0
- package/build/address-book/gnosis/platforms/beefyfinance.js +37 -0
- package/build/address-book/gnosis/platforms/index.d.ts +1 -0
- package/build/address-book/gnosis/platforms/index.js +5 -0
- package/build/address-book/gnosis/tokens/tokens.d.ts +366 -0
- package/build/address-book/gnosis/tokens/tokens.js +331 -0
- package/build/address-book/heco/index.d.ts +544 -0
- package/build/address-book/heco/index.js +15 -0
- package/build/address-book/heco/platforms/beefyfinance.d.ts +15 -0
- package/build/address-book/heco/platforms/beefyfinance.js +20 -0
- package/build/address-book/heco/platforms/index.d.ts +2 -0
- package/build/address-book/heco/platforms/index.js +7 -0
- package/build/address-book/heco/platforms/mdex.d.ts +4 -0
- package/build/address-book/heco/platforms/mdex.js +7 -0
- package/build/address-book/heco/tokens/tokens.d.ts +268 -0
- package/build/address-book/heco/tokens/tokens.js +242 -0
- package/build/address-book/hyperevm/index.d.ts +494 -0
- package/build/address-book/hyperevm/index.js +15 -0
- package/build/address-book/hyperevm/platforms/beefyfinance.d.ts +32 -0
- package/build/address-book/hyperevm/platforms/beefyfinance.js +39 -0
- package/build/address-book/hyperevm/platforms/index.d.ts +2 -0
- package/build/address-book/hyperevm/platforms/index.js +18 -0
- package/build/address-book/hyperevm/platforms/kittenswap.d.ts +4 -0
- package/build/address-book/hyperevm/platforms/kittenswap.js +7 -0
- package/build/address-book/hyperevm/tokens/tokens.d.ts +243 -0
- package/build/address-book/hyperevm/tokens/tokens.js +211 -0
- package/build/address-book/index.d.ts +8 -0
- package/build/address-book/index.js +129 -0
- package/build/address-book/kava/index.d.ts +684 -0
- package/build/address-book/kava/index.js +15 -0
- package/build/address-book/kava/platforms/beefyfinance.d.ts +19 -0
- package/build/address-book/kava/platforms/beefyfinance.js +26 -0
- package/build/address-book/kava/platforms/equilibre.d.ts +5 -0
- package/build/address-book/kava/platforms/equilibre.js +8 -0
- package/build/address-book/kava/platforms/index.d.ts +3 -0
- package/build/address-book/kava/platforms/index.js +9 -0
- package/build/address-book/kava/platforms/sushiKava.d.ts +6 -0
- package/build/address-book/kava/platforms/sushiKava.js +9 -0
- package/build/address-book/kava/tokens/tokens.d.ts +338 -0
- package/build/address-book/kava/tokens/tokens.js +306 -0
- package/build/address-book/linea/index.d.ts +784 -0
- package/build/address-book/linea/index.js +15 -0
- package/build/address-book/linea/platforms/beefyfinance.d.ts +30 -0
- package/build/address-book/linea/platforms/beefyfinance.js +37 -0
- package/build/address-book/linea/platforms/etherex.d.ts +4 -0
- package/build/address-book/linea/platforms/etherex.js +7 -0
- package/build/address-book/linea/platforms/index.d.ts +4 -0
- package/build/address-book/linea/platforms/index.js +11 -0
- package/build/address-book/linea/platforms/lynex.d.ts +4 -0
- package/build/address-book/linea/platforms/lynex.js +7 -0
- package/build/address-book/linea/platforms/nile.d.ts +4 -0
- package/build/address-book/linea/platforms/nile.js +7 -0
- package/build/address-book/linea/tokens/tokens.d.ts +388 -0
- package/build/address-book/linea/tokens/tokens.js +356 -0
- package/build/address-book/lisk/index.d.ts +268 -0
- package/build/address-book/lisk/index.js +15 -0
- package/build/address-book/lisk/platforms/beefyfinance.d.ts +27 -0
- package/build/address-book/lisk/platforms/beefyfinance.js +34 -0
- package/build/address-book/lisk/platforms/index.d.ts +1 -0
- package/build/address-book/lisk/platforms/index.js +17 -0
- package/build/address-book/lisk/tokens/tokens.d.ts +130 -0
- package/build/address-book/lisk/tokens/tokens.js +98 -0
- package/build/address-book/manta/index.d.ts +214 -0
- package/build/address-book/manta/index.js +15 -0
- package/build/address-book/manta/platforms/beefyfinance.d.ts +26 -0
- package/build/address-book/manta/platforms/beefyfinance.js +33 -0
- package/build/address-book/manta/platforms/index.d.ts +1 -0
- package/build/address-book/manta/platforms/index.js +5 -0
- package/build/address-book/manta/tokens/tokens.d.ts +103 -0
- package/build/address-book/manta/tokens/tokens.js +74 -0
- package/build/address-book/mantle/index.d.ts +492 -0
- package/build/address-book/mantle/index.js +15 -0
- package/build/address-book/mantle/platforms/beefyfinance.d.ts +26 -0
- package/build/address-book/mantle/platforms/beefyfinance.js +33 -0
- package/build/address-book/mantle/platforms/index.d.ts +2 -0
- package/build/address-book/mantle/platforms/index.js +7 -0
- package/build/address-book/mantle/platforms/moe.d.ts +4 -0
- package/build/address-book/mantle/platforms/moe.js +7 -0
- package/build/address-book/mantle/tokens/tokens.d.ts +242 -0
- package/build/address-book/mantle/tokens/tokens.js +210 -0
- package/build/address-book/metis/index.d.ts +542 -0
- package/build/address-book/metis/index.js +15 -0
- package/build/address-book/metis/platforms/beefyfinance.d.ts +20 -0
- package/build/address-book/metis/platforms/beefyfinance.js +25 -0
- package/build/address-book/metis/platforms/hermes.d.ts +3 -0
- package/build/address-book/metis/platforms/hermes.js +6 -0
- package/build/address-book/metis/platforms/index.d.ts +4 -0
- package/build/address-book/metis/platforms/index.js +11 -0
- package/build/address-book/metis/platforms/netswap.d.ts +5 -0
- package/build/address-book/metis/platforms/netswap.js +8 -0
- package/build/address-book/metis/platforms/tethys.d.ts +4 -0
- package/build/address-book/metis/platforms/tethys.js +7 -0
- package/build/address-book/metis/tokens/tokens.d.ts +267 -0
- package/build/address-book/metis/tokens/tokens.js +235 -0
- package/build/address-book/mode/index.d.ts +410 -0
- package/build/address-book/mode/index.js +15 -0
- package/build/address-book/mode/platforms/beefyfinance.d.ts +30 -0
- package/build/address-book/mode/platforms/beefyfinance.js +37 -0
- package/build/address-book/mode/platforms/index.d.ts +1 -0
- package/build/address-book/mode/platforms/index.js +5 -0
- package/build/address-book/mode/tokens/tokens.d.ts +201 -0
- package/build/address-book/mode/tokens/tokens.js +169 -0
- package/build/address-book/monad/index.d.ts +492 -0
- package/build/address-book/monad/index.js +15 -0
- package/build/address-book/monad/platforms/beefyfinance.d.ts +33 -0
- package/build/address-book/monad/platforms/beefyfinance.js +40 -0
- package/build/address-book/monad/platforms/index.d.ts +1 -0
- package/build/address-book/monad/platforms/index.js +17 -0
- package/build/address-book/monad/tokens/tokens.d.ts +242 -0
- package/build/address-book/monad/tokens/tokens.js +210 -0
- package/build/address-book/moonbeam/index.d.ts +1370 -0
- package/build/address-book/moonbeam/index.js +15 -0
- package/build/address-book/moonbeam/platforms/beamswap.d.ts +5 -0
- package/build/address-book/moonbeam/platforms/beamswap.js +8 -0
- package/build/address-book/moonbeam/platforms/beefyfinance.d.ts +26 -0
- package/build/address-book/moonbeam/platforms/beefyfinance.js +32 -0
- package/build/address-book/moonbeam/platforms/index.d.ts +4 -0
- package/build/address-book/moonbeam/platforms/index.js +11 -0
- package/build/address-book/moonbeam/platforms/solarflare.d.ts +4 -0
- package/build/address-book/moonbeam/platforms/solarflare.js +7 -0
- package/build/address-book/moonbeam/platforms/stellaswap.d.ts +6 -0
- package/build/address-book/moonbeam/platforms/stellaswap.js +9 -0
- package/build/address-book/moonbeam/tokens/tokens.d.ts +681 -0
- package/build/address-book/moonbeam/tokens/tokens.js +642 -0
- package/build/address-book/moonriver/index.d.ts +1044 -0
- package/build/address-book/moonriver/index.js +15 -0
- package/build/address-book/moonriver/platforms/beefyfinance.d.ts +19 -0
- package/build/address-book/moonriver/platforms/beefyfinance.js +24 -0
- package/build/address-book/moonriver/platforms/finn.d.ts +4 -0
- package/build/address-book/moonriver/platforms/finn.js +7 -0
- package/build/address-book/moonriver/platforms/index.d.ts +4 -0
- package/build/address-book/moonriver/platforms/index.js +11 -0
- package/build/address-book/moonriver/platforms/solarbeam.d.ts +6 -0
- package/build/address-book/moonriver/platforms/solarbeam.js +9 -0
- package/build/address-book/moonriver/platforms/sushi.d.ts +6 -0
- package/build/address-book/moonriver/platforms/sushi.js +9 -0
- package/build/address-book/moonriver/tokens/tokens.d.ts +518 -0
- package/build/address-book/moonriver/tokens/tokens.js +471 -0
- package/build/address-book/one/index.d.ts +498 -0
- package/build/address-book/one/index.js +15 -0
- package/build/address-book/one/platforms/beefyfinance.d.ts +15 -0
- package/build/address-book/one/platforms/beefyfinance.js +20 -0
- package/build/address-book/one/platforms/index.d.ts +2 -0
- package/build/address-book/one/platforms/index.js +7 -0
- package/build/address-book/one/platforms/sushi.d.ts +5 -0
- package/build/address-book/one/platforms/sushi.js +8 -0
- package/build/address-book/one/tokens/tokens.d.ts +245 -0
- package/build/address-book/one/tokens/tokens.js +213 -0
- package/build/address-book/optimism/index.d.ts +3630 -0
- package/build/address-book/optimism/index.js +15 -0
- package/build/address-book/optimism/platforms/beefyfinance.d.ts +37 -0
- package/build/address-book/optimism/platforms/beefyfinance.js +44 -0
- package/build/address-book/optimism/platforms/beethovenX.d.ts +3 -0
- package/build/address-book/optimism/platforms/beethovenX.js +6 -0
- package/build/address-book/optimism/platforms/gamma.d.ts +3 -0
- package/build/address-book/optimism/platforms/gamma.js +6 -0
- package/build/address-book/optimism/platforms/index.d.ts +5 -0
- package/build/address-book/optimism/platforms/index.js +13 -0
- package/build/address-book/optimism/platforms/sonne.d.ts +3 -0
- package/build/address-book/optimism/platforms/sonne.js +6 -0
- package/build/address-book/optimism/platforms/velodrome.d.ts +7 -0
- package/build/address-book/optimism/platforms/velodrome.js +10 -0
- package/build/address-book/optimism/tokens/tokens.d.ts +1811 -0
- package/build/address-book/optimism/tokens/tokens.js +1779 -0
- package/build/address-book/plasma/index.d.ts +406 -0
- package/build/address-book/plasma/index.js +15 -0
- package/build/address-book/plasma/platforms/beefyfinance.d.ts +32 -0
- package/build/address-book/plasma/platforms/beefyfinance.js +39 -0
- package/build/address-book/plasma/platforms/index.d.ts +1 -0
- package/build/address-book/plasma/platforms/index.js +5 -0
- package/build/address-book/plasma/tokens/tokens.d.ts +199 -0
- package/build/address-book/plasma/tokens/tokens.js +167 -0
- package/build/address-book/polygon/index.d.ts +4454 -0
- package/build/address-book/polygon/index.js +15 -0
- package/build/address-book/polygon/platforms/apeswap.d.ts +5 -0
- package/build/address-book/polygon/platforms/apeswap.js +8 -0
- package/build/address-book/polygon/platforms/balancer.d.ts +3 -0
- package/build/address-book/polygon/platforms/balancer.js +6 -0
- package/build/address-book/polygon/platforms/beefyfinance.d.ts +32 -0
- package/build/address-book/polygon/platforms/beefyfinance.js +39 -0
- package/build/address-book/polygon/platforms/brainswap.d.ts +3 -0
- package/build/address-book/polygon/platforms/brainswap.js +6 -0
- package/build/address-book/polygon/platforms/chainlink.d.ts +3 -0
- package/build/address-book/polygon/platforms/chainlink.js +6 -0
- package/build/address-book/polygon/platforms/cometh.d.ts +3 -0
- package/build/address-book/polygon/platforms/cometh.js +6 -0
- package/build/address-book/polygon/platforms/dfyn.d.ts +3 -0
- package/build/address-book/polygon/platforms/dfyn.js +6 -0
- package/build/address-book/polygon/platforms/dystopia.d.ts +6 -0
- package/build/address-book/polygon/platforms/dystopia.js +9 -0
- package/build/address-book/polygon/platforms/farmhero.d.ts +4 -0
- package/build/address-book/polygon/platforms/farmhero.js +7 -0
- package/build/address-book/polygon/platforms/index.d.ts +23 -0
- package/build/address-book/polygon/platforms/index.js +61 -0
- package/build/address-book/polygon/platforms/iron.d.ts +5 -0
- package/build/address-book/polygon/platforms/iron.js +8 -0
- package/build/address-book/polygon/platforms/jetswap.d.ts +4 -0
- package/build/address-book/polygon/platforms/jetswap.js +7 -0
- package/build/address-book/polygon/platforms/mai.d.ts +5 -0
- package/build/address-book/polygon/platforms/mai.js +8 -0
- package/build/address-book/polygon/platforms/polycat.d.ts +3 -0
- package/build/address-book/polygon/platforms/polycat.js +6 -0
- package/build/address-book/polygon/platforms/polypup.d.ts +12 -0
- package/build/address-book/polygon/platforms/polypup.js +15 -0
- package/build/address-book/polygon/platforms/polysage.d.ts +4 -0
- package/build/address-book/polygon/platforms/polysage.js +7 -0
- package/build/address-book/polygon/platforms/polywise.d.ts +4 -0
- package/build/address-book/polygon/platforms/polywise.js +7 -0
- package/build/address-book/polygon/platforms/polyyeld.d.ts +6 -0
- package/build/address-book/polygon/platforms/polyyeld.js +9 -0
- package/build/address-book/polygon/platforms/polyzap.d.ts +4 -0
- package/build/address-book/polygon/platforms/polyzap.js +7 -0
- package/build/address-book/polygon/platforms/quickswap.d.ts +4 -0
- package/build/address-book/polygon/platforms/quickswap.js +7 -0
- package/build/address-book/polygon/platforms/solace.d.ts +4 -0
- package/build/address-book/polygon/platforms/solace.js +7 -0
- package/build/address-book/polygon/platforms/stargate.d.ts +4 -0
- package/build/address-book/polygon/platforms/stargate.js +7 -0
- package/build/address-book/polygon/platforms/sushi.d.ts +7 -0
- package/build/address-book/polygon/platforms/sushi.js +10 -0
- package/build/address-book/polygon/platforms/wault.d.ts +4 -0
- package/build/address-book/polygon/platforms/wault.js +7 -0
- package/build/address-book/polygon/tokens/tokens.d.ts +2223 -0
- package/build/address-book/polygon/tokens/tokens.js +2156 -0
- package/build/address-book/real/index.d.ts +376 -0
- package/build/address-book/real/index.js +15 -0
- package/build/address-book/real/platforms/beefyfinance.d.ts +21 -0
- package/build/address-book/real/platforms/beefyfinance.js +35 -0
- package/build/address-book/real/platforms/index.d.ts +1 -0
- package/build/address-book/real/platforms/index.js +5 -0
- package/build/address-book/real/tokens/tokens.d.ts +184 -0
- package/build/address-book/real/tokens/tokens.js +140 -0
- package/build/address-book/rootstock/index.d.ts +224 -0
- package/build/address-book/rootstock/index.js +15 -0
- package/build/address-book/rootstock/platforms/beefyfinance.d.ts +26 -0
- package/build/address-book/rootstock/platforms/beefyfinance.js +33 -0
- package/build/address-book/rootstock/platforms/index.d.ts +1 -0
- package/build/address-book/rootstock/platforms/index.js +5 -0
- package/build/address-book/rootstock/tokens/tokens.d.ts +108 -0
- package/build/address-book/rootstock/tokens/tokens.js +76 -0
- package/build/address-book/saga/index.d.ts +240 -0
- package/build/address-book/saga/index.js +15 -0
- package/build/address-book/saga/platforms/beefyfinance.d.ts +31 -0
- package/build/address-book/saga/platforms/beefyfinance.js +38 -0
- package/build/address-book/saga/platforms/index.d.ts +1 -0
- package/build/address-book/saga/platforms/index.js +17 -0
- package/build/address-book/saga/tokens/tokens.d.ts +116 -0
- package/build/address-book/saga/tokens/tokens.js +87 -0
- package/build/address-book/scroll/index.d.ts +352 -0
- package/build/address-book/scroll/index.js +15 -0
- package/build/address-book/scroll/platforms/beefyfinance.d.ts +31 -0
- package/build/address-book/scroll/platforms/beefyfinance.js +38 -0
- package/build/address-book/scroll/platforms/index.d.ts +3 -0
- package/build/address-book/scroll/platforms/index.js +19 -0
- package/build/address-book/scroll/platforms/nuri.d.ts +4 -0
- package/build/address-book/scroll/platforms/nuri.js +7 -0
- package/build/address-book/scroll/platforms/tokan.d.ts +4 -0
- package/build/address-book/scroll/platforms/tokan.js +7 -0
- package/build/address-book/scroll/tokens/tokens.d.ts +172 -0
- package/build/address-book/scroll/tokens/tokens.js +140 -0
- package/build/address-book/sei/index.d.ts +244 -0
- package/build/address-book/sei/index.js +15 -0
- package/build/address-book/sei/platforms/beefyfinance.d.ts +27 -0
- package/build/address-book/sei/platforms/beefyfinance.js +34 -0
- package/build/address-book/sei/platforms/index.d.ts +1 -0
- package/build/address-book/sei/platforms/index.js +5 -0
- package/build/address-book/sei/tokens/tokens.d.ts +118 -0
- package/build/address-book/sei/tokens/tokens.js +86 -0
- package/build/address-book/sonic/index.d.ts +1162 -0
- package/build/address-book/sonic/index.js +15 -0
- package/build/address-book/sonic/platforms/beefyfinance.d.ts +32 -0
- package/build/address-book/sonic/platforms/beefyfinance.js +39 -0
- package/build/address-book/sonic/platforms/equalizer.d.ts +4 -0
- package/build/address-book/sonic/platforms/equalizer.js +7 -0
- package/build/address-book/sonic/platforms/index.d.ts +2 -0
- package/build/address-book/sonic/platforms/index.js +18 -0
- package/build/address-book/sonic/tokens/tokens.d.ts +577 -0
- package/build/address-book/sonic/tokens/tokens.js +545 -0
- package/build/address-book/unichain/index.d.ts +116 -0
- package/build/address-book/unichain/index.js +15 -0
- package/build/address-book/unichain/platforms/beefyfinance.d.ts +31 -0
- package/build/address-book/unichain/platforms/beefyfinance.js +38 -0
- package/build/address-book/unichain/platforms/index.d.ts +1 -0
- package/build/address-book/unichain/platforms/index.js +17 -0
- package/build/address-book/unichain/tokens/tokens.d.ts +54 -0
- package/build/address-book/unichain/tokens/tokens.js +22 -0
- package/build/address-book/zkevm/index.d.ts +536 -0
- package/build/address-book/zkevm/index.js +15 -0
- package/build/address-book/zkevm/platforms/balancer.d.ts +3 -0
- package/build/address-book/zkevm/platforms/balancer.js +6 -0
- package/build/address-book/zkevm/platforms/beefyfinance.d.ts +19 -0
- package/build/address-book/zkevm/platforms/beefyfinance.js +24 -0
- package/build/address-book/zkevm/platforms/index.d.ts +3 -0
- package/build/address-book/zkevm/platforms/index.js +9 -0
- package/build/address-book/zkevm/platforms/quickswap.d.ts +4 -0
- package/build/address-book/zkevm/platforms/quickswap.js +7 -0
- package/build/address-book/zkevm/tokens/tokens.d.ts +264 -0
- package/build/address-book/zkevm/tokens/tokens.js +232 -0
- package/build/address-book/zksync/index.d.ts +422 -0
- package/build/address-book/zksync/index.js +15 -0
- package/build/address-book/zksync/platforms/beefyfinance.d.ts +26 -0
- package/build/address-book/zksync/platforms/beefyfinance.js +34 -0
- package/build/address-book/zksync/platforms/dracula.d.ts +4 -0
- package/build/address-book/zksync/platforms/dracula.js +7 -0
- package/build/address-book/zksync/platforms/index.d.ts +4 -0
- package/build/address-book/zksync/platforms/index.js +11 -0
- package/build/address-book/zksync/platforms/velocore.d.ts +5 -0
- package/build/address-book/zksync/platforms/velocore.js +8 -0
- package/build/address-book/zksync/platforms/vesync.d.ts +5 -0
- package/build/address-book/zksync/platforms/vesync.js +8 -0
- package/build/address-book/zksync/tokens/tokens.d.ts +207 -0
- package/build/address-book/zksync/tokens/tokens.js +175 -0
- package/build/package.json +1 -0
- package/build/types/beefyfinance.d.ts +42 -0
- package/build/types/beefyfinance.js +2 -0
- package/build/types/chain.d.ts +19 -0
- package/build/types/chain.js +2 -0
- package/build/types/chainid.d.ts +48 -0
- package/build/types/chainid.js +46 -0
- package/build/types/readonly-record.d.ts +3 -0
- package/build/types/readonly-record.js +2 -0
- package/build/types/token.d.ts +20 -0
- package/build/types/token.js +2 -0
- package/build/util/chainIdMap.d.ts +43 -0
- package/build/util/chainIdMap.js +47 -0
- package/build/util/convertSymbolTokenMapToAddressTokenMap.d.ts +7 -0
- package/build/util/convertSymbolTokenMapToAddressTokenMap.js +21 -0
- package/build-esm/address-book/arbitrum/index.d.ts +4584 -0
- package/build-esm/address-book/arbitrum/index.js +12 -0
- package/build-esm/address-book/arbitrum/platforms/balancer.d.ts +3 -0
- package/build-esm/address-book/arbitrum/platforms/balancer.js +3 -0
- package/build-esm/address-book/arbitrum/platforms/beefyfinance.d.ts +33 -0
- package/build-esm/address-book/arbitrum/platforms/beefyfinance.js +37 -0
- package/build-esm/address-book/arbitrum/platforms/index.d.ts +4 -0
- package/build-esm/address-book/arbitrum/platforms/index.js +4 -0
- package/build-esm/address-book/arbitrum/platforms/ramses.d.ts +7 -0
- package/build-esm/address-book/arbitrum/platforms/ramses.js +7 -0
- package/build-esm/address-book/arbitrum/platforms/sushi.d.ts +4 -0
- package/build-esm/address-book/arbitrum/platforms/sushi.js +4 -0
- package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +2288 -0
- package/build-esm/address-book/arbitrum/tokens/tokens.js +2255 -0
- package/build-esm/address-book/aurora/index.d.ts +622 -0
- package/build-esm/address-book/aurora/index.js +12 -0
- package/build-esm/address-book/aurora/platforms/beefyfinance.d.ts +16 -0
- package/build-esm/address-book/aurora/platforms/beefyfinance.js +18 -0
- package/build-esm/address-book/aurora/platforms/index.d.ts +3 -0
- package/build-esm/address-book/aurora/platforms/index.js +3 -0
- package/build-esm/address-book/aurora/platforms/solace.d.ts +4 -0
- package/build-esm/address-book/aurora/platforms/solace.js +4 -0
- package/build-esm/address-book/aurora/platforms/trisolaris.d.ts +6 -0
- package/build-esm/address-book/aurora/platforms/trisolaris.js +6 -0
- package/build-esm/address-book/aurora/tokens/tokens.d.ts +307 -0
- package/build-esm/address-book/aurora/tokens/tokens.js +275 -0
- package/build-esm/address-book/avax/index.d.ts +10242 -0
- package/build-esm/address-book/avax/index.js +12 -0
- package/build-esm/address-book/avax/platforms/balancer.d.ts +3 -0
- package/build-esm/address-book/avax/platforms/balancer.js +3 -0
- package/build-esm/address-book/avax/platforms/beefyfinance.d.ts +32 -0
- package/build-esm/address-book/avax/platforms/beefyfinance.js +36 -0
- package/build-esm/address-book/avax/platforms/index.d.ts +9 -0
- package/build-esm/address-book/avax/platforms/index.js +9 -0
- package/build-esm/address-book/avax/platforms/joe.d.ts +8 -0
- package/build-esm/address-book/avax/platforms/joe.js +8 -0
- package/build-esm/address-book/avax/platforms/lydia.d.ts +3 -0
- package/build-esm/address-book/avax/platforms/lydia.js +3 -0
- package/build-esm/address-book/avax/platforms/mai.d.ts +3 -0
- package/build-esm/address-book/avax/platforms/mai.js +3 -0
- package/build-esm/address-book/avax/platforms/pangolin.d.ts +4 -0
- package/build-esm/address-book/avax/platforms/pangolin.js +4 -0
- package/build-esm/address-book/avax/platforms/solisnek.d.ts +7 -0
- package/build-esm/address-book/avax/platforms/solisnek.js +7 -0
- package/build-esm/address-book/avax/platforms/swapsicle.d.ts +4 -0
- package/build-esm/address-book/avax/platforms/swapsicle.js +4 -0
- package/build-esm/address-book/avax/platforms/synapse.d.ts +3 -0
- package/build-esm/address-book/avax/platforms/synapse.js +3 -0
- package/build-esm/address-book/avax/tokens/tokens.d.ts +5117 -0
- package/build-esm/address-book/avax/tokens/tokens.js +5082 -0
- package/build-esm/address-book/base/index.d.ts +6176 -0
- package/build-esm/address-book/base/index.js +12 -0
- package/build-esm/address-book/base/platforms/aerodrome.d.ts +4 -0
- package/build-esm/address-book/base/platforms/aerodrome.js +4 -0
- package/build-esm/address-book/base/platforms/balancer.d.ts +3 -0
- package/build-esm/address-book/base/platforms/balancer.js +3 -0
- package/build-esm/address-book/base/platforms/baseSwap.d.ts +4 -0
- package/build-esm/address-book/base/platforms/baseSwap.js +4 -0
- package/build-esm/address-book/base/platforms/beefyfinance.d.ts +35 -0
- package/build-esm/address-book/base/platforms/beefyfinance.js +39 -0
- package/build-esm/address-book/base/platforms/bvm.d.ts +4 -0
- package/build-esm/address-book/base/platforms/bvm.js +4 -0
- package/build-esm/address-book/base/platforms/equalizer.d.ts +4 -0
- package/build-esm/address-book/base/platforms/equalizer.js +4 -0
- package/build-esm/address-book/base/platforms/index.d.ts +6 -0
- package/build-esm/address-book/base/platforms/index.js +6 -0
- package/build-esm/address-book/base/tokens/tokens.d.ts +3084 -0
- package/build-esm/address-book/base/tokens/tokens.js +3049 -0
- package/build-esm/address-book/berachain/index.d.ts +680 -0
- package/build-esm/address-book/berachain/index.js +12 -0
- package/build-esm/address-book/berachain/platforms/beefyfinance.d.ts +31 -0
- package/build-esm/address-book/berachain/platforms/beefyfinance.js +35 -0
- package/build-esm/address-book/berachain/platforms/index.d.ts +1 -0
- package/build-esm/address-book/berachain/platforms/index.js +1 -0
- package/build-esm/address-book/berachain/tokens/tokens.d.ts +336 -0
- package/build-esm/address-book/berachain/tokens/tokens.js +301 -0
- package/build-esm/address-book/bsc/index.d.ts +9386 -0
- package/build-esm/address-book/bsc/index.js +12 -0
- package/build-esm/address-book/bsc/platforms/ape.d.ts +6 -0
- package/build-esm/address-book/bsc/platforms/ape.js +6 -0
- package/build-esm/address-book/bsc/platforms/babyswap.d.ts +4 -0
- package/build-esm/address-book/bsc/platforms/babyswap.js +4 -0
- package/build-esm/address-book/bsc/platforms/bakery.d.ts +4 -0
- package/build-esm/address-book/bsc/platforms/bakery.js +4 -0
- package/build-esm/address-book/bsc/platforms/beefyfinance.d.ts +30 -0
- package/build-esm/address-book/bsc/platforms/beefyfinance.js +34 -0
- package/build-esm/address-book/bsc/platforms/biswap.d.ts +4 -0
- package/build-esm/address-book/bsc/platforms/biswap.js +4 -0
- package/build-esm/address-book/bsc/platforms/bolide.d.ts +4 -0
- package/build-esm/address-book/bsc/platforms/bolide.js +4 -0
- package/build-esm/address-book/bsc/platforms/chainlink.d.ts +3 -0
- package/build-esm/address-book/bsc/platforms/chainlink.js +3 -0
- package/build-esm/address-book/bsc/platforms/cone.d.ts +6 -0
- package/build-esm/address-book/bsc/platforms/cone.js +6 -0
- package/build-esm/address-book/bsc/platforms/elk.d.ts +4 -0
- package/build-esm/address-book/bsc/platforms/elk.js +4 -0
- package/build-esm/address-book/bsc/platforms/ellipsis.d.ts +3 -0
- package/build-esm/address-book/bsc/platforms/ellipsis.js +3 -0
- package/build-esm/address-book/bsc/platforms/emp.d.ts +4 -0
- package/build-esm/address-book/bsc/platforms/emp.js +4 -0
- package/build-esm/address-book/bsc/platforms/farmhero.d.ts +3 -0
- package/build-esm/address-book/bsc/platforms/farmhero.js +3 -0
- package/build-esm/address-book/bsc/platforms/index.d.ts +21 -0
- package/build-esm/address-book/bsc/platforms/index.js +21 -0
- package/build-esm/address-book/bsc/platforms/ironfinance.d.ts +6 -0
- package/build-esm/address-book/bsc/platforms/ironfinance.js +6 -0
- package/build-esm/address-book/bsc/platforms/jet.d.ts +5 -0
- package/build-esm/address-book/bsc/platforms/jet.js +5 -0
- package/build-esm/address-book/bsc/platforms/kebab.d.ts +4 -0
- package/build-esm/address-book/bsc/platforms/kebab.js +4 -0
- package/build-esm/address-book/bsc/platforms/mdex.d.ts +4 -0
- package/build-esm/address-book/bsc/platforms/mdex.js +4 -0
- package/build-esm/address-book/bsc/platforms/ooe.d.ts +3 -0
- package/build-esm/address-book/bsc/platforms/ooe.js +3 -0
- package/build-esm/address-book/bsc/platforms/pancake.d.ts +6 -0
- package/build-esm/address-book/bsc/platforms/pancake.js +6 -0
- package/build-esm/address-book/bsc/platforms/swapfish.d.ts +4 -0
- package/build-esm/address-book/bsc/platforms/swapfish.js +4 -0
- package/build-esm/address-book/bsc/platforms/thena.d.ts +7 -0
- package/build-esm/address-book/bsc/platforms/thena.js +7 -0
- package/build-esm/address-book/bsc/platforms/wault.d.ts +5 -0
- package/build-esm/address-book/bsc/platforms/wault.js +5 -0
- package/build-esm/address-book/bsc/tokens/tokens.d.ts +4689 -0
- package/build-esm/address-book/bsc/tokens/tokens.js +4642 -0
- package/build-esm/address-book/canto/index.d.ts +702 -0
- package/build-esm/address-book/canto/index.js +12 -0
- package/build-esm/address-book/canto/platforms/beefyfinance.d.ts +17 -0
- package/build-esm/address-book/canto/platforms/beefyfinance.js +20 -0
- package/build-esm/address-book/canto/platforms/cvm.d.ts +4 -0
- package/build-esm/address-book/canto/platforms/cvm.js +4 -0
- package/build-esm/address-book/canto/platforms/index.d.ts +3 -0
- package/build-esm/address-book/canto/platforms/index.js +3 -0
- package/build-esm/address-book/canto/platforms/velocimeter.d.ts +7 -0
- package/build-esm/address-book/canto/platforms/velocimeter.js +7 -0
- package/build-esm/address-book/canto/tokens/tokens.d.ts +347 -0
- package/build-esm/address-book/canto/tokens/tokens.js +312 -0
- package/build-esm/address-book/celo/index.d.ts +440 -0
- package/build-esm/address-book/celo/index.js +12 -0
- package/build-esm/address-book/celo/platforms/beefyfinance.d.ts +17 -0
- package/build-esm/address-book/celo/platforms/beefyfinance.js +19 -0
- package/build-esm/address-book/celo/platforms/index.d.ts +2 -0
- package/build-esm/address-book/celo/platforms/index.js +2 -0
- package/build-esm/address-book/celo/platforms/sushiCelo.d.ts +8 -0
- package/build-esm/address-book/celo/platforms/sushiCelo.js +8 -0
- package/build-esm/address-book/celo/tokens/tokens.d.ts +216 -0
- package/build-esm/address-book/celo/tokens/tokens.js +185 -0
- package/build-esm/address-book/cronos/index.d.ts +820 -0
- package/build-esm/address-book/cronos/index.js +12 -0
- package/build-esm/address-book/cronos/platforms/beefyfinance.d.ts +18 -0
- package/build-esm/address-book/cronos/platforms/beefyfinance.js +20 -0
- package/build-esm/address-book/cronos/platforms/crona.d.ts +4 -0
- package/build-esm/address-book/cronos/platforms/crona.js +4 -0
- package/build-esm/address-book/cronos/platforms/index.d.ts +3 -0
- package/build-esm/address-book/cronos/platforms/index.js +3 -0
- package/build-esm/address-book/cronos/platforms/vvs.d.ts +5 -0
- package/build-esm/address-book/cronos/platforms/vvs.js +5 -0
- package/build-esm/address-book/cronos/tokens/tokens.d.ts +406 -0
- package/build-esm/address-book/cronos/tokens/tokens.js +371 -0
- package/build-esm/address-book/emerald/index.d.ts +390 -0
- package/build-esm/address-book/emerald/index.js +12 -0
- package/build-esm/address-book/emerald/platforms/beefyfinance.d.ts +16 -0
- package/build-esm/address-book/emerald/platforms/beefyfinance.js +18 -0
- package/build-esm/address-book/emerald/platforms/index.d.ts +3 -0
- package/build-esm/address-book/emerald/platforms/index.js +3 -0
- package/build-esm/address-book/emerald/platforms/valleyswap.d.ts +4 -0
- package/build-esm/address-book/emerald/platforms/valleyswap.js +4 -0
- package/build-esm/address-book/emerald/platforms/yuzu.d.ts +6 -0
- package/build-esm/address-book/emerald/platforms/yuzu.js +6 -0
- package/build-esm/address-book/emerald/tokens/tokens.d.ts +191 -0
- package/build-esm/address-book/emerald/tokens/tokens.js +162 -0
- package/build-esm/address-book/ethereum/index.d.ts +5516 -0
- package/build-esm/address-book/ethereum/index.js +12 -0
- package/build-esm/address-book/ethereum/platforms/aura.d.ts +4 -0
- package/build-esm/address-book/ethereum/platforms/aura.js +4 -0
- package/build-esm/address-book/ethereum/platforms/balancer.d.ts +3 -0
- package/build-esm/address-book/ethereum/platforms/balancer.js +3 -0
- package/build-esm/address-book/ethereum/platforms/beefyfinance.d.ts +35 -0
- package/build-esm/address-book/ethereum/platforms/beefyfinance.js +38 -0
- package/build-esm/address-book/ethereum/platforms/gamma.d.ts +3 -0
- package/build-esm/address-book/ethereum/platforms/gamma.js +3 -0
- package/build-esm/address-book/ethereum/platforms/index.d.ts +8 -0
- package/build-esm/address-book/ethereum/platforms/index.js +8 -0
- package/build-esm/address-book/ethereum/platforms/solidly.d.ts +5 -0
- package/build-esm/address-book/ethereum/platforms/solidly.js +5 -0
- package/build-esm/address-book/ethereum/platforms/sushi.d.ts +5 -0
- package/build-esm/address-book/ethereum/platforms/sushi.js +5 -0
- package/build-esm/address-book/ethereum/platforms/synapse.d.ts +3 -0
- package/build-esm/address-book/ethereum/platforms/synapse.js +3 -0
- package/build-esm/address-book/ethereum/platforms/verse.d.ts +3 -0
- package/build-esm/address-book/ethereum/platforms/verse.js +3 -0
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +2754 -0
- package/build-esm/address-book/ethereum/tokens/tokens.js +2720 -0
- package/build-esm/address-book/fantom/index.d.ts +4126 -0
- package/build-esm/address-book/fantom/index.js +12 -0
- package/build-esm/address-book/fantom/platforms/beefyfinance.d.ts +21 -0
- package/build-esm/address-book/fantom/platforms/beefyfinance.js +23 -0
- package/build-esm/address-book/fantom/platforms/beethovenx.d.ts +4 -0
- package/build-esm/address-book/fantom/platforms/beethovenx.js +4 -0
- package/build-esm/address-book/fantom/platforms/equalizer.d.ts +6 -0
- package/build-esm/address-book/fantom/platforms/equalizer.js +6 -0
- package/build-esm/address-book/fantom/platforms/fvm.d.ts +4 -0
- package/build-esm/address-book/fantom/platforms/fvm.js +4 -0
- package/build-esm/address-book/fantom/platforms/index.d.ts +11 -0
- package/build-esm/address-book/fantom/platforms/index.js +11 -0
- package/build-esm/address-book/fantom/platforms/solace.d.ts +4 -0
- package/build-esm/address-book/fantom/platforms/solace.js +4 -0
- package/build-esm/address-book/fantom/platforms/solidly.d.ts +4 -0
- package/build-esm/address-book/fantom/platforms/solidly.js +4 -0
- package/build-esm/address-book/fantom/platforms/spiritswap.d.ts +11 -0
- package/build-esm/address-book/fantom/platforms/spiritswap.js +11 -0
- package/build-esm/address-book/fantom/platforms/spookyswap.d.ts +7 -0
- package/build-esm/address-book/fantom/platforms/spookyswap.js +7 -0
- package/build-esm/address-book/fantom/platforms/sushiFtm.d.ts +5 -0
- package/build-esm/address-book/fantom/platforms/sushiFtm.js +5 -0
- package/build-esm/address-book/fantom/platforms/tombswap.d.ts +4 -0
- package/build-esm/address-book/fantom/platforms/tombswap.js +4 -0
- package/build-esm/address-book/fantom/platforms/wigoswap.d.ts +4 -0
- package/build-esm/address-book/fantom/platforms/wigoswap.js +4 -0
- package/build-esm/address-book/fantom/tokens/tokens.d.ts +2059 -0
- package/build-esm/address-book/fantom/tokens/tokens.js +2012 -0
- package/build-esm/address-book/fraxtal/index.d.ts +814 -0
- package/build-esm/address-book/fraxtal/index.js +12 -0
- package/build-esm/address-book/fraxtal/platforms/beefyfinance.d.ts +23 -0
- package/build-esm/address-book/fraxtal/platforms/beefyfinance.js +26 -0
- package/build-esm/address-book/fraxtal/platforms/index.d.ts +2 -0
- package/build-esm/address-book/fraxtal/platforms/index.js +2 -0
- package/build-esm/address-book/fraxtal/platforms/ra.d.ts +4 -0
- package/build-esm/address-book/fraxtal/platforms/ra.js +4 -0
- package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +403 -0
- package/build-esm/address-book/fraxtal/tokens/tokens.js +357 -0
- package/build-esm/address-book/fuse/index.d.ts +510 -0
- package/build-esm/address-book/fuse/index.js +12 -0
- package/build-esm/address-book/fuse/platforms/beefyfinance.d.ts +18 -0
- package/build-esm/address-book/fuse/platforms/beefyfinance.js +20 -0
- package/build-esm/address-book/fuse/platforms/fuseNetwork.d.ts +4 -0
- package/build-esm/address-book/fuse/platforms/fuseNetwork.js +4 -0
- package/build-esm/address-book/fuse/platforms/index.d.ts +4 -0
- package/build-esm/address-book/fuse/platforms/index.js +4 -0
- package/build-esm/address-book/fuse/platforms/sushiFuse.d.ts +5 -0
- package/build-esm/address-book/fuse/platforms/sushiFuse.js +5 -0
- package/build-esm/address-book/fuse/platforms/voltage.d.ts +5 -0
- package/build-esm/address-book/fuse/platforms/voltage.js +5 -0
- package/build-esm/address-book/fuse/tokens/tokens.d.ts +251 -0
- package/build-esm/address-book/fuse/tokens/tokens.js +216 -0
- package/build-esm/address-book/gnosis/index.d.ts +740 -0
- package/build-esm/address-book/gnosis/index.js +12 -0
- package/build-esm/address-book/gnosis/platforms/beefyfinance.d.ts +30 -0
- package/build-esm/address-book/gnosis/platforms/beefyfinance.js +34 -0
- package/build-esm/address-book/gnosis/platforms/index.d.ts +1 -0
- package/build-esm/address-book/gnosis/platforms/index.js +1 -0
- package/build-esm/address-book/gnosis/tokens/tokens.d.ts +366 -0
- package/build-esm/address-book/gnosis/tokens/tokens.js +328 -0
- package/build-esm/address-book/heco/index.d.ts +544 -0
- package/build-esm/address-book/heco/index.js +12 -0
- package/build-esm/address-book/heco/platforms/beefyfinance.d.ts +15 -0
- package/build-esm/address-book/heco/platforms/beefyfinance.js +17 -0
- package/build-esm/address-book/heco/platforms/index.d.ts +2 -0
- package/build-esm/address-book/heco/platforms/index.js +2 -0
- package/build-esm/address-book/heco/platforms/mdex.d.ts +4 -0
- package/build-esm/address-book/heco/platforms/mdex.js +4 -0
- package/build-esm/address-book/heco/tokens/tokens.d.ts +268 -0
- package/build-esm/address-book/heco/tokens/tokens.js +239 -0
- package/build-esm/address-book/hyperevm/index.d.ts +494 -0
- package/build-esm/address-book/hyperevm/index.js +12 -0
- package/build-esm/address-book/hyperevm/platforms/beefyfinance.d.ts +32 -0
- package/build-esm/address-book/hyperevm/platforms/beefyfinance.js +36 -0
- package/build-esm/address-book/hyperevm/platforms/index.d.ts +2 -0
- package/build-esm/address-book/hyperevm/platforms/index.js +2 -0
- package/build-esm/address-book/hyperevm/platforms/kittenswap.d.ts +4 -0
- package/build-esm/address-book/hyperevm/platforms/kittenswap.js +4 -0
- package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +243 -0
- package/build-esm/address-book/hyperevm/tokens/tokens.js +208 -0
- package/build-esm/address-book/index.d.ts +8 -0
- package/build-esm/address-book/index.js +126 -0
- package/build-esm/address-book/kava/index.d.ts +684 -0
- package/build-esm/address-book/kava/index.js +12 -0
- package/build-esm/address-book/kava/platforms/beefyfinance.d.ts +19 -0
- package/build-esm/address-book/kava/platforms/beefyfinance.js +23 -0
- package/build-esm/address-book/kava/platforms/equilibre.d.ts +5 -0
- package/build-esm/address-book/kava/platforms/equilibre.js +5 -0
- package/build-esm/address-book/kava/platforms/index.d.ts +3 -0
- package/build-esm/address-book/kava/platforms/index.js +3 -0
- package/build-esm/address-book/kava/platforms/sushiKava.d.ts +6 -0
- package/build-esm/address-book/kava/platforms/sushiKava.js +6 -0
- package/build-esm/address-book/kava/tokens/tokens.d.ts +338 -0
- package/build-esm/address-book/kava/tokens/tokens.js +303 -0
- package/build-esm/address-book/linea/index.d.ts +784 -0
- package/build-esm/address-book/linea/index.js +12 -0
- package/build-esm/address-book/linea/platforms/beefyfinance.d.ts +30 -0
- package/build-esm/address-book/linea/platforms/beefyfinance.js +34 -0
- package/build-esm/address-book/linea/platforms/etherex.d.ts +4 -0
- package/build-esm/address-book/linea/platforms/etherex.js +4 -0
- package/build-esm/address-book/linea/platforms/index.d.ts +4 -0
- package/build-esm/address-book/linea/platforms/index.js +4 -0
- package/build-esm/address-book/linea/platforms/lynex.d.ts +4 -0
- package/build-esm/address-book/linea/platforms/lynex.js +4 -0
- package/build-esm/address-book/linea/platforms/nile.d.ts +4 -0
- package/build-esm/address-book/linea/platforms/nile.js +4 -0
- package/build-esm/address-book/linea/tokens/tokens.d.ts +388 -0
- package/build-esm/address-book/linea/tokens/tokens.js +353 -0
- package/build-esm/address-book/lisk/index.d.ts +268 -0
- package/build-esm/address-book/lisk/index.js +12 -0
- package/build-esm/address-book/lisk/platforms/beefyfinance.d.ts +27 -0
- package/build-esm/address-book/lisk/platforms/beefyfinance.js +31 -0
- package/build-esm/address-book/lisk/platforms/index.d.ts +1 -0
- package/build-esm/address-book/lisk/platforms/index.js +1 -0
- package/build-esm/address-book/lisk/tokens/tokens.d.ts +130 -0
- package/build-esm/address-book/lisk/tokens/tokens.js +95 -0
- package/build-esm/address-book/manta/index.d.ts +214 -0
- package/build-esm/address-book/manta/index.js +12 -0
- package/build-esm/address-book/manta/platforms/beefyfinance.d.ts +26 -0
- package/build-esm/address-book/manta/platforms/beefyfinance.js +30 -0
- package/build-esm/address-book/manta/platforms/index.d.ts +1 -0
- package/build-esm/address-book/manta/platforms/index.js +1 -0
- package/build-esm/address-book/manta/tokens/tokens.d.ts +103 -0
- package/build-esm/address-book/manta/tokens/tokens.js +71 -0
- package/build-esm/address-book/mantle/index.d.ts +492 -0
- package/build-esm/address-book/mantle/index.js +12 -0
- package/build-esm/address-book/mantle/platforms/beefyfinance.d.ts +26 -0
- package/build-esm/address-book/mantle/platforms/beefyfinance.js +30 -0
- package/build-esm/address-book/mantle/platforms/index.d.ts +2 -0
- package/build-esm/address-book/mantle/platforms/index.js +2 -0
- package/build-esm/address-book/mantle/platforms/moe.d.ts +4 -0
- package/build-esm/address-book/mantle/platforms/moe.js +4 -0
- package/build-esm/address-book/mantle/tokens/tokens.d.ts +242 -0
- package/build-esm/address-book/mantle/tokens/tokens.js +207 -0
- package/build-esm/address-book/metis/index.d.ts +542 -0
- package/build-esm/address-book/metis/index.js +12 -0
- package/build-esm/address-book/metis/platforms/beefyfinance.d.ts +20 -0
- package/build-esm/address-book/metis/platforms/beefyfinance.js +22 -0
- package/build-esm/address-book/metis/platforms/hermes.d.ts +3 -0
- package/build-esm/address-book/metis/platforms/hermes.js +3 -0
- package/build-esm/address-book/metis/platforms/index.d.ts +4 -0
- package/build-esm/address-book/metis/platforms/index.js +4 -0
- package/build-esm/address-book/metis/platforms/netswap.d.ts +5 -0
- package/build-esm/address-book/metis/platforms/netswap.js +5 -0
- package/build-esm/address-book/metis/platforms/tethys.d.ts +4 -0
- package/build-esm/address-book/metis/platforms/tethys.js +4 -0
- package/build-esm/address-book/metis/tokens/tokens.d.ts +267 -0
- package/build-esm/address-book/metis/tokens/tokens.js +232 -0
- package/build-esm/address-book/mode/index.d.ts +410 -0
- package/build-esm/address-book/mode/index.js +12 -0
- package/build-esm/address-book/mode/platforms/beefyfinance.d.ts +30 -0
- package/build-esm/address-book/mode/platforms/beefyfinance.js +34 -0
- package/build-esm/address-book/mode/platforms/index.d.ts +1 -0
- package/build-esm/address-book/mode/platforms/index.js +1 -0
- package/build-esm/address-book/mode/tokens/tokens.d.ts +201 -0
- package/build-esm/address-book/mode/tokens/tokens.js +166 -0
- package/build-esm/address-book/monad/index.d.ts +492 -0
- package/build-esm/address-book/monad/index.js +12 -0
- package/build-esm/address-book/monad/platforms/beefyfinance.d.ts +33 -0
- package/build-esm/address-book/monad/platforms/beefyfinance.js +37 -0
- package/build-esm/address-book/monad/platforms/index.d.ts +1 -0
- package/build-esm/address-book/monad/platforms/index.js +1 -0
- package/build-esm/address-book/monad/tokens/tokens.d.ts +242 -0
- package/build-esm/address-book/monad/tokens/tokens.js +207 -0
- package/build-esm/address-book/moonbeam/index.d.ts +1370 -0
- package/build-esm/address-book/moonbeam/index.js +12 -0
- package/build-esm/address-book/moonbeam/platforms/beamswap.d.ts +5 -0
- package/build-esm/address-book/moonbeam/platforms/beamswap.js +5 -0
- package/build-esm/address-book/moonbeam/platforms/beefyfinance.d.ts +26 -0
- package/build-esm/address-book/moonbeam/platforms/beefyfinance.js +29 -0
- package/build-esm/address-book/moonbeam/platforms/index.d.ts +4 -0
- package/build-esm/address-book/moonbeam/platforms/index.js +4 -0
- package/build-esm/address-book/moonbeam/platforms/solarflare.d.ts +4 -0
- package/build-esm/address-book/moonbeam/platforms/solarflare.js +4 -0
- package/build-esm/address-book/moonbeam/platforms/stellaswap.d.ts +6 -0
- package/build-esm/address-book/moonbeam/platforms/stellaswap.js +6 -0
- package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +681 -0
- package/build-esm/address-book/moonbeam/tokens/tokens.js +639 -0
- package/build-esm/address-book/moonriver/index.d.ts +1044 -0
- package/build-esm/address-book/moonriver/index.js +12 -0
- package/build-esm/address-book/moonriver/platforms/beefyfinance.d.ts +19 -0
- package/build-esm/address-book/moonriver/platforms/beefyfinance.js +21 -0
- package/build-esm/address-book/moonriver/platforms/finn.d.ts +4 -0
- package/build-esm/address-book/moonriver/platforms/finn.js +4 -0
- package/build-esm/address-book/moonriver/platforms/index.d.ts +4 -0
- package/build-esm/address-book/moonriver/platforms/index.js +4 -0
- package/build-esm/address-book/moonriver/platforms/solarbeam.d.ts +6 -0
- package/build-esm/address-book/moonriver/platforms/solarbeam.js +6 -0
- package/build-esm/address-book/moonriver/platforms/sushi.d.ts +6 -0
- package/build-esm/address-book/moonriver/platforms/sushi.js +6 -0
- package/build-esm/address-book/moonriver/tokens/tokens.d.ts +518 -0
- package/build-esm/address-book/moonriver/tokens/tokens.js +468 -0
- package/build-esm/address-book/one/index.d.ts +498 -0
- package/build-esm/address-book/one/index.js +12 -0
- package/build-esm/address-book/one/platforms/beefyfinance.d.ts +15 -0
- package/build-esm/address-book/one/platforms/beefyfinance.js +17 -0
- package/build-esm/address-book/one/platforms/index.d.ts +2 -0
- package/build-esm/address-book/one/platforms/index.js +2 -0
- package/build-esm/address-book/one/platforms/sushi.d.ts +5 -0
- package/build-esm/address-book/one/platforms/sushi.js +5 -0
- package/build-esm/address-book/one/tokens/tokens.d.ts +245 -0
- package/build-esm/address-book/one/tokens/tokens.js +210 -0
- package/build-esm/address-book/optimism/index.d.ts +3630 -0
- package/build-esm/address-book/optimism/index.js +12 -0
- package/build-esm/address-book/optimism/platforms/beefyfinance.d.ts +37 -0
- package/build-esm/address-book/optimism/platforms/beefyfinance.js +41 -0
- package/build-esm/address-book/optimism/platforms/beethovenX.d.ts +3 -0
- package/build-esm/address-book/optimism/platforms/beethovenX.js +3 -0
- package/build-esm/address-book/optimism/platforms/gamma.d.ts +3 -0
- package/build-esm/address-book/optimism/platforms/gamma.js +3 -0
- package/build-esm/address-book/optimism/platforms/index.d.ts +5 -0
- package/build-esm/address-book/optimism/platforms/index.js +5 -0
- package/build-esm/address-book/optimism/platforms/sonne.d.ts +3 -0
- package/build-esm/address-book/optimism/platforms/sonne.js +3 -0
- package/build-esm/address-book/optimism/platforms/velodrome.d.ts +7 -0
- package/build-esm/address-book/optimism/platforms/velodrome.js +7 -0
- package/build-esm/address-book/optimism/tokens/tokens.d.ts +1811 -0
- package/build-esm/address-book/optimism/tokens/tokens.js +1776 -0
- package/build-esm/address-book/plasma/index.d.ts +406 -0
- package/build-esm/address-book/plasma/index.js +12 -0
- package/build-esm/address-book/plasma/platforms/beefyfinance.d.ts +32 -0
- package/build-esm/address-book/plasma/platforms/beefyfinance.js +36 -0
- package/build-esm/address-book/plasma/platforms/index.d.ts +1 -0
- package/build-esm/address-book/plasma/platforms/index.js +1 -0
- package/build-esm/address-book/plasma/tokens/tokens.d.ts +199 -0
- package/build-esm/address-book/plasma/tokens/tokens.js +164 -0
- package/build-esm/address-book/polygon/index.d.ts +4454 -0
- package/build-esm/address-book/polygon/index.js +12 -0
- package/build-esm/address-book/polygon/platforms/apeswap.d.ts +5 -0
- package/build-esm/address-book/polygon/platforms/apeswap.js +5 -0
- package/build-esm/address-book/polygon/platforms/balancer.d.ts +3 -0
- package/build-esm/address-book/polygon/platforms/balancer.js +3 -0
- package/build-esm/address-book/polygon/platforms/beefyfinance.d.ts +32 -0
- package/build-esm/address-book/polygon/platforms/beefyfinance.js +36 -0
- package/build-esm/address-book/polygon/platforms/brainswap.d.ts +3 -0
- package/build-esm/address-book/polygon/platforms/brainswap.js +3 -0
- package/build-esm/address-book/polygon/platforms/chainlink.d.ts +3 -0
- package/build-esm/address-book/polygon/platforms/chainlink.js +3 -0
- package/build-esm/address-book/polygon/platforms/cometh.d.ts +3 -0
- package/build-esm/address-book/polygon/platforms/cometh.js +3 -0
- package/build-esm/address-book/polygon/platforms/dfyn.d.ts +3 -0
- package/build-esm/address-book/polygon/platforms/dfyn.js +3 -0
- package/build-esm/address-book/polygon/platforms/dystopia.d.ts +6 -0
- package/build-esm/address-book/polygon/platforms/dystopia.js +6 -0
- package/build-esm/address-book/polygon/platforms/farmhero.d.ts +4 -0
- package/build-esm/address-book/polygon/platforms/farmhero.js +4 -0
- package/build-esm/address-book/polygon/platforms/index.d.ts +23 -0
- package/build-esm/address-book/polygon/platforms/index.js +23 -0
- package/build-esm/address-book/polygon/platforms/iron.d.ts +5 -0
- package/build-esm/address-book/polygon/platforms/iron.js +5 -0
- package/build-esm/address-book/polygon/platforms/jetswap.d.ts +4 -0
- package/build-esm/address-book/polygon/platforms/jetswap.js +4 -0
- package/build-esm/address-book/polygon/platforms/mai.d.ts +5 -0
- package/build-esm/address-book/polygon/platforms/mai.js +5 -0
- package/build-esm/address-book/polygon/platforms/polycat.d.ts +3 -0
- package/build-esm/address-book/polygon/platforms/polycat.js +3 -0
- package/build-esm/address-book/polygon/platforms/polypup.d.ts +12 -0
- package/build-esm/address-book/polygon/platforms/polypup.js +12 -0
- package/build-esm/address-book/polygon/platforms/polysage.d.ts +4 -0
- package/build-esm/address-book/polygon/platforms/polysage.js +4 -0
- package/build-esm/address-book/polygon/platforms/polywise.d.ts +4 -0
- package/build-esm/address-book/polygon/platforms/polywise.js +4 -0
- package/build-esm/address-book/polygon/platforms/polyyeld.d.ts +6 -0
- package/build-esm/address-book/polygon/platforms/polyyeld.js +6 -0
- package/build-esm/address-book/polygon/platforms/polyzap.d.ts +4 -0
- package/build-esm/address-book/polygon/platforms/polyzap.js +4 -0
- package/build-esm/address-book/polygon/platforms/quickswap.d.ts +4 -0
- package/build-esm/address-book/polygon/platforms/quickswap.js +4 -0
- package/build-esm/address-book/polygon/platforms/solace.d.ts +4 -0
- package/build-esm/address-book/polygon/platforms/solace.js +4 -0
- package/build-esm/address-book/polygon/platforms/stargate.d.ts +4 -0
- package/build-esm/address-book/polygon/platforms/stargate.js +4 -0
- package/build-esm/address-book/polygon/platforms/sushi.d.ts +7 -0
- package/build-esm/address-book/polygon/platforms/sushi.js +7 -0
- package/build-esm/address-book/polygon/platforms/wault.d.ts +4 -0
- package/build-esm/address-book/polygon/platforms/wault.js +4 -0
- package/build-esm/address-book/polygon/tokens/tokens.d.ts +2223 -0
- package/build-esm/address-book/polygon/tokens/tokens.js +2153 -0
- package/build-esm/address-book/real/index.d.ts +376 -0
- package/build-esm/address-book/real/index.js +12 -0
- package/build-esm/address-book/real/platforms/beefyfinance.d.ts +21 -0
- package/build-esm/address-book/real/platforms/beefyfinance.js +32 -0
- package/build-esm/address-book/real/platforms/index.d.ts +1 -0
- package/build-esm/address-book/real/platforms/index.js +1 -0
- package/build-esm/address-book/real/tokens/tokens.d.ts +184 -0
- package/build-esm/address-book/real/tokens/tokens.js +137 -0
- package/build-esm/address-book/rootstock/index.d.ts +224 -0
- package/build-esm/address-book/rootstock/index.js +12 -0
- package/build-esm/address-book/rootstock/platforms/beefyfinance.d.ts +26 -0
- package/build-esm/address-book/rootstock/platforms/beefyfinance.js +30 -0
- package/build-esm/address-book/rootstock/platforms/index.d.ts +1 -0
- package/build-esm/address-book/rootstock/platforms/index.js +1 -0
- package/build-esm/address-book/rootstock/tokens/tokens.d.ts +108 -0
- package/build-esm/address-book/rootstock/tokens/tokens.js +73 -0
- package/build-esm/address-book/saga/index.d.ts +240 -0
- package/build-esm/address-book/saga/index.js +12 -0
- package/build-esm/address-book/saga/platforms/beefyfinance.d.ts +31 -0
- package/build-esm/address-book/saga/platforms/beefyfinance.js +35 -0
- package/build-esm/address-book/saga/platforms/index.d.ts +1 -0
- package/build-esm/address-book/saga/platforms/index.js +1 -0
- package/build-esm/address-book/saga/tokens/tokens.d.ts +116 -0
- package/build-esm/address-book/saga/tokens/tokens.js +84 -0
- package/build-esm/address-book/scroll/index.d.ts +352 -0
- package/build-esm/address-book/scroll/index.js +12 -0
- package/build-esm/address-book/scroll/platforms/beefyfinance.d.ts +31 -0
- package/build-esm/address-book/scroll/platforms/beefyfinance.js +35 -0
- package/build-esm/address-book/scroll/platforms/index.d.ts +3 -0
- package/build-esm/address-book/scroll/platforms/index.js +3 -0
- package/build-esm/address-book/scroll/platforms/nuri.d.ts +4 -0
- package/build-esm/address-book/scroll/platforms/nuri.js +4 -0
- package/build-esm/address-book/scroll/platforms/tokan.d.ts +4 -0
- package/build-esm/address-book/scroll/platforms/tokan.js +4 -0
- package/build-esm/address-book/scroll/tokens/tokens.d.ts +172 -0
- package/build-esm/address-book/scroll/tokens/tokens.js +137 -0
- package/build-esm/address-book/sei/index.d.ts +244 -0
- package/build-esm/address-book/sei/index.js +12 -0
- package/build-esm/address-book/sei/platforms/beefyfinance.d.ts +27 -0
- package/build-esm/address-book/sei/platforms/beefyfinance.js +31 -0
- package/build-esm/address-book/sei/platforms/index.d.ts +1 -0
- package/build-esm/address-book/sei/platforms/index.js +1 -0
- package/build-esm/address-book/sei/tokens/tokens.d.ts +118 -0
- package/build-esm/address-book/sei/tokens/tokens.js +83 -0
- package/build-esm/address-book/sonic/index.d.ts +1162 -0
- package/build-esm/address-book/sonic/index.js +12 -0
- package/build-esm/address-book/sonic/platforms/beefyfinance.d.ts +32 -0
- package/build-esm/address-book/sonic/platforms/beefyfinance.js +36 -0
- package/build-esm/address-book/sonic/platforms/equalizer.d.ts +4 -0
- package/build-esm/address-book/sonic/platforms/equalizer.js +4 -0
- package/build-esm/address-book/sonic/platforms/index.d.ts +2 -0
- package/build-esm/address-book/sonic/platforms/index.js +2 -0
- package/build-esm/address-book/sonic/tokens/tokens.d.ts +577 -0
- package/build-esm/address-book/sonic/tokens/tokens.js +542 -0
- package/build-esm/address-book/unichain/index.d.ts +116 -0
- package/build-esm/address-book/unichain/index.js +12 -0
- package/build-esm/address-book/unichain/platforms/beefyfinance.d.ts +31 -0
- package/build-esm/address-book/unichain/platforms/beefyfinance.js +35 -0
- package/build-esm/address-book/unichain/platforms/index.d.ts +1 -0
- package/build-esm/address-book/unichain/platforms/index.js +1 -0
- package/build-esm/address-book/unichain/tokens/tokens.d.ts +54 -0
- package/build-esm/address-book/unichain/tokens/tokens.js +19 -0
- package/build-esm/address-book/zkevm/index.d.ts +536 -0
- package/build-esm/address-book/zkevm/index.js +12 -0
- package/build-esm/address-book/zkevm/platforms/balancer.d.ts +3 -0
- package/build-esm/address-book/zkevm/platforms/balancer.js +3 -0
- package/build-esm/address-book/zkevm/platforms/beefyfinance.d.ts +19 -0
- package/build-esm/address-book/zkevm/platforms/beefyfinance.js +21 -0
- package/build-esm/address-book/zkevm/platforms/index.d.ts +3 -0
- package/build-esm/address-book/zkevm/platforms/index.js +3 -0
- package/build-esm/address-book/zkevm/platforms/quickswap.d.ts +4 -0
- package/build-esm/address-book/zkevm/platforms/quickswap.js +4 -0
- package/build-esm/address-book/zkevm/tokens/tokens.d.ts +264 -0
- package/build-esm/address-book/zkevm/tokens/tokens.js +229 -0
- package/build-esm/address-book/zksync/index.d.ts +422 -0
- package/build-esm/address-book/zksync/index.js +12 -0
- package/build-esm/address-book/zksync/platforms/beefyfinance.d.ts +26 -0
- package/build-esm/address-book/zksync/platforms/beefyfinance.js +31 -0
- package/build-esm/address-book/zksync/platforms/dracula.d.ts +4 -0
- package/build-esm/address-book/zksync/platforms/dracula.js +4 -0
- package/build-esm/address-book/zksync/platforms/index.d.ts +4 -0
- package/build-esm/address-book/zksync/platforms/index.js +4 -0
- package/build-esm/address-book/zksync/platforms/velocore.d.ts +5 -0
- package/build-esm/address-book/zksync/platforms/velocore.js +5 -0
- package/build-esm/address-book/zksync/platforms/vesync.d.ts +5 -0
- package/build-esm/address-book/zksync/platforms/vesync.js +5 -0
- package/build-esm/address-book/zksync/tokens/tokens.d.ts +207 -0
- package/build-esm/address-book/zksync/tokens/tokens.js +172 -0
- package/build-esm/package.json +1 -0
- package/build-esm/types/beefyfinance.d.ts +42 -0
- package/build-esm/types/beefyfinance.js +1 -0
- package/build-esm/types/chain.d.ts +19 -0
- package/build-esm/types/chain.js +1 -0
- package/build-esm/types/chainid.d.ts +48 -0
- package/build-esm/types/chainid.js +43 -0
- package/build-esm/types/readonly-record.d.ts +3 -0
- package/build-esm/types/readonly-record.js +1 -0
- package/build-esm/types/token.d.ts +20 -0
- package/build-esm/types/token.js +1 -0
- package/build-esm/util/convertSymbolTokenMapToAddressTokenMap.d.ts +7 -0
- package/build-esm/util/convertSymbolTokenMapToAddressTokenMap.js +18 -0
- package/package.json +66 -0
|
@@ -0,0 +1,4645 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.tokens = void 0;
|
|
4
|
+
const BNB = {
|
|
5
|
+
name: 'WBNB Token',
|
|
6
|
+
symbol: 'WBNB',
|
|
7
|
+
oracleId: 'WBNB',
|
|
8
|
+
address: '0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c',
|
|
9
|
+
chainId: 56,
|
|
10
|
+
decimals: 18,
|
|
11
|
+
website: 'https://www.binance.com/',
|
|
12
|
+
description: 'Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.',
|
|
13
|
+
bridge: 'native',
|
|
14
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c.png',
|
|
15
|
+
documentation: 'https://www.binance.com/en/bnb',
|
|
16
|
+
};
|
|
17
|
+
const lisUSD = {
|
|
18
|
+
name: 'Lista USD',
|
|
19
|
+
symbol: 'lisUSD',
|
|
20
|
+
oracleId: 'lisUSD',
|
|
21
|
+
address: '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5',
|
|
22
|
+
chainId: 56,
|
|
23
|
+
decimals: 18,
|
|
24
|
+
logoURI: '',
|
|
25
|
+
website: 'https://lista.org/',
|
|
26
|
+
documentation: 'https://docs.bsc.lista.org/',
|
|
27
|
+
description: 'lisUSD is a decentralized, unbiased, collateral backed destablecoin soft-pegged to the US Dollar. Users who have collateralized their assets via Lista are eligible to take out a loan in lisUSD against their collateral.',
|
|
28
|
+
bridge: 'native',
|
|
29
|
+
risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
|
|
30
|
+
};
|
|
31
|
+
exports.tokens = {
|
|
32
|
+
WNATIVE: BNB,
|
|
33
|
+
FEES: BNB,
|
|
34
|
+
BNB,
|
|
35
|
+
WBNB: BNB,
|
|
36
|
+
CASH: {
|
|
37
|
+
name: 'CASH',
|
|
38
|
+
symbol: 'CASH',
|
|
39
|
+
oracleId: 'CASH',
|
|
40
|
+
address: '0x54c331Bb7d32fBfC17bc9ACcaB2e2D12d0d1B222',
|
|
41
|
+
chainId: 56,
|
|
42
|
+
decimals: 18,
|
|
43
|
+
logoURI: '',
|
|
44
|
+
website: 'https://stabl.fi/',
|
|
45
|
+
bridge: 'native',
|
|
46
|
+
description: 'Stabl.fi is a next-generation, yield bearing stable indexcoin protocol. Users mint $CASH by depositing stables into the Stabl protocol. The amount of $CASH in your wallet will continually grow, due to the yield strategies the protocol deposited stables are put in as well as external yielding sources.',
|
|
47
|
+
documentation: 'https://docs.stabl.fi/protocol-overview/introducing-stabl.fi',
|
|
48
|
+
},
|
|
49
|
+
OOEV2: {
|
|
50
|
+
name: 'Open Ocean Finance',
|
|
51
|
+
symbol: 'OOE',
|
|
52
|
+
oracleId: 'OOEV2',
|
|
53
|
+
address: '0x8ea5219a16c2dbF1d6335A6aa0c6bd45c50347C5',
|
|
54
|
+
chainId: 56,
|
|
55
|
+
decimals: 18,
|
|
56
|
+
website: 'https://openocean.finance/',
|
|
57
|
+
description: 'OpenOcean is the worlds first full aggregation protocol for crypto trading that source liquidity from DeFi and CeFi, and enable cross-chain swaps. Our intelligent routing algorithm find the best prices from DEXes and CEXes, and split the routes to provide traders the best prices with low slippage and fast settlement. The function is free to use, OpenOcean users only need to pay the normal blockchain gas fees and exchange fees for the trades, which are charged by the exchanges and not OpenOcean.',
|
|
58
|
+
logoURI: 'https://ethapi.openocean.finance/asset/icon-ooe.svg?t=2',
|
|
59
|
+
documentation: 'https://docs.openocean.finance/protocol/ooe-token',
|
|
60
|
+
bridge: 'native',
|
|
61
|
+
},
|
|
62
|
+
multiBTC: {
|
|
63
|
+
name: 'Multichain BTC',
|
|
64
|
+
symbol: 'multiBTC',
|
|
65
|
+
oracleId: 'multiBTC',
|
|
66
|
+
address: '0xD9907fcDa91aC644F70477B8fC1607ad15b2D7A8',
|
|
67
|
+
chainId: 56,
|
|
68
|
+
decimals: 8,
|
|
69
|
+
logoURI: '',
|
|
70
|
+
website: 'https://app.multichain.org/',
|
|
71
|
+
description: 'Multichain supports to swap BTC to MultiBTC (Multichain BTC) 1:1.',
|
|
72
|
+
documentation: 'https://docs.multichain.org/getting-started/introduction',
|
|
73
|
+
},
|
|
74
|
+
multiWUSDR: {
|
|
75
|
+
name: 'Real USD',
|
|
76
|
+
symbol: 'wUSDR',
|
|
77
|
+
oracleId: 'multiWUSDR',
|
|
78
|
+
address: '0x2952beb1326acCbB5243725bd4Da2fC937BCa087',
|
|
79
|
+
chainId: 56,
|
|
80
|
+
decimals: 9,
|
|
81
|
+
website: 'https://www.tangible.store/realusd',
|
|
82
|
+
documentation: 'https://docs.tangible.store/',
|
|
83
|
+
description: 'Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders. The token on BNB Chain is bridged via Multichain from Polygon.',
|
|
84
|
+
bridge: 'multichain',
|
|
85
|
+
logoURI: '',
|
|
86
|
+
},
|
|
87
|
+
wUSDR: {
|
|
88
|
+
name: 'Real USD',
|
|
89
|
+
symbol: 'wUSDR',
|
|
90
|
+
oracleId: 'wUSDR',
|
|
91
|
+
address: '0x9467f15f44A8641389556387b43d9ED3f6981818',
|
|
92
|
+
chainId: 56,
|
|
93
|
+
decimals: 9,
|
|
94
|
+
website: 'https://www.tangible.store/realusd',
|
|
95
|
+
documentation: 'https://docs.tangible.store/',
|
|
96
|
+
description: 'Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders. The token on BNB Chain is bridged via Multichain from Polygon.',
|
|
97
|
+
bridge: 'layer-zero',
|
|
98
|
+
logoURI: '',
|
|
99
|
+
},
|
|
100
|
+
PRIMAL: {
|
|
101
|
+
name: 'Primal',
|
|
102
|
+
symbol: 'PRIMAL',
|
|
103
|
+
oracleId: 'PRIMAL',
|
|
104
|
+
address: '0xCb5327Ed4649548e0d73E70b633cdfd99aF6Da87',
|
|
105
|
+
chainId: 56,
|
|
106
|
+
decimals: 18,
|
|
107
|
+
website: 'https://www.getprimal.com/',
|
|
108
|
+
description: 'Primal is the utility token of a Move2Earn ecosystem featuring fan tokens for chosen athletes and team.',
|
|
109
|
+
logoURI: 'https://assets.coingecko.com/coins/images/28435/small/PRIMAL_ICON_200px.jpg?1670567426',
|
|
110
|
+
},
|
|
111
|
+
FS: {
|
|
112
|
+
name: 'FantomStarter',
|
|
113
|
+
symbol: 'FS',
|
|
114
|
+
oracleId: 'FS',
|
|
115
|
+
address: '0x1935C03bB7DbC3623bD992CE599bC26bD30A43EB',
|
|
116
|
+
chainId: 56,
|
|
117
|
+
decimals: 18,
|
|
118
|
+
website: 'https://fantomstarter.io/',
|
|
119
|
+
description: 'With FantomStarter, you can raise and invest capital on any blockchain while the decentralized investment app manages all the regulatory, compliance, and multi network responsibilities.',
|
|
120
|
+
logoURI: 'https://assets.spookyswap.finance/tokens/FS.png',
|
|
121
|
+
},
|
|
122
|
+
ankrETH: {
|
|
123
|
+
name: 'Ankr Staked ETH',
|
|
124
|
+
symbol: 'ankrETH',
|
|
125
|
+
oracleId: 'ankrETH',
|
|
126
|
+
address: '0xe05A08226c49b636ACf99c40Da8DC6aF83CE5bB3',
|
|
127
|
+
chainId: 56,
|
|
128
|
+
decimals: 18,
|
|
129
|
+
logoURI: '',
|
|
130
|
+
website: 'https://www.ankr.com/',
|
|
131
|
+
description: 'ankrETH is a liquid staking solution that lets users earn Ethereum staking rewards while remaining liquid. The value of ankrETH tokens appreciates over time in relation to ETH due to reward accumulation, enhancing capital efficiency and preserving liquidity.',
|
|
132
|
+
bridge: 'ankr',
|
|
133
|
+
documentation: 'https://www.ankr.com/docs/liquid-staking/eth/overview/',
|
|
134
|
+
},
|
|
135
|
+
DOLA: {
|
|
136
|
+
name: 'Dola USD Stablecoin',
|
|
137
|
+
symbol: 'DOLA',
|
|
138
|
+
oracleId: 'DOLA',
|
|
139
|
+
address: '0x2F29Bc0FFAF9bff337b31CBe6CB5Fb3bf12e5840',
|
|
140
|
+
chainId: 56,
|
|
141
|
+
decimals: 18,
|
|
142
|
+
logoURI: '',
|
|
143
|
+
website: 'https://www.inverse.finance/',
|
|
144
|
+
documentation: 'https://docs.inverse.finance/inverse-finance/using-dola/how-to-acquire-dola',
|
|
145
|
+
description: 'Inverse.finance is a suite of permissionless decentralized finance tools governed by Inverse DAO, a decentralized autonomous organization running on the Ethereum blockchain.',
|
|
146
|
+
bridge: 'multichain',
|
|
147
|
+
risks: ['SYNTH_STABLE'],
|
|
148
|
+
},
|
|
149
|
+
MULTI: {
|
|
150
|
+
name: 'Multichain',
|
|
151
|
+
symbol: 'MULTI',
|
|
152
|
+
oracleId: 'MULTI',
|
|
153
|
+
address: '0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3',
|
|
154
|
+
chainId: 56,
|
|
155
|
+
decimals: 18,
|
|
156
|
+
website: 'https://multichain.org/',
|
|
157
|
+
description: 'Multichain is the ultimate Router for web3. It is an infrastructure developed for arbitrary cross-chain interactions.',
|
|
158
|
+
bridge: 'multichain',
|
|
159
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/17050.png',
|
|
160
|
+
},
|
|
161
|
+
DEI: {
|
|
162
|
+
name: 'DEI',
|
|
163
|
+
symbol: 'DEI',
|
|
164
|
+
oracleId: 'DEI',
|
|
165
|
+
address: '0xDE1E704dae0B4051e80DAbB26ab6ad6c12262DA0',
|
|
166
|
+
chainId: 56,
|
|
167
|
+
decimals: 18,
|
|
168
|
+
website: 'https://deus.finance/',
|
|
169
|
+
description: 'DEI is an advanced algorithmic cross-chain fractional-reserve stablecoin, with one native bridge that will connect to all chains within the DEUS ecosystem. The collateral ratio of DEI is constantly monitored and adjusted via arbitrage bots.',
|
|
170
|
+
logoURI: 'https://app.deus.finance/tokens/dei.svg',
|
|
171
|
+
documentation: 'https://docs.deus.finance/',
|
|
172
|
+
},
|
|
173
|
+
ETSAlpha: {
|
|
174
|
+
name: 'ETS Alpha',
|
|
175
|
+
symbol: 'ETS Alpha',
|
|
176
|
+
oracleId: 'ETSAlpha',
|
|
177
|
+
address: '0x5B852898CD47d2Be1d77D30377b3642290f5Ec75',
|
|
178
|
+
chainId: 56,
|
|
179
|
+
decimals: 18,
|
|
180
|
+
website: 'https://overnight.fi/',
|
|
181
|
+
description: 'The exchange-traded strategies(ETS) of overnight.fi are ERC-20 structured products that lets users leverage a collateralized debt position (e.g. DAI lent on Aave) to borrow a volatile asset (e.g. WETH), pair it with a stablecoin, and provide stable-to-crypto liquidity, (e.g. WETH/DAI) in an AMM, like Uni V3. This allows earning high APY and hedging against crypto volatility. ',
|
|
182
|
+
logoURI: 'https://app.deus.finance/tokens/dei.svg',
|
|
183
|
+
documentation: 'https://docs.overnight.fi/',
|
|
184
|
+
risks: ['SYNTH_STABLE'],
|
|
185
|
+
},
|
|
186
|
+
THE: {
|
|
187
|
+
name: 'THENA',
|
|
188
|
+
symbol: 'THE',
|
|
189
|
+
oracleId: 'THE',
|
|
190
|
+
address: '0xF4C8E32EaDEC4BFe97E0F595AdD0f4450a863a11',
|
|
191
|
+
chainId: 56,
|
|
192
|
+
decimals: 18,
|
|
193
|
+
logoURI: '',
|
|
194
|
+
website: 'https://thena.fi/',
|
|
195
|
+
description: 'We envision THENA as being the native liquidity layer of BNB Chain, enabling value creation by opening the gates for new protocols that wish to solve the cold start liquidity problem, as well as for established protocols looking for a long-term solution to reduce costs to incentivize their liquidity. THENA is a public good owned by protocols and users, with both parties contributing to THENAs status as the leading AMM. We believe that in a decentralized and open-source economy, a collaborative strategy is essential to outrun the competition and establish your product as a market leader.',
|
|
196
|
+
documentation: 'https://thena.gitbook.io/thena/',
|
|
197
|
+
bridge: 'native',
|
|
198
|
+
},
|
|
199
|
+
TAROT: {
|
|
200
|
+
name: 'Tarot',
|
|
201
|
+
symbol: 'TAROT',
|
|
202
|
+
oracleId: 'TAROT',
|
|
203
|
+
address: '0x982E609643794a31A07F5C5b142DD3a9cF0690be',
|
|
204
|
+
chainId: 56,
|
|
205
|
+
decimals: 18,
|
|
206
|
+
website: 'https://www.tarot.to/',
|
|
207
|
+
bridge: 'layer-zero',
|
|
208
|
+
description: 'Tarot is a decentralized lending protocol where users can participate as lenders or borrowers in isolated lending pools.',
|
|
209
|
+
risks: ['NO_TIMELOCK'],
|
|
210
|
+
},
|
|
211
|
+
QUO: {
|
|
212
|
+
name: 'Quoll Token',
|
|
213
|
+
symbol: 'QUO',
|
|
214
|
+
oracleId: 'QUO',
|
|
215
|
+
address: '0x08b450e4a48C04CDF6DB2bD4cf24057f7B9563fF',
|
|
216
|
+
chainId: 56,
|
|
217
|
+
decimals: 18,
|
|
218
|
+
website: 'https://quoll.finance/',
|
|
219
|
+
bridge: 'native',
|
|
220
|
+
description: 'Quoll Finance is an advanced yield booster and on-chain incubator designed to maximize earnings across multiple DeFi protocols.',
|
|
221
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
222
|
+
},
|
|
223
|
+
qTHE: {
|
|
224
|
+
name: 'Quoll THENA',
|
|
225
|
+
symbol: 'qTHE',
|
|
226
|
+
oracleId: 'qTHE',
|
|
227
|
+
address: '0x0427dF380aECdB4657b1334aB608DA16b7526Ab2',
|
|
228
|
+
chainId: 56,
|
|
229
|
+
decimals: 18,
|
|
230
|
+
website: 'https://quoll.finance/',
|
|
231
|
+
bridge: 'native',
|
|
232
|
+
description: '$qTHENA is the tokenized version of veTHE. When users convert THE on Quoll, they receive $qTHENA, while the equivalent THE is locked for the maximum duration on Thena to acquire maximal veTHE. $qTHENA enables users to participate in the ecosystem of Quoll Finance with the flexibility of liquidity.',
|
|
233
|
+
risks: ['NO_TIMELOCK'],
|
|
234
|
+
},
|
|
235
|
+
liveTHE: {
|
|
236
|
+
name: 'liveTHE',
|
|
237
|
+
symbol: 'liveTHE',
|
|
238
|
+
oracleId: 'liveTHE',
|
|
239
|
+
address: '0xCdC3A010A3473c0C4b2cB03D8489D6BA387B83CD',
|
|
240
|
+
chainId: 56,
|
|
241
|
+
decimals: 18,
|
|
242
|
+
website: 'https://www.liquiddriver.finance/',
|
|
243
|
+
bridge: 'native',
|
|
244
|
+
description: "liveTHE is LiquidDriver's liquid locker, built for THENA's governance token.",
|
|
245
|
+
risks: ['NO_TIMELOCK'],
|
|
246
|
+
},
|
|
247
|
+
mPENDLE: {
|
|
248
|
+
name: 'mPENDLE',
|
|
249
|
+
symbol: 'mPENDLE',
|
|
250
|
+
oracleId: 'mPENDLE',
|
|
251
|
+
address: '0x0465aad9da170798433F4aB7fa7Ec8b9b9bf0Bb1',
|
|
252
|
+
chainId: 56,
|
|
253
|
+
decimals: 18,
|
|
254
|
+
logoURI: '',
|
|
255
|
+
website: 'https://www.pendle.magpiexyz.io/stake',
|
|
256
|
+
description: 'mPENDLE refers to "Magpie PENDLE", is a liquid version of vePENDLE that allows users to earn rewards for their active user engagement on Penpie. PENDLE holders can convert tokens into mPENDLE on Penpie. ',
|
|
257
|
+
documentation: 'https://docs.penpiexyz.io/tokens/mpendle-token',
|
|
258
|
+
bridge: 'layer-zero',
|
|
259
|
+
},
|
|
260
|
+
mCAKE: {
|
|
261
|
+
name: 'mCAKE',
|
|
262
|
+
symbol: 'mCAKE',
|
|
263
|
+
oracleId: 'mCAKE',
|
|
264
|
+
address: '0x581FA684D0Ec11ccb46B1d92F1F24C8A3F95C0CA',
|
|
265
|
+
chainId: 56,
|
|
266
|
+
decimals: 18,
|
|
267
|
+
logoURI: '',
|
|
268
|
+
website: 'https://www.pancake.magpiexyz.io/stake',
|
|
269
|
+
description: 'mCAKE refers to "Magpie CAKE", a liquid version of veCAKE that allows users to earn rewards for their active participation on Cakepie.',
|
|
270
|
+
documentation: 'https://docs.cakepiexyz.io/cakepie-overview',
|
|
271
|
+
bridge: 'native',
|
|
272
|
+
risks: ['NO_TIMELOCK'],
|
|
273
|
+
},
|
|
274
|
+
mBTC: {
|
|
275
|
+
name: 'Magpie-Peg BTC',
|
|
276
|
+
symbol: 'mBTC',
|
|
277
|
+
oracleId: 'mBTC',
|
|
278
|
+
address: '0x7c1cCA5b25Fa0bC9AF9275Fb53cBA89DC172b878',
|
|
279
|
+
chainId: 56,
|
|
280
|
+
decimals: 8,
|
|
281
|
+
logoURI: '',
|
|
282
|
+
website: 'https://www.babylon.magpiexyz.io/stake',
|
|
283
|
+
description: 'Babypie is a liquid staking platform that allows BTC to be staked on Babylon and utilized across DeFi. Bitcoin holders can deposit their native BTC on Babypie to mint mBTC, which is a ERC-20 token pegged to BTC on a 1:1 basis and does not accrue any underlying yield.',
|
|
284
|
+
documentation: 'https://docs.babypiexyz.io/',
|
|
285
|
+
bridge: 'chainlink-ccip',
|
|
286
|
+
risks: ['NO_TIMELOCK'],
|
|
287
|
+
},
|
|
288
|
+
PENDLE: {
|
|
289
|
+
name: 'Pendle',
|
|
290
|
+
symbol: 'PENDLE',
|
|
291
|
+
oracleId: 'PENDLE',
|
|
292
|
+
address: '0xb3Ed0A426155B79B898849803E3B36552f7ED507',
|
|
293
|
+
chainId: 56,
|
|
294
|
+
decimals: 18,
|
|
295
|
+
logoURI: '',
|
|
296
|
+
website: 'https://www.pendle.finance/',
|
|
297
|
+
description: 'Pendle is a permissionless yield-trading protocol where users can execute various yield-management strategies.',
|
|
298
|
+
documentation: 'https://docs.pendle.finance/home?utm_source=landing&utm_medium=landing',
|
|
299
|
+
bridge: 'wormhole',
|
|
300
|
+
},
|
|
301
|
+
FISH: {
|
|
302
|
+
name: 'SwapFish',
|
|
303
|
+
symbol: 'FISH',
|
|
304
|
+
address: '0xb348B87b23D5977E2948E6f36ca07E1EC94d7328',
|
|
305
|
+
chainId: 56,
|
|
306
|
+
decimals: 18,
|
|
307
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xb348B87b23D5977E2948E6f36ca07E1EC94d7328.svg',
|
|
308
|
+
website: 'https://swapfish.fi/',
|
|
309
|
+
description: 'Brand new decentralized platform bringing you fresh fishing farms and more.',
|
|
310
|
+
oracleId: 'SWAPFISH',
|
|
311
|
+
},
|
|
312
|
+
MGP: {
|
|
313
|
+
name: 'Magpie Token',
|
|
314
|
+
symbol: 'MGP',
|
|
315
|
+
oracleId: 'MGP',
|
|
316
|
+
address: '0xD06716E1Ff2E492Cc5034c2E81805562dd3b45fa',
|
|
317
|
+
chainId: 56,
|
|
318
|
+
decimals: 18,
|
|
319
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xD06716E1Ff2E492Cc5034c2E81805562dd3b45fa.svg',
|
|
320
|
+
website: 'https://www.magpiexyz.io/',
|
|
321
|
+
documentation: 'https://docs.magpiexyz.io/',
|
|
322
|
+
description: 'Magpie XYZ is a BNB Chain native yield-boosting platform built on top of Wombat Exchange that maximizes benefits for governance token holders.',
|
|
323
|
+
},
|
|
324
|
+
HOOP: {
|
|
325
|
+
name: 'Primal Hoop',
|
|
326
|
+
symbol: 'HOOP',
|
|
327
|
+
oracleId: 'HOOP',
|
|
328
|
+
address: '0xF19cfb40B3774dF6Eed83169Ad5aB0Aaf6865F25',
|
|
329
|
+
chainId: 56,
|
|
330
|
+
decimals: 18,
|
|
331
|
+
logoURI: 'https://assets.coingecko.com/coins/images/27405/small/HOOP_TOKEN.png?1663837803',
|
|
332
|
+
website: 'https://www.chibidinos.io/',
|
|
333
|
+
description: 'HOOP is the reward and in-game currency for the Chibi Dinos Gaming Universe. It can be used to pay for merchandise and events; future uses include staking and governance for in-game decisions. Chibi Dinos is a basketball and dinosaur themed metaverse with games such as Primal Hoop, an arcade basketball game with an adventure role-playing game (RPG) mode and Primal Pickem, a predictive play-to earn game (P2E).',
|
|
334
|
+
},
|
|
335
|
+
HAY: lisUSD,
|
|
336
|
+
jCHF: {
|
|
337
|
+
name: 'Jarvis Synthetic Swiss Franc',
|
|
338
|
+
symbol: 'jCHF',
|
|
339
|
+
oracleId: 'jCHF',
|
|
340
|
+
address: '0x7c869b5A294b1314E985283d01C702B62224a05f',
|
|
341
|
+
chainId: 56,
|
|
342
|
+
decimals: 18,
|
|
343
|
+
website: 'https://jarvis.network/',
|
|
344
|
+
description: 'jCHF is a multi-collateralized synthetic stable-coin from Jarvis tracking the price of the Swiss Franc. It is built on the top of UMA and Chainlink.',
|
|
345
|
+
logoURI: 'https://i.imgur.com/EknGhAl.png',
|
|
346
|
+
risks: ['SYNTH_STABLE'],
|
|
347
|
+
},
|
|
348
|
+
TRIVIA: {
|
|
349
|
+
name: 'TRIVIA',
|
|
350
|
+
symbol: 'TRIVIA',
|
|
351
|
+
oracleId: 'TRIVIA',
|
|
352
|
+
address: '0xb465f3cb6Aba6eE375E12918387DE1eaC2301B05',
|
|
353
|
+
chainId: 56,
|
|
354
|
+
decimals: 3,
|
|
355
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xb465f3cb6Aba6eE375E12918387DE1eaC2301B05.png',
|
|
356
|
+
website: 'https://trivians.io/',
|
|
357
|
+
description: 'Trivians is the new generation crypto-powered Trivia gaming platform. It is a metaverse, where players play as Trivian characters and earn Trivian Token for their achievements.',
|
|
358
|
+
},
|
|
359
|
+
PEEL: {
|
|
360
|
+
name: 'Meta Apes Peel',
|
|
361
|
+
symbol: 'PEEL',
|
|
362
|
+
oracleId: 'PEEL',
|
|
363
|
+
address: '0x734548a9e43d2D564600b1B2ed5bE9C2b911c6aB',
|
|
364
|
+
chainId: 56,
|
|
365
|
+
decimals: 18,
|
|
366
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x734548a9e43d2D564600b1B2ed5bE9C2b911c6aB.png',
|
|
367
|
+
website: 'https://metaapesgame.com/',
|
|
368
|
+
description: 'Meta Apes is a free-to-play, play-and-earn MMO strategy game designed for mobile.',
|
|
369
|
+
},
|
|
370
|
+
WOM: {
|
|
371
|
+
name: 'Wombat Token',
|
|
372
|
+
symbol: 'WOM',
|
|
373
|
+
oracleId: 'WOM',
|
|
374
|
+
address: '0xAD6742A35fB341A9Cc6ad674738Dd8da98b94Fb1',
|
|
375
|
+
chainId: 56,
|
|
376
|
+
decimals: 18,
|
|
377
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xAD6742A35fB341A9Cc6ad674738Dd8da98b94Fb1.svg',
|
|
378
|
+
website: 'https://www.wombat.exchange/',
|
|
379
|
+
description: 'Swap stablecoins at minimal slippage and stake at maximum yield. Just one stablecoin currency to earn it all.',
|
|
380
|
+
bridge: 'native',
|
|
381
|
+
},
|
|
382
|
+
MAI: {
|
|
383
|
+
name: 'Mai Stablecoin',
|
|
384
|
+
symbol: 'MAI',
|
|
385
|
+
oracleId: 'bscMAI',
|
|
386
|
+
address: '0x3F56e0c36d275367b8C502090EDF38289b3dEa0d',
|
|
387
|
+
chainId: 56,
|
|
388
|
+
decimals: 18,
|
|
389
|
+
logoURI: '',
|
|
390
|
+
website: 'https://www.mai.finance/',
|
|
391
|
+
description: "MAI is a stablecoin collateralized by your crypto holdings. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.",
|
|
392
|
+
documentation: 'https://docs.mai.finance/',
|
|
393
|
+
bridge: 'native',
|
|
394
|
+
risks: ['SYNTH_STABLE'],
|
|
395
|
+
},
|
|
396
|
+
QI: {
|
|
397
|
+
name: 'QiDao',
|
|
398
|
+
symbol: 'QI',
|
|
399
|
+
oracleId: 'QI',
|
|
400
|
+
address: '0xdDC3D26BAA9D2d979F5E2e42515478bf18F354D5',
|
|
401
|
+
chainId: 56,
|
|
402
|
+
decimals: 18,
|
|
403
|
+
logoURI: '',
|
|
404
|
+
website: 'https://www.mai.finance/',
|
|
405
|
+
description: 'QiDao is a self-sustaining, community-governed protocol that allows you to borrow stablecoins interest-free against your crypto assets used as collateral. Loans are paid out and repaid in miTokens (stablecoin soft pegged to the USD).',
|
|
406
|
+
documentation: 'https://docs.mai.finance/',
|
|
407
|
+
},
|
|
408
|
+
BNBx: {
|
|
409
|
+
name: 'Liquid Staking BNB',
|
|
410
|
+
symbol: 'BNBx',
|
|
411
|
+
oracleId: 'BNBx',
|
|
412
|
+
address: '0x1bdd3Cf7F79cfB8EdbB955f20ad99211551BA275',
|
|
413
|
+
chainId: 56,
|
|
414
|
+
decimals: 18,
|
|
415
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x70e48Eb0881a8c56BAAD37EB4491eA85Eb47b4b2.svg',
|
|
416
|
+
website: 'https://staderlabs.com/',
|
|
417
|
+
description: 'Stader is a non-custodial smart contract-based staking platform that helps you conveniently discover and access staking solutions. We are building key staking middleware infra for multiple PoS networks for retail crypto users, exchanges and custodians.',
|
|
418
|
+
bridge: 'native',
|
|
419
|
+
documentation: 'https://www.staderlabs.com/docs-v1/category/bnb-chain/',
|
|
420
|
+
},
|
|
421
|
+
BAPE: {
|
|
422
|
+
name: 'Bored APEmove',
|
|
423
|
+
symbol: 'BAPE',
|
|
424
|
+
oracleId: 'BAPE',
|
|
425
|
+
address: '0x70e48Eb0881a8c56BAAD37EB4491eA85Eb47b4b2',
|
|
426
|
+
chainId: 56,
|
|
427
|
+
decimals: 18,
|
|
428
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x70e48Eb0881a8c56BAAD37EB4491eA85Eb47b4b2.svg',
|
|
429
|
+
website: 'https://apemove.io/',
|
|
430
|
+
description: 'APEmove is built around an essential daily activity for most people – moving around. We are the next project to effectively bring to life a functioning move&earn concept and totally FREE to JOIN. Users equip themselves with NFTs in the form of Sneakers. By walking, jogging, or running outdoors, users will earn in-game currency, which can either be used in-game or cashed out for profit. With Game-Fi, APEmove aims to nudge millions toward a healthier lifestyle, combat climate change and connect the public to Web 3.0, all while simultaneously hinging on its Social-Fi aspect to build a long-lasting platform fostering user-generated Web 3.0 content.',
|
|
431
|
+
},
|
|
432
|
+
SD: {
|
|
433
|
+
name: 'Stader (Wormhole)',
|
|
434
|
+
symbol: 'SD',
|
|
435
|
+
oracleId: 'SD',
|
|
436
|
+
address: '0x3BC5AC0dFdC871B365d159f728dd1B9A0B5481E8',
|
|
437
|
+
chainId: 56,
|
|
438
|
+
decimals: 18,
|
|
439
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x3BC5AC0dFdC871B365d159f728dd1B9A0B5481E8.svg',
|
|
440
|
+
website: 'https://staderlabs.com/',
|
|
441
|
+
description: 'Stader (SD) token is the native governance and value accrual token for Stader.',
|
|
442
|
+
bridge: 'wormhole',
|
|
443
|
+
documentation: 'https://www.staderlabs.com/docs-v1/terra/stake-pools/stake-pools-holdings-and-rewards#what-are-sd-tokens',
|
|
444
|
+
},
|
|
445
|
+
CONE: {
|
|
446
|
+
name: 'Cone token',
|
|
447
|
+
symbol: 'CONE',
|
|
448
|
+
oracleId: 'CONE',
|
|
449
|
+
address: '0xA60205802E1B5C6EC1CAFA3cAcd49dFeECe05AC9',
|
|
450
|
+
chainId: 56,
|
|
451
|
+
decimals: 18,
|
|
452
|
+
logoURI: '',
|
|
453
|
+
website: 'https://www.cone.exchange/home',
|
|
454
|
+
description: 'Cone is a decentralized exchange on the BSC network with low fees, near 0 slippage on correlated assets and a strong focus on secondary markets for tokenized locks as NFTs.',
|
|
455
|
+
},
|
|
456
|
+
stkBNB: {
|
|
457
|
+
name: 'Staked BNB',
|
|
458
|
+
symbol: 'stkBNB',
|
|
459
|
+
oracleId: 'stkBNB',
|
|
460
|
+
address: '0xc2E9d07F66A89c44062459A47a0D2Dc038E4fb16',
|
|
461
|
+
chainId: 56,
|
|
462
|
+
decimals: 18,
|
|
463
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xc2E9d07F66A89c44062459A47a0D2Dc038E4fb16.svg',
|
|
464
|
+
website: 'https://pstake.finance/',
|
|
465
|
+
description: 'pSTAKE’s BNB liquid staking product allows holders of BNB to stake their assets using the BNB staking interface. Users are issued stkBNB which follows an exchange rate model, (inspired by the Compound’s cToken model). stkBNB value keeps increasing against BNB as it accrues staking rewards in the background.',
|
|
466
|
+
bridge: 'native',
|
|
467
|
+
documentation: 'https://docs.pstake.finance/stkBNB_Staking_Overview/',
|
|
468
|
+
},
|
|
469
|
+
PSTAKE: {
|
|
470
|
+
name: 'pStake Finance',
|
|
471
|
+
symbol: 'PSTAKE',
|
|
472
|
+
oracleId: 'PSTAKE',
|
|
473
|
+
address: '0x4C882ec256823eE773B25b414d36F92ef58a7c0C',
|
|
474
|
+
chainId: 56,
|
|
475
|
+
decimals: 18,
|
|
476
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x4C882ec256823eE773B25b414d36F92ef58a7c0C.svg',
|
|
477
|
+
website: 'https://pstake.finance/',
|
|
478
|
+
description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets. Stakers of PoS tokens can now stake their assets while maintaining the liquidity of these assets. On staking with pSTAKE, users earn staking rewards and also receive staked representative tokens (stkASSETs) which can be used in DeFi to generate additional yield (yield on top of staking rewards).',
|
|
479
|
+
},
|
|
480
|
+
MIX: {
|
|
481
|
+
name: 'MixMarvel Token',
|
|
482
|
+
symbol: 'MIX',
|
|
483
|
+
oracleId: 'MIX',
|
|
484
|
+
address: '0x398f7827DcCbeFe6990478876bBF3612D93baF05',
|
|
485
|
+
chainId: 56,
|
|
486
|
+
decimals: 18,
|
|
487
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x398f7827DcCbeFe6990478876bBF3612D93baF05.png',
|
|
488
|
+
website: 'https://www.mixmarvel.com/',
|
|
489
|
+
description: 'MixMarvel is a blockchain content-incubation platform and creators community. MixMarvel provides content-incubation services, including asset distribution, content publication, infrastructure construction, community co-creation, and other diversified scenarios, to link investors and mass users, and create a new decentralized application ecosystem.',
|
|
490
|
+
},
|
|
491
|
+
jBRL: {
|
|
492
|
+
name: 'Jarvis Synthetic Brazilian Real',
|
|
493
|
+
symbol: 'jBRL',
|
|
494
|
+
oracleId: 'jBRL',
|
|
495
|
+
address: '0x316622977073BBC3dF32E7d2A9B3c77596a0a603',
|
|
496
|
+
chainId: 56,
|
|
497
|
+
decimals: 18,
|
|
498
|
+
website: 'https://jarvis.network/',
|
|
499
|
+
description: 'jBRL is a multi-collateralized synthetic token tracking the price of Brazilian Real. It is built on the top of UMA and Chainlink.',
|
|
500
|
+
bridge: 'multichain',
|
|
501
|
+
logoURI: 'https://jarvis.network/images/jBRL.svg',
|
|
502
|
+
risks: ['SYNTH_STABLE'],
|
|
503
|
+
},
|
|
504
|
+
BRZ: {
|
|
505
|
+
name: 'BRZ Token',
|
|
506
|
+
symbol: 'BRZ',
|
|
507
|
+
oracleId: 'BRZ',
|
|
508
|
+
address: '0x71be881e9C5d4465B3FfF61e89c6f3651E69B5bb',
|
|
509
|
+
chainId: 56,
|
|
510
|
+
decimals: 4,
|
|
511
|
+
website: 'https://brztoken.io/',
|
|
512
|
+
description: 'BRZ is the first Brazilian stablecoin in circulation. It will allow Brazilians to directly ramp up investments in foreign exchanges and to trade a Brazilian Real (BRL) pegged stablecoin in global scale.',
|
|
513
|
+
logoURI: 'https://bscscan.com/token/images/brztoken_32.png',
|
|
514
|
+
risks: ['SYNTH_STABLE'],
|
|
515
|
+
},
|
|
516
|
+
BRZw: {
|
|
517
|
+
name: 'BRZ (Wormhole) Token',
|
|
518
|
+
symbol: 'BRZw',
|
|
519
|
+
oracleId: 'BRZw',
|
|
520
|
+
address: '0x5b1a9850f55d9282a7C4Bf23A2a21B050e3Beb2f',
|
|
521
|
+
chainId: 56,
|
|
522
|
+
decimals: 4,
|
|
523
|
+
website: 'https://brztoken.io/',
|
|
524
|
+
description: 'BRZw is the Wormhole bridged verison of BRZ. It will allow Brazilians to directly ramp up investments in foreign exchanges and to trade a Brazilian Real (BRL) pegged stablecoin in global scale.',
|
|
525
|
+
logoURI: 'https://bscscan.com/token/images/brztoken_32.png',
|
|
526
|
+
risks: ['SYNTH_STABLE'],
|
|
527
|
+
},
|
|
528
|
+
SOL: {
|
|
529
|
+
name: 'Solana',
|
|
530
|
+
symbol: 'SOL',
|
|
531
|
+
oracleId: 'SOL',
|
|
532
|
+
address: '0x570A5D26f7765Ecb712C0924E4De545B89fD43dF',
|
|
533
|
+
chainId: 56,
|
|
534
|
+
decimals: 18,
|
|
535
|
+
logoURI: 'https://biswap.org/images/tokens/sol.svg',
|
|
536
|
+
website: 'https://solana.com',
|
|
537
|
+
description: 'Solana is the fastest blockchain in the world and the fastest growing ecosystem in crypto, with thousands of projects spanning DeFi, NFTs, Web3 and more.',
|
|
538
|
+
},
|
|
539
|
+
GAL: {
|
|
540
|
+
name: 'Project Galaxy',
|
|
541
|
+
symbol: 'GAL',
|
|
542
|
+
oracleId: 'GAL',
|
|
543
|
+
address: '0xe4Cc45Bb5DBDA06dB6183E8bf016569f40497Aa5',
|
|
544
|
+
chainId: 56,
|
|
545
|
+
decimals: 18,
|
|
546
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xe4Cc45Bb5DBDA06dB6183E8bf016569f40497Aa5.png',
|
|
547
|
+
website: 'https://galaxy.eco/',
|
|
548
|
+
description: 'Project Galaxy is a Web3 credential data networks, built on open and collaborative infrastructure and helps Web3 developers and projects leverage digital credential data and NFTs to build better products and communities',
|
|
549
|
+
},
|
|
550
|
+
PAE: {
|
|
551
|
+
name: 'Ripae',
|
|
552
|
+
symbol: 'PAE',
|
|
553
|
+
oracleId: 'PAE',
|
|
554
|
+
address: '0x6c7fc3Fd4a9f1Cfa2a69B83F92b9DA7EC26240A2',
|
|
555
|
+
chainId: 56,
|
|
556
|
+
decimals: 18,
|
|
557
|
+
website: 'https://bnb.ripae.finance/',
|
|
558
|
+
description: 'Ripae Finance’s full focus is to build a true cross-chain algorithmic stable coin protocol that is stabilized with true use-cases all around the DeFi Ecosystem.',
|
|
559
|
+
logoURI: 'https://bnb.ripae.finance/static/media/ripae_pae.b7a952f2.svg',
|
|
560
|
+
},
|
|
561
|
+
pBNB: {
|
|
562
|
+
name: 'pBNB',
|
|
563
|
+
symbol: 'pBNB',
|
|
564
|
+
oracleId: 'pBNB',
|
|
565
|
+
address: '0xA2315cC5A1e4aE3D0a491ED4Fe45EBF8356fEaC7',
|
|
566
|
+
chainId: 56,
|
|
567
|
+
decimals: 18,
|
|
568
|
+
website: 'https://bnb.ripae.finance/',
|
|
569
|
+
description: 'Ripae Finance’s full focus is to build a true cross-chain algorithmic stable coin protocol that is stabilized with true use-cases all around the DeFi Ecosystem.',
|
|
570
|
+
logoURI: 'https://bnb.ripae.finance/static/media/ripae_pftm.72dccc11.svg',
|
|
571
|
+
},
|
|
572
|
+
beCAKE: {
|
|
573
|
+
name: 'Beefy Staked CAKE',
|
|
574
|
+
symbol: 'beCAKE',
|
|
575
|
+
oracleId: 'beCAKE',
|
|
576
|
+
address: '0x42b50A901228fb4C739C19fcd38DC2182B515B66',
|
|
577
|
+
chainId: 56,
|
|
578
|
+
decimals: 18,
|
|
579
|
+
logoURI: '',
|
|
580
|
+
website: 'https://beefy.com',
|
|
581
|
+
description: 'beCAKE is a Beefy-wrapped version of CAKE. Staking beCAKE will be a great way to earn a bunch of CAKE. Beefy will deposit and timelock into the Cake Pool earning more yield than staking without timelock, in addition a portion of all pancakeswap strategies CAKE earnings get sent to the CAKE earnings pool. beCAKE pays out its yield in CAKE.',
|
|
582
|
+
},
|
|
583
|
+
BUSM: {
|
|
584
|
+
name: 'BUSM.Money',
|
|
585
|
+
symbol: 'BUSM',
|
|
586
|
+
oracleId: 'BUSM',
|
|
587
|
+
address: '0x6216B17f696B14701E17BCB24Ec14430261Be94A',
|
|
588
|
+
chainId: 56,
|
|
589
|
+
decimals: 18,
|
|
590
|
+
logoURI: '',
|
|
591
|
+
website: 'https://busm.money/',
|
|
592
|
+
description: 'BUSM.Money is explosive! Provide your yield-bearing xBOMB as collateral. Once completed, you will be ableto borrow BOMB US Money (BUSM). From here the sky is the limit! Purchase any token you wish, from more BOMB to another stablecoin!',
|
|
593
|
+
},
|
|
594
|
+
BOMB: {
|
|
595
|
+
name: 'Bomb.Money',
|
|
596
|
+
symbol: 'BOMB',
|
|
597
|
+
oracleId: 'BOMB',
|
|
598
|
+
address: '0x522348779DCb2911539e76A1042aA922F9C47Ee3',
|
|
599
|
+
chainId: 56,
|
|
600
|
+
decimals: 18,
|
|
601
|
+
logoURI: '',
|
|
602
|
+
website: 'https://app.bomb.money/',
|
|
603
|
+
description: 'BOMB is pegged via algorithm to a 10,000:1 ratio to BTC. $100k BTC = $10 BOMB PEG',
|
|
604
|
+
},
|
|
605
|
+
BSHARE: {
|
|
606
|
+
name: 'BSHARE',
|
|
607
|
+
symbol: 'BSHARE',
|
|
608
|
+
oracleId: 'BSHARE',
|
|
609
|
+
address: '0x531780FAcE85306877D7e1F05d713D1B50a37F7A',
|
|
610
|
+
chainId: 56,
|
|
611
|
+
decimals: 18,
|
|
612
|
+
logoURI: '',
|
|
613
|
+
website: 'https://app.bomb.money/',
|
|
614
|
+
description: 'BOMB is pegged via algorithm to a 10,000:1 ratio to BTC. $100k BTC = $10 BOMB PEG',
|
|
615
|
+
},
|
|
616
|
+
ankrBNB: {
|
|
617
|
+
name: 'Ankr Staked BNB',
|
|
618
|
+
symbol: 'ankrBNB',
|
|
619
|
+
oracleId: 'ankrBNB',
|
|
620
|
+
address: '0x52F24a5e03aee338Da5fd9Df68D2b6FAe1178827',
|
|
621
|
+
chainId: 56,
|
|
622
|
+
decimals: 18,
|
|
623
|
+
logoURI: '',
|
|
624
|
+
website: 'https://www.ankr.com/',
|
|
625
|
+
description: 'ankrBNB is a reward-bearing token obtained by staking BNB through Ankr Staking, offering holders increased value over time through accumulated staking rewards. It provides instant liquidity for staked BNB, allowing connection with DeFi platforms for additional rewards, with smart contracts audited by Beosin, PeckShield, and Veridise for security assurance.',
|
|
626
|
+
bridge: 'native',
|
|
627
|
+
documentation: 'https://www.ankr.com/docs/liquid-staking/bnb/overview/',
|
|
628
|
+
},
|
|
629
|
+
ankrMATIC: {
|
|
630
|
+
name: 'Ankr Staked MATIC',
|
|
631
|
+
symbol: 'ankrMATIC',
|
|
632
|
+
oracleId: 'ankrMATIC',
|
|
633
|
+
address: '0x738d96Caf7096659DB4C1aFbf1E1BDFD281f388C',
|
|
634
|
+
chainId: 56,
|
|
635
|
+
decimals: 18,
|
|
636
|
+
logoURI: '',
|
|
637
|
+
website: 'https://www.ankr.com/',
|
|
638
|
+
description: 'Decentralized Infrastructure to Build and Earn in Web3',
|
|
639
|
+
bridge: 'bridgehub',
|
|
640
|
+
},
|
|
641
|
+
aBNBc: {
|
|
642
|
+
name: 'Ankr BNB Reward Bearing Certificate',
|
|
643
|
+
symbol: 'aBNBc',
|
|
644
|
+
oracleId: 'aBNBc',
|
|
645
|
+
address: '0xE85aFCcDaFBE7F2B096f268e31ccE3da8dA2990A',
|
|
646
|
+
chainId: 56,
|
|
647
|
+
decimals: 18,
|
|
648
|
+
logoURI: '',
|
|
649
|
+
website: 'https://www.ankr.com/',
|
|
650
|
+
description: 'Decentralized Infrastructure to Build and Earn in Web3',
|
|
651
|
+
},
|
|
652
|
+
PEX: {
|
|
653
|
+
name: 'Pear DAO',
|
|
654
|
+
symbol: 'PEX',
|
|
655
|
+
oracleId: 'PEX',
|
|
656
|
+
address: '0x6a0b66710567b6beb81A71F7e9466450a91a384b',
|
|
657
|
+
chainId: 56,
|
|
658
|
+
decimals: 18,
|
|
659
|
+
logoURI: '',
|
|
660
|
+
website: 'https://peardao.io/',
|
|
661
|
+
description: 'Trade, earn and meet people in the new decentralized marketplace.',
|
|
662
|
+
},
|
|
663
|
+
FROYO: {
|
|
664
|
+
name: 'Froyo',
|
|
665
|
+
symbol: 'FROYO',
|
|
666
|
+
oracleId: 'FROYO',
|
|
667
|
+
address: '0xe369fec23380f9F14ffD07a1DC4b7c1a9fdD81c9',
|
|
668
|
+
chainId: 56,
|
|
669
|
+
decimals: 18,
|
|
670
|
+
logoURI: '',
|
|
671
|
+
website: 'https://froyo.games/',
|
|
672
|
+
description: 'Be part of the future of gaming with play to earn games, NFTs & digital assets.',
|
|
673
|
+
},
|
|
674
|
+
VALAS: {
|
|
675
|
+
name: 'Valas Finance',
|
|
676
|
+
symbol: 'VALAS',
|
|
677
|
+
oracleId: 'VALAS',
|
|
678
|
+
address: '0xB1EbdD56729940089Ecc3aD0BBEEB12b6842ea6F',
|
|
679
|
+
chainId: 56,
|
|
680
|
+
decimals: 18,
|
|
681
|
+
logoURI: '',
|
|
682
|
+
website: 'https://valasfinance.com/markets',
|
|
683
|
+
description: 'Valas is a decentralised non-custodial liquidity market protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralised (perpetually) or undercollateralised (one-block liquidity) fashion.',
|
|
684
|
+
},
|
|
685
|
+
sbBUSD: {
|
|
686
|
+
chainId: 56,
|
|
687
|
+
address: '0x98a5737749490856b401DB5Dc27F522fC314A4e1',
|
|
688
|
+
decimals: 6,
|
|
689
|
+
name: 'Stargate Binance USD LP',
|
|
690
|
+
symbol: 'sbBUSD',
|
|
691
|
+
oracleId: 'stargate-bsc-busd',
|
|
692
|
+
logoURI: 'https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xaEb044650278731Ef3DC244692AB9F64C78FfaEA/logo.png',
|
|
693
|
+
documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
|
|
694
|
+
risks: ['SYNTH_STABLE'],
|
|
695
|
+
},
|
|
696
|
+
sbUSDT: {
|
|
697
|
+
name: 'Stargate Tether USD LP',
|
|
698
|
+
symbol: 'sbUSDT',
|
|
699
|
+
oracleId: 'stargate-bsc-usdt',
|
|
700
|
+
address: '0x9aA83081AA06AF7208Dcc7A4cB72C94d057D2cda',
|
|
701
|
+
chainId: 56,
|
|
702
|
+
decimals: 6,
|
|
703
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg',
|
|
704
|
+
website: 'https://tether.to/',
|
|
705
|
+
description: 'Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.',
|
|
706
|
+
documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
|
|
707
|
+
},
|
|
708
|
+
STG: {
|
|
709
|
+
name: 'Stargate',
|
|
710
|
+
symbol: 'STG',
|
|
711
|
+
oracleId: 'STG',
|
|
712
|
+
address: '0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590',
|
|
713
|
+
chainId: 56,
|
|
714
|
+
decimals: 18,
|
|
715
|
+
logoURI: 'https://raw.githubusercontent.com/traderjoe-xyz/joe-tokenlists/main/logos/0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590/logo.png',
|
|
716
|
+
website: 'https://stargate.finance/',
|
|
717
|
+
description: 'Stargate is a community-driven organization building the first fully composable native asset bridge, and the first dApp built on LayerZero.',
|
|
718
|
+
documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
|
|
719
|
+
},
|
|
720
|
+
EMP: {
|
|
721
|
+
name: 'EMP.Money',
|
|
722
|
+
symbol: 'EMP',
|
|
723
|
+
oracleId: 'EMP',
|
|
724
|
+
address: '0x3b248CEfA87F836a4e6f6d6c9b42991b88Dc1d58',
|
|
725
|
+
chainId: 56,
|
|
726
|
+
decimals: 18,
|
|
727
|
+
logoURI: 'https://emp.money/static/media/emp-final2.bb119013',
|
|
728
|
+
website: 'https://emp.money/',
|
|
729
|
+
description: 'EMP Money offers the first decentralised algorithmic stable coin on Binance Smartchain, pegged to the price of Ethereum via seigniorage at a rate of 4000 EMP: 1 ETH.',
|
|
730
|
+
},
|
|
731
|
+
ESHARE: {
|
|
732
|
+
name: 'EMP.Money Shares',
|
|
733
|
+
symbol: 'ESHARE',
|
|
734
|
+
oracleId: 'ESHARE',
|
|
735
|
+
address: '0xDB20F6A8665432CE895D724b417f77EcAC956550',
|
|
736
|
+
chainId: 56,
|
|
737
|
+
decimals: 18,
|
|
738
|
+
logoURI: 'https://emp.money/static/media/eshares-final2.bd716d0f.gif',
|
|
739
|
+
website: 'https://emp.money/',
|
|
740
|
+
description: 'EMP Money offers the first decentralised algorithmic stable coin on Binance Smartchain, pegged to the price of Ethereum via seigniorage at a rate of 4000 EMP: 1 ETH.',
|
|
741
|
+
},
|
|
742
|
+
APE: {
|
|
743
|
+
name: 'ApeCoin',
|
|
744
|
+
symbol: 'APE',
|
|
745
|
+
oracleId: 'APE',
|
|
746
|
+
address: '0x0b079B33B6e72311c6BE245F9f660CC385029fc3',
|
|
747
|
+
chainId: 56,
|
|
748
|
+
decimals: 18,
|
|
749
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/18876.png',
|
|
750
|
+
website: 'http://apecoin.com/',
|
|
751
|
+
description: 'ApeCoin is an ERC-20 governance and utility token used within the APE Ecosystem to empower and incentivize a decentralized community building at the forefront of web3.',
|
|
752
|
+
},
|
|
753
|
+
DUET: {
|
|
754
|
+
name: 'Duet Protocol',
|
|
755
|
+
symbol: 'DUET',
|
|
756
|
+
oracleId: 'DUET',
|
|
757
|
+
address: '0x95EE03e1e2C5c4877f9A298F1C0D6c98698FAB7B',
|
|
758
|
+
chainId: 56,
|
|
759
|
+
decimals: 18,
|
|
760
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x95EE03e1e2C5c4877f9A298F1C0D6c98698FAB7B.svg',
|
|
761
|
+
website: 'https://www.duet.finance/',
|
|
762
|
+
description: 'A parallel universe which turns flat assets into sharp assets',
|
|
763
|
+
},
|
|
764
|
+
ERA: {
|
|
765
|
+
name: 'Era7',
|
|
766
|
+
symbol: 'ERA',
|
|
767
|
+
oracleId: 'ERA',
|
|
768
|
+
address: '0x6f9F0c4ad9Af7EbD61Ac5A1D4e0F2227F7B0E5f9',
|
|
769
|
+
chainId: 56,
|
|
770
|
+
decimals: 18,
|
|
771
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x6f9F0c4ad9Af7EbD61Ac5A1D4e0F2227F7B0E5f9.svg',
|
|
772
|
+
website: 'https://www.era7.io/',
|
|
773
|
+
description: 'Era7: Game of Truth is a metaverse-style Trading Card Game',
|
|
774
|
+
},
|
|
775
|
+
GMT: {
|
|
776
|
+
name: 'Green Metaverse Token',
|
|
777
|
+
symbol: 'GMT',
|
|
778
|
+
oracleId: 'GMT',
|
|
779
|
+
address: '0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1',
|
|
780
|
+
chainId: 56,
|
|
781
|
+
decimals: 8,
|
|
782
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1.svg',
|
|
783
|
+
website: 'https://www.stepn.com/',
|
|
784
|
+
description: 'Green Metaverse Token is the currency of STEPN, a Web 3 lifestyle app with social-fi and game-fi elements.',
|
|
785
|
+
bridge: 'wormhole',
|
|
786
|
+
},
|
|
787
|
+
BSW: {
|
|
788
|
+
name: 'Biswap',
|
|
789
|
+
symbol: 'BSW',
|
|
790
|
+
oracleId: 'BSW',
|
|
791
|
+
address: '0x965F527D9159dCe6288a2219DB51fc6Eef120dD1',
|
|
792
|
+
chainId: 56,
|
|
793
|
+
decimals: 18,
|
|
794
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x965F527D9159dCe6288a2219DB51fc6Eef120dD1.svg',
|
|
795
|
+
website: 'https://biswap.org/',
|
|
796
|
+
description: 'The First DEX on BNB Chain with a three-type referral system',
|
|
797
|
+
bridge: 'native',
|
|
798
|
+
documentation: 'https://docs.biswap.org/biswap/',
|
|
799
|
+
},
|
|
800
|
+
ERTHA: {
|
|
801
|
+
name: 'ERTHA',
|
|
802
|
+
symbol: 'ERTHA',
|
|
803
|
+
oracleId: 'ERTHA',
|
|
804
|
+
address: '0x62823659d09F9F9D2222058878f89437425eB261',
|
|
805
|
+
chainId: 56,
|
|
806
|
+
decimals: 18,
|
|
807
|
+
logoURI: 'https://assets.coingecko.com/coins/images/20317/large/Ry9tgUal_400x400.jpg?1636856709',
|
|
808
|
+
website: 'https://ertha.io/',
|
|
809
|
+
description: 'Own NFT land in ERTHA metaverse & generate lifetime revenue',
|
|
810
|
+
},
|
|
811
|
+
RACA: {
|
|
812
|
+
name: 'Radio Caca',
|
|
813
|
+
symbol: 'RACA',
|
|
814
|
+
oracleId: 'RACA',
|
|
815
|
+
address: '0x12BB890508c125661E03b09EC06E404bc9289040',
|
|
816
|
+
chainId: 56,
|
|
817
|
+
decimals: 18,
|
|
818
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x12BB890508c125661E03b09EC06E404bc9289040.svg',
|
|
819
|
+
website: 'https://www.radiocaca.com/',
|
|
820
|
+
description: 'RACA is the native token for blockchain P2E game Metamon and for the Universal Metaverse (a.k.a. USM).',
|
|
821
|
+
bridge: 'native',
|
|
822
|
+
},
|
|
823
|
+
FUSE: {
|
|
824
|
+
name: 'Fuse Token on BSC',
|
|
825
|
+
symbol: 'FUSE',
|
|
826
|
+
oracleId: 'FUSE',
|
|
827
|
+
address: '0x5857c96DaE9cF8511B08Cb07f85753C472D36Ea3',
|
|
828
|
+
chainId: 56,
|
|
829
|
+
decimals: 18,
|
|
830
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x5857c96DaE9cF8511B08Cb07f85753C472D36Ea3.svg',
|
|
831
|
+
website: 'https://fuse.io/',
|
|
832
|
+
description: 'Fuse token is the primary currency of the network and the decentralized applications that it support.',
|
|
833
|
+
},
|
|
834
|
+
DSHARE: {
|
|
835
|
+
name: 'DSHARE',
|
|
836
|
+
symbol: 'DSHARE',
|
|
837
|
+
oracleId: 'DSHARE',
|
|
838
|
+
address: '0x26d3163b165BE95137CEe97241E716b2791a7572',
|
|
839
|
+
chainId: 56,
|
|
840
|
+
decimals: 18,
|
|
841
|
+
logoURI: 'https://www.dibs.money/static/media/dshare.27e9dda3.png',
|
|
842
|
+
website: 'https://www.dibs.money/',
|
|
843
|
+
description: 'DIBS is a stablecoin pegged to the price of BNB.',
|
|
844
|
+
},
|
|
845
|
+
DIBS: {
|
|
846
|
+
name: 'DIBS',
|
|
847
|
+
symbol: 'DIBS',
|
|
848
|
+
oracleId: 'DIBS',
|
|
849
|
+
address: '0xFd81Ef21EA7CF1dC00e9c6Dd261B4F3BE0341d5c',
|
|
850
|
+
chainId: 56,
|
|
851
|
+
decimals: 18,
|
|
852
|
+
logoURI: 'https://www.dibs.money/static/media/dibs.01460d5a.png',
|
|
853
|
+
website: 'https://www.dibs.money/',
|
|
854
|
+
description: 'DIBS is a stablecoin pegged to the price of BNB.',
|
|
855
|
+
},
|
|
856
|
+
AOT: {
|
|
857
|
+
name: 'A.O.T.',
|
|
858
|
+
symbol: 'AOT',
|
|
859
|
+
oracleId: 'AOT',
|
|
860
|
+
address: '0x9589014F7a8547B89A6331eEEe32b7fBd5852af9',
|
|
861
|
+
chainId: 56,
|
|
862
|
+
decimals: 6,
|
|
863
|
+
logoURI: 'https://bscscan.com/token/images/ageoftanks2_32.png',
|
|
864
|
+
website: 'https://ageoftanks.io/',
|
|
865
|
+
description: 'Bitcrush uses a hybrid approach that allows centralized gameplay utilizing a non-custodial live wallet.',
|
|
866
|
+
},
|
|
867
|
+
CRUSH: {
|
|
868
|
+
name: 'Crush Coin',
|
|
869
|
+
symbol: 'CRUSH',
|
|
870
|
+
oracleId: 'CRUSH',
|
|
871
|
+
address: '0x0Ef0626736c2d484A792508e99949736D0AF807e',
|
|
872
|
+
chainId: 56,
|
|
873
|
+
decimals: 18,
|
|
874
|
+
logoURI: 'https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/CRUSH.svg',
|
|
875
|
+
website: 'https://www.bitcrush.com/',
|
|
876
|
+
description: 'Bitcrush uses a hybrid approach that allows centralized gameplay utilizing a non-custodial live wallet.',
|
|
877
|
+
},
|
|
878
|
+
STATIC: {
|
|
879
|
+
name: 'STATIC',
|
|
880
|
+
symbol: 'STATIC',
|
|
881
|
+
oracleId: 'STATIC',
|
|
882
|
+
address: '0x7dEb9906BD1d77B410a56E5C23c36340Bd60C983',
|
|
883
|
+
chainId: 56,
|
|
884
|
+
decimals: 18,
|
|
885
|
+
logoURI: 'https://www.chargedefi.fi/static/media/static.180ec003.png',
|
|
886
|
+
website: 'https://www.chargedefi.fi/',
|
|
887
|
+
description: 'Algorithmic Stablecoin ecosystem with rebase mechanics.',
|
|
888
|
+
},
|
|
889
|
+
CHARGE: {
|
|
890
|
+
name: 'CHARGE',
|
|
891
|
+
symbol: 'CHARGE',
|
|
892
|
+
oracleId: 'CHARGE',
|
|
893
|
+
address: '0x1C6bc8e962427dEb4106aE06A7fA2d715687395c',
|
|
894
|
+
chainId: 56,
|
|
895
|
+
decimals: 18,
|
|
896
|
+
logoURI: 'https://www.chargedefi.fi/static/media/charge.53089c19.png',
|
|
897
|
+
website: 'https://www.chargedefi.fi/',
|
|
898
|
+
description: 'Algorithmic Stablecoin ecosystem with rebase mechanics.',
|
|
899
|
+
},
|
|
900
|
+
BISON: {
|
|
901
|
+
name: 'Bison',
|
|
902
|
+
symbol: 'BISON',
|
|
903
|
+
oracleId: 'BISON',
|
|
904
|
+
address: '0x19A6Da6e382b85F827088092a3DBe864d9cCba73',
|
|
905
|
+
chainId: 56,
|
|
906
|
+
decimals: 18,
|
|
907
|
+
logoURI: 'https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/BISON.svg',
|
|
908
|
+
website: 'https://bishares.finance/',
|
|
909
|
+
description: 'Gain exposure in an easy and fast way to several crypto assets represented by a single token. Earn passive yield by staking on BiShares farms.',
|
|
910
|
+
},
|
|
911
|
+
NUGGET: {
|
|
912
|
+
name: 'Gold Nugget',
|
|
913
|
+
symbol: 'NUGGET',
|
|
914
|
+
oracleId: 'NUGGET',
|
|
915
|
+
address: '0xE0B58022487131eC9913C1F3AcFD8F74FC6A6C7E',
|
|
916
|
+
chainId: 56,
|
|
917
|
+
decimals: 18,
|
|
918
|
+
logoURI: 'https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/NUGGET.svg',
|
|
919
|
+
website: 'https://block-mine.io/',
|
|
920
|
+
description: 'A revolutionary sustainable Liquidity Mining Solution on Binance Smart Chain (Sustainable Mining, Token Evolution, Wild-West Gaming & Restricted Chain Routing).',
|
|
921
|
+
},
|
|
922
|
+
GOLDCOIN: {
|
|
923
|
+
name: 'Goldcoin',
|
|
924
|
+
symbol: 'GOLDCOIN',
|
|
925
|
+
oracleId: 'GOLDCOIN',
|
|
926
|
+
address: '0xF2f02f60fD1a376270e777Aa2a4667329E3984eD',
|
|
927
|
+
chainId: 56,
|
|
928
|
+
decimals: 18,
|
|
929
|
+
logoURI: 'https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/GOLDCOIN.svg',
|
|
930
|
+
website: 'https://block-mine.io/',
|
|
931
|
+
description: 'A revolutionary sustainable Liquidity Mining Solution on Binance Smart Chain (Sustainable Mining, Token Evolution, Wild-West Gaming & Restricted Chain Routing).',
|
|
932
|
+
},
|
|
933
|
+
FRAX: {
|
|
934
|
+
name: 'Frax Token',
|
|
935
|
+
symbol: 'FRAX',
|
|
936
|
+
oracleId: 'FRAX',
|
|
937
|
+
address: '0x90C97F71E18723b0Cf0dfa30ee176Ab653E89F40',
|
|
938
|
+
chainId: 56,
|
|
939
|
+
decimals: 18,
|
|
940
|
+
logoURI: 'https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/FRAX.png',
|
|
941
|
+
website: 'https://frax.finance/',
|
|
942
|
+
description: 'Frax is the world’s first fractional-algorithmic stablecoin.',
|
|
943
|
+
bridge: 'frax',
|
|
944
|
+
documentation: 'https://docs.frax.finance/',
|
|
945
|
+
risks: ['SYNTH_STABLE'],
|
|
946
|
+
},
|
|
947
|
+
FXS: {
|
|
948
|
+
name: 'Frax Share',
|
|
949
|
+
symbol: 'FXS',
|
|
950
|
+
oracleId: 'FXS',
|
|
951
|
+
address: '0xe48A3d7d0Bc88d552f730B62c006bC925eadB9eE',
|
|
952
|
+
chainId: 56,
|
|
953
|
+
decimals: 18,
|
|
954
|
+
logoURI: 'https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/FXS.png',
|
|
955
|
+
website: 'https://frax.finance/',
|
|
956
|
+
description: 'The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.',
|
|
957
|
+
},
|
|
958
|
+
BETU: {
|
|
959
|
+
name: 'BETU Token',
|
|
960
|
+
symbol: 'BETU',
|
|
961
|
+
oracleId: 'BETU',
|
|
962
|
+
address: '0x0df1B3F30865C5b324797F8dB9d339514caC4e94',
|
|
963
|
+
chainId: 56,
|
|
964
|
+
decimals: 18,
|
|
965
|
+
logoURI: 'https://assets.trustwalletapp.com/blockchains/smartchain/assets/0x0df1B3F30865C5b324797F8dB9d339514caC4e94/logo.png',
|
|
966
|
+
website: 'https://www.betu.io/',
|
|
967
|
+
description: 'Sports, esports & crypto betting platform. Secured by smart contracts & powered by the BETU token.',
|
|
968
|
+
},
|
|
969
|
+
OASIS: {
|
|
970
|
+
name: 'OASIS',
|
|
971
|
+
symbol: 'OASIS',
|
|
972
|
+
oracleId: 'OASIS',
|
|
973
|
+
address: '0xb19289b436b2F7A92891ac391D8f52580d3087e4',
|
|
974
|
+
chainId: 56,
|
|
975
|
+
decimals: 18,
|
|
976
|
+
logoURI: 'https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/OASIS.svg',
|
|
977
|
+
website: 'https://projectoasis.io/',
|
|
978
|
+
description: 'ProjectOasis is a metaverse built for users to socialize and interact with various Dapps and protocols available within DeFi',
|
|
979
|
+
},
|
|
980
|
+
CEEK: {
|
|
981
|
+
name: 'CEEK',
|
|
982
|
+
symbol: 'CEEK',
|
|
983
|
+
oracleId: 'CEEK',
|
|
984
|
+
address: '0xe0F94Ac5462997D2BC57287Ac3a3aE4C31345D66',
|
|
985
|
+
chainId: 56,
|
|
986
|
+
decimals: 18,
|
|
987
|
+
logoURI: 'https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/CEEK.png',
|
|
988
|
+
website: 'https://www.ceek.com/',
|
|
989
|
+
description: 'CEEK (CEEK) is a decentralized platform featuring global superstars like Lady Gaga, Katy Perry, Ziggy Marley, Bon Jovi, UFC Champion Francis Ngannou, 3x NBA Champion Dwyane Wade and more.',
|
|
990
|
+
},
|
|
991
|
+
BABY: {
|
|
992
|
+
name: 'BabySwap Token',
|
|
993
|
+
symbol: 'BABY',
|
|
994
|
+
oracleId: 'BABY',
|
|
995
|
+
address: '0x53E562b9B7E5E94b81f10e96Ee70Ad06df3D2657',
|
|
996
|
+
chainId: 56,
|
|
997
|
+
decimals: 18,
|
|
998
|
+
logoURI: 'https://bscscan.com/token/images/babyswap_32.png',
|
|
999
|
+
website: 'https://babyswap.finance',
|
|
1000
|
+
description: 'BabySwap is the best AMM+NFT decentralized exchange for newborn projects on Binance Smart Chain, providing a more friendly trading experience and better project support.',
|
|
1001
|
+
},
|
|
1002
|
+
NFTY: {
|
|
1003
|
+
name: 'NFTY Token',
|
|
1004
|
+
symbol: 'NFTY',
|
|
1005
|
+
oracleId: 'NFTY',
|
|
1006
|
+
address: '0x5774B2fc3e91aF89f89141EacF76545e74265982',
|
|
1007
|
+
chainId: 56,
|
|
1008
|
+
decimals: 18,
|
|
1009
|
+
logoURI: 'https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/NFTY.png',
|
|
1010
|
+
website: 'https://nftynetwork.io/',
|
|
1011
|
+
description: 'NFTYLabs envisions a world where NFTs function as a medium of access, bringing a means of utility and privilege to NFT holders in a secure and confidential manner.',
|
|
1012
|
+
bridge: 'multichain',
|
|
1013
|
+
},
|
|
1014
|
+
BETA: {
|
|
1015
|
+
name: 'Beta Token',
|
|
1016
|
+
symbol: 'BETA',
|
|
1017
|
+
oracleId: 'BETA',
|
|
1018
|
+
address: '0xBe1a001FE942f96Eea22bA08783140B9Dcc09D28',
|
|
1019
|
+
chainId: 56,
|
|
1020
|
+
decimals: 18,
|
|
1021
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xBe1a001FE942f96Eea22bA08783140B9Dcc09D28.svg',
|
|
1022
|
+
website: 'https://betafinance.org/',
|
|
1023
|
+
description: 'Beta Finance is the permissionless money market for borrowing, lending, and shorting crypto assets.',
|
|
1024
|
+
},
|
|
1025
|
+
SING: {
|
|
1026
|
+
name: 'Sing Token',
|
|
1027
|
+
symbol: 'SING',
|
|
1028
|
+
oracleId: 'SING',
|
|
1029
|
+
address: '0x23894C0ce2d79B79Ea33A4D02e67ae843Ef6e563',
|
|
1030
|
+
chainId: 56,
|
|
1031
|
+
decimals: 18,
|
|
1032
|
+
website: 'https://singular.farm/',
|
|
1033
|
+
description: 'Singular is a multichain, decentralized, strategic yield farm running on Polygon, BSC, Fantom and Okchain. Users are incentivized with a triple farming system.',
|
|
1034
|
+
logoURI: 'https://github.com/singularfarm/assets/blob/main/400.png?raw=true',
|
|
1035
|
+
},
|
|
1036
|
+
ONG: {
|
|
1037
|
+
name: 'Ontology Gas Token',
|
|
1038
|
+
symbol: 'ONG',
|
|
1039
|
+
oracleId: 'ONG',
|
|
1040
|
+
address: '0x308bfaeAaC8BDab6e9Fc5Ead8EdCb5f95b0599d9',
|
|
1041
|
+
chainId: 56,
|
|
1042
|
+
decimals: 9,
|
|
1043
|
+
website: 'https://ont.io/',
|
|
1044
|
+
description: 'Ontology is a high performance, open source blockchain specializing in digital identity and data.',
|
|
1045
|
+
logoURI: 'https://apeswap.finance/images/tokens/ONG.svg',
|
|
1046
|
+
},
|
|
1047
|
+
PACOCA: {
|
|
1048
|
+
name: 'Pacoca',
|
|
1049
|
+
symbol: 'PACOCA',
|
|
1050
|
+
oracleId: 'PACOCA',
|
|
1051
|
+
address: '0x55671114d774ee99D653D6C12460c780a67f1D18',
|
|
1052
|
+
chainId: 56,
|
|
1053
|
+
decimals: 18,
|
|
1054
|
+
logoURI: 'https://bscscan.com/token/images/pacoca_32.png',
|
|
1055
|
+
description: 'Invest in yield-optimizing vaults and track your DeFi assets on BSC',
|
|
1056
|
+
website: 'https://pacoca.io/',
|
|
1057
|
+
},
|
|
1058
|
+
ANN: {
|
|
1059
|
+
name: 'Annex',
|
|
1060
|
+
symbol: 'ANN',
|
|
1061
|
+
oracleId: 'ANN',
|
|
1062
|
+
address: '0x98936Bde1CF1BFf1e7a8012Cee5e2583851f2067',
|
|
1063
|
+
chainId: 56,
|
|
1064
|
+
decimals: 18,
|
|
1065
|
+
logoURI: 'https://app.annex.finance/images/coins/ANN.png',
|
|
1066
|
+
description: 'A Decentralized Marketplace for Lenders and Borrowers with Borderless Stablecoins.',
|
|
1067
|
+
website: 'https://www.annex.finance/',
|
|
1068
|
+
},
|
|
1069
|
+
CZF: {
|
|
1070
|
+
name: 'Chinese Zodiac',
|
|
1071
|
+
symbol: 'CZF',
|
|
1072
|
+
oracleId: 'CZF',
|
|
1073
|
+
address: '0x7c1608C004F20c3520f70b924E2BfeF092dA0043',
|
|
1074
|
+
chainId: 56,
|
|
1075
|
+
decimals: 18,
|
|
1076
|
+
logoURI: 'https://github.com/chinese-zodiac/czodiac-site/blob/main/src/images/czodiac-coin.png?raw=true',
|
|
1077
|
+
description: 'Chinese Zodiac is a lending and NFT ecosystem, with a unique NFT Tiger Hunt game.',
|
|
1078
|
+
website: 'https://app.czodiac.com/#/',
|
|
1079
|
+
},
|
|
1080
|
+
LONG: {
|
|
1081
|
+
name: 'Longdrink Finance',
|
|
1082
|
+
symbol: 'LONG',
|
|
1083
|
+
oracleId: 'LONG',
|
|
1084
|
+
address: '0x5317fA16f8603bE9C461DeF5D5A1Bf28DfE42d55',
|
|
1085
|
+
chainId: 56,
|
|
1086
|
+
decimals: 18,
|
|
1087
|
+
logoURI: 'https://longdrink.finance/static/media/longdrink-logo.0b6c21de.png',
|
|
1088
|
+
description: "Longdrink Finance creates index tokens on Binance Smart Chain. LONG is the protocol's governance token enabling holders to decide on the composition of future indices and their weightings, as well as fee capturing within the protocol.",
|
|
1089
|
+
website: 'https://longdrink.finance/#/',
|
|
1090
|
+
},
|
|
1091
|
+
PEAR: {
|
|
1092
|
+
name: 'PearZap',
|
|
1093
|
+
symbol: 'PEAR',
|
|
1094
|
+
oracleId: 'PEAR',
|
|
1095
|
+
address: '0xdf7C18ED59EA738070E665Ac3F5c258dcc2FBad8',
|
|
1096
|
+
decimals: 18,
|
|
1097
|
+
chainId: 56,
|
|
1098
|
+
logoURI: 'https://assets.coingecko.com/coins/images/17173/small/pear200.png',
|
|
1099
|
+
description: 'High yields farms & pools on the Polygon chain & Binance Smart Chain',
|
|
1100
|
+
website: 'https://bsc.pearzap.com/',
|
|
1101
|
+
},
|
|
1102
|
+
TLOS: {
|
|
1103
|
+
name: 'Telos',
|
|
1104
|
+
symbol: 'TLOS',
|
|
1105
|
+
oracleId: 'TLOS',
|
|
1106
|
+
address: '0xb6C53431608E626AC81a9776ac3e999c5556717c',
|
|
1107
|
+
chainId: 56,
|
|
1108
|
+
decimals: 18,
|
|
1109
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xb6C53431608E626AC81a9776ac3e999c5556717c.svg',
|
|
1110
|
+
description: 'Telos is built for speed and scalability making it the ideal network for mainstream adoption – Telos based Tokens NFT’s and Smart Contracts are already used for DeFi, Gaming, Social Media apps and so much more. ',
|
|
1111
|
+
website: 'https://www.telos.net/',
|
|
1112
|
+
},
|
|
1113
|
+
BSCDEFI: {
|
|
1114
|
+
name: 'BSC Defi Blue Chips',
|
|
1115
|
+
symbol: 'BSCDEFI',
|
|
1116
|
+
oracleId: 'BSCDEFI',
|
|
1117
|
+
address: '0x40E46dE174dfB776BB89E04dF1C47d8a66855EB3',
|
|
1118
|
+
chainId: 56,
|
|
1119
|
+
decimals: 18,
|
|
1120
|
+
logoURI: 'https://powerindex.io/images/index-tokens/sdefi.svg',
|
|
1121
|
+
description: 'Build your own exposure to DeFi using bullish, bearish, and hedged investment DAO-managed DeFi products with rewards. More details on powerpool.finance',
|
|
1122
|
+
website: 'https://powerindex.io/#/binance/',
|
|
1123
|
+
},
|
|
1124
|
+
ELK: {
|
|
1125
|
+
name: 'Elk Finance',
|
|
1126
|
+
symbol: 'ELK',
|
|
1127
|
+
oracleId: 'ELK',
|
|
1128
|
+
address: '0xE1C110E1B1b4A1deD0cAf3E42BfBdbB7b5d7cE1C',
|
|
1129
|
+
chainId: 56,
|
|
1130
|
+
decimals: 18,
|
|
1131
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/200x200/10095.png',
|
|
1132
|
+
description: 'Elk.Finance is a cross-chain liquidity network, allowing for instantaneous exchange of tokens between chains. Elk.Finance also aims to provide the first gyroscopic stablecoin (CHFT) available on multiple chains for blazing fast payments anytime, anywhere.',
|
|
1133
|
+
website: 'https://elk.finance/',
|
|
1134
|
+
},
|
|
1135
|
+
AURO: {
|
|
1136
|
+
name: 'Viralata',
|
|
1137
|
+
symbol: 'AURO',
|
|
1138
|
+
oracleId: 'AURO',
|
|
1139
|
+
address: '0x8d9A79314c4e09A7c53C124195cAeB8B89F4879D',
|
|
1140
|
+
chainId: 56,
|
|
1141
|
+
decimals: 18,
|
|
1142
|
+
logoURI: 'https://app.viralata.finance/nextimg/%2Fimages%2Ftokens%2Fauro.png/128/50?url=%2Fimages%2Ftokens%2Fauro.png&w=128&q=50',
|
|
1143
|
+
description: 'Viralata Finance',
|
|
1144
|
+
website: 'https://app.viralata.finance/',
|
|
1145
|
+
},
|
|
1146
|
+
NAOS: {
|
|
1147
|
+
name: 'NAOS Finance',
|
|
1148
|
+
symbol: 'NAOS',
|
|
1149
|
+
oracleId: 'NAOS',
|
|
1150
|
+
address: '0x758d08864fB6cCE3062667225ca10b8F00496cc2',
|
|
1151
|
+
chainId: 56,
|
|
1152
|
+
decimals: 18,
|
|
1153
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x758d08864fB6cCE3062667225ca10b8F00496cc2.png',
|
|
1154
|
+
description: 'DeFi Lending',
|
|
1155
|
+
website: 'https://naos.finance/',
|
|
1156
|
+
},
|
|
1157
|
+
USDO: {
|
|
1158
|
+
name: 'USD Open Dollar',
|
|
1159
|
+
symbol: 'USDO',
|
|
1160
|
+
oracleId: 'USDO',
|
|
1161
|
+
address: '0x5801D0e1C7D977D78E4890880B8E579eb4943276',
|
|
1162
|
+
chainId: 56,
|
|
1163
|
+
decimals: 18,
|
|
1164
|
+
logoURI: 'https://assets.coingecko.com/coins/images/14828/small/New_USDO_32px_.png',
|
|
1165
|
+
website: 'https://omnifarms.ocp.finance/',
|
|
1166
|
+
description: 'USDO is a decentralised stablecoin backed by a verifiable collateral pool of on-chain assets.',
|
|
1167
|
+
risks: ['SYNTH_STABLE'],
|
|
1168
|
+
},
|
|
1169
|
+
FET: {
|
|
1170
|
+
name: 'Fetch',
|
|
1171
|
+
symbol: 'FET',
|
|
1172
|
+
oracleId: 'FET',
|
|
1173
|
+
address: '0x031b41e504677879370e9DBcF937283A8691Fa7f',
|
|
1174
|
+
chainId: 56,
|
|
1175
|
+
decimals: 18,
|
|
1176
|
+
logoURI: 'https://assets.coingecko.com/coins/images/5681/small/Fetch.jpg',
|
|
1177
|
+
website: 'https://fetch.ai/',
|
|
1178
|
+
description: 'Fetch.ai is delivering AI to the crypto economy.',
|
|
1179
|
+
},
|
|
1180
|
+
YEL: {
|
|
1181
|
+
name: 'YEL Token',
|
|
1182
|
+
symbol: 'YEL',
|
|
1183
|
+
oracleId: 'YEL',
|
|
1184
|
+
address: '0xD3b71117E6C1558c1553305b44988cd944e97300',
|
|
1185
|
+
chainId: 56,
|
|
1186
|
+
decimals: 18,
|
|
1187
|
+
logoURI: 'https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/YEL.svg',
|
|
1188
|
+
website: 'https://yel.finance/',
|
|
1189
|
+
description: 'Yield Enhancement Labs core mission is to help projects gain liquidity across multiple chains while building token economics with constant buy-pressure for YEL token',
|
|
1190
|
+
bridge: 'multichain',
|
|
1191
|
+
},
|
|
1192
|
+
rUSD: {
|
|
1193
|
+
name: 'Ramp Defi USD',
|
|
1194
|
+
symbol: 'rUSD',
|
|
1195
|
+
oracleId: 'rUSD',
|
|
1196
|
+
address: '0x07663837218A003e66310a01596af4bf4e44623D',
|
|
1197
|
+
chainId: 56,
|
|
1198
|
+
decimals: 18,
|
|
1199
|
+
logoURI: 'https://www.rampdefi.com/icons/ramp_v4.svg',
|
|
1200
|
+
description: 'Ramp Defi USD pegged token',
|
|
1201
|
+
website: 'https://www.rampdefi.com/',
|
|
1202
|
+
},
|
|
1203
|
+
BP: {
|
|
1204
|
+
name: 'Bunny Park',
|
|
1205
|
+
symbol: 'BP',
|
|
1206
|
+
oracleId: 'BP',
|
|
1207
|
+
address: '0xACB8f52DC63BB752a51186D1c55868ADbFfEe9C1',
|
|
1208
|
+
chainId: 56,
|
|
1209
|
+
decimals: 18,
|
|
1210
|
+
logoURI: 'https://assets.trustwalletapp.com/blockchains/smartchain/assets/0x477bC8d23c634C154061869478bce96BE6045D12/logo.png',
|
|
1211
|
+
description: 'NFT & Yield Farm on Binance Smart Chain',
|
|
1212
|
+
website: 'https://www.bunnypark.com/',
|
|
1213
|
+
},
|
|
1214
|
+
SFUND: {
|
|
1215
|
+
name: 'Seedify',
|
|
1216
|
+
symbol: 'SFUND',
|
|
1217
|
+
oracleId: 'SFUND',
|
|
1218
|
+
address: '0x477bC8d23c634C154061869478bce96BE6045D12',
|
|
1219
|
+
chainId: 56,
|
|
1220
|
+
decimals: 18,
|
|
1221
|
+
logoURI: 'https://assets.trustwalletapp.com/blockchains/smartchain/assets/0x477bC8d23c634C154061869478bce96BE6045D12/logo.png',
|
|
1222
|
+
description: 'Incubator & Launchpad for Blockchain Games & Gamers',
|
|
1223
|
+
website: 'https://launchpad.seedify.fund/',
|
|
1224
|
+
},
|
|
1225
|
+
CAPS: {
|
|
1226
|
+
name: 'Capsule Coin',
|
|
1227
|
+
symbol: 'CAPS',
|
|
1228
|
+
oracleId: 'CAPS',
|
|
1229
|
+
address: '0xFfBa7529AC181c2Ee1844548e6D7061c9A597dF4',
|
|
1230
|
+
chainId: 56,
|
|
1231
|
+
decimals: 18,
|
|
1232
|
+
logoURI: 'https://apeswap.finance/images/tokens/CAPS.svg',
|
|
1233
|
+
description: 'NFT-Based Decentralized Data Transmission Blockchain.',
|
|
1234
|
+
website: 'https://www.ternoa.com/',
|
|
1235
|
+
},
|
|
1236
|
+
WUSD: {
|
|
1237
|
+
name: 'Wault USD',
|
|
1238
|
+
symbol: 'WUSD',
|
|
1239
|
+
oracleId: 'WUSD',
|
|
1240
|
+
address: '0x3fF997eAeA488A082fb7Efc8e6B9951990D0c3aB',
|
|
1241
|
+
chainId: 56,
|
|
1242
|
+
decimals: 18,
|
|
1243
|
+
website: 'https://wault.finance/',
|
|
1244
|
+
description: "WUSD is Wault Finance's commerce-backed stablecoin! The world's first commerce-backed stablecoin!",
|
|
1245
|
+
logoURI: 'https://app.wault.finance/bsc/assets/images/stablecoin/wusd.svg',
|
|
1246
|
+
risks: ['SYNTH_STABLE'],
|
|
1247
|
+
},
|
|
1248
|
+
CYT: {
|
|
1249
|
+
name: 'Coinary Token',
|
|
1250
|
+
symbol: 'CYT',
|
|
1251
|
+
oracleId: 'CYT',
|
|
1252
|
+
address: '0xd9025e25Bb6cF39f8c926A704039D2DD51088063',
|
|
1253
|
+
chainId: 56,
|
|
1254
|
+
decimals: 18,
|
|
1255
|
+
website: 'https://dragonary.com/',
|
|
1256
|
+
description: 'CYT is used as the currency for the game Dragonary and throughout the Coinary gaming multiverse.',
|
|
1257
|
+
logoURI: 'https://gblobscdn.gitbook.com/spaces%2F-Mdx-7pkiD2Xoca5jkXV%2Favatar-1626481398232.png?alt=media',
|
|
1258
|
+
},
|
|
1259
|
+
LAND: {
|
|
1260
|
+
name: 'Landshare Token',
|
|
1261
|
+
symbol: 'LAND',
|
|
1262
|
+
oracleId: 'LAND',
|
|
1263
|
+
address: '0x9D986A3f147212327Dd658F712d5264a73a1fdB0',
|
|
1264
|
+
chainId: 56,
|
|
1265
|
+
decimals: 18,
|
|
1266
|
+
website: 'https://landshare.io/',
|
|
1267
|
+
description: 'Bringing Real Estate to the Blockchain. Landshare offers a hassle-free alternative to traditional real estate investments.',
|
|
1268
|
+
logoURI: 'https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/LAND.svg',
|
|
1269
|
+
},
|
|
1270
|
+
GUARD: {
|
|
1271
|
+
name: 'Guardian',
|
|
1272
|
+
symbol: 'GUARD',
|
|
1273
|
+
oracleId: 'GUARD',
|
|
1274
|
+
address: '0xF606bd19b1E61574ED625d9ea96C841D4E247A32',
|
|
1275
|
+
chainId: 56,
|
|
1276
|
+
decimals: 18,
|
|
1277
|
+
website: 'https://www.wolfdencrypto.com',
|
|
1278
|
+
description: 'The first decentralized token designed specifically to earn you passive income by unlocking high yield staking and farming opportunities on multiple platforms across the BSC Network',
|
|
1279
|
+
logoURI: 'https://apeswap.finance/images/tokens/GUARD.png',
|
|
1280
|
+
},
|
|
1281
|
+
POTS: {
|
|
1282
|
+
name: 'Moonpot',
|
|
1283
|
+
symbol: 'POTS',
|
|
1284
|
+
oracleId: 'POTS',
|
|
1285
|
+
address: '0x3Fcca8648651E5b974DD6d3e50F61567779772A8',
|
|
1286
|
+
chainId: 56,
|
|
1287
|
+
decimals: 18,
|
|
1288
|
+
website: 'https://moonpot.com/',
|
|
1289
|
+
description: 'The win-win lottery on BSC where every ticket earns you interest.',
|
|
1290
|
+
logoURI: 'https://assets.trustwalletapp.com/blockchains/smartchain/assets/0x3Fcca8648651E5b974DD6d3e50F61567779772A8/logo.png',
|
|
1291
|
+
},
|
|
1292
|
+
REVV: {
|
|
1293
|
+
name: 'REVV',
|
|
1294
|
+
symbol: 'REVV',
|
|
1295
|
+
oracleId: 'REVV',
|
|
1296
|
+
address: '0x833F307aC507D47309fD8CDD1F835BeF8D702a93',
|
|
1297
|
+
chainId: 56,
|
|
1298
|
+
decimals: 18,
|
|
1299
|
+
website: 'https://revvmotorsport.com',
|
|
1300
|
+
description: 'The REVV token is an ERC-20 utility token that acts as the main currency for a number of game dApps developed by Animoca Brands.',
|
|
1301
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x833F307aC507D47309fD8CDD1F835BeF8D702a93.svg',
|
|
1302
|
+
},
|
|
1303
|
+
BMON: {
|
|
1304
|
+
name: 'Binamon',
|
|
1305
|
+
symbol: 'BMON',
|
|
1306
|
+
oracleId: 'BMON',
|
|
1307
|
+
address: '0x08ba0619b1e7A582E0BCe5BBE9843322C954C340',
|
|
1308
|
+
chainId: 56,
|
|
1309
|
+
decimals: 18,
|
|
1310
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x08ba0619b1e7A582E0BCe5BBE9843322C954C340.svg',
|
|
1311
|
+
website: 'https://binamon.org/',
|
|
1312
|
+
description: 'A complete metaverse of digital monsters inspired by Axie Infinity',
|
|
1313
|
+
},
|
|
1314
|
+
WSG: {
|
|
1315
|
+
name: 'Wall Street Games',
|
|
1316
|
+
symbol: 'WSG',
|
|
1317
|
+
oracleId: 'WSG',
|
|
1318
|
+
address: '0xA58950F05FeA2277d2608748412bf9F802eA4901',
|
|
1319
|
+
chainId: 56,
|
|
1320
|
+
decimals: 18,
|
|
1321
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xA58950F05FeA2277d2608748412bf9F802eA4901.svg',
|
|
1322
|
+
website: 'https://wsg.gg/',
|
|
1323
|
+
description: 'The next generation gaming platform with a unique and immersive way to earn rewards',
|
|
1324
|
+
},
|
|
1325
|
+
METAHERO: {
|
|
1326
|
+
name: 'Metahero',
|
|
1327
|
+
symbol: 'HERO',
|
|
1328
|
+
oracleId: 'METAHERO',
|
|
1329
|
+
address: '0xD40bEDb44C081D2935eebA6eF5a3c8A31A1bBE13',
|
|
1330
|
+
chainId: 56,
|
|
1331
|
+
decimals: 18,
|
|
1332
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xD40bEDb44C081D2935eebA6eF5a3c8A31A1bBE13.svg',
|
|
1333
|
+
website: 'https://metahero.io/',
|
|
1334
|
+
description: "Deflationary token with Smart Staking, Burn and Auto Liquidity used to transact in Metahero's ecosystem for real world utility",
|
|
1335
|
+
},
|
|
1336
|
+
DEP: {
|
|
1337
|
+
name: 'DEAPCOIN',
|
|
1338
|
+
symbol: 'DEP',
|
|
1339
|
+
oracleId: 'DEP',
|
|
1340
|
+
address: '0xcaF5191fc480F43e4DF80106c7695ECA56E48B18',
|
|
1341
|
+
chainId: 56,
|
|
1342
|
+
decimals: 18,
|
|
1343
|
+
website: 'https://dea.sg/',
|
|
1344
|
+
description: 'DEAPCOIN is a platform that will create a new economy and culture in the PlayMining gaming field where digital assets will be distributed in a new age infrastructure that compensates users by using blockchain.',
|
|
1345
|
+
logoURI: 'https://pbs.twimg.com/profile_images/1258627009296531456/qGAevdn7_400x400.png',
|
|
1346
|
+
},
|
|
1347
|
+
SISTA: {
|
|
1348
|
+
name: 'srnArtGallery Tokenized Arts',
|
|
1349
|
+
symbol: 'SISTA',
|
|
1350
|
+
oracleId: 'SISTA',
|
|
1351
|
+
address: '0xCA6d25C10dad43ae8Be0bc2af4D3CD1114583C08',
|
|
1352
|
+
chainId: 56,
|
|
1353
|
+
decimals: 18,
|
|
1354
|
+
website: 'https://srnartgallery.com/',
|
|
1355
|
+
description: 'srnArtGallery is a platform where a union of artists use NFT art to connect people through the things they love…',
|
|
1356
|
+
logoURI: 'https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/SISTA.svg',
|
|
1357
|
+
},
|
|
1358
|
+
TAPE: {
|
|
1359
|
+
name: 'Ape Tooks',
|
|
1360
|
+
symbol: 'TAPE',
|
|
1361
|
+
oracleId: 'TAPE',
|
|
1362
|
+
address: '0xF63400ee0420ce5b1Ebdee0C942D7dE1C734a41f',
|
|
1363
|
+
chainId: 56,
|
|
1364
|
+
decimals: 18,
|
|
1365
|
+
website: 'https://www.apetools.co/',
|
|
1366
|
+
description: 'A decentralized tool platform that provides trading tools for dexes in the Binance Smart Chain and Polygon network, Besides aiming to release unique tokens for the community through IDO sales',
|
|
1367
|
+
logoURI: 'https://bscscan.com/token/images/apetoolsco_32.png',
|
|
1368
|
+
},
|
|
1369
|
+
STARS: {
|
|
1370
|
+
name: 'Mogul Stars',
|
|
1371
|
+
symbol: 'STARS',
|
|
1372
|
+
oracleId: 'STARS',
|
|
1373
|
+
address: '0xbD83010eB60F12112908774998F65761cf9f6f9a',
|
|
1374
|
+
chainId: 56,
|
|
1375
|
+
decimals: 18,
|
|
1376
|
+
website: 'https://www.mogulproductions.com/',
|
|
1377
|
+
description: 'Mogul is a decentralized film financing platform that brings creators, fans, and film financiers together; allowing everyone to play a part in the next big blockbuster',
|
|
1378
|
+
logoURI: 'https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/STARS.svg',
|
|
1379
|
+
},
|
|
1380
|
+
SKILL: {
|
|
1381
|
+
name: 'CryptoBlades Skill Token',
|
|
1382
|
+
symbol: 'SKILL',
|
|
1383
|
+
oracleId: 'SKILL',
|
|
1384
|
+
address: '0x154A9F9cbd3449AD22FDaE23044319D6eF2a1Fab',
|
|
1385
|
+
chainId: 56,
|
|
1386
|
+
decimals: 18,
|
|
1387
|
+
website: 'https://www.cryptoblades.io/',
|
|
1388
|
+
description: 'CryptoBlades is a NFT crafting game where players employ powerful weapons to defeat opponents and collect SKILL tokens, which can be used for upgrades and to level up characters.',
|
|
1389
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x154A9F9cbd3449AD22FDaE23044319D6eF2a1Fab.svg',
|
|
1390
|
+
},
|
|
1391
|
+
SPS: {
|
|
1392
|
+
name: 'Splintershards',
|
|
1393
|
+
symbol: 'SPS',
|
|
1394
|
+
oracleId: 'SPS',
|
|
1395
|
+
address: '0x1633b7157e7638C4d6593436111Bf125Ee74703F',
|
|
1396
|
+
chainId: 56,
|
|
1397
|
+
decimals: 18,
|
|
1398
|
+
website: 'https://splinterlands.com/',
|
|
1399
|
+
description: 'Splinterlands is a digital, collectible card game where you build up a collection of cards, which all have various different stats and abilities, and use them to battle other players in skill-based matches.',
|
|
1400
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x1633b7157e7638C4d6593436111Bf125Ee74703F.svg',
|
|
1401
|
+
},
|
|
1402
|
+
AXS: {
|
|
1403
|
+
name: 'Axie Infinity Shard',
|
|
1404
|
+
symbol: 'AXS',
|
|
1405
|
+
oracleId: 'AXS',
|
|
1406
|
+
address: '0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0',
|
|
1407
|
+
chainId: 56,
|
|
1408
|
+
decimals: 18,
|
|
1409
|
+
logoURI: 'https://bscscan.com/token/images/axieinfinity_32.png',
|
|
1410
|
+
website: 'https://axieinfinity.com/',
|
|
1411
|
+
description: 'Axie Infinity is a Pokémon-inspired digital pet universe built on the Ethereum blockchain where anyone can earn token rewards through skilled gameplay and contributions to the ecosystem.',
|
|
1412
|
+
},
|
|
1413
|
+
OOE: {
|
|
1414
|
+
name: 'Open Ocean Finance',
|
|
1415
|
+
symbol: 'OOE',
|
|
1416
|
+
oracleId: 'OOE',
|
|
1417
|
+
address: '0x9029FdFAe9A03135846381c7cE16595C3554e10A',
|
|
1418
|
+
chainId: 56,
|
|
1419
|
+
decimals: 18,
|
|
1420
|
+
website: 'https://openocean.finance/',
|
|
1421
|
+
description: 'OpenOcean is the worlds first full aggregation protocol for crypto trading that source liquidity from DeFi and CeFi, and enable cross-chain swaps. Our intelligent routing algorithm find the best prices from DEXes and CEXes, and split the routes to provide traders the best prices with low slippage and fast settlement. The function is free to use, OpenOcean users only need to pay the normal blockchain gas fees and exchange fees for the trades, which are charged by the exchanges and not OpenOcean.',
|
|
1422
|
+
logoURI: 'https://ethapi.openocean.finance/asset/icon-ooe.svg?t=2',
|
|
1423
|
+
},
|
|
1424
|
+
C98: {
|
|
1425
|
+
name: 'Coin98',
|
|
1426
|
+
symbol: 'C98',
|
|
1427
|
+
oracleId: 'C98',
|
|
1428
|
+
address: '0xaEC945e04baF28b135Fa7c640f624f8D90F1C3a6',
|
|
1429
|
+
chainId: 56,
|
|
1430
|
+
decimals: 18,
|
|
1431
|
+
website: 'https://coin98.com/',
|
|
1432
|
+
description: 'Coin98 enables value transfer as easily as using the Internet by the innovation of Multi-chain Engine, Fully Automatic Liquidity and Space Gate, all in one Super Liquidity Aggregator.',
|
|
1433
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xaEC945e04baF28b135Fa7c640f624f8D90F1C3a6.svg',
|
|
1434
|
+
},
|
|
1435
|
+
CHESS: {
|
|
1436
|
+
name: 'Chess',
|
|
1437
|
+
symbol: 'CHESS',
|
|
1438
|
+
oracleId: 'CHESS',
|
|
1439
|
+
address: '0x20de22029ab63cf9A7Cf5fEB2b737Ca1eE4c82A6',
|
|
1440
|
+
chainId: 56,
|
|
1441
|
+
decimals: 18,
|
|
1442
|
+
website: 'https://tranchess.com/',
|
|
1443
|
+
description: 'Tranchess is a tokenized asset management and derivatives trading protocol, which is inspired by tranche funds that cater to different class of investors with varying risk appetites.',
|
|
1444
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x20de22029ab63cf9A7Cf5fEB2b737Ca1eE4c82A6.svg',
|
|
1445
|
+
},
|
|
1446
|
+
MASK: {
|
|
1447
|
+
name: 'Mask Network',
|
|
1448
|
+
symbol: 'MASK',
|
|
1449
|
+
oracleId: 'MASK',
|
|
1450
|
+
address: '0x2eD9a5C8C13b93955103B9a7C167B67Ef4d568a3',
|
|
1451
|
+
chainId: 56,
|
|
1452
|
+
decimals: 18,
|
|
1453
|
+
website: 'https://mask.io/',
|
|
1454
|
+
description: 'Mask Network is a protocol that allows its users to send encrypted messages over Twitter and Facebook. It essentially acts as a bridge between the internet and a decentralized network running on top',
|
|
1455
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x2eD9a5C8C13b93955103B9a7C167B67Ef4d568a3.svg',
|
|
1456
|
+
},
|
|
1457
|
+
ORBS: {
|
|
1458
|
+
name: 'Orbs',
|
|
1459
|
+
symbol: 'ORBS',
|
|
1460
|
+
oracleId: 'ORBS',
|
|
1461
|
+
address: '0xeBd49b26169e1b52c04cFd19FCf289405dF55F80',
|
|
1462
|
+
chainId: 56,
|
|
1463
|
+
decimals: 18,
|
|
1464
|
+
website: 'https://www.orbs.com/',
|
|
1465
|
+
description: 'The Orbs Network is a public blockchain infrastructure designed for businesses looking at trust as a competitive strategy.',
|
|
1466
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xeBd49b26169e1b52c04cFd19FCf289405dF55F80.svg',
|
|
1467
|
+
},
|
|
1468
|
+
ADX: {
|
|
1469
|
+
name: 'AdEx Network',
|
|
1470
|
+
symbol: 'ADX',
|
|
1471
|
+
oracleId: 'ADX',
|
|
1472
|
+
address: '0x6bfF4Fb161347ad7de4A625AE5aa3A1CA7077819',
|
|
1473
|
+
chainId: 56,
|
|
1474
|
+
decimals: 18,
|
|
1475
|
+
website: 'https://www.adex.network/',
|
|
1476
|
+
description: 'ADX is the native utility token that is used for incentivizing validator uptime and ensuring the smooth running of all advertising campaigns on the AdEx platform.',
|
|
1477
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x6bfF4Fb161347ad7de4A625AE5aa3A1CA7077819.svg',
|
|
1478
|
+
},
|
|
1479
|
+
BSCPAD: {
|
|
1480
|
+
name: 'BSCPAD.com',
|
|
1481
|
+
symbol: 'BSCPAD',
|
|
1482
|
+
oracleId: 'BSCPAD',
|
|
1483
|
+
address: '0x5A3010d4d8D3B5fB49f8B6E57FB9E48063f16700',
|
|
1484
|
+
chainId: 56,
|
|
1485
|
+
decimals: 18,
|
|
1486
|
+
website: 'https://bscpad.com/',
|
|
1487
|
+
description: 'BSCPAD aims to become the next evolution of blockchain launchpads solving the fundamental flaws that plague existing launchpads. This platform benefits all holders of the token and allows for fair launches giving traders of all sizes the opportunity to invest in the best upcoming Binance Smart Chain projects.',
|
|
1488
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x5A3010d4d8D3B5fB49f8B6E57FB9E48063f16700.svg',
|
|
1489
|
+
},
|
|
1490
|
+
WEX: {
|
|
1491
|
+
name: 'WaultSwap',
|
|
1492
|
+
symbol: 'WEX',
|
|
1493
|
+
oracleId: 'WEX',
|
|
1494
|
+
address: '0xa9c41A46a6B3531d28d5c32F6633dd2fF05dFB90',
|
|
1495
|
+
chainId: 56,
|
|
1496
|
+
decimals: 18,
|
|
1497
|
+
website: 'https://wault.finance/',
|
|
1498
|
+
description: 'Wault Finance is a decentralized finance hub that connects all of the primary DeFi use-cases within one simple ecosystem, on the Binance Smart Chain.',
|
|
1499
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xa9c41A46a6B3531d28d5c32F6633dd2fF05dFB90.svg',
|
|
1500
|
+
},
|
|
1501
|
+
DG: {
|
|
1502
|
+
name: 'Decentralized Game',
|
|
1503
|
+
symbol: 'DG',
|
|
1504
|
+
oracleId: 'DG',
|
|
1505
|
+
address: '0x9Fdc3ae5c814b79dcA2556564047C5e7e5449C19',
|
|
1506
|
+
chainId: 56,
|
|
1507
|
+
decimals: 18,
|
|
1508
|
+
website: 'https://decentral.games/',
|
|
1509
|
+
description: 'Decentral.games is a community-owned metaverse casino ecosystem powered by $DG where players earn $DG for playing games.',
|
|
1510
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x9Fdc3ae5c814b79dcA2556564047C5e7e5449C19.png',
|
|
1511
|
+
},
|
|
1512
|
+
WOO: {
|
|
1513
|
+
name: 'Woo',
|
|
1514
|
+
symbol: 'WOO',
|
|
1515
|
+
oracleId: 'WOO',
|
|
1516
|
+
address: '0x4691937a7508860F876c9c0a2a617E7d9E945D4B',
|
|
1517
|
+
chainId: 56,
|
|
1518
|
+
decimals: 18,
|
|
1519
|
+
website: 'https://woo.network/',
|
|
1520
|
+
description: 'Wootrade is a layer one trading infrastructure complete with deep liquidity, frontend trading GUI, and the ability to integrate into any exchange, trading desk, wallet, dApp, or other trading-related platform.',
|
|
1521
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x4691937a7508860F876c9c0a2a617E7d9E945D4B.png',
|
|
1522
|
+
},
|
|
1523
|
+
HAI: {
|
|
1524
|
+
name: 'Hai',
|
|
1525
|
+
symbol: 'HAI',
|
|
1526
|
+
oracleId: 'HAI',
|
|
1527
|
+
address: '0xaA9E582e5751d703F85912903bacADdFed26484C',
|
|
1528
|
+
chainId: 56,
|
|
1529
|
+
decimals: 8,
|
|
1530
|
+
website: 'https://hackenfoundation.com/',
|
|
1531
|
+
description: 'Hacken Token (HAI) is a cybersecurity coin underlying the rapidly growing Hacken Foundation. Hacken Foundation is a fully fledged organization that unites cybersecurity products and companies developing secure Web 3.0 infrastructure.',
|
|
1532
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xaA9E582e5751d703F85912903bacADdFed26484C.png',
|
|
1533
|
+
},
|
|
1534
|
+
O3: {
|
|
1535
|
+
name: 'O3',
|
|
1536
|
+
symbol: 'O3',
|
|
1537
|
+
oracleId: 'O3',
|
|
1538
|
+
address: '0xEe9801669C6138E84bD50dEB500827b776777d28',
|
|
1539
|
+
chainId: 56,
|
|
1540
|
+
decimals: 18,
|
|
1541
|
+
website: 'https://o3swap.com/',
|
|
1542
|
+
description: 'O3 Swap is a cross-chain aggregation protocol, allowing users to access multi-chain liquidity sources on one platform.',
|
|
1543
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xEe9801669C6138E84bD50dEB500827b776777d28.png',
|
|
1544
|
+
},
|
|
1545
|
+
TENFI: {
|
|
1546
|
+
name: 'TENFI',
|
|
1547
|
+
symbol: 'TENFI',
|
|
1548
|
+
oracleId: 'TENFI',
|
|
1549
|
+
address: '0xd15C444F1199Ae72795eba15E8C1db44E47abF62',
|
|
1550
|
+
chainId: 56,
|
|
1551
|
+
decimals: 18,
|
|
1552
|
+
website: 'https://ten.finance/',
|
|
1553
|
+
description: 'TEN is a yield aggregator / optimizer that simplifies staking and yield farming with the most liquid Binance Smart Chain Liquidity Pools available and provides a robust yield earning environment on the market while adhering to security, sustainability, longevity and simplicity.',
|
|
1554
|
+
logoURI: 'https://bscscan.com/token/images/tenfinance_32.png',
|
|
1555
|
+
},
|
|
1556
|
+
MBOX: {
|
|
1557
|
+
name: 'Mobox',
|
|
1558
|
+
symbol: 'MBOX',
|
|
1559
|
+
oracleId: 'MBOX',
|
|
1560
|
+
address: '0x3203c9E46cA618C8C1cE5dC67e7e9D75f5da2377',
|
|
1561
|
+
chainId: 56,
|
|
1562
|
+
decimals: 18,
|
|
1563
|
+
website: 'https://www.mobox.io/',
|
|
1564
|
+
description: 'MOBOX Protocol combines the best of yield farming DeFi with Gaming NFTs creating a truly free to play and play to earn ecosystem.',
|
|
1565
|
+
logoURI: 'https://bscscan.com/token/images/mobox_32.png',
|
|
1566
|
+
},
|
|
1567
|
+
ATA: {
|
|
1568
|
+
name: 'Automata',
|
|
1569
|
+
symbol: 'ATA',
|
|
1570
|
+
oracleId: 'ATA',
|
|
1571
|
+
address: '0xA2120b9e674d3fC3875f415A7DF52e382F141225',
|
|
1572
|
+
chainId: 56,
|
|
1573
|
+
decimals: 18,
|
|
1574
|
+
website: 'https://www.ata.network/',
|
|
1575
|
+
description: 'Automata Network is a decentralized service protocol that provides privacy middleware for dApps across multiple blockchains.',
|
|
1576
|
+
logoURI: 'https://bscscan.com/token/images/automata_32.png',
|
|
1577
|
+
},
|
|
1578
|
+
SHIB: {
|
|
1579
|
+
name: 'SHIBA INU',
|
|
1580
|
+
symbol: 'SHIB',
|
|
1581
|
+
oracleId: 'SHIB',
|
|
1582
|
+
address: '0x2859e4544C4bB03966803b044A93563Bd2D0DD4D',
|
|
1583
|
+
chainId: 56,
|
|
1584
|
+
decimals: 18,
|
|
1585
|
+
website: 'https://shibatoken.com/',
|
|
1586
|
+
description: 'According to the SHIBA INU website, SHIB is the “DOGECOIN KILLER” and will be listed on their own ShibaSwap, a decentralized exchange.',
|
|
1587
|
+
logoURI: 'https://bscscan.com/token/images/shibatoken_32.png',
|
|
1588
|
+
},
|
|
1589
|
+
CELR: {
|
|
1590
|
+
name: 'CelerToken',
|
|
1591
|
+
symbol: 'CELR',
|
|
1592
|
+
oracleId: 'CELR',
|
|
1593
|
+
address: '0x1f9f6a696C6Fd109cD3956F45dC709d2b3902163',
|
|
1594
|
+
chainId: 56,
|
|
1595
|
+
decimals: 18,
|
|
1596
|
+
website: 'https://www.celer.network/#',
|
|
1597
|
+
description: 'The Celer Network (CELR) is a smartly designed layer-2 scaling solution that provides off-chain transactions handling.',
|
|
1598
|
+
logoURI: 'https://bscscan.com/token/images/celernetwork_32.png',
|
|
1599
|
+
},
|
|
1600
|
+
WINGS: {
|
|
1601
|
+
name: 'JetSwap',
|
|
1602
|
+
symbol: 'WINGS',
|
|
1603
|
+
oracleId: 'WINGS',
|
|
1604
|
+
address: '0x0487b824c8261462F88940f97053E65bDb498446',
|
|
1605
|
+
chainId: 56,
|
|
1606
|
+
decimals: 18,
|
|
1607
|
+
website: 'https://jetswap.finance/',
|
|
1608
|
+
description: 'Jetswap is a decentralized Automated Market Maker (AMM) on Binance Smart Chain with low fees and instant trade execution.',
|
|
1609
|
+
logoURI: 'https://bscscan.com/token/images/jetswap_32.png',
|
|
1610
|
+
},
|
|
1611
|
+
HPS: {
|
|
1612
|
+
name: 'Happiness',
|
|
1613
|
+
symbol: 'HPS',
|
|
1614
|
+
oracleId: 'HPS',
|
|
1615
|
+
address: '0xeDa21B525Ac789EaB1a08ef2404dd8505FfB973D',
|
|
1616
|
+
chainId: 56,
|
|
1617
|
+
decimals: 18,
|
|
1618
|
+
website: 'https://billionhappiness.finance/',
|
|
1619
|
+
description: 'Billion Happiness is a blockchain community-based project, with the goal of introducing Blockchain to billions of people through simple needs including clothes or wearables.',
|
|
1620
|
+
logoURI: 'https://bscscan.com/token/images/happiness_32.png',
|
|
1621
|
+
},
|
|
1622
|
+
PMP: {
|
|
1623
|
+
name: 'Pumpy',
|
|
1624
|
+
symbol: 'PMP',
|
|
1625
|
+
oracleId: 'PMP',
|
|
1626
|
+
address: '0x8d4FBB3AC63bf33851dCE80D63613Df1A515BC00',
|
|
1627
|
+
chainId: 56,
|
|
1628
|
+
decimals: 18,
|
|
1629
|
+
website: 'https://pumpy.farm/',
|
|
1630
|
+
description: 'Pumpy is an assets management platform and yield farming aggregator running on Binance Smart Chain',
|
|
1631
|
+
logoURI: 'https://bscscan.com/images/main/empty-token.png',
|
|
1632
|
+
},
|
|
1633
|
+
JulD: {
|
|
1634
|
+
name: 'JulSwap',
|
|
1635
|
+
symbol: 'JulD',
|
|
1636
|
+
oracleId: 'JULD',
|
|
1637
|
+
address: '0x5A41F637C3f7553dBa6dDC2D3cA92641096577ea',
|
|
1638
|
+
chainId: 56,
|
|
1639
|
+
decimals: 18,
|
|
1640
|
+
website: 'https://julswap.com/',
|
|
1641
|
+
description: 'JulSwap offers automated, decentralized exchange of BSC-20 tokens.',
|
|
1642
|
+
logoURI: 'https://tokens.julswap.com/images/0x5A41F637C3f7553dBa6dDC2D3cA92641096577ea.png',
|
|
1643
|
+
},
|
|
1644
|
+
SOUP: {
|
|
1645
|
+
name: 'Soup',
|
|
1646
|
+
symbol: 'SOUP',
|
|
1647
|
+
oracleId: 'SOUP',
|
|
1648
|
+
address: '0x94F559aE621F1c810F31a6a620Ad7376776fe09E',
|
|
1649
|
+
chainId: 56,
|
|
1650
|
+
decimals: 18,
|
|
1651
|
+
website: 'https://soups.finance/',
|
|
1652
|
+
description: 'SOUP tokens are designed to be used as a medium of exchange. The built-in stability mechanism in the protocol aims to maintain SOUP peg to 1 Binance (BNB) token in the long run.',
|
|
1653
|
+
logoURI: 'https://bscscan.com/token/images/soupfinance_32.png',
|
|
1654
|
+
},
|
|
1655
|
+
'1INCH': {
|
|
1656
|
+
name: '1INCH',
|
|
1657
|
+
symbol: '1INCH',
|
|
1658
|
+
oracleId: '1INCH',
|
|
1659
|
+
address: '0x111111111117dC0aa78b770fA6A738034120C302',
|
|
1660
|
+
chainId: 56,
|
|
1661
|
+
decimals: 18,
|
|
1662
|
+
website: 'https://1inch.io/',
|
|
1663
|
+
description: '1inch is a decentralized exchange (DEX) aggregator, connecting several DEXes into one platform to allow its users to find the most efficient swapping routes across all platforms.',
|
|
1664
|
+
logoURI: 'https://tokens.1inch.exchange/0x111111111117dc0aa78b770fa6a738034120c302.png',
|
|
1665
|
+
},
|
|
1666
|
+
SALT: {
|
|
1667
|
+
name: 'Salt',
|
|
1668
|
+
symbol: 'SALT',
|
|
1669
|
+
oracleId: 'SALT',
|
|
1670
|
+
address: '0x2849b1aE7E04A3D9Bc288673A92477CF63F28aF4',
|
|
1671
|
+
chainId: 56,
|
|
1672
|
+
decimals: 18,
|
|
1673
|
+
website: 'https://www.saltswap.finance/',
|
|
1674
|
+
description: 'SALT is the native token of Saltswap.finance yield aggregator.',
|
|
1675
|
+
logoURI: 'https://bscscan.com/token/images/saltswap_32.png',
|
|
1676
|
+
},
|
|
1677
|
+
RAMEN: {
|
|
1678
|
+
name: 'Ramen',
|
|
1679
|
+
symbol: 'RAMEN',
|
|
1680
|
+
oracleId: 'RAMEN',
|
|
1681
|
+
address: '0x4F47A0d15c1E53F3d94c069C7D16977c29F9CB6B',
|
|
1682
|
+
chainId: 56,
|
|
1683
|
+
decimals: 18,
|
|
1684
|
+
website: 'https://ramenswap.finance/',
|
|
1685
|
+
description: 'RamenSwap Finance is a community driven Yield Farming, DeFi Yield Aggregator and DEX Aggregator on Binance Smart Chain.',
|
|
1686
|
+
logoURI: 'https://bscscan.com/token/images/ramenswap_32.png',
|
|
1687
|
+
},
|
|
1688
|
+
BREW: {
|
|
1689
|
+
name: 'CafeSwap',
|
|
1690
|
+
symbol: 'BREW',
|
|
1691
|
+
oracleId: 'BREW',
|
|
1692
|
+
address: '0x790Be81C3cA0e53974bE2688cDb954732C9862e1',
|
|
1693
|
+
chainId: 56,
|
|
1694
|
+
decimals: 18,
|
|
1695
|
+
website: 'https://cafeswap.finance/',
|
|
1696
|
+
description: 'REW is native Binance Smart Chain token on the cafeswap.finance platform.',
|
|
1697
|
+
logoURI: 'https://bscscan.com/token/images/cafeswap_32.png',
|
|
1698
|
+
},
|
|
1699
|
+
MSC: {
|
|
1700
|
+
name: 'Monster Slayer Cash',
|
|
1701
|
+
symbol: 'MSC',
|
|
1702
|
+
oracleId: 'MSC',
|
|
1703
|
+
address: '0x8C784C49097Dcc637b93232e15810D53871992BF',
|
|
1704
|
+
chainId: 56,
|
|
1705
|
+
decimals: 18,
|
|
1706
|
+
website: 'https://monsterslayer.finance/',
|
|
1707
|
+
description: 'Monster Slayer Cash tokens are designed to be used as a medium of exchange. The built-in stability mechanism in the protocol deterministically expands and contracts the MSC supply to maintain MSC peg to 1 $BUSD token.',
|
|
1708
|
+
logoURI: 'https://bscscan.com/token/images/monsterslayer_32.png?=v1',
|
|
1709
|
+
},
|
|
1710
|
+
BTS: {
|
|
1711
|
+
name: 'Bat True Share',
|
|
1712
|
+
symbol: 'BTS',
|
|
1713
|
+
oracleId: 'BTS',
|
|
1714
|
+
address: '0xc2e1acef50aE55661855E8dcB72adB182A3cC259',
|
|
1715
|
+
chainId: 56,
|
|
1716
|
+
decimals: 18,
|
|
1717
|
+
website: 'https://boltdollar.finance/',
|
|
1718
|
+
description: 'Bolt Shares, also known as “Bolt True Share” are the governance tokens of the ecosystem. These tokens follow a Seigniorage Shares system that maintains a peg by auctioning coins for shares and shares for coins.',
|
|
1719
|
+
logoURI: 'https://bscscan.com/token/images/boltshare_32.png',
|
|
1720
|
+
},
|
|
1721
|
+
KEBAB: {
|
|
1722
|
+
name: 'Kebab',
|
|
1723
|
+
symbol: 'KEBAB',
|
|
1724
|
+
oracleId: 'KEBAB',
|
|
1725
|
+
address: '0x7979F6C54ebA05E18Ded44C4F986F49a5De551c2',
|
|
1726
|
+
chainId: 56,
|
|
1727
|
+
decimals: 18,
|
|
1728
|
+
website: 'https://kebabfinance.com/#/',
|
|
1729
|
+
description: 'Kebab Finance is a DEX (Decentralized Exchange), using AMM (Automated Market Maker) technology.',
|
|
1730
|
+
logoURI: 'https://bscscan.com/token/images/kebabfinance_32.png',
|
|
1731
|
+
},
|
|
1732
|
+
SOAK: {
|
|
1733
|
+
name: 'Soak',
|
|
1734
|
+
symbol: 'SOAK',
|
|
1735
|
+
oracleId: 'SOAK',
|
|
1736
|
+
address: '0x849233FF1aea15D80EF658B2871664C9Ca994063',
|
|
1737
|
+
chainId: 56,
|
|
1738
|
+
decimals: 18,
|
|
1739
|
+
website: 'https://www.sponge.finance/',
|
|
1740
|
+
description: 'The Soak token is the main token that will be emitted by Sponge.finance.',
|
|
1741
|
+
logoURI: 'https://bscscan.com/token/images/sponge-soak_32.png',
|
|
1742
|
+
},
|
|
1743
|
+
MSS: {
|
|
1744
|
+
name: 'Monster Slayer Share',
|
|
1745
|
+
symbol: 'MSS',
|
|
1746
|
+
oracleId: 'MSS',
|
|
1747
|
+
address: '0xAcABD3f9b8F76fFd2724604185Fa5AFA5dF25aC6',
|
|
1748
|
+
chainId: 56,
|
|
1749
|
+
decimals: 18,
|
|
1750
|
+
website: 'https://monsterslayer.finance/',
|
|
1751
|
+
description: 'Monster Slayer Shares loosely represent the value of the Monster Slayer Cash and trust in its systemic ability to maintain MSC to peg.',
|
|
1752
|
+
logoURI: 'https://bscscan.com/token/images/monsterslayer-mss_32.png',
|
|
1753
|
+
},
|
|
1754
|
+
BHC: {
|
|
1755
|
+
name: 'Billion Happiness',
|
|
1756
|
+
symbol: 'BHC',
|
|
1757
|
+
oracleId: 'BHC',
|
|
1758
|
+
address: '0x6fd7c98458a943f469E1Cf4eA85B173f5Cd342F4',
|
|
1759
|
+
chainId: 56,
|
|
1760
|
+
decimals: 18,
|
|
1761
|
+
website: 'https://billionhappiness.finance/',
|
|
1762
|
+
description: 'Billion Happiness is a blockchain community-based project, with the goal of introducing Blockchain to billions of people through simple needs including clothes or wearables.',
|
|
1763
|
+
logoURI: 'https://bscscan.com/token/images/billionhappiness_32.png?v=2',
|
|
1764
|
+
},
|
|
1765
|
+
GOLD: {
|
|
1766
|
+
name: 'NAR Ticket',
|
|
1767
|
+
symbol: 'GOLD',
|
|
1768
|
+
oracleId: 'GOLD',
|
|
1769
|
+
address: '0x8f4087Cb09E0F378f4278a314C94A636665dE24b',
|
|
1770
|
+
chainId: 56,
|
|
1771
|
+
decimals: 18,
|
|
1772
|
+
website: 'https://narwhalswap.org/#/swap',
|
|
1773
|
+
description: '$GOLD is the second token introduced by the NAR protocol for this update. You’ll need this token to upgrade your abilities in the near future.',
|
|
1774
|
+
logoURI: 'https://bscscan.com/token/images/narwhalswap-gold_32.png',
|
|
1775
|
+
},
|
|
1776
|
+
KTN: {
|
|
1777
|
+
name: 'Kattana',
|
|
1778
|
+
symbol: 'KTN',
|
|
1779
|
+
oracleId: 'KTN',
|
|
1780
|
+
address: '0xDAe6c2A48BFAA66b43815c5548b10800919c993E',
|
|
1781
|
+
chainId: 56,
|
|
1782
|
+
decimals: 18,
|
|
1783
|
+
website: 'https://kattana.io/',
|
|
1784
|
+
description: 'Kattana is the native token of Kattana.io trading terminal.',
|
|
1785
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xDAe6c2A48BFAA66b43815c5548b10800919c993E.png',
|
|
1786
|
+
},
|
|
1787
|
+
TUSD: {
|
|
1788
|
+
name: 'TrueUSD',
|
|
1789
|
+
symbol: 'TUSD',
|
|
1790
|
+
oracleId: 'TUSD',
|
|
1791
|
+
address: '0x14016E85a25aeb13065688cAFB43044C2ef86784',
|
|
1792
|
+
chainId: 56,
|
|
1793
|
+
decimals: 18,
|
|
1794
|
+
website: 'https://www.trueusd.com/',
|
|
1795
|
+
description: 'TrueUSD (TUSD) is the first independently-verified digital asset redeemable 1-for-1 for US Dollars.',
|
|
1796
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x14016e85a25aeb13065688cafb43044c2ef86784.png',
|
|
1797
|
+
},
|
|
1798
|
+
VRT: {
|
|
1799
|
+
name: 'VRT',
|
|
1800
|
+
symbol: 'VRT',
|
|
1801
|
+
oracleId: 'VRT',
|
|
1802
|
+
address: '0x5F84ce30DC3cF7909101C69086c50De191895883',
|
|
1803
|
+
chainId: 56,
|
|
1804
|
+
decimals: 18,
|
|
1805
|
+
website: 'https://venus.io/',
|
|
1806
|
+
description: 'Venus Reward Token is a mechanism created to become an additional mining distribution to suppliers and borrowers of Venus Protocol.',
|
|
1807
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x5f84ce30dc3cf7909101c69086c50de191895883.png',
|
|
1808
|
+
},
|
|
1809
|
+
pOPEN: {
|
|
1810
|
+
name: 'pOPEN',
|
|
1811
|
+
symbol: 'pOPEN',
|
|
1812
|
+
oracleId: 'pOPEN',
|
|
1813
|
+
address: '0xaBaE871B7E3b67aEeC6B46AE9FE1A91660AadAC5',
|
|
1814
|
+
chainId: 56,
|
|
1815
|
+
decimals: 18,
|
|
1816
|
+
website: 'https://opendao.io/',
|
|
1817
|
+
description: 'The OPEN project is a toolkit to connect the real world to DEFI',
|
|
1818
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xaBaE871B7E3b67aEeC6B46AE9FE1A91660AadAC5.png',
|
|
1819
|
+
},
|
|
1820
|
+
SNX: {
|
|
1821
|
+
name: 'Synthetix',
|
|
1822
|
+
symbol: 'SNX',
|
|
1823
|
+
oracleId: 'SNX',
|
|
1824
|
+
address: '0x9Ac983826058b8a9C7Aa1C9171441191232E8404',
|
|
1825
|
+
chainId: 56,
|
|
1826
|
+
decimals: 18,
|
|
1827
|
+
website: 'https://www.synthetix.io/',
|
|
1828
|
+
description: 'Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets',
|
|
1829
|
+
logoURI: 'https://bscscan.com/token/images/snx_32.png',
|
|
1830
|
+
},
|
|
1831
|
+
BLZ: {
|
|
1832
|
+
name: 'Bluezelle',
|
|
1833
|
+
symbol: 'BLZ',
|
|
1834
|
+
oracleId: 'BLZ',
|
|
1835
|
+
address: '0x935a544Bf5816E3A7C13DB2EFe3009Ffda0aCdA2',
|
|
1836
|
+
chainId: 56,
|
|
1837
|
+
decimals: 18,
|
|
1838
|
+
website: 'https://bluzelle.com/',
|
|
1839
|
+
description: 'Bluzelle is a decentralized storage network for the creator economy.',
|
|
1840
|
+
logoURI: 'https://dex.apeswap.finance/images/coins/blz.svg',
|
|
1841
|
+
},
|
|
1842
|
+
DERI: {
|
|
1843
|
+
name: 'Deri',
|
|
1844
|
+
symbol: 'DERI',
|
|
1845
|
+
oracleId: 'DERI',
|
|
1846
|
+
address: '0xe60eaf5A997DFAe83739e035b005A33AfdCc6df5',
|
|
1847
|
+
chainId: 56,
|
|
1848
|
+
decimals: 18,
|
|
1849
|
+
website: 'https://deri.finance/',
|
|
1850
|
+
description: 'DERI Protocol is a decentralized protocol to exchange risk exposures precisely and capital-efficiently.',
|
|
1851
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xe60eaf5A997DFAe83739e035b005A33AfdCc6df5.png',
|
|
1852
|
+
},
|
|
1853
|
+
CHR: {
|
|
1854
|
+
name: 'Chromia',
|
|
1855
|
+
symbol: 'CHR',
|
|
1856
|
+
oracleId: 'CHR',
|
|
1857
|
+
address: '0xf9CeC8d50f6c8ad3Fb6dcCEC577e05aA32B224FE',
|
|
1858
|
+
chainId: 56,
|
|
1859
|
+
decimals: 6,
|
|
1860
|
+
website: 'https://chromia.com/',
|
|
1861
|
+
description: 'Chromia is a blockchain platform, making it easy for people to build decentralized apps in the real world, for a better world',
|
|
1862
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xf9CeC8d50f6c8ad3Fb6dcCEC577e05aA32B224FE.png',
|
|
1863
|
+
},
|
|
1864
|
+
XEND: {
|
|
1865
|
+
name: 'XEND',
|
|
1866
|
+
symbol: 'XEND',
|
|
1867
|
+
oracleId: 'XEND',
|
|
1868
|
+
address: '0x4a080377f83D669D7bB83B3184a8A5E61B500608',
|
|
1869
|
+
chainId: 56,
|
|
1870
|
+
decimals: 18,
|
|
1871
|
+
website: 'https://anyswap.exchange/',
|
|
1872
|
+
description: 'Xend Finance is a blockchain-based platform inspired by traditional credit unions. It aims to provide opportunities for those interested in borrowing, investing, saving or lending digital assets.',
|
|
1873
|
+
logoURI: 'https://bscscan.com/token/images/xendfinance_32.png',
|
|
1874
|
+
},
|
|
1875
|
+
CYC: {
|
|
1876
|
+
name: 'Cyclone Protocol',
|
|
1877
|
+
symbol: 'CYC',
|
|
1878
|
+
oracleId: 'CYC',
|
|
1879
|
+
address: '0x810EE35443639348aDbbC467b33310d2AB43c168',
|
|
1880
|
+
chainId: 56,
|
|
1881
|
+
decimals: 18,
|
|
1882
|
+
website: 'https://cyclone.xyz/',
|
|
1883
|
+
description: 'Cyclone is the world first cross-chain, yield enhancement, zkSNARKs-based privacy protocol for all DeFi apps, with the decentralized governance and fair launch.',
|
|
1884
|
+
logoURI: 'https://bscscan.com/token/images/cyclone_32.png',
|
|
1885
|
+
},
|
|
1886
|
+
ZEC: {
|
|
1887
|
+
name: 'Z-Cash',
|
|
1888
|
+
symbol: 'ZEC',
|
|
1889
|
+
oracleId: 'ZEC',
|
|
1890
|
+
address: '0x1Ba42e5193dfA8B03D15dd1B86a3113bbBEF8Eeb',
|
|
1891
|
+
chainId: 56,
|
|
1892
|
+
decimals: 18,
|
|
1893
|
+
website: 'https://z.cash/',
|
|
1894
|
+
description: 'Zcash is a digital currency - fast and confidential with low fees.',
|
|
1895
|
+
logoURI: 'https://dex.apeswap.finance/images/coins/ZEC.svg',
|
|
1896
|
+
},
|
|
1897
|
+
ETC: {
|
|
1898
|
+
name: 'Ethereum Classic',
|
|
1899
|
+
symbol: 'ETC',
|
|
1900
|
+
oracleId: 'ETC',
|
|
1901
|
+
address: '0x3d6545b08693daE087E957cb1180ee38B9e3c25E',
|
|
1902
|
+
chainId: 56,
|
|
1903
|
+
decimals: 18,
|
|
1904
|
+
website: 'https://ethereumclassic.org/',
|
|
1905
|
+
description: 'Ethereum Classic is a decentralized computing platform that executes smart contracts. Applications are ran exactly as programmed without the possibility of censorship, downtime, or third-party interference.',
|
|
1906
|
+
logoURI: 'https://assets.coingecko.com/coins/images/453/small/ethereum-classic-logo.png',
|
|
1907
|
+
},
|
|
1908
|
+
COTI: {
|
|
1909
|
+
name: 'Coti',
|
|
1910
|
+
symbol: 'COTI',
|
|
1911
|
+
oracleId: 'COTI',
|
|
1912
|
+
address: '0xAdBAF88B39D37Dc68775eD1541F1bf83A5A45feB',
|
|
1913
|
+
chainId: 56,
|
|
1914
|
+
decimals: 18,
|
|
1915
|
+
website: 'https://coti.io/',
|
|
1916
|
+
description: 'COTI is the first enterprise-grade fintech platform that empowers organizations to build their own payment solution and digitize any currency to save time and money.',
|
|
1917
|
+
logoURI: 'https://dex.apeswap.finance/images/coins/coti.svg',
|
|
1918
|
+
},
|
|
1919
|
+
NEAR: {
|
|
1920
|
+
name: 'Near',
|
|
1921
|
+
symbol: 'NEAR',
|
|
1922
|
+
oracleId: 'NEAR',
|
|
1923
|
+
address: '0x1Fa4a73a3F0133f0025378af00236f3aBDEE5D63',
|
|
1924
|
+
chainId: 56,
|
|
1925
|
+
decimals: 18,
|
|
1926
|
+
website: 'https://near.org/',
|
|
1927
|
+
description: 'NEAR is an open source platform that enables creators, communities, and markets to drive a more open, interconnected and consumer-empowered world.',
|
|
1928
|
+
logoURI: 'https://dex.apeswap.finance/images/coins/near.svg',
|
|
1929
|
+
},
|
|
1930
|
+
SWAMP: {
|
|
1931
|
+
name: 'Swampy Token',
|
|
1932
|
+
symbol: 'SWAMP',
|
|
1933
|
+
oracleId: 'SWAMP',
|
|
1934
|
+
address: '0xc5A49b4CBe004b6FD55B30Ba1dE6AC360FF9765d',
|
|
1935
|
+
chainId: 56,
|
|
1936
|
+
decimals: 18,
|
|
1937
|
+
website: 'https://swamp.finance/',
|
|
1938
|
+
description: 'Swampy is the native token of Swamp.finance, a yield farming optimiser on Binance Smart Chain.',
|
|
1939
|
+
logoURI: 'https://bscscan.com/token/images/swampfinance_32.png',
|
|
1940
|
+
},
|
|
1941
|
+
HOTCROSS: {
|
|
1942
|
+
name: 'Hot Cross Token',
|
|
1943
|
+
address: '0x4FA7163E153419E0E1064e418dd7A99314Ed27b6',
|
|
1944
|
+
symbol: 'HOTCROSS',
|
|
1945
|
+
oracleId: 'HOTCROSS',
|
|
1946
|
+
decimals: 18,
|
|
1947
|
+
chainId: 56,
|
|
1948
|
+
website: 'https://hotcross.com/',
|
|
1949
|
+
description: 'Hot Cross will become an extensive multi-chain and cross-chain tool suite that enables blockchain teams and their communities to thrive.',
|
|
1950
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x4fa7163e153419e0e1064e418dd7a99314ed27b6.png',
|
|
1951
|
+
},
|
|
1952
|
+
FINE: {
|
|
1953
|
+
name: 'Refinable Token',
|
|
1954
|
+
symbol: 'FINE',
|
|
1955
|
+
oracleId: 'FINE',
|
|
1956
|
+
address: '0x4e6415a5727ea08aAE4580057187923aeC331227',
|
|
1957
|
+
chainId: 56,
|
|
1958
|
+
decimals: 18,
|
|
1959
|
+
website: 'https://app.refinable.com/',
|
|
1960
|
+
description: 'Refinable is the first dedicated NFT marketplace built on Binance Smart Chain.',
|
|
1961
|
+
logoURI: 'https://bscscan.com/token/images/refinable_32.png',
|
|
1962
|
+
},
|
|
1963
|
+
OIN: {
|
|
1964
|
+
name: 'oinfinance Token',
|
|
1965
|
+
symbol: 'OIN',
|
|
1966
|
+
oracleId: 'OIN',
|
|
1967
|
+
address: '0x658E64FFcF40D240A43D52CA9342140316Ae44fA',
|
|
1968
|
+
chainId: 56,
|
|
1969
|
+
decimals: 8,
|
|
1970
|
+
website: 'https://oin.finance/',
|
|
1971
|
+
description: 'OIN brings great DeFi functionality, such as stablecoin issuance to blockchain projects through a multi-faceted infrastructure.',
|
|
1972
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x658E64FFcF40D240A43D52CA9342140316Ae44fA.png',
|
|
1973
|
+
},
|
|
1974
|
+
PMON: {
|
|
1975
|
+
name: 'Polkamon Token',
|
|
1976
|
+
symbol: 'PMON',
|
|
1977
|
+
oracleId: 'PMON',
|
|
1978
|
+
address: '0x1796ae0b0fa4862485106a0de9b654eFE301D0b2',
|
|
1979
|
+
chainId: 56,
|
|
1980
|
+
decimals: 18,
|
|
1981
|
+
website: 'https://polychainmonsters.com/',
|
|
1982
|
+
description: 'Polychain Monsters are beautifully animated digital collectibles with varying scarcities. Each Polychain Monster is backed by a truly unique NFT and can be unpacked with $PMON tokens.',
|
|
1983
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x1796ae0b0fa4862485106a0de9b654eFE301D0b2.png',
|
|
1984
|
+
},
|
|
1985
|
+
BTR: {
|
|
1986
|
+
name: 'Bitrue Token',
|
|
1987
|
+
symbol: 'BTR',
|
|
1988
|
+
oracleId: 'BTR',
|
|
1989
|
+
address: '0x5a16E8cE8cA316407c6E6307095dc9540a8D62B3',
|
|
1990
|
+
chainId: 56,
|
|
1991
|
+
decimals: 18,
|
|
1992
|
+
website: 'http://www.bitrue.com/',
|
|
1993
|
+
description: 'BTR is the native token of the BiTrue exchange.',
|
|
1994
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x5a16E8cE8cA316407c6E6307095dc9540a8D62B3.png',
|
|
1995
|
+
},
|
|
1996
|
+
UBXT: {
|
|
1997
|
+
name: 'UpBots Token',
|
|
1998
|
+
symbol: 'UBXT',
|
|
1999
|
+
oracleId: 'UBXT',
|
|
2000
|
+
address: '0xBbEB90cFb6FAFa1F69AA130B7341089AbeEF5811',
|
|
2001
|
+
chainId: 56,
|
|
2002
|
+
decimals: 18,
|
|
2003
|
+
website: 'https://upbots.com/',
|
|
2004
|
+
description: 'UpBots is an all-in-one platform that brings together the best crypto trading tools and strategies that are generally stand-alone services.',
|
|
2005
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xbbeb90cfb6fafa1f69aa130b7341089abeef5811.png',
|
|
2006
|
+
},
|
|
2007
|
+
ZEFI: {
|
|
2008
|
+
name: 'ZCore Finance Token',
|
|
2009
|
+
symbol: 'ZEFI',
|
|
2010
|
+
oracleId: 'ZEFI',
|
|
2011
|
+
address: '0x0288D3E353fE2299F11eA2c2e1696b4A648eCC07',
|
|
2012
|
+
chainId: 56,
|
|
2013
|
+
decimals: 18,
|
|
2014
|
+
website: 'https://finance.zcore.network/',
|
|
2015
|
+
description: 'ZCore is a Binance Smart Chain yield farming bundled with an advanced crypto card with integrated burning mechanism.',
|
|
2016
|
+
logoURI: 'https://bscscan.com/token/images/zcore-zefi_32.png',
|
|
2017
|
+
},
|
|
2018
|
+
ICA: {
|
|
2019
|
+
name: 'ICA Token',
|
|
2020
|
+
symbol: 'ICA',
|
|
2021
|
+
oracleId: 'ICA',
|
|
2022
|
+
address: '0x95111f630aC215Eb74599ED42C67E2c2790d69e2',
|
|
2023
|
+
chainId: 56,
|
|
2024
|
+
decimals: 18,
|
|
2025
|
+
website: 'https://icarus.finance/',
|
|
2026
|
+
description: 'ICA is the Governance token of icarus.finance and will be used to provide holders voting rights in the next direction of the project. This includes voting on what cryptocurrency to actually mine.',
|
|
2027
|
+
logoURI: 'https://bscscan.com/token/images/icarus_32.png',
|
|
2028
|
+
},
|
|
2029
|
+
STEEL: {
|
|
2030
|
+
name: 'IRON Share V2 Token',
|
|
2031
|
+
symbol: 'STEEL',
|
|
2032
|
+
oracleId: 'STEEL',
|
|
2033
|
+
address: '0x9001eE054F1692feF3A48330cB543b6FEc6287eb',
|
|
2034
|
+
chainId: 56,
|
|
2035
|
+
decimals: 18,
|
|
2036
|
+
website: 'https://iron.finance/',
|
|
2037
|
+
description: 'STEEL - Iron Share - is the algorithmic token which accrues seigniorage revenue and excess collateral value.',
|
|
2038
|
+
logoURI: 'https://bscscan.com/token/images/ironfinance-share_32.png',
|
|
2039
|
+
},
|
|
2040
|
+
TYPH: {
|
|
2041
|
+
name: 'Typhoon Token',
|
|
2042
|
+
symbol: 'TYPH',
|
|
2043
|
+
oracleId: 'TYPH',
|
|
2044
|
+
address: '0x4090e535F2e251F5F88518998B18b54d26B3b07c',
|
|
2045
|
+
chainId: 56,
|
|
2046
|
+
decimals: 18,
|
|
2047
|
+
website: 'https://typhoon.network/',
|
|
2048
|
+
description: 'Typhoon enables you to send private transactions between 2 BSC or Polygon wallets',
|
|
2049
|
+
logoURI: 'https://bscscan.com/token/images/typhoonnetwork_32.png',
|
|
2050
|
+
},
|
|
2051
|
+
IRON: {
|
|
2052
|
+
name: 'IRON Stablecoin Token',
|
|
2053
|
+
symbol: 'IRON',
|
|
2054
|
+
oracleId: 'IRON',
|
|
2055
|
+
address: '0x7b65B489fE53fCE1F6548Db886C08aD73111DDd8',
|
|
2056
|
+
chainId: 56,
|
|
2057
|
+
decimals: 18,
|
|
2058
|
+
website: 'https://iron.finance/',
|
|
2059
|
+
description: 'IRON is the stablecoin token of the iron.finance protocol.',
|
|
2060
|
+
logoURI: 'https://bscscan.com/token/images/ironfinance_32.png?=v1',
|
|
2061
|
+
risks: ['SYNTH_STABLE'],
|
|
2062
|
+
},
|
|
2063
|
+
KEYFI: {
|
|
2064
|
+
name: 'KeyFi Token',
|
|
2065
|
+
symbol: 'KEYFI',
|
|
2066
|
+
oracleId: 'KEYFI',
|
|
2067
|
+
address: '0x4b6000F9163de2E3f0a01eC37E06e1469DBbcE9d',
|
|
2068
|
+
chainId: 56,
|
|
2069
|
+
decimals: 18,
|
|
2070
|
+
website: 'https://keyfi.com/',
|
|
2071
|
+
description: 'KeyFi is an all-in-one platform for tracking, swapping, and staking your tokens, and more.',
|
|
2072
|
+
logoURI: 'https://dex.apeswap.finance/images/coins/XBTC.svg',
|
|
2073
|
+
},
|
|
2074
|
+
NAUT: {
|
|
2075
|
+
name: 'Astronaut Token',
|
|
2076
|
+
symbol: 'NAUT',
|
|
2077
|
+
oracleId: 'NAUT',
|
|
2078
|
+
address: '0x05B339B0A346bF01f851ddE47a5d485c34FE220c',
|
|
2079
|
+
chainId: 56,
|
|
2080
|
+
decimals: 8,
|
|
2081
|
+
website: 'https://astronaut.to/',
|
|
2082
|
+
description: 'Astronaut enables projects to raise capital on a decentralized, permission-less and interoperable environment based on the Binance smart chain.',
|
|
2083
|
+
logoURI: 'https://dex.apeswap.finance/images/coins/NAUT.png',
|
|
2084
|
+
},
|
|
2085
|
+
IOTA: {
|
|
2086
|
+
name: 'MIOTAC Token',
|
|
2087
|
+
symbol: 'IOTA',
|
|
2088
|
+
oracleId: 'IOTA',
|
|
2089
|
+
address: '0xd944f1D1e9d5f9Bb90b62f9D45e447D989580782',
|
|
2090
|
+
chainId: 56,
|
|
2091
|
+
decimals: 6,
|
|
2092
|
+
website: 'https://www.iota.org/',
|
|
2093
|
+
description: 'IOTA has fundamentally reengineered distributed ledger technology, enabling secure exchange of both value and data, without any fees.',
|
|
2094
|
+
logoURI: 'https://dex.apeswap.finance/images/coins/IOTA.png',
|
|
2095
|
+
},
|
|
2096
|
+
AVAX: {
|
|
2097
|
+
name: 'Avalanche Token',
|
|
2098
|
+
symbol: 'AVAX',
|
|
2099
|
+
oracleId: 'AVAX',
|
|
2100
|
+
address: '0x1CE0c2827e2eF14D5C4f29a091d735A204794041',
|
|
2101
|
+
chainId: 56,
|
|
2102
|
+
decimals: 18,
|
|
2103
|
+
website: 'https://www.avalabs.org/',
|
|
2104
|
+
description: 'Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.',
|
|
2105
|
+
logoURI: 'https://dex.apeswap.finance/images/coins/avax.png',
|
|
2106
|
+
},
|
|
2107
|
+
BANANA: {
|
|
2108
|
+
name: 'ApeSwapFinance Banana',
|
|
2109
|
+
symbol: 'BANANA',
|
|
2110
|
+
oracleId: 'BANANA',
|
|
2111
|
+
address: '0x603c7f932ED1fc6575303D8Fb018fDCBb0f39a95',
|
|
2112
|
+
chainId: 56,
|
|
2113
|
+
decimals: 18,
|
|
2114
|
+
website: 'https://apeswap.finance/',
|
|
2115
|
+
description: 'BANANA is the native token of the Apeswap.finance.',
|
|
2116
|
+
logoURI: 'https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/BANANA.svg',
|
|
2117
|
+
},
|
|
2118
|
+
FTM: {
|
|
2119
|
+
name: 'Fantom',
|
|
2120
|
+
symbol: 'FTM',
|
|
2121
|
+
oracleId: 'FTM',
|
|
2122
|
+
address: '0xAD29AbB318791D579433D831ed122aFeAf29dcfe',
|
|
2123
|
+
chainId: 56,
|
|
2124
|
+
decimals: 18,
|
|
2125
|
+
website: 'https://fantom.foundation/',
|
|
2126
|
+
description: 'Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.',
|
|
2127
|
+
logoURI: 'https://dex.apeswap.finance/images/coins/FTM.svg',
|
|
2128
|
+
},
|
|
2129
|
+
AAVE: {
|
|
2130
|
+
name: 'Binance-Peg Aave Token',
|
|
2131
|
+
symbol: 'AAVE',
|
|
2132
|
+
oracleId: 'AAVE',
|
|
2133
|
+
address: '0xfb6115445Bff7b52FeB98650C87f44907E58f802',
|
|
2134
|
+
chainId: 56,
|
|
2135
|
+
decimals: 18,
|
|
2136
|
+
website: 'https://aave.com/',
|
|
2137
|
+
description: 'Aave is an open source and non-custodial liquidity protocol for earning interest on deposits and borrowing assets.',
|
|
2138
|
+
logoURI: 'https://dex.apeswap.finance/images/coins/AAVE.svg',
|
|
2139
|
+
},
|
|
2140
|
+
MATIC: {
|
|
2141
|
+
name: 'Matic Token',
|
|
2142
|
+
symbol: 'MATIC',
|
|
2143
|
+
oracleId: 'MATIC',
|
|
2144
|
+
address: '0xCC42724C6683B7E57334c4E856f4c9965ED682bD',
|
|
2145
|
+
chainId: 56,
|
|
2146
|
+
decimals: 18,
|
|
2147
|
+
website: 'https://polygon.technology/',
|
|
2148
|
+
description: 'The MATIC token serves dual purposes: securing the Polygon network via staking and being used for the payment of transaction fees.',
|
|
2149
|
+
logoURI: 'https://dex.apeswap.finance/images/coins/MATIC.svg',
|
|
2150
|
+
},
|
|
2151
|
+
DOGE: {
|
|
2152
|
+
name: 'Binance-Peg Dogecoin',
|
|
2153
|
+
symbol: 'DOGE',
|
|
2154
|
+
oracleId: 'DOGE',
|
|
2155
|
+
address: '0xbA2aE424d960c26247Dd6c32edC70B295c744C43',
|
|
2156
|
+
chainId: 56,
|
|
2157
|
+
decimals: 8,
|
|
2158
|
+
website: 'https://dogecoin.com/',
|
|
2159
|
+
description: 'Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide.',
|
|
2160
|
+
bridge: 'binance-peg',
|
|
2161
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xba2ae424d960c26247dd6c32edc70b295c744c43.png',
|
|
2162
|
+
},
|
|
2163
|
+
XED: {
|
|
2164
|
+
name: 'Exeedme TOKEN',
|
|
2165
|
+
symbol: 'XED',
|
|
2166
|
+
oracleId: 'XED',
|
|
2167
|
+
address: '0x5621b5A3f4a8008c4CCDd1b942B121c8B1944F1f',
|
|
2168
|
+
chainId: 56,
|
|
2169
|
+
decimals: 18,
|
|
2170
|
+
website: 'https://www.exeedme.com/',
|
|
2171
|
+
description: 'Exeedme is about using blockchain to allow for skill monetization through digital currencies and assets with open market dynamics, giving gamers a superior sense of ownership and control.',
|
|
2172
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x5621b5a3f4a8008c4ccdd1b942b121c8b1944f1f.png',
|
|
2173
|
+
},
|
|
2174
|
+
DFD: {
|
|
2175
|
+
name: 'DefiDollar DAO TOKEN',
|
|
2176
|
+
symbol: 'DFD',
|
|
2177
|
+
oracleId: 'DFD',
|
|
2178
|
+
address: '0x9899a98b222fCb2f3dbee7dF45d943093a4ff9ff',
|
|
2179
|
+
chainId: 56,
|
|
2180
|
+
decimals: 18,
|
|
2181
|
+
website: 'https://app.dusd.finance/',
|
|
2182
|
+
description: 'DefiDollar is a multi-chain DeFi Protocol Lab. We are building a range of products for the open finance ecosystem including - indexes, yield diversification and enabling capital efficient loans.',
|
|
2183
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x9899a98b222fcb2f3dbee7df45d943093a4ff9ff.png',
|
|
2184
|
+
},
|
|
2185
|
+
LMT: {
|
|
2186
|
+
name: 'Lympo Market TOKEN',
|
|
2187
|
+
symbol: 'LMT',
|
|
2188
|
+
oracleId: 'LMT',
|
|
2189
|
+
address: '0x9617857E191354dbEA0b714d78Bc59e57C411087',
|
|
2190
|
+
chainId: 56,
|
|
2191
|
+
decimals: 18,
|
|
2192
|
+
website: 'https://nft.lympo.io/',
|
|
2193
|
+
description: 'The LMT token is a fungible cryptographic token initially released on the Ethereum blockchain and later bridged to Binance Smart Chain.',
|
|
2194
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x9617857e191354dbea0b714d78bc59e57c411087.png',
|
|
2195
|
+
},
|
|
2196
|
+
SUTER: {
|
|
2197
|
+
name: 'Suterusu TOKEN',
|
|
2198
|
+
symbol: 'SUTER',
|
|
2199
|
+
oracleId: 'SUTER',
|
|
2200
|
+
address: '0x4CfbBdfBd5BF0814472fF35C72717Bd095ADa055',
|
|
2201
|
+
chainId: 56,
|
|
2202
|
+
decimals: 18,
|
|
2203
|
+
website: 'https://suterusu.io/',
|
|
2204
|
+
description: 'The Suterusu Protocol is a second-layer private payment infrastructure for smart contract platforms. The Suterusu Protocol uses the original and most advanced ZK-ConSnark algorithm that does not require a trusted setup.',
|
|
2205
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x4cfbbdfbd5bf0814472ff35c72717bd095ada055.png',
|
|
2206
|
+
},
|
|
2207
|
+
GOAL: {
|
|
2208
|
+
name: 'Goal TOKEN',
|
|
2209
|
+
symbol: 'GOAL',
|
|
2210
|
+
oracleId: 'GOAL',
|
|
2211
|
+
address: '0xE5b57E6e1b945B91FEE368aC108d2ebCcA78Aa8F',
|
|
2212
|
+
chainId: 56,
|
|
2213
|
+
decimals: 18,
|
|
2214
|
+
website: 'https://fanaticsfinance.com/',
|
|
2215
|
+
description: 'GOAL is the native token of the fanaticsfinance.com yield aggregator.',
|
|
2216
|
+
logoURI: '',
|
|
2217
|
+
},
|
|
2218
|
+
SPACE: {
|
|
2219
|
+
name: 'farm.space TOKEN',
|
|
2220
|
+
symbol: 'SPACE',
|
|
2221
|
+
oracleId: 'SPACE',
|
|
2222
|
+
address: '0x0abd3E3502c15ec252f90F64341cbA74a24fba06',
|
|
2223
|
+
chainId: 56,
|
|
2224
|
+
decimals: 18,
|
|
2225
|
+
website: 'https://farm.space/',
|
|
2226
|
+
description: 'SPACE is the native token of the farm.space yield aggregator.',
|
|
2227
|
+
logoURI: '',
|
|
2228
|
+
},
|
|
2229
|
+
WIN: {
|
|
2230
|
+
name: 'WINk Token',
|
|
2231
|
+
symbol: 'WIN',
|
|
2232
|
+
oracleId: 'WIN',
|
|
2233
|
+
address: '0xaeF0d72a118ce24feE3cD1d43d383897D05B4e99',
|
|
2234
|
+
chainId: 56,
|
|
2235
|
+
decimals: 18,
|
|
2236
|
+
website: 'https://www.wink.org/',
|
|
2237
|
+
description: 'WINkLink fully integrates the real world with the blockchain space, will be able to provide reliable, unpredictable and verifiable random numbers, and fully restore trust and improve user experience by tapping into data, events, and payment systems.',
|
|
2238
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xaef0d72a118ce24fee3cd1d43d383897d05b4e99.png',
|
|
2239
|
+
},
|
|
2240
|
+
TRX: {
|
|
2241
|
+
name: 'TRON Token',
|
|
2242
|
+
symbol: 'TRX',
|
|
2243
|
+
oracleId: 'TRX',
|
|
2244
|
+
address: '0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B',
|
|
2245
|
+
chainId: 56,
|
|
2246
|
+
decimals: 18,
|
|
2247
|
+
website: 'https://tron.network/',
|
|
2248
|
+
description: 'TRON is a blockchain-based operating system that aims to ensure this technology is suitable for daily use.',
|
|
2249
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x85eac5ac2f758618dfa09bdbe0cf174e7d574d5b.png',
|
|
2250
|
+
},
|
|
2251
|
+
BTT: {
|
|
2252
|
+
name: 'BitTorrent Token',
|
|
2253
|
+
symbol: 'BTT',
|
|
2254
|
+
oracleId: 'BTT',
|
|
2255
|
+
address: '0x8595F9dA7b868b1822194fAEd312235E43007b49',
|
|
2256
|
+
chainId: 56,
|
|
2257
|
+
decimals: 18,
|
|
2258
|
+
website: 'https://www.bittorrent.com/',
|
|
2259
|
+
description: 'BitTorrent is a popular peer-to-peer (P2P) file sharing and torrent platform which has become increasingly decentralized in recent years.',
|
|
2260
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x8595f9da7b868b1822194faed312235e43007b49.png',
|
|
2261
|
+
},
|
|
2262
|
+
mCOIN: {
|
|
2263
|
+
name: 'Wrapped Mirror COIN Token',
|
|
2264
|
+
symbol: 'mCOIN',
|
|
2265
|
+
oracleId: 'mCOIN',
|
|
2266
|
+
address: '0x49022089e78a8D46Ec87A3AF86a1Db6c189aFA6f',
|
|
2267
|
+
chainId: 56,
|
|
2268
|
+
decimals: 18,
|
|
2269
|
+
website: 'https://mirror.finance/',
|
|
2270
|
+
description: 'Mirrored COIN (mCOIN) is a synthetic asset tracking the price of a Coinbase stock.',
|
|
2271
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x49022089e78a8d46ec87a3af86a1db6c189afa6f.png',
|
|
2272
|
+
},
|
|
2273
|
+
MDX: {
|
|
2274
|
+
name: 'MDEX Token',
|
|
2275
|
+
symbol: 'MDX',
|
|
2276
|
+
oracleId: 'MDX',
|
|
2277
|
+
address: '0x9C65AB58d8d978DB963e63f2bfB7121627e3a739',
|
|
2278
|
+
chainId: 56,
|
|
2279
|
+
decimals: 18,
|
|
2280
|
+
website: 'https://bsc.mdex.com/',
|
|
2281
|
+
description: 'MDEX is a new decentralized trading protocol that launched in January 2021. MDEX is an automated market making (AMM) decentralized exchange protocol that operates on the concept of fund pools, sharing some similarities with standard DEXs.',
|
|
2282
|
+
logoURI: 'https://mdex.com/token-icons/bsc/0x9c65ab58d8d978db963e63f2bfb7121627e3a739.png',
|
|
2283
|
+
},
|
|
2284
|
+
xBLZD: {
|
|
2285
|
+
name: 'xBLZD Token',
|
|
2286
|
+
symbol: 'xBLZD',
|
|
2287
|
+
oracleId: 'xBLZD',
|
|
2288
|
+
address: '0x9a946c3Cb16c08334b69aE249690C236Ebd5583E',
|
|
2289
|
+
chainId: 56,
|
|
2290
|
+
decimals: 18,
|
|
2291
|
+
website: 'https://www.blizzard.money/',
|
|
2292
|
+
description: 'xBLZD is the native token of Blizzard.money where users can yield their tokens.',
|
|
2293
|
+
logoURI: 'https://app.beefy.finance/static/media/BLZD.fdf1fc8d.png',
|
|
2294
|
+
},
|
|
2295
|
+
BAKE: {
|
|
2296
|
+
name: 'Bakery Token',
|
|
2297
|
+
symbol: 'BAKE',
|
|
2298
|
+
oracleId: 'BAKE',
|
|
2299
|
+
address: '0xE02dF9e3e622DeBdD69fb838bB799E3F168902c5',
|
|
2300
|
+
chainId: 56,
|
|
2301
|
+
decimals: 18,
|
|
2302
|
+
website: 'https://www.bakeryswap.org/',
|
|
2303
|
+
description: 'BakerySwap is a decentralized automated market-making (AMM) protocol that is based on the Binance Smart Chain (BSC). The BAKE token is a native BEP-20 governance token on the platform.',
|
|
2304
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xe02df9e3e622debdd69fb838bb799e3f168902c5.png',
|
|
2305
|
+
},
|
|
2306
|
+
BUSD: {
|
|
2307
|
+
name: 'BUSD Token',
|
|
2308
|
+
symbol: 'BUSD',
|
|
2309
|
+
oracleId: 'BUSD',
|
|
2310
|
+
address: '0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56',
|
|
2311
|
+
chainId: 56,
|
|
2312
|
+
decimals: 18,
|
|
2313
|
+
website: 'https://www.binance.com/en/busd',
|
|
2314
|
+
description: 'Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos), Approved and regulated by the New York State Department of Financial Services (NYDFS), The BUSD Monthly Audit Report can be viewed from the official website.',
|
|
2315
|
+
bridge: 'binance-peg',
|
|
2316
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xe9e7cea3dedca5984780bafc599bd69add087d56.png',
|
|
2317
|
+
documentation: 'https://help.paxos.com/hc/en-us/articles/4402670144148-BUSD',
|
|
2318
|
+
risks: ['SYNTH_STABLE'],
|
|
2319
|
+
},
|
|
2320
|
+
ETH: {
|
|
2321
|
+
name: 'Ethereum Token',
|
|
2322
|
+
symbol: 'ETH',
|
|
2323
|
+
oracleId: 'ETH',
|
|
2324
|
+
address: '0x2170Ed0880ac9A755fd29B2688956BD959F933F8',
|
|
2325
|
+
chainId: 56,
|
|
2326
|
+
decimals: 18,
|
|
2327
|
+
website: 'https://ethereum.org/',
|
|
2328
|
+
description: 'The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.',
|
|
2329
|
+
bridge: 'binance-peg',
|
|
2330
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x2170ed0880ac9a755fd29b2688956bd959f933f8.png',
|
|
2331
|
+
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
2332
|
+
},
|
|
2333
|
+
BTCB: {
|
|
2334
|
+
name: 'BTCB Token',
|
|
2335
|
+
symbol: 'BTCB',
|
|
2336
|
+
oracleId: 'BTCB',
|
|
2337
|
+
address: '0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c',
|
|
2338
|
+
chainId: 56,
|
|
2339
|
+
decimals: 18,
|
|
2340
|
+
website: 'https://bitcoin.org/en/',
|
|
2341
|
+
description: 'Bitcoin BEP2 (BTCB) is a token on the Binance Chain. Each BTCB is 100% backed by a BTC reserve, with the price pegged to Bitcoin at a rate of 1 BTCB = 1 BTC.',
|
|
2342
|
+
bridge: 'binance-peg',
|
|
2343
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c.png',
|
|
2344
|
+
documentation: 'https://developer.bitcoin.org/devguide/index.html',
|
|
2345
|
+
},
|
|
2346
|
+
BAND: {
|
|
2347
|
+
name: 'BAND Protocol Token',
|
|
2348
|
+
symbol: 'BAND',
|
|
2349
|
+
oracleId: 'BAND',
|
|
2350
|
+
address: '0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18',
|
|
2351
|
+
chainId: 56,
|
|
2352
|
+
decimals: 18,
|
|
2353
|
+
website: 'https://bandprotocol.com/',
|
|
2354
|
+
description: 'Band Protocol is a cross-chain data oracle platform that aggregates and connects real-world data and APIs to smart contracts.',
|
|
2355
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xad6caeb32cd2c308980a548bd0bc5aa4306c6c18.png',
|
|
2356
|
+
},
|
|
2357
|
+
USDT: {
|
|
2358
|
+
name: 'Tether USD',
|
|
2359
|
+
symbol: 'USDT',
|
|
2360
|
+
oracleId: 'USDT',
|
|
2361
|
+
address: '0x55d398326f99059fF775485246999027B3197955',
|
|
2362
|
+
chainId: 56,
|
|
2363
|
+
decimals: 18,
|
|
2364
|
+
website: 'https://tether.to/',
|
|
2365
|
+
description: 'Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.',
|
|
2366
|
+
bridge: 'binance-peg',
|
|
2367
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x55d398326f99059ff775485246999027b3197955.png',
|
|
2368
|
+
documentation: 'https://tether.to/en/how-it-works',
|
|
2369
|
+
},
|
|
2370
|
+
XRP: {
|
|
2371
|
+
name: 'XRP Token',
|
|
2372
|
+
symbol: 'XRP',
|
|
2373
|
+
oracleId: 'XRP',
|
|
2374
|
+
address: '0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE',
|
|
2375
|
+
chainId: 56,
|
|
2376
|
+
decimals: 18,
|
|
2377
|
+
website: 'https://ripple.com/xrp/',
|
|
2378
|
+
description: 'XRP Ledger (XRPL) is the open-source distributed ledger that is created by Ripple. The native cryptocurrency of the XRP Ledger is XRP.',
|
|
2379
|
+
bridge: 'binance-peg',
|
|
2380
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x1d2f0da169ceb9fc7b3144628db156f3f6c60dbe.png',
|
|
2381
|
+
},
|
|
2382
|
+
BCH: {
|
|
2383
|
+
name: 'Bitcoin Cash Token',
|
|
2384
|
+
symbol: 'BCH',
|
|
2385
|
+
oracleId: 'BCH',
|
|
2386
|
+
address: '0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf',
|
|
2387
|
+
chainId: 56,
|
|
2388
|
+
decimals: 18,
|
|
2389
|
+
website: 'https://bitcoincash.org/',
|
|
2390
|
+
description: 'Bitcoin Cash brings sound money to the world, fulfilling the original promise of Bitcoin as "Peer-to-Peer Electronic Cash".',
|
|
2391
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x8ff795a6f4d97e7887c79bea79aba5cc76444adf.png',
|
|
2392
|
+
},
|
|
2393
|
+
LTC: {
|
|
2394
|
+
name: 'Litecoin Token',
|
|
2395
|
+
symbol: 'LTC',
|
|
2396
|
+
oracleId: 'LTC',
|
|
2397
|
+
address: '0x4338665CBB7B2485A8855A139b75D5e34AB0DB94',
|
|
2398
|
+
chainId: 56,
|
|
2399
|
+
decimals: 18,
|
|
2400
|
+
website: 'https://litecoin.org/',
|
|
2401
|
+
description: 'Litecoin is a peer-to-peer cryptocurrency and open-source software project released under the MIT/X11 license. Litecoin was an early bitcoin spinoff or altcoin, starting in October 2011.',
|
|
2402
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x4338665cbb7b2485a8855a139b75d5e34ab0db94.png',
|
|
2403
|
+
},
|
|
2404
|
+
ADA: {
|
|
2405
|
+
name: 'Cardano Token',
|
|
2406
|
+
symbol: 'ADA',
|
|
2407
|
+
oracleId: 'ADA',
|
|
2408
|
+
address: '0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47',
|
|
2409
|
+
chainId: 56,
|
|
2410
|
+
decimals: 18,
|
|
2411
|
+
website: 'https://cardano.org/',
|
|
2412
|
+
description: 'Within the Cardano platform, Ada exists on the settlement layer.Cardano is a public blockchain platform. It is open-source and decentralized, with consensus achieved using proof of stake.',
|
|
2413
|
+
bridge: 'binance-peg',
|
|
2414
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x3ee2200efb3400fabb9aacf31297cbdd1d435d47.png',
|
|
2415
|
+
documentation: 'https://docs.cardano.org/',
|
|
2416
|
+
},
|
|
2417
|
+
ATOM: {
|
|
2418
|
+
name: 'Cosmos Token',
|
|
2419
|
+
symbol: 'ATOM',
|
|
2420
|
+
oracleId: 'ATOM',
|
|
2421
|
+
address: '0x0Eb3a705fc54725037CC9e008bDede697f62F335',
|
|
2422
|
+
chainId: 56,
|
|
2423
|
+
decimals: 18,
|
|
2424
|
+
website: 'https://cosmos.network/',
|
|
2425
|
+
description: 'Cosmos is an ever-expanding ecosystem of interconnected apps and services, built for a decentralized future.',
|
|
2426
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x0eb3a705fc54725037cc9e008bdede697f62f335.png',
|
|
2427
|
+
},
|
|
2428
|
+
XTZ: {
|
|
2429
|
+
name: 'Tezos Token',
|
|
2430
|
+
symbol: 'XTZ',
|
|
2431
|
+
oracleId: 'XTZ',
|
|
2432
|
+
address: '0x16939ef78684453bfDFb47825F8a5F714f12623a',
|
|
2433
|
+
chainId: 56,
|
|
2434
|
+
decimals: 18,
|
|
2435
|
+
website: 'https://tezos.com/',
|
|
2436
|
+
description: 'Tezos is an open-source platform that addresses key barriers facing blockchain adoption for assets and applications backed by a global community of validators, researchers, and builders.',
|
|
2437
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x16939ef78684453bfdfb47825f8a5f714f12623a.png',
|
|
2438
|
+
},
|
|
2439
|
+
ONT: {
|
|
2440
|
+
name: 'Ontology Token',
|
|
2441
|
+
symbol: 'ONT',
|
|
2442
|
+
oracleId: 'ONT',
|
|
2443
|
+
address: '0xFd7B3A77848f1C2D67E05E54d78d174a0C850335',
|
|
2444
|
+
chainId: 56,
|
|
2445
|
+
decimals: 18,
|
|
2446
|
+
website: 'https://ont.io/',
|
|
2447
|
+
description: 'Ontology is a high performance, open source blockchain specializing in digital identity and data.',
|
|
2448
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xfd7b3a77848f1c2d67e05e54d78d174a0c850335.png',
|
|
2449
|
+
},
|
|
2450
|
+
DAI: {
|
|
2451
|
+
name: 'Dai Token',
|
|
2452
|
+
symbol: 'DAI',
|
|
2453
|
+
oracleId: 'DAI',
|
|
2454
|
+
address: '0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3',
|
|
2455
|
+
chainId: 56,
|
|
2456
|
+
decimals: 18,
|
|
2457
|
+
website: 'https://makerdao.com/en/',
|
|
2458
|
+
description: 'DAI is an Ethereum-based stablecoin (stable-price cryptocurrency) whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization.',
|
|
2459
|
+
bridge: 'binance-peg',
|
|
2460
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x1af3f329e8be154074d8769d1ffa4ee058b1dbc3.png',
|
|
2461
|
+
documentation: 'https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation',
|
|
2462
|
+
risks: ['SYNTH_STABLE'],
|
|
2463
|
+
},
|
|
2464
|
+
YFII: {
|
|
2465
|
+
name: 'YFII.finance Token',
|
|
2466
|
+
symbol: 'YFII',
|
|
2467
|
+
oracleId: 'YFII',
|
|
2468
|
+
address: '0x7F70642d88cf1C4a3a7abb072B53B929b653edA5',
|
|
2469
|
+
chainId: 56,
|
|
2470
|
+
decimals: 18,
|
|
2471
|
+
website: 'https://dfi.money/',
|
|
2472
|
+
description: 'DFI.money is a DeFi-farming aggregator that automatically puts your crypto assets to work for high yield profits.',
|
|
2473
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x7f70642d88cf1c4a3a7abb072b53b929b653eda5.png',
|
|
2474
|
+
},
|
|
2475
|
+
CREAM: {
|
|
2476
|
+
name: 'Cream',
|
|
2477
|
+
symbol: 'CREAM',
|
|
2478
|
+
oracleId: 'CREAM',
|
|
2479
|
+
address: '0xd4CB328A82bDf5f03eB737f37Fa6B370aef3e888',
|
|
2480
|
+
chainId: 56,
|
|
2481
|
+
decimals: 18,
|
|
2482
|
+
website: 'https://cream.finance/',
|
|
2483
|
+
description: 'C.R.E.A.M Finance is a decentralized peer-to-peer (P2P) DeFi platform that provides lending, borrowing, swap, payment and tokenization services for digital assets.',
|
|
2484
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xd4cb328a82bdf5f03eb737f37fa6b370aef3e888.png',
|
|
2485
|
+
},
|
|
2486
|
+
PROM: {
|
|
2487
|
+
name: 'Prometeus',
|
|
2488
|
+
symbol: 'PROM',
|
|
2489
|
+
oracleId: 'PROM',
|
|
2490
|
+
address: '0xaF53d56ff99f1322515E54FdDE93FF8b3b7DAFd5',
|
|
2491
|
+
chainId: 56,
|
|
2492
|
+
decimals: 18,
|
|
2493
|
+
website: 'https://prometeus.io/',
|
|
2494
|
+
description: 'Prometeus Network describes itself as a secure and decentralized ecosystem designed to solve real-world problems in data brokerage.',
|
|
2495
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xaf53d56ff99f1322515e54fdde93ff8b3b7dafd5.png',
|
|
2496
|
+
},
|
|
2497
|
+
CAN: {
|
|
2498
|
+
name: 'CanYaCoin',
|
|
2499
|
+
symbol: 'CAN',
|
|
2500
|
+
oracleId: 'CAN',
|
|
2501
|
+
address: '0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56',
|
|
2502
|
+
chainId: 56,
|
|
2503
|
+
decimals: 18,
|
|
2504
|
+
website: 'https://www.canwork.io/',
|
|
2505
|
+
description: 'CanYaCoin or CAN is the native token that powers the CanWork payment system and will be the bridge between all Binance Chain (BEP2) assets',
|
|
2506
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x007ea5c0ea75a8df45d288a4debdd5bb633f9e56.png',
|
|
2507
|
+
},
|
|
2508
|
+
DOT: {
|
|
2509
|
+
name: 'Polkadot Token',
|
|
2510
|
+
symbol: 'DOT',
|
|
2511
|
+
oracleId: 'DOT',
|
|
2512
|
+
address: '0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402',
|
|
2513
|
+
chainId: 56,
|
|
2514
|
+
decimals: 18,
|
|
2515
|
+
website: 'https://polkadot.network/',
|
|
2516
|
+
description: 'Polkadot is an open-source sharding multichain protocol that facilitates the cross-chain transfer of any data or asset types, not just tokens, thereby making a wide range of blockchains interoperable with each other.',
|
|
2517
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x7083609fce4d1d8dc0c979aab8c869ea2c873402.png',
|
|
2518
|
+
},
|
|
2519
|
+
CAKE: {
|
|
2520
|
+
name: 'PancakeSwap Token',
|
|
2521
|
+
symbol: 'CAKE',
|
|
2522
|
+
oracleId: 'Cake',
|
|
2523
|
+
address: '0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82',
|
|
2524
|
+
chainId: 56,
|
|
2525
|
+
decimals: 18,
|
|
2526
|
+
website: 'https://pancakeswap.finance/',
|
|
2527
|
+
description: 'PancakeSwap is an automated market maker (AMM) — a decentralized finance (DeFi) application that allows users to exchange tokens, providing liquidity via farming and earning fees in return.',
|
|
2528
|
+
bridge: 'native',
|
|
2529
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82.png',
|
|
2530
|
+
documentation: 'https://docs.pancakeswap.finance/',
|
|
2531
|
+
},
|
|
2532
|
+
STM: {
|
|
2533
|
+
name: 'Streamity',
|
|
2534
|
+
symbol: 'STM',
|
|
2535
|
+
oracleId: 'STM',
|
|
2536
|
+
address: '0x90DF11a8ccE420675e73922419e3f4f3Fe13CCCb',
|
|
2537
|
+
chainId: 56,
|
|
2538
|
+
decimals: 18,
|
|
2539
|
+
website: 'https://streamity.org/',
|
|
2540
|
+
description: 'Streamity describes itself as an ecosystem that unites several crypto products (e.g.wallet, exchange, educational courses).',
|
|
2541
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x90df11a8cce420675e73922419e3f4f3fe13cccb.png',
|
|
2542
|
+
},
|
|
2543
|
+
ANKR: {
|
|
2544
|
+
name: 'Ankr',
|
|
2545
|
+
symbol: 'ANKR',
|
|
2546
|
+
oracleId: 'ANKR',
|
|
2547
|
+
address: '0xf307910A4c7bbc79691fD374889b36d8531B08e3',
|
|
2548
|
+
chainId: 56,
|
|
2549
|
+
decimals: 18,
|
|
2550
|
+
website: 'https://www.ankr.com/',
|
|
2551
|
+
description: 'ANKR is a utility token used within the Ankr network for various purposes including paying for premium plans, collateral deposits for node providers, rewarding stakers and node providers, payment for independent node auditors, and voting in the Ankr DAO.',
|
|
2552
|
+
logoURI: '',
|
|
2553
|
+
documentation: 'https://www.ankr.com/about-network/token/',
|
|
2554
|
+
},
|
|
2555
|
+
LINK: {
|
|
2556
|
+
name: 'ChainLink Token',
|
|
2557
|
+
symbol: 'LINK',
|
|
2558
|
+
oracleId: 'LINK',
|
|
2559
|
+
address: '0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD',
|
|
2560
|
+
chainId: 56,
|
|
2561
|
+
decimals: 18,
|
|
2562
|
+
website: 'https://chain.link/',
|
|
2563
|
+
description: 'Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.',
|
|
2564
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xf8a0bf9cf54bb92f17374d9e9a321e6a111a51bd.png',
|
|
2565
|
+
},
|
|
2566
|
+
DICE: {
|
|
2567
|
+
name: 'Dice.finance Token',
|
|
2568
|
+
symbol: 'DICE',
|
|
2569
|
+
oracleId: 'DICE',
|
|
2570
|
+
address: '0x748AD98b14C814B28812eB42ad219C8672909879',
|
|
2571
|
+
chainId: 56,
|
|
2572
|
+
decimals: 18,
|
|
2573
|
+
website: 'https://dice.finance/',
|
|
2574
|
+
description: 'DICE.FINANCE is a fully decentralized protocol for a casino on Ethereum.',
|
|
2575
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x748ad98b14c814b28812eb42ad219c8672909879.png',
|
|
2576
|
+
},
|
|
2577
|
+
'JNTR/b': {
|
|
2578
|
+
name: 'JNTR/b',
|
|
2579
|
+
symbol: 'JNTR/b',
|
|
2580
|
+
oracleId: 'b',
|
|
2581
|
+
address: '0x3c037C4c2296f280bB318D725D0b454B76c199b9',
|
|
2582
|
+
chainId: 56,
|
|
2583
|
+
decimals: 18,
|
|
2584
|
+
website: 'https://jointer.io/',
|
|
2585
|
+
description: 'Jointer strives to simplify the commercial real estate industry so that every investor, even one with zero knowledge or experience, will have the opportunity to syndicate funds and invest in this historically lucrative asset class.',
|
|
2586
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x3c037c4c2296f280bb318d725d0b454b76c199b9.png',
|
|
2587
|
+
},
|
|
2588
|
+
SPART: {
|
|
2589
|
+
name: 'SPARTAN PROTOCOL TOKEN',
|
|
2590
|
+
symbol: 'SPART',
|
|
2591
|
+
oracleId: 'SPART',
|
|
2592
|
+
address: '0xE4Ae305ebE1AbE663f261Bc00534067C80ad677C',
|
|
2593
|
+
chainId: 56,
|
|
2594
|
+
decimals: 18,
|
|
2595
|
+
website: 'https://spartanprotocol.org/',
|
|
2596
|
+
description: 'Spartan Protocol provides community-governed and programmable token emissions functions to incentivize the formation of deep liquidity pools.',
|
|
2597
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xe4ae305ebe1abe663f261bc00534067c80ad677c.png',
|
|
2598
|
+
},
|
|
2599
|
+
TWT: {
|
|
2600
|
+
name: 'Trust Wallet',
|
|
2601
|
+
symbol: 'TWT',
|
|
2602
|
+
oracleId: 'TWT',
|
|
2603
|
+
address: '0x4B0F1812e5Df2A09796481Ff14017e6005508003',
|
|
2604
|
+
chainId: 56,
|
|
2605
|
+
decimals: 18,
|
|
2606
|
+
website: 'https://trustwallet.com/',
|
|
2607
|
+
description: 'Trust Wallet Token, or TWT, is a simple BEP-20 utility token that provides a range of benefits and incentives to Trust Wallet users.',
|
|
2608
|
+
bridge: 'native',
|
|
2609
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x4b0f1812e5df2a09796481ff14017e6005508003.png',
|
|
2610
|
+
},
|
|
2611
|
+
XVS: {
|
|
2612
|
+
name: 'Venus',
|
|
2613
|
+
symbol: 'XVS',
|
|
2614
|
+
oracleId: 'XVS',
|
|
2615
|
+
address: '0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63',
|
|
2616
|
+
chainId: 56,
|
|
2617
|
+
decimals: 18,
|
|
2618
|
+
website: 'https://venus.io/',
|
|
2619
|
+
description: 'Venus is an algorithmic money market and synthetic stablecoin protocol launched exclusively on BNB Chain.',
|
|
2620
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63.png',
|
|
2621
|
+
},
|
|
2622
|
+
Beer: {
|
|
2623
|
+
name: 'Beer Garden',
|
|
2624
|
+
symbol: 'Beer',
|
|
2625
|
+
oracleId: 'Beer',
|
|
2626
|
+
address: '0xbB8DB5e17BBe9c90Da8E3445E335b82d7cc53575',
|
|
2627
|
+
chainId: 56,
|
|
2628
|
+
decimals: 18,
|
|
2629
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xbb8db5e17bbe9c90da8e3445e335b82d7cc53575.png',
|
|
2630
|
+
},
|
|
2631
|
+
ALPHA: {
|
|
2632
|
+
name: 'AlphaToken',
|
|
2633
|
+
symbol: 'ALPHA',
|
|
2634
|
+
oracleId: 'ALPHA',
|
|
2635
|
+
address: '0xa1faa113cbE53436Df28FF0aEe54275c13B40975',
|
|
2636
|
+
chainId: 56,
|
|
2637
|
+
decimals: 18,
|
|
2638
|
+
website: 'https://alphafinance.io/',
|
|
2639
|
+
description: 'Alpha Finance Lab is a DeFi Lab, and on a mission to build Alpha Universe. Alpha Universe includes the Alpha ecosystem, which consists of Alpha products that interoperate to maximize returns while minimizing risks for users, and other ecosystems incubated through the Alpha Launchpad incubator program.',
|
|
2640
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xa1faa113cbe53436df28ff0aee54275c13b40975.png',
|
|
2641
|
+
},
|
|
2642
|
+
oldBIFI: {
|
|
2643
|
+
name: 'Beefy.finance',
|
|
2644
|
+
symbol: 'oldBIFI',
|
|
2645
|
+
oracleId: 'oldBIFI',
|
|
2646
|
+
address: '0xCa3F508B8e4Dd382eE878A314789373D80A5190A',
|
|
2647
|
+
chainId: 56,
|
|
2648
|
+
decimals: 18,
|
|
2649
|
+
website: 'https://www.beefy.finance/',
|
|
2650
|
+
description: 'Beefy.Finance (BIFI), is a yield optimization tool on the Binance Smart Chain that helps maximize the return from yield farming.',
|
|
2651
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xCa3F508B8e4Dd382eE878A314789373D80A5190A.png',
|
|
2652
|
+
documentation: 'https://docs.beefy.finance/',
|
|
2653
|
+
},
|
|
2654
|
+
YFI: {
|
|
2655
|
+
name: 'yearn.finance',
|
|
2656
|
+
symbol: 'YFI',
|
|
2657
|
+
oracleId: 'YFI',
|
|
2658
|
+
address: '0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e',
|
|
2659
|
+
chainId: 56,
|
|
2660
|
+
decimals: 18,
|
|
2661
|
+
website: 'https://yearn.finance/',
|
|
2662
|
+
description: 'Yearn.finance is an aggregator service for decentralized finance (DeFi) investors, using automation to allow them to maximize profits from yield farming.',
|
|
2663
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x88f1a5ae2a3bf98aeaf342d26b30a79438c9142e.png',
|
|
2664
|
+
},
|
|
2665
|
+
UNI: {
|
|
2666
|
+
name: 'Uniswap',
|
|
2667
|
+
symbol: 'UNI',
|
|
2668
|
+
oracleId: 'UNI',
|
|
2669
|
+
address: '0xBf5140A22578168FD562DCcF235E5D43A02ce9B1',
|
|
2670
|
+
chainId: 56,
|
|
2671
|
+
decimals: 18,
|
|
2672
|
+
website: 'https://uniswap.org/',
|
|
2673
|
+
description: 'UNI is the governance token for Uniswap. UNI was introduced on 16th September 2020 through a retrospective airdrop to users who have interacted with the protocol either by swapping tokens or by providing liquidity.',
|
|
2674
|
+
bridge: 'binance-peg',
|
|
2675
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xbf5140a22578168fd562dccf235e5d43a02ce9b1.png',
|
|
2676
|
+
documentation: 'https://docs.uniswap.org/concepts/governance/overview',
|
|
2677
|
+
},
|
|
2678
|
+
FRIES: {
|
|
2679
|
+
name: 'fry.world',
|
|
2680
|
+
symbol: 'FRIES',
|
|
2681
|
+
oracleId: 'FRIES',
|
|
2682
|
+
address: '0x393B312C01048b3ed2720bF1B090084C09e408A1',
|
|
2683
|
+
chainId: 56,
|
|
2684
|
+
decimals: 18,
|
|
2685
|
+
website: 'https://fry.world/',
|
|
2686
|
+
description: 'Fries is described to potentially be one of the first projects to build the infrastructure required for yield optimizing strategies on the Binance Smart Chain.',
|
|
2687
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x393B312C01048b3ed2720bF1B090084C09e408A1.png',
|
|
2688
|
+
},
|
|
2689
|
+
STAX: {
|
|
2690
|
+
name: 'StableXSwap',
|
|
2691
|
+
symbol: 'STAX',
|
|
2692
|
+
oracleId: 'STAX',
|
|
2693
|
+
address: '0x0Da6Ed8B13214Ff28e9Ca979Dd37439e8a88F6c4',
|
|
2694
|
+
chainId: 56,
|
|
2695
|
+
decimals: 18,
|
|
2696
|
+
website: 'https://www.stablex.finance/',
|
|
2697
|
+
description: 'StableXSwap is a stablecoin-focused AMM-style decentralized exchange built on Binance Smart Chain.',
|
|
2698
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x0da6ed8b13214ff28e9ca979dd37439e8a88f6c4.png',
|
|
2699
|
+
},
|
|
2700
|
+
FIL: {
|
|
2701
|
+
name: 'Filecoin',
|
|
2702
|
+
symbol: 'FIL',
|
|
2703
|
+
oracleId: 'FIL',
|
|
2704
|
+
address: '0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153',
|
|
2705
|
+
chainId: 56,
|
|
2706
|
+
decimals: 18,
|
|
2707
|
+
website: 'https://filecoin.io/',
|
|
2708
|
+
documentation: 'https://docs.filecoin.io/',
|
|
2709
|
+
description: 'Filecoin is a decentralized storage system that aims to “store humanity’s most important information.”.',
|
|
2710
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x0d8ce2a99bb6e3b7db580ed848240e4a0f9ae153.png',
|
|
2711
|
+
bridge: 'binance-peg',
|
|
2712
|
+
},
|
|
2713
|
+
KAVA: {
|
|
2714
|
+
name: 'KAVA',
|
|
2715
|
+
symbol: 'KAVA',
|
|
2716
|
+
oracleId: 'KAVA',
|
|
2717
|
+
address: '0x5F88AB06e8dfe89DF127B2430Bba4Af600866035',
|
|
2718
|
+
chainId: 56,
|
|
2719
|
+
decimals: 6,
|
|
2720
|
+
website: 'https://www.kava.io/',
|
|
2721
|
+
description: 'Kava is a cross-chain DeFi lending platform that allows users to borrow USDX stablecoins and deposit a variety of cryptocurrencies to begin earning a yield.',
|
|
2722
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x5F88AB06e8dfe89DF127B2430Bba4Af600866035.png',
|
|
2723
|
+
},
|
|
2724
|
+
USDX: {
|
|
2725
|
+
name: 'USDX',
|
|
2726
|
+
symbol: 'USDX',
|
|
2727
|
+
oracleId: 'USDX',
|
|
2728
|
+
address: '0x1203355742e76875154C0D13eB81DCD7711dC7d9',
|
|
2729
|
+
chainId: 56,
|
|
2730
|
+
decimals: 6,
|
|
2731
|
+
website: 'https://www.kava.io/',
|
|
2732
|
+
description: 'USDX is the crypto-backed native stablecoin of the Kava DeFi hub.',
|
|
2733
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x1203355742e76875154c0d13eb81dcd7711dc7d9.png',
|
|
2734
|
+
},
|
|
2735
|
+
INJ: {
|
|
2736
|
+
name: 'Injective Protocol',
|
|
2737
|
+
symbol: 'INJ',
|
|
2738
|
+
oracleId: 'INJ',
|
|
2739
|
+
address: '0xa2B726B1145A4773F68593CF171187d8EBe4d495',
|
|
2740
|
+
chainId: 56,
|
|
2741
|
+
decimals: 18,
|
|
2742
|
+
website: 'https://injectiveprotocol.com/',
|
|
2743
|
+
description: 'The Injective Protocol project is a revolutionary idea that aims to make currency exchanges completely decentralized, public operated networks.',
|
|
2744
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xa2B726B1145A4773F68593CF171187d8EBe4d495.png',
|
|
2745
|
+
},
|
|
2746
|
+
SXP: {
|
|
2747
|
+
name: 'Swipe',
|
|
2748
|
+
symbol: 'SXP',
|
|
2749
|
+
oracleId: 'SXP',
|
|
2750
|
+
address: '0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A',
|
|
2751
|
+
chainId: 56,
|
|
2752
|
+
decimals: 18,
|
|
2753
|
+
website: 'https://swipe.io/',
|
|
2754
|
+
description: 'Swipe powers a robust platform that enable businesses to create card programs for users to spend anything globally.',
|
|
2755
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x47bead2563dcbf3bf2c9407fea4dc236faba485a.png',
|
|
2756
|
+
},
|
|
2757
|
+
USDC: {
|
|
2758
|
+
name: 'Binance-Peg USD Coin',
|
|
2759
|
+
symbol: 'USDC',
|
|
2760
|
+
oracleId: 'USDC',
|
|
2761
|
+
address: '0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d',
|
|
2762
|
+
chainId: 56,
|
|
2763
|
+
decimals: 18,
|
|
2764
|
+
website: 'https://www.circle.com/usdc',
|
|
2765
|
+
documentation: 'https://developers.circle.com/docs',
|
|
2766
|
+
description: 'USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
|
|
2767
|
+
bridge: 'binance-peg',
|
|
2768
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png',
|
|
2769
|
+
},
|
|
2770
|
+
CTK: {
|
|
2771
|
+
name: 'CertiK Token',
|
|
2772
|
+
symbol: 'CTK',
|
|
2773
|
+
oracleId: 'CTK',
|
|
2774
|
+
address: '0xA8c2B8eec3d368C0253ad3dae65a5F2BBB89c929',
|
|
2775
|
+
chainId: 56,
|
|
2776
|
+
decimals: 6,
|
|
2777
|
+
website: 'https://www.certik.org/',
|
|
2778
|
+
description: 'CertiK Chain is a security-first, delegated proof-of-stake blockchain, for trustworthy execution of mission-critical applications, including DeFi, NFTs, and autonomous vehicles.',
|
|
2779
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xa8c2b8eec3d368c0253ad3dae65a5f2bbb89c929.png',
|
|
2780
|
+
},
|
|
2781
|
+
DANGO: {
|
|
2782
|
+
name: 'DANGO',
|
|
2783
|
+
symbol: 'DANGO',
|
|
2784
|
+
oracleId: 'DANGO',
|
|
2785
|
+
address: '0x0957C57C9EB7744850dCC95db5A06eD4a246236E',
|
|
2786
|
+
chainId: 56,
|
|
2787
|
+
decimals: 6,
|
|
2788
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x0957c57c9eb7744850dcc95db5a06ed4a246236e.png',
|
|
2789
|
+
},
|
|
2790
|
+
HARD: {
|
|
2791
|
+
name: 'HARD',
|
|
2792
|
+
symbol: 'HARD',
|
|
2793
|
+
oracleId: 'HARD',
|
|
2794
|
+
address: '0xf79037F6f6bE66832DE4E7516be52826BC3cBcc4',
|
|
2795
|
+
chainId: 56,
|
|
2796
|
+
decimals: 6,
|
|
2797
|
+
website: 'https://www.hard.kava.io/',
|
|
2798
|
+
description: 'HARD Protocol is a decentralized money market built on Kava, enabling the lending and borrowing of cross-chain assets.',
|
|
2799
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xf79037f6f6be66832de4e7516be52826bc3cbcc4.png',
|
|
2800
|
+
},
|
|
2801
|
+
bROOBEE: {
|
|
2802
|
+
name: 'ROOBEE',
|
|
2803
|
+
symbol: 'bROOBEE',
|
|
2804
|
+
oracleId: 'bROOBEE',
|
|
2805
|
+
address: '0xE64F5Cb844946C1F102Bd25bBD87a5aB4aE89Fbe',
|
|
2806
|
+
chainId: 56,
|
|
2807
|
+
decimals: 18,
|
|
2808
|
+
website: 'https://roobee.io/',
|
|
2809
|
+
description: 'Roobee (ROOBEE) is a blockchain-based investment platform that allows users to invest in products from both the traditional and crypto markets.',
|
|
2810
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xe64f5cb844946c1f102bd25bbd87a5ab4ae89fbe.png',
|
|
2811
|
+
},
|
|
2812
|
+
UNFI: {
|
|
2813
|
+
name: 'Unifi Token',
|
|
2814
|
+
symbol: 'UNFI',
|
|
2815
|
+
oracleId: 'UNFI',
|
|
2816
|
+
address: '0x728C5baC3C3e370E372Fc4671f9ef6916b814d8B',
|
|
2817
|
+
chainId: 56,
|
|
2818
|
+
decimals: 18,
|
|
2819
|
+
website: 'https://unifiprotocol.com/',
|
|
2820
|
+
description: 'Unifi Protocol combines the power of several blockchains and relies on the foundation of Ethereum DApp and DeFi development. However, Unifi makes it its mission to introduce interoperability to the world of DeFi by allowing users access to multiple blockchains and an extremely versatile UNFI token.',
|
|
2821
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x728C5baC3C3e370E372Fc4671f9ef6916b814d8B.png',
|
|
2822
|
+
},
|
|
2823
|
+
QUSD: {
|
|
2824
|
+
name: 'QUSD Stablecoin',
|
|
2825
|
+
symbol: 'QUSD',
|
|
2826
|
+
oracleId: 'QUSD',
|
|
2827
|
+
address: '0xb8C540d00dd0Bf76ea12E4B4B95eFC90804f924E',
|
|
2828
|
+
chainId: 56,
|
|
2829
|
+
decimals: 18,
|
|
2830
|
+
website: 'https://qian.finance/',
|
|
2831
|
+
description: 'QUSD is the stablecoin developed by the QIAN protocol.',
|
|
2832
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xb8C540d00dd0Bf76ea12E4B4B95eFC90804f924E.png',
|
|
2833
|
+
risks: ['SYNTH_STABLE'],
|
|
2834
|
+
},
|
|
2835
|
+
VAI: {
|
|
2836
|
+
name: 'VAI Stablecoin',
|
|
2837
|
+
symbol: 'VAI',
|
|
2838
|
+
oracleId: 'VAI',
|
|
2839
|
+
address: '0x4BD17003473389A42DAF6a0a729f6Fdb328BbBd7',
|
|
2840
|
+
chainId: 56,
|
|
2841
|
+
decimals: 18,
|
|
2842
|
+
website: 'https://venus.io/',
|
|
2843
|
+
description: 'Vai is a decentralized stablecoin built on the Venus Protocol that runs on the Binance Smart Chain.',
|
|
2844
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x4bd17003473389a42daf6a0a729f6fdb328bbbd7.png',
|
|
2845
|
+
risks: ['SYNTH_STABLE'],
|
|
2846
|
+
},
|
|
2847
|
+
JUV: {
|
|
2848
|
+
name: 'Juventus',
|
|
2849
|
+
symbol: 'JUV',
|
|
2850
|
+
oracleId: 'JUV',
|
|
2851
|
+
address: '0xC40C9A843E1c6D01b7578284a9028854f6683b1B',
|
|
2852
|
+
chainId: 56,
|
|
2853
|
+
decimals: 2,
|
|
2854
|
+
website: 'https://www.socios.com/juventus/',
|
|
2855
|
+
description: 'Juventus Fan Tokens can be used in the Socios.com app, where users acquire voting rights to influence the clubs they support.',
|
|
2856
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xc40c9a843e1c6d01b7578284a9028854f6683b1b.png',
|
|
2857
|
+
},
|
|
2858
|
+
PSG: {
|
|
2859
|
+
name: 'Paris Saint-Germain',
|
|
2860
|
+
symbol: 'PSG',
|
|
2861
|
+
oracleId: 'PSG',
|
|
2862
|
+
address: '0xBc5609612b7C44BEf426De600B5fd1379DB2EcF1',
|
|
2863
|
+
chainId: 56,
|
|
2864
|
+
decimals: 2,
|
|
2865
|
+
website: 'https://www.socios.com/paris-saint-germain/',
|
|
2866
|
+
description: 'Paris Saint-Germain Fan Tokens can be used in the Socios.com app, where users acquire voting rights to influence the clubs they support.',
|
|
2867
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xbc5609612b7c44bef426de600b5fd1379db2ecf1.png',
|
|
2868
|
+
},
|
|
2869
|
+
MATH: {
|
|
2870
|
+
name: 'Math',
|
|
2871
|
+
symbol: 'MATH',
|
|
2872
|
+
oracleId: 'MATH',
|
|
2873
|
+
address: '0xF218184Af829Cf2b0019F8E6F0b2423498a36983',
|
|
2874
|
+
chainId: 56,
|
|
2875
|
+
decimals: 18,
|
|
2876
|
+
website: 'https://mathwallet.org/en-us/',
|
|
2877
|
+
description: 'MATH is a multi-chain and cross-chain blockchain assets hub.',
|
|
2878
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xf218184af829cf2b0019f8e6f0b2423498a36983.png',
|
|
2879
|
+
},
|
|
2880
|
+
FUEL: {
|
|
2881
|
+
name: 'Fuel',
|
|
2882
|
+
symbol: 'FUEL',
|
|
2883
|
+
oracleId: 'FUEL',
|
|
2884
|
+
address: '0x2090c8295769791ab7A3CF1CC6e0AA19F35e441A',
|
|
2885
|
+
chainId: 56,
|
|
2886
|
+
decimals: 18,
|
|
2887
|
+
website: 'https://jetfuel.finance/',
|
|
2888
|
+
description: 'Jetfuel is a yield farming and yield aggregator platform that combines features from the most successful DeFi projects.',
|
|
2889
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x2090c8295769791ab7A3CF1CC6e0AA19F35e441A.png',
|
|
2890
|
+
},
|
|
2891
|
+
NULS: {
|
|
2892
|
+
name: 'Nuls',
|
|
2893
|
+
symbol: 'NULS',
|
|
2894
|
+
oracleId: 'NULS',
|
|
2895
|
+
address: '0x8CD6e29d3686d24d3C2018CEe54621eA0f89313B',
|
|
2896
|
+
chainId: 56,
|
|
2897
|
+
decimals: 8,
|
|
2898
|
+
website: 'https://nuls.io/',
|
|
2899
|
+
description: 'NULS is a microservices-driven blockchain project that uses the Proof of Credit (PoC) consensus mechanism (dPoS plus credit rating) to mine via staking.',
|
|
2900
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x8cd6e29d3686d24d3c2018cee54621ea0f89313b.png',
|
|
2901
|
+
},
|
|
2902
|
+
NVT: {
|
|
2903
|
+
name: 'NerveNetwork',
|
|
2904
|
+
symbol: 'NVT',
|
|
2905
|
+
oracleId: 'NVT',
|
|
2906
|
+
address: '0xf0E406c49C63AbF358030A299C0E00118C4C6BA5',
|
|
2907
|
+
chainId: 56,
|
|
2908
|
+
decimals: 8,
|
|
2909
|
+
website: 'https://nerve.network/',
|
|
2910
|
+
description: 'Nerve is a decentralized digital asset service network based on the NULS micro-services framework, which uses the NULS ChainBox to develop a blockchain cross-chain interaction protocol.',
|
|
2911
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xf0e406c49c63abf358030a299c0e00118c4c6ba5.png',
|
|
2912
|
+
},
|
|
2913
|
+
REEF: {
|
|
2914
|
+
name: 'Reef',
|
|
2915
|
+
symbol: 'REEF',
|
|
2916
|
+
oracleId: 'REEF',
|
|
2917
|
+
address: '0xF21768cCBC73Ea5B6fd3C687208a7c2def2d966e',
|
|
2918
|
+
chainId: 56,
|
|
2919
|
+
decimals: 18,
|
|
2920
|
+
website: 'https://reef.finance/',
|
|
2921
|
+
description: 'Reef Chain is an EVM compatible chain for DeFi. It is fast, scalable, has low transaction costs and does no wasteful mining. It is built with Polkadot Substrate and comes with on-chain governance.',
|
|
2922
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xf21768ccbc73ea5b6fd3c687208a7c2def2d966e.png',
|
|
2923
|
+
},
|
|
2924
|
+
OG: {
|
|
2925
|
+
name: 'OG',
|
|
2926
|
+
symbol: 'OG',
|
|
2927
|
+
oracleId: 'OG',
|
|
2928
|
+
address: '0xf05E45aD22150677a017Fbd94b84fBB63dc9b44c',
|
|
2929
|
+
chainId: 56,
|
|
2930
|
+
decimals: 2,
|
|
2931
|
+
website: 'https://www.socios.com/og/',
|
|
2932
|
+
description: 'OG Fan Tokens can be used in the Socios.com app, where users acquire voting rights to influence the clubs they support.',
|
|
2933
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xf05e45ad22150677a017fbd94b84fbb63dc9b44c.png',
|
|
2934
|
+
},
|
|
2935
|
+
ATM: {
|
|
2936
|
+
name: 'Atletico de Madrid',
|
|
2937
|
+
symbol: 'ATM',
|
|
2938
|
+
oracleId: 'ATM',
|
|
2939
|
+
address: '0x25E9d05365c867E59C1904E7463Af9F312296f9E',
|
|
2940
|
+
chainId: 56,
|
|
2941
|
+
decimals: 2,
|
|
2942
|
+
website: 'https://www.socios.com/atletico-de-madrid/',
|
|
2943
|
+
description: 'Atletico de Madrid Fan Tokens can be used in the Socios.com app, where users acquire voting rights to influence the clubs they support.',
|
|
2944
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x25e9d05365c867e59c1904e7463af9f312296f9e.png',
|
|
2945
|
+
},
|
|
2946
|
+
ASR: {
|
|
2947
|
+
name: 'AS Roma',
|
|
2948
|
+
symbol: 'ASR',
|
|
2949
|
+
oracleId: 'ASR',
|
|
2950
|
+
address: '0x80D5f92C2c8C682070C95495313dDB680B267320',
|
|
2951
|
+
chainId: 56,
|
|
2952
|
+
decimals: 2,
|
|
2953
|
+
website: 'https://www.socios.com/asroma/',
|
|
2954
|
+
description: 'AS Roma Fan Tokens can be used in the Socios.com app, where users acquire voting rights to influence the clubs they support.',
|
|
2955
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x80d5f92c2c8c682070c95495313ddb680b267320.png',
|
|
2956
|
+
},
|
|
2957
|
+
TEN: {
|
|
2958
|
+
name: 'Tenet',
|
|
2959
|
+
symbol: 'TEN',
|
|
2960
|
+
oracleId: 'TEN',
|
|
2961
|
+
address: '0xdFF8cb622790b7F92686c722b02CaB55592f152C',
|
|
2962
|
+
chainId: 56,
|
|
2963
|
+
decimals: 18,
|
|
2964
|
+
website: 'https://tenet.farm/',
|
|
2965
|
+
description: 'Tenet is a cross-chain Automated Market Maker (AMM) connector that provides a decentralized Liquidity Tap for various tokens.',
|
|
2966
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xdff8cb622790b7f92686c722b02cab55592f152c.png',
|
|
2967
|
+
},
|
|
2968
|
+
Helmet: {
|
|
2969
|
+
name: 'Helmet.insure',
|
|
2970
|
+
symbol: 'Helmet',
|
|
2971
|
+
oracleId: 'Helmet',
|
|
2972
|
+
address: '0x948d2a81086A075b3130BAc19e4c6DEe1D2E3fE8',
|
|
2973
|
+
chainId: 56,
|
|
2974
|
+
decimals: 18,
|
|
2975
|
+
website: 'https://www.helmet.insure/',
|
|
2976
|
+
description: 'Helmet.insure is a peer-to-peer (P2P) price-shield insurance protocol launched in January 2021 on Binance Smart Chain (BSC) with the aim to redefine option trading with user-friendly insurance policy wrapping.',
|
|
2977
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x948d2a81086a075b3130bac19e4c6dee1d2e3fe8.png',
|
|
2978
|
+
},
|
|
2979
|
+
BSCX: {
|
|
2980
|
+
name: 'BSCEX',
|
|
2981
|
+
symbol: 'BSCX',
|
|
2982
|
+
oracleId: 'BSCX',
|
|
2983
|
+
address: '0x5Ac52EE5b2a633895292Ff6d8A89bB9190451587',
|
|
2984
|
+
chainId: 56,
|
|
2985
|
+
decimals: 18,
|
|
2986
|
+
website: 'https://bscex.org/',
|
|
2987
|
+
description: 'BSCex is a decentralized non-custodial cryptocurrency exchange-centered ecosystem that runs on Binance Smart Chain (BSC).',
|
|
2988
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x5ac52ee5b2a633895292ff6d8a89bb9190451587.png',
|
|
2989
|
+
},
|
|
2990
|
+
BTCST: {
|
|
2991
|
+
name: 'Standard BTC Hashrate Token',
|
|
2992
|
+
symbol: 'BTCST',
|
|
2993
|
+
oracleId: 'BTCST',
|
|
2994
|
+
address: '0x78650B139471520656b9E7aA7A5e9276814a38e9',
|
|
2995
|
+
chainId: 56,
|
|
2996
|
+
decimals: 17,
|
|
2997
|
+
website: 'https://www.btcst.finance/',
|
|
2998
|
+
description: 'BTCST’s goal is to bridge liquidity to Bitcoin’s mining market. This will allow users to get exposure to mining rewards and hashpower of any size, at a low cost. The ultimate goal of the app is to increase the liquidity and efficiency of mining power markets.',
|
|
2999
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x78650b139471520656b9e7aa7a5e9276814a38e9.png',
|
|
3000
|
+
},
|
|
3001
|
+
FRONT: {
|
|
3002
|
+
name: 'Frontier Token',
|
|
3003
|
+
symbol: 'FRONT',
|
|
3004
|
+
oracleId: 'FRONT',
|
|
3005
|
+
address: '0x928e55daB735aa8260AF3cEDadA18B5f70C72f1b',
|
|
3006
|
+
chainId: 56,
|
|
3007
|
+
decimals: 18,
|
|
3008
|
+
website: 'https://frontier.xyz/',
|
|
3009
|
+
description: 'Frontier is a chain-agnostic DeFi aggregation layer. In short, Frontierʼs core mission is to bring the essential pieces of DeFi to users across whichever platforms they prefer.',
|
|
3010
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x928e55daB735aa8260AF3cEDadA18B5f70C72f1b.png',
|
|
3011
|
+
},
|
|
3012
|
+
UST: {
|
|
3013
|
+
name: 'UST Token',
|
|
3014
|
+
symbol: 'UST',
|
|
3015
|
+
oracleId: 'UST',
|
|
3016
|
+
address: '0x23396cF899Ca06c4472205fC903bDB4de249D6fC',
|
|
3017
|
+
chainId: 56,
|
|
3018
|
+
decimals: 18,
|
|
3019
|
+
website: 'https://mirror.finance/',
|
|
3020
|
+
description: 'TerraUSD (UST) is the decentralized and algorithmic stablecoin of the Terra blockchain. It is a scalable, yield-bearing coin that is value-pegged to the US Dollar.',
|
|
3021
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x23396cF899Ca06c4472205fC903bDB4de249D6fC.png',
|
|
3022
|
+
risks: ['SYNTH_STABLE'],
|
|
3023
|
+
},
|
|
3024
|
+
EGLD: {
|
|
3025
|
+
name: 'Elrond',
|
|
3026
|
+
symbol: 'EGLD',
|
|
3027
|
+
oracleId: 'EGLD',
|
|
3028
|
+
address: '0xbF7c81FFF98BbE61B40Ed186e4AfD6DDd01337fe',
|
|
3029
|
+
chainId: 56,
|
|
3030
|
+
decimals: 18,
|
|
3031
|
+
website: 'https://elrond.com/',
|
|
3032
|
+
description: 'EGLD is a highly scalable, fast and secure blockchain platform for distributed apps, enterprise use cases and the new internet economy.',
|
|
3033
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xbf7c81fff98bbe61b40ed186e4afd6ddd01337fe.png',
|
|
3034
|
+
},
|
|
3035
|
+
LIT: {
|
|
3036
|
+
name: 'Litentry',
|
|
3037
|
+
symbol: 'LIT',
|
|
3038
|
+
oracleId: 'LIT',
|
|
3039
|
+
address: '0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723',
|
|
3040
|
+
chainId: 56,
|
|
3041
|
+
decimals: 18,
|
|
3042
|
+
website: 'https://www.litentry.com/',
|
|
3043
|
+
description: 'LIT is a network that supports cross-chain aggregated identities. Build on Substrate, ready for Polkadot.',
|
|
3044
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xb59490ab09a0f526cc7305822ac65f2ab12f9723.png',
|
|
3045
|
+
},
|
|
3046
|
+
LINA: {
|
|
3047
|
+
name: 'Linear Finance',
|
|
3048
|
+
symbol: 'LINA',
|
|
3049
|
+
oracleId: 'LINA',
|
|
3050
|
+
address: '0x762539b45A1dCcE3D36d080F74d1AED37844b878',
|
|
3051
|
+
chainId: 56,
|
|
3052
|
+
decimals: 18,
|
|
3053
|
+
website: 'https://linear.finance/',
|
|
3054
|
+
description: 'Linear is a decentralized delta-one asset protocol capable of instantly creating synthetic assets with unlimited liquidity.',
|
|
3055
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x762539b45a1dcce3d36d080f74d1aed37844b878.png',
|
|
3056
|
+
},
|
|
3057
|
+
BETH: {
|
|
3058
|
+
name: 'Beacon ETH',
|
|
3059
|
+
symbol: 'BETH',
|
|
3060
|
+
oracleId: 'BETH',
|
|
3061
|
+
address: '0x250632378E573c6Be1AC2f97Fcdf00515d0Aa91B',
|
|
3062
|
+
chainId: 56,
|
|
3063
|
+
decimals: 18,
|
|
3064
|
+
website: 'https://ethereum.org/en/eth2/beacon-chain/',
|
|
3065
|
+
description: 'Beacon ETH is the token of Beacon Chain. Beacon Chain will introduce proof-of-stake to Ethereum.',
|
|
3066
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x250632378e573c6be1ac2f97fcdf00515d0aa91b.png',
|
|
3067
|
+
},
|
|
3068
|
+
lUSD: {
|
|
3069
|
+
name: 'lUSD',
|
|
3070
|
+
symbol: 'lUSD',
|
|
3071
|
+
oracleId: 'lUSD',
|
|
3072
|
+
address: '0x23e8a70534308a4AAF76fb8C32ec13d17a3BD89e',
|
|
3073
|
+
chainId: 56,
|
|
3074
|
+
decimals: 18,
|
|
3075
|
+
website: 'https://www.liquity.org/',
|
|
3076
|
+
description: 'LUSD is the USD-pegged stablecoin used to pay out loans on the Liquity protocol.',
|
|
3077
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x23e8a70534308a4AAF76fb8C32ec13d17a3BD89e.png',
|
|
3078
|
+
},
|
|
3079
|
+
SFP: {
|
|
3080
|
+
name: 'SafePal Token',
|
|
3081
|
+
symbol: 'SFP',
|
|
3082
|
+
oracleId: 'SFP',
|
|
3083
|
+
address: '0xD41FDb03Ba84762dD66a0af1a6C8540FF1ba5dfb',
|
|
3084
|
+
chainId: 56,
|
|
3085
|
+
decimals: 18,
|
|
3086
|
+
website: 'https://www.safepal.io/',
|
|
3087
|
+
description: 'SafePal is a cryptocurrency wallet launched in 2018 that helps users to protect and grow their digital assets.',
|
|
3088
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xd41fdb03ba84762dd66a0af1a6c8540ff1ba5dfb.png',
|
|
3089
|
+
},
|
|
3090
|
+
COMP: {
|
|
3091
|
+
name: 'Compound Finance',
|
|
3092
|
+
symbol: 'COMP',
|
|
3093
|
+
oracleId: 'COMP',
|
|
3094
|
+
address: '0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8',
|
|
3095
|
+
chainId: 56,
|
|
3096
|
+
decimals: 18,
|
|
3097
|
+
website: 'https://compound.finance/',
|
|
3098
|
+
description: 'Compound is a DeFi lending protocol that allows users to earn interest on their cryptocurrencies by depositing them into one of several pools supported by the platform.',
|
|
3099
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x52ce071bd9b1c4b00a0b92d298c512478cad67e8.png',
|
|
3100
|
+
},
|
|
3101
|
+
renBTC: {
|
|
3102
|
+
name: 'renBTC',
|
|
3103
|
+
symbol: 'renBTC',
|
|
3104
|
+
oracleId: 'renBTC',
|
|
3105
|
+
address: '0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c',
|
|
3106
|
+
chainId: 56,
|
|
3107
|
+
decimals: 8,
|
|
3108
|
+
website: 'https://renproject.io/',
|
|
3109
|
+
description: 'RenBTC is an ERC-20 token built on the Ethereum network, pegged to Bitcoin. This means that each RenBTC can be always redeemed for one Bitcoin, and hence tends to maintain its value at close to the Bitcoin market rate.',
|
|
3110
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png',
|
|
3111
|
+
},
|
|
3112
|
+
renDOGE: {
|
|
3113
|
+
name: 'renDOGE',
|
|
3114
|
+
symbol: 'renDOGE',
|
|
3115
|
+
oracleId: 'renDOGE',
|
|
3116
|
+
address: '0xc3fEd6eB39178A541D274e6Fc748d48f0Ca01CC3',
|
|
3117
|
+
chainId: 56,
|
|
3118
|
+
decimals: 8,
|
|
3119
|
+
website: 'https://renproject.io/',
|
|
3120
|
+
description: 'RenDOGE is an ERC-20 token built on the Ethereum network, pegged to Dogecoin. This means that each RenDoge can be always redeemed for one Dogecoin, and hence tends to maintain its value at close to the Dogecoin market rate.',
|
|
3121
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xc3fed6eb39178a541d274e6fc748d48f0ca01cc3.png',
|
|
3122
|
+
},
|
|
3123
|
+
anyMTLX: {
|
|
3124
|
+
name: 'anyMTLX',
|
|
3125
|
+
symbol: 'anyMTLX',
|
|
3126
|
+
oracleId: 'anyMTLX',
|
|
3127
|
+
address: '0x5921DEE8556c4593EeFCFad3CA5e2f618606483b',
|
|
3128
|
+
chainId: 56,
|
|
3129
|
+
decimals: 18,
|
|
3130
|
+
website: 'https://mettalex.com/',
|
|
3131
|
+
description: 'Mettalex is the first decentralised derivatives exchange (DEX) powered by Fetch.ai technology.',
|
|
3132
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x5921dee8556c4593eefcfad3ca5e2f618606483b.png',
|
|
3133
|
+
},
|
|
3134
|
+
BRY: {
|
|
3135
|
+
name: 'Berry',
|
|
3136
|
+
symbol: 'BRY',
|
|
3137
|
+
oracleId: 'BRY',
|
|
3138
|
+
address: '0xf859Bf77cBe8699013d6Dbc7C2b926Aaf307F830',
|
|
3139
|
+
chainId: 56,
|
|
3140
|
+
decimals: 18,
|
|
3141
|
+
website: 'https://berrydata.co/',
|
|
3142
|
+
description: 'Berry is a decentralized oracle network on the Binance Smart Chain.',
|
|
3143
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xf859Bf77cBe8699013d6Dbc7C2b926Aaf307F830.png',
|
|
3144
|
+
},
|
|
3145
|
+
DODO: {
|
|
3146
|
+
name: 'Dodo',
|
|
3147
|
+
symbol: 'DODO',
|
|
3148
|
+
oracleId: 'DODO',
|
|
3149
|
+
address: '0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2',
|
|
3150
|
+
chainId: 56,
|
|
3151
|
+
decimals: 18,
|
|
3152
|
+
website: 'https://dodoex.io/',
|
|
3153
|
+
description: 'DODO is a DeFi protocol decentralized finance (DeFi) protocol and on-chain liquidity provider whose unique proactive market maker (PMM) algorithm aims to offer better liquidity and price stability than automated market makers (AMM).',
|
|
3154
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x67ee3cb086f8a16f34bee3ca72fad36f7db929e2.png',
|
|
3155
|
+
},
|
|
3156
|
+
SUSHI: {
|
|
3157
|
+
name: 'Sushi',
|
|
3158
|
+
symbol: 'SUSHI',
|
|
3159
|
+
oracleId: 'SUSHI',
|
|
3160
|
+
address: '0x947950BcC74888a40Ffa2593C5798F11Fc9124C4',
|
|
3161
|
+
chainId: 56,
|
|
3162
|
+
decimals: 18,
|
|
3163
|
+
website: 'https://www.sushi.com/',
|
|
3164
|
+
description: 'Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.',
|
|
3165
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x947950bcc74888a40ffa2593c5798f11fc9124c4.png',
|
|
3166
|
+
},
|
|
3167
|
+
BOPEN: {
|
|
3168
|
+
name: 'OPEN Governance Token',
|
|
3169
|
+
symbol: 'BOPEN',
|
|
3170
|
+
oracleId: 'BOPEN',
|
|
3171
|
+
address: '0xF35262a9d427F96d2437379eF090db986eaE5d42',
|
|
3172
|
+
chainId: 56,
|
|
3173
|
+
decimals: 18,
|
|
3174
|
+
website: 'https://opendao.io/',
|
|
3175
|
+
description: 'The OPEN project is a toolkit to connect the real world to DEFI',
|
|
3176
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xF35262a9d427F96d2437379eF090db986eaE5d42.png',
|
|
3177
|
+
},
|
|
3178
|
+
BOR: {
|
|
3179
|
+
name: 'BoringDAO',
|
|
3180
|
+
symbol: 'BOR',
|
|
3181
|
+
oracleId: 'BOR',
|
|
3182
|
+
address: '0x92D7756c60dcfD4c689290E8A9F4d263b3b32241',
|
|
3183
|
+
chainId: 56,
|
|
3184
|
+
decimals: 18,
|
|
3185
|
+
website: 'https://www.boringdao.com/',
|
|
3186
|
+
description: 'BoringDAO deploys a series of decentralized bridges - or tunnels - which allow you to safely move your Bitcoin & other crypto assets between Ethereum & different blockchains to maximize utilization rate of crypto assets in DeFi world.',
|
|
3187
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x92d7756c60dcfd4c689290e8a9f4d263b3b32241.png',
|
|
3188
|
+
},
|
|
3189
|
+
renZEC: {
|
|
3190
|
+
name: 'renZEC',
|
|
3191
|
+
symbol: 'renZEC',
|
|
3192
|
+
oracleId: 'renZEC',
|
|
3193
|
+
address: '0x695FD30aF473F2960e81Dc9bA7cB67679d35EDb7',
|
|
3194
|
+
chainId: 56,
|
|
3195
|
+
decimals: 8,
|
|
3196
|
+
website: 'https://renproject.io/',
|
|
3197
|
+
description: 'RenZEC is an ERC-20 token built on the Ethereum network, pegged to ZCash. This means that each RenZEC can be always redeemed for one ZCash, and hence tends to maintain its value at close to the ZCash market rate.',
|
|
3198
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x695FD30aF473F2960e81Dc9bA7cB67679d35EDb7.png',
|
|
3199
|
+
},
|
|
3200
|
+
IOTX: {
|
|
3201
|
+
name: 'IoTeX',
|
|
3202
|
+
symbol: 'IOTX',
|
|
3203
|
+
oracleId: 'IOTX',
|
|
3204
|
+
address: '0x9678E42ceBEb63F23197D726B29b1CB20d0064E5',
|
|
3205
|
+
chainId: 56,
|
|
3206
|
+
decimals: 18,
|
|
3207
|
+
website: 'https://iotex.io/',
|
|
3208
|
+
description: 'IoTeX is an open ecosystem where people and machines can interact with guaranteed trust, free will, and under properly designed economic incentives.',
|
|
3209
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x9678e42cebeb63f23197d726b29b1cb20d0064e5.png',
|
|
3210
|
+
},
|
|
3211
|
+
XMARK: {
|
|
3212
|
+
name: 'xMARK',
|
|
3213
|
+
symbol: 'XMARK',
|
|
3214
|
+
oracleId: 'XMARK',
|
|
3215
|
+
address: '0x26A5dFab467d4f58fB266648CAe769503CEC9580',
|
|
3216
|
+
chainId: 56,
|
|
3217
|
+
decimals: 9,
|
|
3218
|
+
website: 'https://benchmarkprotocol.finance/',
|
|
3219
|
+
description: 'Benchmark Protocol is an elastic stablecoin-alternative bridging capital markets to DeFi.',
|
|
3220
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x26a5dfab467d4f58fb266648cae769503cec9580.png',
|
|
3221
|
+
},
|
|
3222
|
+
TPT: {
|
|
3223
|
+
name: 'TokenPocket',
|
|
3224
|
+
symbol: 'TPT',
|
|
3225
|
+
oracleId: 'TPT',
|
|
3226
|
+
address: '0xECa41281c24451168a37211F0bc2b8645AF45092',
|
|
3227
|
+
chainId: 56,
|
|
3228
|
+
decimals: 4,
|
|
3229
|
+
website: 'https://tokenpocket.pro/',
|
|
3230
|
+
description: 'TPT is an applicational token representing TokenPocket users and developers’ rights in the TP ecosystem.',
|
|
3231
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xeca41281c24451168a37211f0bc2b8645af45092.png',
|
|
3232
|
+
},
|
|
3233
|
+
WATCH: {
|
|
3234
|
+
name: 'Yieldwatch',
|
|
3235
|
+
symbol: 'WATCH',
|
|
3236
|
+
oracleId: 'WATCH',
|
|
3237
|
+
address: '0x7A9f28EB62C791422Aa23CeAE1dA9C847cBeC9b0',
|
|
3238
|
+
chainId: 56,
|
|
3239
|
+
decimals: 18,
|
|
3240
|
+
website: 'https://www.yieldwatch.net/',
|
|
3241
|
+
description: 'Yieldwatch.net is a smart yield farming dashboard that lets you monitor your liquidity pools, yield farming and token staking performance with a casual and sleek UI, which is optimised for mobile use.',
|
|
3242
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x7a9f28eb62c791422aa23ceae1da9c847cbec9b0.png',
|
|
3243
|
+
},
|
|
3244
|
+
DEXE: {
|
|
3245
|
+
name: 'DeXe',
|
|
3246
|
+
symbol: 'DEXE',
|
|
3247
|
+
oracleId: 'DEXE',
|
|
3248
|
+
address: '0x039cB485212f996A9DBb85A9a75d898F94d38dA6',
|
|
3249
|
+
chainId: 56,
|
|
3250
|
+
decimals: 18,
|
|
3251
|
+
website: 'https://dexe.network/',
|
|
3252
|
+
description: 'Dexe is a decentralized social trading platform designed to copy the best traders strategies.',
|
|
3253
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x039cb485212f996a9dbb85a9a75d898f94d38da6.png',
|
|
3254
|
+
},
|
|
3255
|
+
RAMP: {
|
|
3256
|
+
name: 'Ramp DEFI',
|
|
3257
|
+
symbol: 'RAMP',
|
|
3258
|
+
oracleId: 'RAMP',
|
|
3259
|
+
address: '0x8519EA49c997f50cefFa444d240fB655e89248Aa',
|
|
3260
|
+
chainId: 56,
|
|
3261
|
+
decimals: 18,
|
|
3262
|
+
website: 'https://www.rampdefi.com/',
|
|
3263
|
+
description: 'RAMP DeFi is a multi-chain DeFi protocol that helps asset owners achieve capital efficiency by offering a powerful and comprehensive solution to multi-task users’ crypto-assets, maximizing the value and returns.',
|
|
3264
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x8519ea49c997f50ceffa444d240fb655e89248aa.png',
|
|
3265
|
+
},
|
|
3266
|
+
BELT: {
|
|
3267
|
+
name: 'Belt',
|
|
3268
|
+
symbol: 'BELT',
|
|
3269
|
+
oracleId: 'BELT',
|
|
3270
|
+
address: '0xE0e514c71282b6f4e823703a39374Cf58dc3eA4f',
|
|
3271
|
+
chainId: 56,
|
|
3272
|
+
decimals: 18,
|
|
3273
|
+
website: 'https://belt.fi/bsc',
|
|
3274
|
+
description: 'Belt.fi is a protocol that allows users to retain the stability of their asset positions and get maximum yields with minimal risk, including automated vault compounding and yield optimization strategies.',
|
|
3275
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xE0e514c71282b6f4e823703a39374Cf58dc3eA4f.png',
|
|
3276
|
+
},
|
|
3277
|
+
BAT: {
|
|
3278
|
+
name: 'Basic Attention Token',
|
|
3279
|
+
symbol: 'BAT',
|
|
3280
|
+
oracleId: 'BAT',
|
|
3281
|
+
address: '0x101d82428437127bF1608F699CD651e6Abf9766E',
|
|
3282
|
+
chainId: 56,
|
|
3283
|
+
decimals: 18,
|
|
3284
|
+
website: 'https://basicattentiontoken.org/',
|
|
3285
|
+
description: 'Basic Attention Token, or BAT, is the token that powers a new blockchain-based digital advertising platform designed to fairly reward users for their attention, while providing advertisers with a better return on their ad spend.',
|
|
3286
|
+
bridge: 'binance-peg',
|
|
3287
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x101d82428437127bf1608f699cd651e6abf9766e.png',
|
|
3288
|
+
},
|
|
3289
|
+
BUX: {
|
|
3290
|
+
name: 'BUX',
|
|
3291
|
+
symbol: 'BUX',
|
|
3292
|
+
oracleId: 'BUX',
|
|
3293
|
+
address: '0x211FfbE424b90e25a15531ca322adF1559779E45',
|
|
3294
|
+
chainId: 56,
|
|
3295
|
+
decimals: 18,
|
|
3296
|
+
website: 'https://bux-c.com/',
|
|
3297
|
+
description: 'The BUX Token (BUX) is a Binance Smart Chain powered BEP20 utility token that can be used on the BUX Crypto platform to trade with 0% commission and access premium features.',
|
|
3298
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x211ffbe424b90e25a15531ca322adf1559779e45.png',
|
|
3299
|
+
},
|
|
3300
|
+
ALICE: {
|
|
3301
|
+
name: 'My Neigbor Alice',
|
|
3302
|
+
symbol: 'ALICE',
|
|
3303
|
+
oracleId: 'ALICE',
|
|
3304
|
+
address: '0xAC51066d7bEC65Dc4589368da368b212745d63E8',
|
|
3305
|
+
chainId: 56,
|
|
3306
|
+
decimals: 6,
|
|
3307
|
+
website: 'https://www.myneighboralice.com/',
|
|
3308
|
+
description: 'My Neighbor Alice is a multiplayer builder game, where anyone can buy and own virtual islands, collect and build exciting items and meet new friends.',
|
|
3309
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xac51066d7bec65dc4589368da368b212745d63e8.png',
|
|
3310
|
+
},
|
|
3311
|
+
BUNNY: {
|
|
3312
|
+
name: 'Pancake Bunny',
|
|
3313
|
+
symbol: 'BUNNY',
|
|
3314
|
+
oracleId: 'BUNNY',
|
|
3315
|
+
address: '0xC9849E6fdB743d08fAeE3E34dd2D1bc69EA11a51',
|
|
3316
|
+
chainId: 56,
|
|
3317
|
+
decimals: 18,
|
|
3318
|
+
website: 'https://pancakebunny.finance/',
|
|
3319
|
+
description: 'PancakeBunny is a decentralized finance (DeFi) yield aggregator and optimizer for the Binance Smart Chain.',
|
|
3320
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xc9849e6fdb743d08faee3e34dd2d1bc69ea11a51.png',
|
|
3321
|
+
},
|
|
3322
|
+
COS: {
|
|
3323
|
+
name: 'Contentos',
|
|
3324
|
+
symbol: 'COS',
|
|
3325
|
+
oracleId: 'COS',
|
|
3326
|
+
address: '0x96Dd399F9c3AFda1F194182F71600F1B65946501',
|
|
3327
|
+
chainId: 56,
|
|
3328
|
+
decimals: 18,
|
|
3329
|
+
website: 'https://www.contentos.io/',
|
|
3330
|
+
description: 'The vision of Contentos is to build a "decentralized digital content community that allows content to be freely produced, distributed, rewarded, and traded, while protecting author rights".',
|
|
3331
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x96dd399f9c3afda1f194182f71600f1b65946501.png',
|
|
3332
|
+
},
|
|
3333
|
+
ALPACA: {
|
|
3334
|
+
name: 'Alpaca',
|
|
3335
|
+
symbol: 'ALPACA',
|
|
3336
|
+
oracleId: 'ALPACA',
|
|
3337
|
+
address: '0x8F0528cE5eF7B51152A59745bEfDD91D97091d2F',
|
|
3338
|
+
chainId: 56,
|
|
3339
|
+
decimals: 18,
|
|
3340
|
+
website: 'https://www.alpacafinance.org/',
|
|
3341
|
+
description: 'Alpaca Finance helps lenders earn safe and stable yields, and offers borrowers undercollateralized loans for leveraged yield farming positions, vastly multiplying their farming principals and resulting profits.',
|
|
3342
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x8f0528ce5ef7b51152a59745befdd91d97091d2f.png',
|
|
3343
|
+
},
|
|
3344
|
+
DUSK: {
|
|
3345
|
+
name: 'Dusk',
|
|
3346
|
+
symbol: 'DUSK',
|
|
3347
|
+
oracleId: 'DUSK',
|
|
3348
|
+
address: '0xB2BD0749DBE21f623d9BABa856D3B0f0e1BFEc9C',
|
|
3349
|
+
chainId: 56,
|
|
3350
|
+
decimals: 18,
|
|
3351
|
+
website: 'https://dusk.network/',
|
|
3352
|
+
description: 'Dusk Network is technology for securities. An open source and secure blockchain (DLT) infrastructure that businesses use to tokenize financial instruments and automate costly processes.',
|
|
3353
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xb2bd0749dbe21f623d9baba856d3b0f0e1bfec9c.png',
|
|
3354
|
+
},
|
|
3355
|
+
bDIGG: {
|
|
3356
|
+
name: 'bDIGG',
|
|
3357
|
+
symbol: 'bDIGG',
|
|
3358
|
+
oracleId: 'bDIGG',
|
|
3359
|
+
address: '0x5986D5c77c65e5801a5cAa4fAE80089f870A71dA',
|
|
3360
|
+
chainId: 56,
|
|
3361
|
+
decimals: 18,
|
|
3362
|
+
website: 'https://badger.finance/',
|
|
3363
|
+
description: 'An elastic BTC-pegged token governed by the Badger DAO.',
|
|
3364
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x5986d5c77c65e5801a5caa4fae80089f870a71da.png',
|
|
3365
|
+
},
|
|
3366
|
+
bBADGER: {
|
|
3367
|
+
name: 'bBADGER',
|
|
3368
|
+
symbol: 'bBADGER',
|
|
3369
|
+
oracleId: 'bBADGER',
|
|
3370
|
+
address: '0x1F7216fdB338247512Ec99715587bb97BBf96eae',
|
|
3371
|
+
chainId: 56,
|
|
3372
|
+
decimals: 18,
|
|
3373
|
+
website: 'https://badger.finance/',
|
|
3374
|
+
description: 'Badger DAO is an open-source, decentralized automated organization that is dedicated to building products and infrastructure of simplifying the use of Bitcoin (BTC) as collateral across many smart contract platforms.',
|
|
3375
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x1f7216fdb338247512ec99715587bb97bbf96eae.png',
|
|
3376
|
+
},
|
|
3377
|
+
pBTC: {
|
|
3378
|
+
name: 'pBTC',
|
|
3379
|
+
symbol: 'pBTC',
|
|
3380
|
+
oracleId: 'pBTC',
|
|
3381
|
+
address: '0xeD28A457A5A76596ac48d87C0f577020F6Ea1c4C',
|
|
3382
|
+
chainId: 56,
|
|
3383
|
+
decimals: 18,
|
|
3384
|
+
website: 'https://p.network/',
|
|
3385
|
+
description: 'pBTC is a 1:1 pegged ERC777 Bitcoin representation on Ethereum.',
|
|
3386
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xed28a457a5a76596ac48d87c0f577020f6ea1c4c.png',
|
|
3387
|
+
},
|
|
3388
|
+
MIR: {
|
|
3389
|
+
name: 'Mirror Finance',
|
|
3390
|
+
symbol: 'MIR',
|
|
3391
|
+
oracleId: 'MIR',
|
|
3392
|
+
address: '0x5B6DcF557E2aBE2323c48445E8CC948910d8c2c9',
|
|
3393
|
+
chainId: 56,
|
|
3394
|
+
decimals: 18,
|
|
3395
|
+
website: 'https://mirror.finance/',
|
|
3396
|
+
description: 'MIR is the governance token of Mirror Protocol, a synthetic assets protocol built by Terraform Labs (TFL) on the Terra blockchain.',
|
|
3397
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x5b6dcf557e2abe2323c48445e8cc948910d8c2c9.png',
|
|
3398
|
+
},
|
|
3399
|
+
ZIL: {
|
|
3400
|
+
name: 'Zilliqa',
|
|
3401
|
+
symbol: 'ZIL',
|
|
3402
|
+
oracleId: 'ZIL',
|
|
3403
|
+
address: '0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787',
|
|
3404
|
+
chainId: 56,
|
|
3405
|
+
decimals: 12,
|
|
3406
|
+
website: 'https://www.zilliqa.com/',
|
|
3407
|
+
description: 'Zilliqa is mainly based on the concept of Sharding and primarily aims at improving the scalability of the cryptocurrency networks as in case of Bitcoin or Ethereum.',
|
|
3408
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xb86abcb37c3a4b64f74f59301aff131a1becc787.png',
|
|
3409
|
+
},
|
|
3410
|
+
SWTH: {
|
|
3411
|
+
name: 'Switcheo',
|
|
3412
|
+
symbol: 'SWTH',
|
|
3413
|
+
oracleId: 'SWTH',
|
|
3414
|
+
address: '0x250b211EE44459dAd5Cd3bCa803dD6a7EcB5d46C',
|
|
3415
|
+
chainId: 56,
|
|
3416
|
+
decimals: 8,
|
|
3417
|
+
website: 'https://switcheo.org/',
|
|
3418
|
+
description: 'SWTH is the native token of Switcheo, a decentralized exchange based in Singapore.',
|
|
3419
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x250b211EE44459dAd5Cd3bCa803dD6a7EcB5d46C.png',
|
|
3420
|
+
},
|
|
3421
|
+
EPS: {
|
|
3422
|
+
name: 'Ellipsis',
|
|
3423
|
+
symbol: 'EPS',
|
|
3424
|
+
oracleId: 'EPS',
|
|
3425
|
+
address: '0xA7f552078dcC247C2684336020c03648500C6d9F',
|
|
3426
|
+
chainId: 56,
|
|
3427
|
+
decimals: 18,
|
|
3428
|
+
website: 'https://ellipsis.finance/',
|
|
3429
|
+
description: 'Ellipsis protocol enables extremely efficient stable coin exchanges.',
|
|
3430
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xa7f552078dcc247c2684336020c03648500c6d9f.png',
|
|
3431
|
+
},
|
|
3432
|
+
DFT: {
|
|
3433
|
+
name: 'DFuture',
|
|
3434
|
+
symbol: 'DFT',
|
|
3435
|
+
oracleId: 'DFT',
|
|
3436
|
+
address: '0x42712dF5009c20fee340B245b510c0395896cF6e',
|
|
3437
|
+
chainId: 56,
|
|
3438
|
+
decimals: 18,
|
|
3439
|
+
website: 'https://dfuture.com/',
|
|
3440
|
+
description: 'Dfuture is a decentralization futures trading platform that revolutionizes the existing trading model, so that traders, LP and arbitrageurs can have a fairer, safer and more profitable trading environment.',
|
|
3441
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x42712dF5009c20fee340B245b510c0395896cF6e.png',
|
|
3442
|
+
},
|
|
3443
|
+
GUM: {
|
|
3444
|
+
name: 'Gourmet Galaxy',
|
|
3445
|
+
symbol: 'GUM',
|
|
3446
|
+
oracleId: 'GUM',
|
|
3447
|
+
address: '0xc53708664b99DF348dd27C3Ac0759d2DA9c40462',
|
|
3448
|
+
chainId: 56,
|
|
3449
|
+
decimals: 18,
|
|
3450
|
+
website: 'https://gourmetgalaxy.io/',
|
|
3451
|
+
description: 'Gourmet Galaxy is an innovative Yield Farming platform, a combination of DeFi and NFTs in a gaming experience.',
|
|
3452
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xc53708664b99DF348dd27C3Ac0759d2DA9c40462.png',
|
|
3453
|
+
},
|
|
3454
|
+
ONE: {
|
|
3455
|
+
name: 'Harmony One',
|
|
3456
|
+
symbol: 'ONE',
|
|
3457
|
+
oracleId: 'ONE',
|
|
3458
|
+
address: '0x03fF0ff224f904be3118461335064bB48Df47938',
|
|
3459
|
+
chainId: 56,
|
|
3460
|
+
decimals: 18,
|
|
3461
|
+
website: 'https://www.harmony.one/',
|
|
3462
|
+
description: 'Harmony is a blockchain platform designed to facilitate the creation and use of decentralized applications (DApps). The network aims to innovate the way decentralized applications work by focusing on random state sharding, which allows creating blocks in seconds.',
|
|
3463
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x03ff0ff224f904be3118461335064bb48df47938.png',
|
|
3464
|
+
},
|
|
3465
|
+
EASY: {
|
|
3466
|
+
name: 'Easyfi Network',
|
|
3467
|
+
symbol: 'EASY',
|
|
3468
|
+
oracleId: 'EASY',
|
|
3469
|
+
address: '0x7C17c8bED8d14bAccE824D020f994F4880D6Ab3B',
|
|
3470
|
+
chainId: 56,
|
|
3471
|
+
decimals: 18,
|
|
3472
|
+
website: 'https://easyfi.network/',
|
|
3473
|
+
description: 'EasyFi is a multi chain layer 2 money markets with structured lending products to accelerate liquidity deployment at remarkably lowest cost & unimaginable fast speed.',
|
|
3474
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x7c17c8bed8d14bacce824d020f994f4880d6ab3b.png',
|
|
3475
|
+
},
|
|
3476
|
+
SAFEMOON: {
|
|
3477
|
+
name: 'SafeMoon',
|
|
3478
|
+
symbol: 'SAFEMOON',
|
|
3479
|
+
oracleId: 'SAFEMOON',
|
|
3480
|
+
address: '0x8076C74C5e3F5852037F31Ff0093Eeb8c8ADd8D3',
|
|
3481
|
+
chainId: 56,
|
|
3482
|
+
decimals: 9,
|
|
3483
|
+
website: 'https://safemoon.net/',
|
|
3484
|
+
description: 'The SafeMoon Protocol is a community driven, fair launched DeFi Token. Three simple functions occur during each trade: Reflection, LP Acquisition, and Burn.',
|
|
3485
|
+
logoURI: 'https://assets.trustwalletapp.com/blockchains/smartchain/assets/0x8076C74C5e3F5852037F31Ff0093Eeb8c8ADd8D3/logo.png',
|
|
3486
|
+
},
|
|
3487
|
+
ODDZ: {
|
|
3488
|
+
name: 'Oddz',
|
|
3489
|
+
symbol: 'ODDZ',
|
|
3490
|
+
oracleId: 'ODDZ',
|
|
3491
|
+
address: '0xCD40F2670CF58720b694968698A5514e924F742d',
|
|
3492
|
+
chainId: 56,
|
|
3493
|
+
decimals: 18,
|
|
3494
|
+
website: 'https://oddz.fi/',
|
|
3495
|
+
description: 'Oddz is the Multi-chain options trading platform on Binance Smart Chain, Polkadot & Ethereum.',
|
|
3496
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xcd40f2670cf58720b694968698a5514e924f742d.png',
|
|
3497
|
+
},
|
|
3498
|
+
APYS: {
|
|
3499
|
+
name: 'APYSwap',
|
|
3500
|
+
symbol: 'APYS',
|
|
3501
|
+
oracleId: 'APYS',
|
|
3502
|
+
address: '0x37dfACfaeDA801437Ff648A1559d73f4C40aAcb7',
|
|
3503
|
+
chainId: 56,
|
|
3504
|
+
decimals: 18,
|
|
3505
|
+
website: 'https://apyswap.com/',
|
|
3506
|
+
description: 'ApySwap is a single point of entry for all the most popular and profitable services from such blockchains as Ethereum, Polkadot, Binance Smart Chain, HECO, Tezos, Solana and others.',
|
|
3507
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x37dfACfaeDA801437Ff648A1559d73f4C40aAcb7.png',
|
|
3508
|
+
},
|
|
3509
|
+
TKO: {
|
|
3510
|
+
name: 'TokoCrypto',
|
|
3511
|
+
symbol: 'TKO',
|
|
3512
|
+
oracleId: 'TKO',
|
|
3513
|
+
address: '0x9f589e3eabe42ebC94A44727b3f3531C0c877809',
|
|
3514
|
+
chainId: 56,
|
|
3515
|
+
decimals: 18,
|
|
3516
|
+
website: 'https://www.tokocrypto.com/',
|
|
3517
|
+
description: 'The token serves several purposes on the Tokocrypto blockchain platform and allows users to participate in crypto exchanges, deposit and savings programs, cross-platform DeFi applications, and NFT marketplaces.',
|
|
3518
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x9f589e3eabe42ebc94a44727b3f3531c0c877809.png',
|
|
3519
|
+
},
|
|
3520
|
+
ITAM: {
|
|
3521
|
+
name: 'Itam',
|
|
3522
|
+
symbol: 'ITAM',
|
|
3523
|
+
oracleId: 'ITAM',
|
|
3524
|
+
address: '0x04C747b40Be4D535fC83D09939fb0f626F32800B',
|
|
3525
|
+
chainId: 56,
|
|
3526
|
+
decimals: 18,
|
|
3527
|
+
website: 'https://itam.network/',
|
|
3528
|
+
description: 'The project claims to support game developers with blockchain technology and provide an easy way for existing games to be integrated with blockchain.',
|
|
3529
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x04c747b40be4d535fc83d09939fb0f626f32800b.png',
|
|
3530
|
+
},
|
|
3531
|
+
ARPA: {
|
|
3532
|
+
name: 'ARPA',
|
|
3533
|
+
symbol: 'ARPA',
|
|
3534
|
+
oracleId: 'ARPA',
|
|
3535
|
+
address: '0x6F769E65c14Ebd1f68817F5f1DcDb61Cfa2D6f7e',
|
|
3536
|
+
chainId: 56,
|
|
3537
|
+
decimals: 18,
|
|
3538
|
+
website: 'https://arpachain.io/',
|
|
3539
|
+
description: 'ARPA is a blockchain-based layer 2 solution for privacy-preserving computation, enabled by Multi-Party Computation (“MPC”).',
|
|
3540
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x6f769e65c14ebd1f68817f5f1dcdb61cfa2d6f7e.png',
|
|
3541
|
+
},
|
|
3542
|
+
JGN: {
|
|
3543
|
+
name: 'Juggernaut Finance',
|
|
3544
|
+
symbol: 'JGN',
|
|
3545
|
+
oracleId: 'JGN',
|
|
3546
|
+
address: '0xC13B7a43223BB9Bf4B69BD68Ab20ca1B79d81C75',
|
|
3547
|
+
chainId: 56,
|
|
3548
|
+
decimals: 18,
|
|
3549
|
+
website: 'https://jgndefi.com/',
|
|
3550
|
+
description: 'JGN is described to be an unstoppable commerce network that offers custom synthetic DeFi assets to fit any business use case.',
|
|
3551
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xc13b7a43223bb9bf4b69bd68ab20ca1b79d81c75.png',
|
|
3552
|
+
},
|
|
3553
|
+
TLM: {
|
|
3554
|
+
name: 'Alien Worlds',
|
|
3555
|
+
symbol: 'TLM',
|
|
3556
|
+
oracleId: 'TLM',
|
|
3557
|
+
address: '0x2222227E22102Fe3322098e4CBfE18cFebD57c95',
|
|
3558
|
+
chainId: 56,
|
|
3559
|
+
decimals: 4,
|
|
3560
|
+
website: 'https://alienworlds.io/',
|
|
3561
|
+
description: 'Alien Worlds is a game where you can earn Trilium (TLM) for mining and have a chance to mine an NFT game card each time you mine.',
|
|
3562
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x2222227e22102fe3322098e4cbfe18cfebd57c95.png',
|
|
3563
|
+
},
|
|
3564
|
+
ALPA: {
|
|
3565
|
+
name: 'AlpaToken',
|
|
3566
|
+
symbol: 'ALPA',
|
|
3567
|
+
oracleId: 'ALPA',
|
|
3568
|
+
address: '0xc5E6689C9c8B02be7C49912Ef19e79cF24977f03',
|
|
3569
|
+
chainId: 56,
|
|
3570
|
+
decimals: 18,
|
|
3571
|
+
website: 'https://bsc.alpaca.city/',
|
|
3572
|
+
description: 'Alpaca City is endeavoring to create a more accessible DeFi ecosystem by combining the power of yield farming and NFT.',
|
|
3573
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xc5e6689c9c8b02be7c49912ef19e79cf24977f03.png',
|
|
3574
|
+
},
|
|
3575
|
+
HZN: {
|
|
3576
|
+
name: 'Horizon Protocol',
|
|
3577
|
+
symbol: 'HZN',
|
|
3578
|
+
oracleId: 'HZN',
|
|
3579
|
+
address: '0xC0eFf7749b125444953ef89682201Fb8c6A917CD',
|
|
3580
|
+
chainId: 56,
|
|
3581
|
+
decimals: 18,
|
|
3582
|
+
website: 'https://horizonprotocol.com/',
|
|
3583
|
+
description: 'Horizon protocol is a defi platform facilitating the creation of on-chain synthetic assets representing the real economy.',
|
|
3584
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xC0eFf7749b125444953ef89682201Fb8c6A917CD.png',
|
|
3585
|
+
},
|
|
3586
|
+
QKC: {
|
|
3587
|
+
name: 'QuarkChain Token',
|
|
3588
|
+
symbol: 'QKC',
|
|
3589
|
+
oracleId: 'QKC',
|
|
3590
|
+
address: '0xA1434F1FC3F437fa33F7a781E041961C0205B5Da',
|
|
3591
|
+
chainId: 56,
|
|
3592
|
+
decimals: 18,
|
|
3593
|
+
website: 'https://quarkchain.io/',
|
|
3594
|
+
description: 'QuarkChain is a flexible, scalable, and user-oriented blockchain infrastructure by using blockchain sharding technology.',
|
|
3595
|
+
logoURI: '',
|
|
3596
|
+
},
|
|
3597
|
+
BCFX: {
|
|
3598
|
+
name: 'BSC Conflux',
|
|
3599
|
+
symbol: 'BCFX',
|
|
3600
|
+
oracleId: 'BCFX',
|
|
3601
|
+
address: '0x045c4324039dA91c52C55DF5D785385Aab073DcF',
|
|
3602
|
+
chainId: 56,
|
|
3603
|
+
decimals: 18,
|
|
3604
|
+
website: 'https://www.confluxnetwork.org/',
|
|
3605
|
+
description: 'Conflux Network enables the secure and interoperable flow of assets and data to create an internet of value for all.',
|
|
3606
|
+
logoURI: 'https://bscscan.com/token/images/conflux_32.png',
|
|
3607
|
+
},
|
|
3608
|
+
'AMPL-BSC-mp': {
|
|
3609
|
+
name: 'Ample BSC (BRG Meter Passport)',
|
|
3610
|
+
symbol: 'AMPL-BSC-mp',
|
|
3611
|
+
oracleId: 'AMPL-BSC-mp',
|
|
3612
|
+
address: '0xDB021b1B247fe2F1fa57e0A87C748Cc1E321F07F',
|
|
3613
|
+
chainId: 56,
|
|
3614
|
+
decimals: 9,
|
|
3615
|
+
website: 'https://www.ampleforth.org/',
|
|
3616
|
+
description: 'AMPL is a cryptocurrency and financial building-block. Much like Bitcoin, it is algorithmic and uncollateralized. However unlike Bitcoin, AMPL can be used to denominate stable contracts.',
|
|
3617
|
+
logoURI: '',
|
|
3618
|
+
},
|
|
3619
|
+
dBTC: {
|
|
3620
|
+
name: 'Diamond-Peg BTC',
|
|
3621
|
+
symbol: 'dBTC',
|
|
3622
|
+
oracleId: 'dBTC',
|
|
3623
|
+
address: '0x6b77F51d4C474EFB15b72B829e6a0806bbc33724',
|
|
3624
|
+
chainId: 56,
|
|
3625
|
+
decimals: 18,
|
|
3626
|
+
website: 'https://diamondhand.fi/',
|
|
3627
|
+
description: 'dBTC is a synthetic token pegged to BTC developed by Diamonhand.fi.',
|
|
3628
|
+
logoURI: 'https://app.iron.finance/static/media/DBTC.2bb24d53.png',
|
|
3629
|
+
},
|
|
3630
|
+
dBNB: {
|
|
3631
|
+
name: 'Diamond-Peg BNB',
|
|
3632
|
+
symbol: 'dBNB',
|
|
3633
|
+
oracleId: 'dBNB',
|
|
3634
|
+
address: '0x4101fe75F547A65F6BB054A35F027c16562a45C3',
|
|
3635
|
+
chainId: 56,
|
|
3636
|
+
decimals: 18,
|
|
3637
|
+
website: 'https://diamondhand.fi/',
|
|
3638
|
+
description: 'dBNB is a synthetic token pegged to BNB developed by Diamonhand.fi.',
|
|
3639
|
+
logoURI: 'https://app.iron.finance/static/media/DBNB.57de3f13.png',
|
|
3640
|
+
},
|
|
3641
|
+
dETH: {
|
|
3642
|
+
name: 'Diamond-Peg ETH',
|
|
3643
|
+
symbol: 'dETH',
|
|
3644
|
+
oracleId: 'dETH',
|
|
3645
|
+
address: '0xf633DEb2452918FA5248070C1986BE7a3895F3fC',
|
|
3646
|
+
chainId: 56,
|
|
3647
|
+
decimals: 18,
|
|
3648
|
+
website: 'https://diamondhand.fi/',
|
|
3649
|
+
description: 'dETH is a synthetic token pegged to ETH developed by Diamonhand.fi.',
|
|
3650
|
+
logoURI: 'https://app.iron.finance/static/media/DETH.4802e6eb.png',
|
|
3651
|
+
},
|
|
3652
|
+
dADA: {
|
|
3653
|
+
name: 'Diamond-Peg ADA',
|
|
3654
|
+
symbol: 'dADA',
|
|
3655
|
+
oracleId: 'dADA',
|
|
3656
|
+
address: '0x68169d96a20dFe968B0fe714578969118c08484A',
|
|
3657
|
+
chainId: 56,
|
|
3658
|
+
decimals: 18,
|
|
3659
|
+
website: 'https://diamondhand.fi/',
|
|
3660
|
+
description: 'dADA is a synthetic token pegged to ADA developed by Diamonhand.fi.',
|
|
3661
|
+
logoURI: 'https://app.iron.finance/static/media/DADA.d9b1a86c.png',
|
|
3662
|
+
},
|
|
3663
|
+
dDOT: {
|
|
3664
|
+
name: 'Diamond-Peg DOT',
|
|
3665
|
+
symbol: 'dDOT',
|
|
3666
|
+
oracleId: 'dDOT',
|
|
3667
|
+
address: '0x3E3434F57ADF4e07Dc2d75c6F109c20Ac96a1557',
|
|
3668
|
+
chainId: 56,
|
|
3669
|
+
decimals: 18,
|
|
3670
|
+
website: 'https://diamondhand.fi/',
|
|
3671
|
+
description: 'dDOT is a synthetic token pegged to DOT developed by Diamonhand.fi.',
|
|
3672
|
+
logoURI: '',
|
|
3673
|
+
},
|
|
3674
|
+
KROWN: {
|
|
3675
|
+
name: 'Krown',
|
|
3676
|
+
symbol: 'KRW',
|
|
3677
|
+
oracleId: 'KRW',
|
|
3678
|
+
address: '0x1446f3CEdf4d86a9399E49f7937766E6De2A3AAB',
|
|
3679
|
+
chainId: 56,
|
|
3680
|
+
decimals: 18,
|
|
3681
|
+
website: 'https://kingdefi.io/',
|
|
3682
|
+
description: 'KingDeFi is a DeFi project combining two main areas: analytics and monitoring where they provide a market overview, liquidity pool search engine and portfolio tracking to users and farming as they are a yield optimizer project on BSC and Solana.',
|
|
3683
|
+
logoURI: 'https://kingdefi.io/assets/images/KRW@2x.png',
|
|
3684
|
+
},
|
|
3685
|
+
CARROT: {
|
|
3686
|
+
name: 'CARROT',
|
|
3687
|
+
symbol: 'CARROT',
|
|
3688
|
+
oracleId: 'CARROT',
|
|
3689
|
+
address: '0xA5043373edC09f3f7d87Fe35CA933e0a7B59D005',
|
|
3690
|
+
chainId: 56,
|
|
3691
|
+
decimals: 18,
|
|
3692
|
+
logoURI: 'https://mdex.co/token-icons/bsc/0xa5043373edc09f3f7d87fe35ca933e0a7b59d005.png',
|
|
3693
|
+
description: 'Rabbit Finance is a cross-chain leveraged lending protocol, allowing users to multiply (like Rabbits 🐰🐰🐰) their funds up to 9x, thereby maximizing interest and liquidity farming yields.',
|
|
3694
|
+
website: 'https://rabbitfinance.io/',
|
|
3695
|
+
},
|
|
3696
|
+
PERA: {
|
|
3697
|
+
name: 'PERA',
|
|
3698
|
+
symbol: 'PERA',
|
|
3699
|
+
oracleId: 'PERA',
|
|
3700
|
+
address: '0xb9D8592E16A9c1a3AE6021CDDb324EaC1Cbc70d6',
|
|
3701
|
+
chainId: 56,
|
|
3702
|
+
decimals: 18,
|
|
3703
|
+
logoURI: 'https://app.pera.finance/logo-full.png',
|
|
3704
|
+
description: "Pera Finance is a DeFi platform where traders, liquidity providers and holders yield farm together through the DeFi's first decentralized trading competition.",
|
|
3705
|
+
website: 'https://app.pera.finance/',
|
|
3706
|
+
},
|
|
3707
|
+
HERO: {
|
|
3708
|
+
name: 'FarmHero HERO',
|
|
3709
|
+
symbol: 'HERO',
|
|
3710
|
+
oracleId: 'HERO',
|
|
3711
|
+
address: '0x9B26e16377ad29A6CCC01770bcfB56DE3A36d8b2',
|
|
3712
|
+
chainId: 56,
|
|
3713
|
+
decimals: 18,
|
|
3714
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/10620.png',
|
|
3715
|
+
description: 'FarmHero.io is a novel protocol that mixes NFT, gaming and DEFI concepts.',
|
|
3716
|
+
website: 'https://bsc.farmhero.io/',
|
|
3717
|
+
},
|
|
3718
|
+
NFT: {
|
|
3719
|
+
name: 'APENFT',
|
|
3720
|
+
symbol: 'NFT',
|
|
3721
|
+
oracleId: 'NFT',
|
|
3722
|
+
address: '0x1fC9004eC7E5722891f5f38baE7678efCB11d34D',
|
|
3723
|
+
chainId: 56,
|
|
3724
|
+
decimals: 6,
|
|
3725
|
+
logoURI: 'https://www.apenft.org/img/logo.svg',
|
|
3726
|
+
description: 'APENFT GALLERY ART FOR EVERYONE',
|
|
3727
|
+
website: 'https://www.apenft.org/',
|
|
3728
|
+
},
|
|
3729
|
+
MCB: {
|
|
3730
|
+
name: 'MCDEX Token',
|
|
3731
|
+
symbol: 'MCB',
|
|
3732
|
+
oracleId: 'MCB',
|
|
3733
|
+
address: '0x5fE80d2CD054645b9419657d3d10d26391780A7B',
|
|
3734
|
+
chainId: 56,
|
|
3735
|
+
decimals: 18,
|
|
3736
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x5fE80d2CD054645b9419657d3d10d26391780A7B.svg',
|
|
3737
|
+
website: 'https://mcdex.io/homepage/',
|
|
3738
|
+
description: 'MCDEX is the first fully-permissionless DEX for trading perpetual contracts, powered by MCDEXs revolutionary AMM technology',
|
|
3739
|
+
},
|
|
3740
|
+
RPG: {
|
|
3741
|
+
name: 'Rangers Protocol Gas',
|
|
3742
|
+
symbol: 'RPG',
|
|
3743
|
+
oracleId: 'RPG',
|
|
3744
|
+
address: '0xc2098a8938119A52B1F7661893c0153A6CB116d5',
|
|
3745
|
+
chainId: 56,
|
|
3746
|
+
decimals: 18,
|
|
3747
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xc2098a8938119A52B1F7661893c0153A6CB116d5.svg',
|
|
3748
|
+
website: 'https://rangersprotocol.com/',
|
|
3749
|
+
description: 'Rangers Protocol can realize a high-performance blockchain group with cross-chain contract interoperability among the EVM systems of multiple blockchains.',
|
|
3750
|
+
},
|
|
3751
|
+
LAZIO: {
|
|
3752
|
+
name: 'FC Lazio Fan Token',
|
|
3753
|
+
symbol: 'LAZIO',
|
|
3754
|
+
oracleId: 'LAZIO',
|
|
3755
|
+
address: '0x77d547256A2cD95F32F67aE0313E450Ac200648d',
|
|
3756
|
+
chainId: 56,
|
|
3757
|
+
decimals: 8,
|
|
3758
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x77d547256A2cD95F32F67aE0313E450Ac200648d.svg',
|
|
3759
|
+
website: 'https://www.sslazio.it/en',
|
|
3760
|
+
description: 'The Lazio Fan Token is a BEP-20 utility token designed to revolutionize the fan experience for all S.S. Lazio supporters.',
|
|
3761
|
+
},
|
|
3762
|
+
DKT: {
|
|
3763
|
+
name: 'Duelist King Token',
|
|
3764
|
+
symbol: 'DKT',
|
|
3765
|
+
oracleId: 'DKT',
|
|
3766
|
+
address: '0x7Ceb519718A80Dd78a8545AD8e7f401dE4f2faA7',
|
|
3767
|
+
chainId: 56,
|
|
3768
|
+
decimals: 18,
|
|
3769
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x7Ceb519718A80Dd78a8545AD8e7f401dE4f2faA7.svg',
|
|
3770
|
+
website: 'https://duelistking.com/',
|
|
3771
|
+
description: 'Powered by in-house Decentralized Autonomous Organization (DAO), Oracle and Random Number Generator on DKDAO platform, Duelist King offers dual values for investors from token utilities and card sales (projected at roughly 40 million USD).',
|
|
3772
|
+
},
|
|
3773
|
+
DAR: {
|
|
3774
|
+
name: 'Mines of Dalarnia Token',
|
|
3775
|
+
symbol: 'DAR',
|
|
3776
|
+
oracleId: 'DAR',
|
|
3777
|
+
address: '0x23CE9e926048273eF83be0A3A8Ba9Cb6D45cd978',
|
|
3778
|
+
chainId: 56,
|
|
3779
|
+
decimals: 6,
|
|
3780
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x23CE9e926048273eF83be0A3A8Ba9Cb6D45cd978.svg',
|
|
3781
|
+
website: 'https://www.minesofdalarnia.com/',
|
|
3782
|
+
description: 'Mines of Dalarnia is a free action game with a unique blockchain real-estate market.',
|
|
3783
|
+
},
|
|
3784
|
+
XWG: {
|
|
3785
|
+
name: 'XWG',
|
|
3786
|
+
symbol: 'XWG',
|
|
3787
|
+
oracleId: 'XWG',
|
|
3788
|
+
address: '0x6b23C89196DeB721e6Fd9726E6C76E4810a464bc',
|
|
3789
|
+
chainId: 56,
|
|
3790
|
+
decimals: 18,
|
|
3791
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x6b23C89196DeB721e6Fd9726E6C76E4810a464bc.svg',
|
|
3792
|
+
website: 'https://xwg.games/#/',
|
|
3793
|
+
description: 'A true decentralized ownership of a gaming world via DAO. Games that hold XWG tokens get to decide the platform governance policy or the next in-game development, including reward mechanisms and tokenomic systems.',
|
|
3794
|
+
},
|
|
3795
|
+
ETERNAL: {
|
|
3796
|
+
name: 'CryptoMines Eternal',
|
|
3797
|
+
symbol: 'ETERNAL',
|
|
3798
|
+
oracleId: 'ETERNAL',
|
|
3799
|
+
address: '0xD44FD09d74cd13838F137B590497595d6b3FEeA4',
|
|
3800
|
+
chainId: 56,
|
|
3801
|
+
decimals: 18,
|
|
3802
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xD44FD09d74cd13838F137B590497595d6b3FEeA4.svg',
|
|
3803
|
+
website: 'https://cryptomines.app/',
|
|
3804
|
+
description: 'CryptoMines is a SciFi play-to-earn NFT game designed to provide the users with a fun experience by collecting and Spaceships to travel through the universe searching for , this mineral allows them to live another day and make some profits along the way.',
|
|
3805
|
+
},
|
|
3806
|
+
PORTO: {
|
|
3807
|
+
name: 'FC Porto Fan Token',
|
|
3808
|
+
symbol: 'PORTO',
|
|
3809
|
+
oracleId: 'PORTO',
|
|
3810
|
+
address: '0x49f2145d6366099e13B10FbF80646C0F377eE7f6',
|
|
3811
|
+
chainId: 56,
|
|
3812
|
+
decimals: 8,
|
|
3813
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x49f2145d6366099e13B10FbF80646C0F377eE7f6.svg',
|
|
3814
|
+
website: 'https://www.fcporto.pt/',
|
|
3815
|
+
description: 'FC Porto Fan Token',
|
|
3816
|
+
},
|
|
3817
|
+
KART: {
|
|
3818
|
+
name: 'Dragon Kart',
|
|
3819
|
+
symbol: 'KART',
|
|
3820
|
+
oracleId: 'KART',
|
|
3821
|
+
address: '0x8BDd8DBcBDf0C066cA5f3286d33673aA7A553C10',
|
|
3822
|
+
chainId: 56,
|
|
3823
|
+
decimals: 18,
|
|
3824
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x8BDd8DBcBDf0C066cA5f3286d33673aA7A553C10.svg',
|
|
3825
|
+
website: 'https://dragonkart.com/',
|
|
3826
|
+
description: 'In 2088, the planet Kart is invaded by forces from outer space who are called Kaman. They sealed and reorganized the entire planet Kart in order to dominate and plunder their wealth and divide it into many different lands. Each land is run by a Boss. Kaman tries to destroy the entire planet, plunder the wealth to bring back to his planet and exhaust the resources of Kart.',
|
|
3827
|
+
},
|
|
3828
|
+
bQI: {
|
|
3829
|
+
name: 'BENQI',
|
|
3830
|
+
symbol: 'QI',
|
|
3831
|
+
oracleId: 'bQI',
|
|
3832
|
+
address: '0x8729438EB15e2C8B576fCc6AeCdA6A148776C0F5',
|
|
3833
|
+
chainId: 56,
|
|
3834
|
+
decimals: 18,
|
|
3835
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x8729438EB15e2C8B576fCc6AeCdA6A148776C0F5.svg',
|
|
3836
|
+
website: 'https://app.benqi.fi/overview',
|
|
3837
|
+
description: 'BenQI is lending protocol on the Avalanche blockchain',
|
|
3838
|
+
},
|
|
3839
|
+
Zoo: {
|
|
3840
|
+
name: 'ZooToken',
|
|
3841
|
+
symbol: 'Zoo',
|
|
3842
|
+
oracleId: 'Zoo',
|
|
3843
|
+
address: '0x1D229B958D5DDFca92146585a8711aECbE56F095',
|
|
3844
|
+
chainId: 56,
|
|
3845
|
+
decimals: 18,
|
|
3846
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x1D229B958D5DDFca92146585a8711aECbE56F095.svg',
|
|
3847
|
+
website: 'https://zoogame.app/#/farm',
|
|
3848
|
+
description: 'Swap, Stake, Battle, Mine - ZOO Crypto World is revolutionising the GameFi space by gamifying DeFi. Battle against your foes, stake in pools or have action-packed fights with mega bosses! ZOO Crypto World is based on the decentralized chain, Binance Smart Chain, which guarantees superior speed and much lower network transaction cost for all ZOO warriors.',
|
|
3849
|
+
},
|
|
3850
|
+
QUIDD: {
|
|
3851
|
+
name: 'QUIDD',
|
|
3852
|
+
symbol: 'QUIDD',
|
|
3853
|
+
oracleId: 'QUIDD',
|
|
3854
|
+
address: '0x7961Ade0a767c0E5B67Dd1a1F78ba44F727642Ed',
|
|
3855
|
+
chainId: 56,
|
|
3856
|
+
decimals: 18,
|
|
3857
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x7961Ade0a767c0E5B67Dd1a1F78ba44F727642Ed.svg',
|
|
3858
|
+
website: 'https://www.quiddtoken.com/',
|
|
3859
|
+
description: 'Collect officially-licensed digital collectibles from 325 of the worlds most beloved brands.',
|
|
3860
|
+
},
|
|
3861
|
+
SANTOS: {
|
|
3862
|
+
name: 'FC Santos Fan Token',
|
|
3863
|
+
symbol: 'SANTOS',
|
|
3864
|
+
oracleId: 'SANTOS',
|
|
3865
|
+
address: '0xA64455a4553C9034236734FadDAddbb64aCE4Cc7',
|
|
3866
|
+
chainId: 56,
|
|
3867
|
+
decimals: 8,
|
|
3868
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xA64455a4553C9034236734FadDAddbb64aCE4Cc7.svg',
|
|
3869
|
+
website: 'https://www.santosfc.com.br/en/',
|
|
3870
|
+
description: 'FC Santos Fan Token',
|
|
3871
|
+
},
|
|
3872
|
+
NABOX: {
|
|
3873
|
+
name: 'Nabox Token',
|
|
3874
|
+
symbol: 'NABOX',
|
|
3875
|
+
oracleId: 'NABOX',
|
|
3876
|
+
address: '0x755f34709E369D37C6Fa52808aE84A32007d1155',
|
|
3877
|
+
chainId: 56,
|
|
3878
|
+
decimals: 18,
|
|
3879
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x755f34709E369D37C6Fa52808aE84A32007d1155.svg',
|
|
3880
|
+
website: 'https://nabox.io/',
|
|
3881
|
+
description: 'Cross-Chain DeFi Wallet with Decentralized Identifier for Web 3.0',
|
|
3882
|
+
},
|
|
3883
|
+
MILK: {
|
|
3884
|
+
name: 'MILK Token',
|
|
3885
|
+
symbol: 'MILK',
|
|
3886
|
+
oracleId: 'MILK',
|
|
3887
|
+
address: '0xBf37f781473f3b50E82C668352984865eac9853f',
|
|
3888
|
+
chainId: 56,
|
|
3889
|
+
decimals: 18,
|
|
3890
|
+
logoURI: 'https://bscscan.com/token/images/thecryptoyou-milk_32.png',
|
|
3891
|
+
website: 'https://thecryptoyou.io/',
|
|
3892
|
+
description: 'The Crypto You is the first Baby Metaverse blockchain game on Binance Smart Chain (BSC). Players can summon characters, complete daily mining missions, conquer the Dark Force, loot rare items to play and earn.',
|
|
3893
|
+
},
|
|
3894
|
+
IDIA: {
|
|
3895
|
+
name: 'Impossible Decentralized Incubator Access Token',
|
|
3896
|
+
symbol: 'IDIA',
|
|
3897
|
+
oracleId: 'IDIA',
|
|
3898
|
+
address: '0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89',
|
|
3899
|
+
chainId: 56,
|
|
3900
|
+
decimals: 18,
|
|
3901
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x0b15ddf19d47e6a86a56148fb4afffc6929bcb89.svg',
|
|
3902
|
+
website: 'https://impossible.finance/',
|
|
3903
|
+
description: 'Impossible Finance is a multi-chain incubator, launchpad, and swap platform which offers a robust product-first ecosystem that supports top-tier blockchain projects to targeted user audiences.',
|
|
3904
|
+
bridge: 'native',
|
|
3905
|
+
documentation: 'https://impossible.gitbook.io/impossible-finance-faq/launchpad/launchpad-overview/the-2-tokens-idia-and-vidia',
|
|
3906
|
+
},
|
|
3907
|
+
XCV: {
|
|
3908
|
+
name: 'XCarnival Token',
|
|
3909
|
+
symbol: 'XCV',
|
|
3910
|
+
oracleId: 'XCV',
|
|
3911
|
+
address: '0x4be63a9b26EE89b9a3a13fd0aA1D0b2427C135f8',
|
|
3912
|
+
chainId: 56,
|
|
3913
|
+
decimals: 18,
|
|
3914
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x4be63a9b26EE89b9a3a13fd0aA1D0b2427C135f8.svg',
|
|
3915
|
+
website: 'https://impossible.finance/',
|
|
3916
|
+
description: 'The Metaverse Assets Liquidity Aggregator for Everyone',
|
|
3917
|
+
},
|
|
3918
|
+
THG: {
|
|
3919
|
+
name: 'Thetan Gem',
|
|
3920
|
+
symbol: 'THG',
|
|
3921
|
+
oracleId: 'THG',
|
|
3922
|
+
address: '0x9fD87aEfe02441B123c3c32466cD9dB4c578618f',
|
|
3923
|
+
chainId: 56,
|
|
3924
|
+
decimals: 18,
|
|
3925
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x9fD87aEfe02441B123c3c32466cD9dB4c578618f.svg',
|
|
3926
|
+
website: 'https://thetanarena.com/',
|
|
3927
|
+
description: 'Thetan Arena is an esport game based on blockchain technology. You can gather your friends, form a team, battle with others and earn money with just your skills.',
|
|
3928
|
+
},
|
|
3929
|
+
DPT: {
|
|
3930
|
+
name: 'Diviner Protocol',
|
|
3931
|
+
symbol: 'DPT',
|
|
3932
|
+
oracleId: 'DPT',
|
|
3933
|
+
address: '0xE69cAef10A488D7AF31Da46c89154d025546e990',
|
|
3934
|
+
chainId: 56,
|
|
3935
|
+
decimals: 18,
|
|
3936
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xE69cAef10A488D7AF31Da46c89154d025546e990.svg',
|
|
3937
|
+
website: 'https://www.diviner.finance/',
|
|
3938
|
+
description: 'Diviner Protocol aims to build a Metaverse “Diviner Harbour City” to offer users a gamified & diversified prediction marketplace.',
|
|
3939
|
+
},
|
|
3940
|
+
CCAR: {
|
|
3941
|
+
name: 'CryptoCars',
|
|
3942
|
+
symbol: 'CCAR',
|
|
3943
|
+
oracleId: 'CCAR',
|
|
3944
|
+
address: '0x50332bdca94673F33401776365b66CC4e81aC81d',
|
|
3945
|
+
chainId: 56,
|
|
3946
|
+
decimals: 18,
|
|
3947
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x50332bdca94673F33401776365b66CC4e81aC81d.svg',
|
|
3948
|
+
website: 'https://cryptocars.me/',
|
|
3949
|
+
description: 'CryptoCars is inspired by: Movie Cars - A 2006 American computer-animated sports comedy film produced by Pixar Animation Studios and released by Walt Disney Pictures. The NFT Blockchain Technology helps to prove your ownership of digital assets. We know that many of us, especially man players, love role-playing games and intensive racing matches with other players. We do too, this is why we create the CryptoCars Blockchain-based game to make your cars more unique and special from others. Going along with that is the diverse racing mode for you to enjoy every moment with CryptoCars from Virtual Race, Players vs. Computers, Players vs. Players, Tournaments',
|
|
3950
|
+
},
|
|
3951
|
+
HIGH: {
|
|
3952
|
+
name: 'Highstreet Token',
|
|
3953
|
+
symbol: 'HIGH',
|
|
3954
|
+
oracleId: 'HIGH',
|
|
3955
|
+
address: '0x5f4Bde007Dc06b867f86EBFE4802e34A1fFEEd63',
|
|
3956
|
+
chainId: 56,
|
|
3957
|
+
decimals: 18,
|
|
3958
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x5f4Bde007Dc06b867f86EBFE4802e34A1fFEEd63.svg',
|
|
3959
|
+
website: 'https://www.highstreet.market/',
|
|
3960
|
+
description: 'Highstreet is created from LumiereVR, a computer vision based VR retail company established in 2015. The team has built a commerce based metaverse over the years by piecing together components built by various household names from brands like Hershey’s Chocolate to Victoria Secrets, bigger groups like L’Oreal to Madison Square Garden as well.',
|
|
3961
|
+
},
|
|
3962
|
+
WOOP: {
|
|
3963
|
+
name: 'Woonkly Power',
|
|
3964
|
+
symbol: 'WOOP',
|
|
3965
|
+
oracleId: 'WOOP',
|
|
3966
|
+
address: '0x8b303d5BbfBbf46F1a4d9741E491e06986894e18',
|
|
3967
|
+
chainId: 56,
|
|
3968
|
+
decimals: 18,
|
|
3969
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x8b303d5BbfBbf46F1a4d9741E491e06986894e18.svg',
|
|
3970
|
+
website: 'https://mainnet.woonkly.com/',
|
|
3971
|
+
description: 'A decentralized Social Network based on NFTs and IPFS. Create NFTs in Seconds, start gaining followers and capitalize on your inspiration and best moments.',
|
|
3972
|
+
},
|
|
3973
|
+
GM: {
|
|
3974
|
+
name: 'GoldMiner',
|
|
3975
|
+
symbol: 'GM',
|
|
3976
|
+
oracleId: 'GM',
|
|
3977
|
+
address: '0xe2604C9561D490624AA35e156e65e590eB749519',
|
|
3978
|
+
chainId: 56,
|
|
3979
|
+
decimals: 18,
|
|
3980
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xe2604C9561D490624AA35e156e65e590eB749519.svg',
|
|
3981
|
+
website: 'https://goldminer.games/#/',
|
|
3982
|
+
description: 'GoldMiner is a Free-to-Play Third-person shooter NFT game where everyone can start playing without the need to pay. GoldMiner also employs the Play-to-Earn model to reward players with tokens and equipment through dynamic gameplay and participation in PvP tournaments. With this seamless combination of the DeFi and P2E models, GoldMiner gives players the opportunity to play and earn rewards at the same time. To create a friendly environment for players who are unfamiliar with Cryptocurrency market and NFTs, a mechanism called Crypto Play against is incorporated into the gameplay to give incentives to such players to do their own research and learn about the market',
|
|
3983
|
+
},
|
|
3984
|
+
INSUR: {
|
|
3985
|
+
name: 'Bsc-Peg INSUR Token',
|
|
3986
|
+
symbol: 'INSUR',
|
|
3987
|
+
oracleId: 'INSUR',
|
|
3988
|
+
address: '0x3192CCDdf1CDcE4Ff055EbC80f3F0231b86A7E30',
|
|
3989
|
+
chainId: 56,
|
|
3990
|
+
decimals: 18,
|
|
3991
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x3192CCDdf1CDcE4Ff055EbC80f3F0231b86A7E30.svg',
|
|
3992
|
+
website: 'https://app.insurace.io/Insurance/Cart?id=110&chain=BSC&referrer=95244279533280151623141934507761661103282646845',
|
|
3993
|
+
description: 'InsurAce.io is a leading decentralized multi-chain insurance protocol that provides reliable, robust and secure insurance services to DeFi users, allowing them to protect their investment funds against various risks. ',
|
|
3994
|
+
},
|
|
3995
|
+
LAC: {
|
|
3996
|
+
name: 'La Cucina',
|
|
3997
|
+
symbol: 'LAC',
|
|
3998
|
+
oracleId: 'LAC',
|
|
3999
|
+
address: '0xe6f079E74000a0AFc517c1EFf9624d866d163B75',
|
|
4000
|
+
chainId: 56,
|
|
4001
|
+
decimals: 18,
|
|
4002
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xe6f079E74000a0AFc517c1EFf9624d866d163B75.svg',
|
|
4003
|
+
website: 'https://www.lacucina.io/',
|
|
4004
|
+
description: 'LaCucina will offer you new and exciting ways to succeed in DeFi with NFTs',
|
|
4005
|
+
},
|
|
4006
|
+
SAND: {
|
|
4007
|
+
name: 'The Sandbox',
|
|
4008
|
+
symbol: 'SAND',
|
|
4009
|
+
oracleId: 'SAND',
|
|
4010
|
+
address: '0x67b725d7e342d7B611fa85e859Df9697D9378B2e',
|
|
4011
|
+
chainId: 56,
|
|
4012
|
+
decimals: 18,
|
|
4013
|
+
logoURI: 'https://biswap.org/images/tokens/sand.svg',
|
|
4014
|
+
website: 'https://www.sandbox.game/',
|
|
4015
|
+
description: 'SAND is the utility token used throughout The Sandbox ecosystem as the basis for transactions and interactions.',
|
|
4016
|
+
},
|
|
4017
|
+
OLE: {
|
|
4018
|
+
name: 'OpenLeverage',
|
|
4019
|
+
symbol: 'OLE',
|
|
4020
|
+
oracleId: 'OLE',
|
|
4021
|
+
address: '0xa865197A84E780957422237B5D152772654341F3',
|
|
4022
|
+
chainId: 56,
|
|
4023
|
+
decimals: 18,
|
|
4024
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xa865197A84E780957422237B5D152772654341F3.png',
|
|
4025
|
+
website: 'https://openleverage.finance/',
|
|
4026
|
+
description: 'OpenLeverage is a permissionless margin trading protocol that enables traders or other applications to long or short any trading pair on DEXs efficiently and securely.',
|
|
4027
|
+
},
|
|
4028
|
+
BLID: {
|
|
4029
|
+
name: 'Bolide',
|
|
4030
|
+
symbol: 'BLID',
|
|
4031
|
+
oracleId: 'BLID',
|
|
4032
|
+
address: '0x766AFcf83Fd5eaf884B3d529b432CA27A6d84617',
|
|
4033
|
+
chainId: 56,
|
|
4034
|
+
decimals: 18,
|
|
4035
|
+
logoURI: 'https://invest.bolide.fi/img/token_logo_255x255.png',
|
|
4036
|
+
website: 'https://bolide.fi/',
|
|
4037
|
+
description: 'Bolide is a next-generation decentralized yield aggregator that optimizes the deployment of digital assets across multiple DeFi investment platforms to save investors time, money and earn them the highest possible yields.',
|
|
4038
|
+
},
|
|
4039
|
+
HEC: {
|
|
4040
|
+
name: 'Hector Network',
|
|
4041
|
+
symbol: 'HEC',
|
|
4042
|
+
oracleId: 'HEC',
|
|
4043
|
+
address: '0x638EEBe886B0e9e7C6929E69490064a6C94d204d',
|
|
4044
|
+
chainId: 56,
|
|
4045
|
+
decimals: 9,
|
|
4046
|
+
logoURI: 'https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/HEC.svg',
|
|
4047
|
+
website: 'https://hector.network/',
|
|
4048
|
+
description: 'Hector Network is an expansive decentralized ecosystem run by a utility token, HEC, and complemented by the TOR stablecoin. The company is committed to developing the future of web3 by pioneering decentralized offerings ranging from Tokenomics to Defi Gaming. Hector Network believes that crosschain expansion, lowering the barrier to entry and providing trusted sources for information are key in mass adoption of this technology.',
|
|
4049
|
+
},
|
|
4050
|
+
TOR: {
|
|
4051
|
+
name: 'TOR Stablecoin',
|
|
4052
|
+
symbol: 'TOR',
|
|
4053
|
+
oracleId: 'TOR',
|
|
4054
|
+
address: '0x1d6Cbdc6b29C6afBae65444a1f65bA9252b8CA83',
|
|
4055
|
+
chainId: 56,
|
|
4056
|
+
decimals: 18,
|
|
4057
|
+
logoURI: 'https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/TOR.svg',
|
|
4058
|
+
website: 'https://tor.hector.network/',
|
|
4059
|
+
description: 'TOR is a fully collateralized stablecoin which acts as a foundational pillar within the Hector Network Ecosystem. Its unique smart contracts made it the first of its kind, creating positive price action for the HEC token each time a TOR coin is minted and empowering Hector Network to become deflationary.',
|
|
4060
|
+
risks: ['SYNTH_STABLE'],
|
|
4061
|
+
},
|
|
4062
|
+
CSIX: {
|
|
4063
|
+
name: 'Carbon',
|
|
4064
|
+
symbol: 'CSIX',
|
|
4065
|
+
oracleId: 'CSIX',
|
|
4066
|
+
address: '0x04756126F044634C9a0f0E985e60c88a51ACC206',
|
|
4067
|
+
chainId: 56,
|
|
4068
|
+
decimals: 18,
|
|
4069
|
+
logoURI: '',
|
|
4070
|
+
website: 'https://carbon.website/',
|
|
4071
|
+
description: 'Carbon is a Decentralized browser with AdBlock, VPN, Crypto Wallet, 100% Privacy and many other features.',
|
|
4072
|
+
},
|
|
4073
|
+
'USD+': {
|
|
4074
|
+
name: 'USD+ Stablecoin',
|
|
4075
|
+
symbol: 'USD+',
|
|
4076
|
+
oracleId: 'bUSD+',
|
|
4077
|
+
address: '0xe80772Eaf6e2E18B651F160Bc9158b2A5caFCA65',
|
|
4078
|
+
chainId: 56,
|
|
4079
|
+
decimals: 6,
|
|
4080
|
+
website: 'https://overnight.fi/',
|
|
4081
|
+
description: 'USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
|
|
4082
|
+
bridge: 'native',
|
|
4083
|
+
logoURI: '',
|
|
4084
|
+
documentation: 'https://docs.overnight.fi/',
|
|
4085
|
+
},
|
|
4086
|
+
'USDT+': {
|
|
4087
|
+
name: 'USDT+ Stablecoin',
|
|
4088
|
+
symbol: 'USDT+',
|
|
4089
|
+
oracleId: 'USDT+',
|
|
4090
|
+
address: '0x5335E87930b410b8C5BB4D43c3360ACa15ec0C8C',
|
|
4091
|
+
chainId: 56,
|
|
4092
|
+
decimals: 18,
|
|
4093
|
+
website: 'https://overnight.fi/',
|
|
4094
|
+
description: 'USDT+ is USDT that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDT. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
|
|
4095
|
+
bridge: 'native',
|
|
4096
|
+
logoURI: '',
|
|
4097
|
+
documentation: 'https://docs.overnight.fi/',
|
|
4098
|
+
},
|
|
4099
|
+
USDD: {
|
|
4100
|
+
name: 'Decentralized USD',
|
|
4101
|
+
symbol: 'USDD',
|
|
4102
|
+
oracleId: 'USDD',
|
|
4103
|
+
address: '0xd17479997F34dd9156Deef8F95A52D81D265be9c',
|
|
4104
|
+
chainId: 56,
|
|
4105
|
+
decimals: 18,
|
|
4106
|
+
logoURI: '',
|
|
4107
|
+
website: 'https://usdd.io/',
|
|
4108
|
+
description: 'The USDD protocol aims to provide the blockchain industry with the most stable, decentralized, tamper-proof, and freeze-free stablecoin system, a perpetual system independent from any centralized entity.',
|
|
4109
|
+
documentation: 'https://usdd.io/docs/',
|
|
4110
|
+
risks: ['SYNTH_STABLE'],
|
|
4111
|
+
},
|
|
4112
|
+
frxETH: {
|
|
4113
|
+
name: 'Frax Ether',
|
|
4114
|
+
symbol: 'frxETH',
|
|
4115
|
+
oracleId: 'frxETH',
|
|
4116
|
+
address: '0x64048A7eEcF3a2F1BA9e144aAc3D7dB6e58F555e',
|
|
4117
|
+
chainId: 56,
|
|
4118
|
+
decimals: 18,
|
|
4119
|
+
website: 'https://app.frax.finance/frxeth/mint',
|
|
4120
|
+
description: 'frxETH acts as a stablecoin loosely pegged to ETH, so that 1 frxETH always represents 1 ETH and the amount of frxETH in circulation matches the amount of ETH in the Frax ETH system. When ETH is sent to the frxETHMinter, an equivalent amount of frxETH is minted. Holding frxETH on its own is not eligible for staking yield and should be thought of as analogous as holding ETH.',
|
|
4121
|
+
bridge: 'frax',
|
|
4122
|
+
logoURI: '',
|
|
4123
|
+
documentation: 'https://docs.frax.finance/frax-ether/frxeth-and-sfrxeth',
|
|
4124
|
+
},
|
|
4125
|
+
sfrxETH: {
|
|
4126
|
+
name: 'Staked Frax Ether',
|
|
4127
|
+
symbol: 'sfrxETH',
|
|
4128
|
+
oracleId: 'sfrxETH',
|
|
4129
|
+
address: '0x3Cd55356433C89E50DC51aB07EE0fa0A95623D53',
|
|
4130
|
+
chainId: 56,
|
|
4131
|
+
decimals: 18,
|
|
4132
|
+
website: 'https://app.frax.finance/frxeth/mint',
|
|
4133
|
+
description: 'sfrxETH is a ERC-4626 vault designed to accrue the staking yield of the Frax ETH validators. At any time, frxETH can be exchanged for sfrxETH by depositing it into the sfrxETH vault, which allows users to earn staking yield on their frxETH. Over time, as validators accrue staking yield, an equivalent amount of frxETH is minted and added to the vault, allowing users to redeem their sfrxETH for an greater amount of frxETH than they deposited. ',
|
|
4134
|
+
logoURI: '',
|
|
4135
|
+
documentation: 'https://docs.frax.finance/frax-ether/frxeth-and-sfrxeth',
|
|
4136
|
+
},
|
|
4137
|
+
ID: {
|
|
4138
|
+
name: 'SPACE ID',
|
|
4139
|
+
symbol: 'ID',
|
|
4140
|
+
oracleId: 'ID',
|
|
4141
|
+
address: '0x2dfF88A56767223A5529eA5960Da7A3F5f766406',
|
|
4142
|
+
chainId: 56,
|
|
4143
|
+
decimals: 18,
|
|
4144
|
+
logoURI: 'https://thena.fi/images/tokens/ID.png',
|
|
4145
|
+
website: 'https://space.id/',
|
|
4146
|
+
description: 'SPACE ID is building a universal name service network with a one-stop identity platform to discover, register, trade, manage web3 domains.',
|
|
4147
|
+
documentation: 'https://docs.space.id/',
|
|
4148
|
+
},
|
|
4149
|
+
APECOIN: {
|
|
4150
|
+
name: 'ApeCoin',
|
|
4151
|
+
symbol: 'APE',
|
|
4152
|
+
oracleId: 'APECOIN',
|
|
4153
|
+
address: '0xa9eA4b786ee5b7A733c035564Bfd9341A4c9FC1e',
|
|
4154
|
+
chainId: 56,
|
|
4155
|
+
decimals: 18,
|
|
4156
|
+
logoURI: '',
|
|
4157
|
+
website: 'https://apecoin.dev/',
|
|
4158
|
+
description: 'APE is a BEP-20 token celebrating the "ape" crypto meme.',
|
|
4159
|
+
},
|
|
4160
|
+
wBETH: {
|
|
4161
|
+
name: 'Wrapped Binance Beacon ETH',
|
|
4162
|
+
symbol: 'wBETH',
|
|
4163
|
+
oracleId: 'wBETH',
|
|
4164
|
+
address: '0xa2E3356610840701BDf5611a53974510Ae27E2e1',
|
|
4165
|
+
chainId: 56,
|
|
4166
|
+
decimals: 18,
|
|
4167
|
+
logoURI: '',
|
|
4168
|
+
website: 'https://www.binance.com/en',
|
|
4169
|
+
documentation: 'https://www.binance.com/en/wbeth',
|
|
4170
|
+
description: 'Wrapped Beacon ETH ("WBETH") is a wrapped version of BETH. Wrapped, WBETH is reward-bearing in nature. It accumulates ETH2.0 staking rewards not by growing in number, but by growing in value in relation to BETH. Unlike BETH, the value of WBETH will increase despite not being held in Binance Spot Wallet. That means WBETH provides you with double yield potential by (i) holding it to earn staking rewards, and (ii) moving it on-chain and exploring exciting DeFi and other dapps opportunities.',
|
|
4171
|
+
},
|
|
4172
|
+
vUSDT: {
|
|
4173
|
+
name: 'Venus USDT',
|
|
4174
|
+
symbol: 'vUSDT',
|
|
4175
|
+
oracleId: 'vUSDT',
|
|
4176
|
+
address: '0xfD5840Cd36d94D7229439859C0112a4185BC0255',
|
|
4177
|
+
chainId: 56,
|
|
4178
|
+
decimals: 8,
|
|
4179
|
+
website: 'https://venus.io/',
|
|
4180
|
+
description: 'Venus wrapped USDT. Venus is an algorithmic money market and synthetic stablecoin protocol launched exclusively on BNB Chain.',
|
|
4181
|
+
logoURI: '',
|
|
4182
|
+
staked: true,
|
|
4183
|
+
},
|
|
4184
|
+
RDNT: {
|
|
4185
|
+
name: 'RDNT',
|
|
4186
|
+
symbol: 'RDNT',
|
|
4187
|
+
oracleId: 'RDNT',
|
|
4188
|
+
address: '0xf7DE7E8A6bd59ED41a4b5fe50278b3B7f31384dF',
|
|
4189
|
+
chainId: 56,
|
|
4190
|
+
decimals: 18,
|
|
4191
|
+
website: 'https://radiant.capital/',
|
|
4192
|
+
description: 'Radiant aims to be the first omnichain money market, where users can deposit any major asset on any major chain and borrow a variety of supported assets across multiple chains.',
|
|
4193
|
+
logoURI: '',
|
|
4194
|
+
},
|
|
4195
|
+
rBNB: {
|
|
4196
|
+
name: 'StaFi rBNB',
|
|
4197
|
+
symbol: 'rBNB',
|
|
4198
|
+
oracleId: 'rBNB',
|
|
4199
|
+
address: '0xF027E525D491ef6ffCC478555FBb3CFabB3406a6',
|
|
4200
|
+
chainId: 56,
|
|
4201
|
+
decimals: 18,
|
|
4202
|
+
website: 'https://www.stafi.io/',
|
|
4203
|
+
description: 'StaFi is the first multi-chain liquid staking protocol that unlocks the liquidity of staked assets.',
|
|
4204
|
+
logoURI: '',
|
|
4205
|
+
documentation: 'https://docs.stafi.io/',
|
|
4206
|
+
bridge: 'native',
|
|
4207
|
+
},
|
|
4208
|
+
voldBIFI: {
|
|
4209
|
+
name: 'Venus BIFI',
|
|
4210
|
+
symbol: 'oldBIFI',
|
|
4211
|
+
oracleId: 'voldBIFI',
|
|
4212
|
+
address: '0xC718c51958d3fd44f5F9580c9fFAC2F89815C909',
|
|
4213
|
+
chainId: 56,
|
|
4214
|
+
decimals: 8,
|
|
4215
|
+
website: 'https://venus.io/',
|
|
4216
|
+
description: 'Venus wrapped BIFI. Venus is an algorithmic money market and synthetic stablecoin protocol launched exclusively on BNB Chain.',
|
|
4217
|
+
logoURI: '',
|
|
4218
|
+
},
|
|
4219
|
+
FIS: {
|
|
4220
|
+
name: 'FIS',
|
|
4221
|
+
symbol: 'FIS',
|
|
4222
|
+
oracleId: 'FIS',
|
|
4223
|
+
address: '0xF4bafAEAE73a4A7C8b6479970075e91e641fB1FC',
|
|
4224
|
+
chainId: 56,
|
|
4225
|
+
decimals: 18,
|
|
4226
|
+
website: 'https://stafi.io/',
|
|
4227
|
+
description: 'FIS is the native token of StaFi, with an initial issuance of 100 million and further issuance planned each year. Similar to how DOT is to Polkadot, FIS is essential to prevent system abuse and value capture in the StaFi ecosystem. StaFi is the first multi-chain liquid staking protocol that unlocks the liquidity of staked assets.',
|
|
4228
|
+
logoURI: '',
|
|
4229
|
+
},
|
|
4230
|
+
USDV: {
|
|
4231
|
+
name: 'USDV',
|
|
4232
|
+
symbol: 'USDV',
|
|
4233
|
+
oracleId: 'USDV',
|
|
4234
|
+
address: '0x323665443CEf804A3b5206103304BD4872EA4253',
|
|
4235
|
+
chainId: 56,
|
|
4236
|
+
decimals: 6,
|
|
4237
|
+
logoURI: '',
|
|
4238
|
+
website: 'https://usdv.money/',
|
|
4239
|
+
description: 'Verified USD (USDV) is the first stablecoin that rewards Verified Minters based on their contribution to the tokens active circulation.',
|
|
4240
|
+
documentation: 'https://docs.usdv.money/docs',
|
|
4241
|
+
bridge: 'layer-zero',
|
|
4242
|
+
risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
|
|
4243
|
+
},
|
|
4244
|
+
weETH: {
|
|
4245
|
+
name: 'Wrapped eETH',
|
|
4246
|
+
symbol: 'weETH',
|
|
4247
|
+
oracleId: 'weETH',
|
|
4248
|
+
address: '0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A',
|
|
4249
|
+
chainId: 56,
|
|
4250
|
+
decimals: 18,
|
|
4251
|
+
logoURI: '',
|
|
4252
|
+
website: 'https://ether.fi/',
|
|
4253
|
+
description: 'Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.',
|
|
4254
|
+
documentation: 'https://etherfi.gitbook.io/etherfi',
|
|
4255
|
+
bridge: 'stargate',
|
|
4256
|
+
risks: ['NO_TIMELOCK'],
|
|
4257
|
+
},
|
|
4258
|
+
ZRO: {
|
|
4259
|
+
name: 'LayerZero',
|
|
4260
|
+
symbol: 'ZRO',
|
|
4261
|
+
oracleId: 'ZRO',
|
|
4262
|
+
address: '0x6985884C4392D348587B19cb9eAAf157F13271cd',
|
|
4263
|
+
chainId: 56,
|
|
4264
|
+
decimals: 18,
|
|
4265
|
+
logoURI: '',
|
|
4266
|
+
website: 'https://layerzero.network/',
|
|
4267
|
+
documentation: 'https://docs.layerzero.network/v2',
|
|
4268
|
+
description: 'ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.',
|
|
4269
|
+
bridge: 'layer-zero',
|
|
4270
|
+
},
|
|
4271
|
+
slisBNB: {
|
|
4272
|
+
name: 'Staked Lista BNB',
|
|
4273
|
+
symbol: 'slisBNB',
|
|
4274
|
+
oracleId: 'slisBNB',
|
|
4275
|
+
address: '0xB0b84D294e0C75A6abe60171b70edEb2EFd14A1B',
|
|
4276
|
+
chainId: 56,
|
|
4277
|
+
decimals: 18,
|
|
4278
|
+
logoURI: '',
|
|
4279
|
+
website: 'https://lista.org/',
|
|
4280
|
+
documentation: 'https://docs.bsc.lista.org/',
|
|
4281
|
+
description: 'slisBNB is the yield bearing & liquid staking token for Synclub, which appreciates against BNB in line with BNB’s staking APR.',
|
|
4282
|
+
bridge: 'native',
|
|
4283
|
+
risks: ['NO_TIMELOCK'],
|
|
4284
|
+
},
|
|
4285
|
+
lisUSD,
|
|
4286
|
+
pxETH: {
|
|
4287
|
+
name: 'Pirex Ether OFT',
|
|
4288
|
+
symbol: 'pxETH',
|
|
4289
|
+
oracleId: 'pxETH',
|
|
4290
|
+
address: '0x300d2c875C6fb8Ce4bf5480B4d34b7c9ea8a33A4',
|
|
4291
|
+
chainId: 56,
|
|
4292
|
+
decimals: 18,
|
|
4293
|
+
logoURI: '',
|
|
4294
|
+
website: 'https://dinero.xyz/',
|
|
4295
|
+
documentation: 'https://dinero.xyz/docs',
|
|
4296
|
+
description: 'pxETH is an Ethereum liquid staking solution that forms the foundation of the Dinero protocol.',
|
|
4297
|
+
bridge: 'layer-zero',
|
|
4298
|
+
risks: ['NO_TIMELOCK'],
|
|
4299
|
+
},
|
|
4300
|
+
axlUSDC: {
|
|
4301
|
+
name: 'Axelar Wrapped USDC',
|
|
4302
|
+
symbol: 'axlUSDC',
|
|
4303
|
+
oracleId: 'axlUSDC',
|
|
4304
|
+
address: '0x4268B8F0B87b6Eae5d897996E6b845ddbD99Adf3',
|
|
4305
|
+
chainId: 56,
|
|
4306
|
+
decimals: 6,
|
|
4307
|
+
website: 'https://www.circle.com/usdc',
|
|
4308
|
+
documentation: 'https://developers.circle.com/docs',
|
|
4309
|
+
description: 'USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
|
|
4310
|
+
bridge: 'axelar',
|
|
4311
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png',
|
|
4312
|
+
},
|
|
4313
|
+
PEPE: {
|
|
4314
|
+
name: 'Pepe',
|
|
4315
|
+
symbol: 'PEPE',
|
|
4316
|
+
oracleId: 'PEPE',
|
|
4317
|
+
address: '0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00',
|
|
4318
|
+
chainId: 56,
|
|
4319
|
+
decimals: 18,
|
|
4320
|
+
logoURI: '',
|
|
4321
|
+
website: 'https://www.pepe.vip/',
|
|
4322
|
+
documentation: 'https://www.pepe.vip/',
|
|
4323
|
+
description: 'Pepe is here to make memecoins great again. Launched stealth with no presale, zero taxes, LP burnt and contract renounced, $PEPE is a coin for the people, forever. Fueled by pure memetic power, let $PEPE show you the way.',
|
|
4324
|
+
bridge: 'layer-zero',
|
|
4325
|
+
risks: ['NO_TIMELOCK'],
|
|
4326
|
+
},
|
|
4327
|
+
'SolvBTC.BBN': {
|
|
4328
|
+
name: 'SolvBTC Babylon',
|
|
4329
|
+
symbol: 'SolvBTC.BBN',
|
|
4330
|
+
oracleId: 'SolvBTC.BBN',
|
|
4331
|
+
address: '0x1346b618dC92810EC74163e4c27004c921D446a5',
|
|
4332
|
+
chainId: 56,
|
|
4333
|
+
decimals: 18,
|
|
4334
|
+
logoURI: '',
|
|
4335
|
+
website: 'https://app.solv.finance/babylon',
|
|
4336
|
+
description: 'SolvBTC.BBN is a liquid staking token (LST) for Bitcoin, representing the staked Bitcoin in Babylon. SolvBTC.BBN allows Bitcoin holders to earn staking yields, in exchange for sharing $1.3 trillion economic security of Bitcoin with PoS chains, while enabling them the flexibility to participate in DeFi.',
|
|
4337
|
+
bridge: 'native',
|
|
4338
|
+
documentation: 'https://docs.solv.finance/solv-documentation/getting-started-2/solvbtc.bbn',
|
|
4339
|
+
risks: ['NO_TIMELOCK'],
|
|
4340
|
+
},
|
|
4341
|
+
wstETH: {
|
|
4342
|
+
name: 'Lido Wrapped Staked ETH',
|
|
4343
|
+
symbol: 'wstETH',
|
|
4344
|
+
oracleId: 'wstETH',
|
|
4345
|
+
address: '0x26c5e01524d2E6280A48F2c50fF6De7e52E9611C',
|
|
4346
|
+
chainId: 56,
|
|
4347
|
+
decimals: 18,
|
|
4348
|
+
logoURI: '',
|
|
4349
|
+
website: 'https://lido.fi/',
|
|
4350
|
+
documentation: 'https://docs.lido.fi/',
|
|
4351
|
+
description: 'Lido is a liquid staking solution for ETH backed by industry-leading staking providers. Lido lets users stake their ETH - without locking assets or maintaining infrastructure - whilst participating in on-chain activities, e.g. lending. Lido attempts to solve the problems associated with initial ETH staking - illiquidity, immovability and accessibility - making staked ETH liquid and allowing for participation with any amount of ETH to improve security of the Ethereum network.',
|
|
4352
|
+
bridge: 'wormhole',
|
|
4353
|
+
},
|
|
4354
|
+
SHELL: {
|
|
4355
|
+
name: 'MyShell Token',
|
|
4356
|
+
symbol: 'SHELL',
|
|
4357
|
+
oracleId: 'SHELL',
|
|
4358
|
+
address: '0xf2c88757f8d03634671208935974B60a2a28Bdb3',
|
|
4359
|
+
chainId: 56,
|
|
4360
|
+
decimals: 18,
|
|
4361
|
+
logoURI: '',
|
|
4362
|
+
website: 'https://myshell.ai/',
|
|
4363
|
+
description: 'MyShell is a decentralized AI consumer layer, connecting consumers, AI agent creators, and open-source researchers. ',
|
|
4364
|
+
documentation: 'https://docs.myshell.ai/',
|
|
4365
|
+
bridge: 'layer-zero',
|
|
4366
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
4367
|
+
},
|
|
4368
|
+
TST: {
|
|
4369
|
+
name: 'Test',
|
|
4370
|
+
symbol: 'TST',
|
|
4371
|
+
oracleId: 'TST',
|
|
4372
|
+
address: '0x86Bb94DdD16Efc8bc58e6b056e8df71D9e666429',
|
|
4373
|
+
chainId: 56,
|
|
4374
|
+
decimals: 18,
|
|
4375
|
+
logoURI: '',
|
|
4376
|
+
website: 'https://testtoken.vip/',
|
|
4377
|
+
description: '$TST is a test token deployed by BNBCHAIN on FOUR.MEME',
|
|
4378
|
+
bridge: 'native',
|
|
4379
|
+
},
|
|
4380
|
+
Broccoli: {
|
|
4381
|
+
name: 'Broccoli',
|
|
4382
|
+
symbol: 'Broccoli',
|
|
4383
|
+
oracleId: 'Broccoli',
|
|
4384
|
+
address: '0x12B4356C65340Fb02cdff01293F95FEBb1512F3b',
|
|
4385
|
+
chainId: 56,
|
|
4386
|
+
decimals: 18,
|
|
4387
|
+
logoURI: '',
|
|
4388
|
+
website: 'https://firstbroccoli.com/',
|
|
4389
|
+
description: 'First memecoin inspired by CZ Dog called Broccoli on BSC',
|
|
4390
|
+
documentation: '',
|
|
4391
|
+
bridge: 'native',
|
|
4392
|
+
},
|
|
4393
|
+
BroccoliCZDog: {
|
|
4394
|
+
name: "CZ'S DOG",
|
|
4395
|
+
symbol: 'BroccoliCZDog',
|
|
4396
|
+
oracleId: 'BroccoliCZDog',
|
|
4397
|
+
address: '0x6d5AD1592ed9D6D1dF9b93c793AB759573Ed6714',
|
|
4398
|
+
chainId: 56,
|
|
4399
|
+
decimals: 18,
|
|
4400
|
+
website: 'https://www.broccoli.gg/',
|
|
4401
|
+
description: "Paying homage to CZ's dog Broccoli, this token was the first to be deployed on BNB Chain through the platform four.meme.",
|
|
4402
|
+
bridge: 'native',
|
|
4403
|
+
},
|
|
4404
|
+
TUT: {
|
|
4405
|
+
name: 'Tutorial',
|
|
4406
|
+
symbol: 'TUT',
|
|
4407
|
+
oracleId: 'TUT',
|
|
4408
|
+
address: '0xCAAE2A2F939F51d97CdFa9A86e79e3F085b799f3',
|
|
4409
|
+
chainId: 56,
|
|
4410
|
+
decimals: 18,
|
|
4411
|
+
website: 'https://tutorialtoken.com/',
|
|
4412
|
+
description: 'Tutorial is a token created by a developer who initially made a tutorial on launching a token on the BNB Chain. The original Tutorial token was on the testnet, and the developer decided to launch it on the mainnet as a meme.',
|
|
4413
|
+
bridge: 'native',
|
|
4414
|
+
},
|
|
4415
|
+
mubarak: {
|
|
4416
|
+
name: 'mubarak',
|
|
4417
|
+
symbol: 'mubarak',
|
|
4418
|
+
oracleId: 'mubarak',
|
|
4419
|
+
address: '0x5C85D6C6825aB4032337F11Ee92a72DF936b46F6',
|
|
4420
|
+
chainId: 56,
|
|
4421
|
+
decimals: 18,
|
|
4422
|
+
website: 'https://www.mubarak-cto.com/',
|
|
4423
|
+
description: 'Mubarak - a crypto meme launched on the Fourmeme platform, now taken over and developed by the community.',
|
|
4424
|
+
bridge: 'native',
|
|
4425
|
+
},
|
|
4426
|
+
SIREN: {
|
|
4427
|
+
name: 'SIREN',
|
|
4428
|
+
symbol: 'SIREN',
|
|
4429
|
+
oracleId: 'SIREN',
|
|
4430
|
+
address: '0x997A58129890bBdA032231A52eD1ddC845fc18e1',
|
|
4431
|
+
chainId: 56,
|
|
4432
|
+
decimals: 18,
|
|
4433
|
+
logoURI: '',
|
|
4434
|
+
website: 'https://four.meme/token/0x997a58129890bbda032231a52ed1ddc845fc18e1',
|
|
4435
|
+
description: 'Step into the mystique of ancient lore reimagined for the digital age with SirenAI. Discover your fortune island.',
|
|
4436
|
+
documentation: '',
|
|
4437
|
+
bridge: 'native',
|
|
4438
|
+
},
|
|
4439
|
+
B: {
|
|
4440
|
+
name: 'B',
|
|
4441
|
+
symbol: 'B',
|
|
4442
|
+
oracleId: 'B',
|
|
4443
|
+
address: '0x6bdcCe4A559076e37755a78Ce0c06214E59e4444',
|
|
4444
|
+
chainId: 56,
|
|
4445
|
+
decimals: 18,
|
|
4446
|
+
logoURI: '',
|
|
4447
|
+
website: 'https://www.buildon.online/',
|
|
4448
|
+
description: 'The BSC Mascot of Building, Leading real USD1 construction',
|
|
4449
|
+
documentation: '',
|
|
4450
|
+
bridge: 'native',
|
|
4451
|
+
},
|
|
4452
|
+
USD1: {
|
|
4453
|
+
name: 'World Liberty Financial USD',
|
|
4454
|
+
symbol: 'USD1',
|
|
4455
|
+
oracleId: 'USD1',
|
|
4456
|
+
address: '0x8d0D000Ee44948FC98c9B98A4FA4921476f08B0d',
|
|
4457
|
+
chainId: 56,
|
|
4458
|
+
decimals: 18,
|
|
4459
|
+
logoURI: '',
|
|
4460
|
+
website: 'https://www.worldlibertyfinancial.com/',
|
|
4461
|
+
description: 'USD1 is a US stablecoin launched by the Trump-linked crypto project, World Liberty Financial.',
|
|
4462
|
+
documentation: 'https://static.worldlibertyfinancial.com/docs/us/gold-paper.pdf',
|
|
4463
|
+
bridge: 'native',
|
|
4464
|
+
},
|
|
4465
|
+
RION: {
|
|
4466
|
+
name: 'Hyperion',
|
|
4467
|
+
symbol: 'RION',
|
|
4468
|
+
oracleId: 'RION',
|
|
4469
|
+
address: '0xC0c240C870606a5Cb3150795E2D0dffF9f1F7456',
|
|
4470
|
+
chainId: 56,
|
|
4471
|
+
decimals: 18,
|
|
4472
|
+
logoURI: '',
|
|
4473
|
+
website: 'https://hyperion.xyz/',
|
|
4474
|
+
description: 'Hyperion is a high-performance platform powered by Aptos parallel execution engine. By combining swap aggregation, market-making (CLMM and the upcoming DLMM), and vault strategies into one seamless on-chain experience, Hyperion is building the unified liquidity and trading layer of Aptos.',
|
|
4475
|
+
documentation: 'https://docs.hyperion.xyz/',
|
|
4476
|
+
bridge: 'layer-zero',
|
|
4477
|
+
},
|
|
4478
|
+
ASTER: {
|
|
4479
|
+
name: 'Aster',
|
|
4480
|
+
symbol: 'ASTER',
|
|
4481
|
+
oracleId: 'ASTER',
|
|
4482
|
+
address: '0x000Ae314E2A2172a039B26378814C252734f556A',
|
|
4483
|
+
chainId: 56,
|
|
4484
|
+
decimals: 18,
|
|
4485
|
+
logoURI: '',
|
|
4486
|
+
website: 'https://www.asterdex.com/en',
|
|
4487
|
+
description: 'Aster is our unified vision to simplify and elevate the DeFi experience. It’s a platform where security, performance, and community-first design come together. Industry leaders recognized Astherus for its powerful yield-generating products and APX for its robust perpetual trading infrastructure. Now, with Aster, we combine those strengths to build a seamless ecosystem — one where traders and earners alike can access everything they need without friction. From one-click trading to smart automation and deep on-chain liquidity, Aster is rethinking how DeFi should work — simple, efficient, and built for users.',
|
|
4488
|
+
documentation: 'https://docs.asterdex.com/',
|
|
4489
|
+
bridge: 'native',
|
|
4490
|
+
},
|
|
4491
|
+
GIGGLE: {
|
|
4492
|
+
name: 'Giggle Fund',
|
|
4493
|
+
symbol: 'GIGGLE',
|
|
4494
|
+
oracleId: 'GIGGLE',
|
|
4495
|
+
address: '0x20d6015660b3fe52e6690a889b5C51F69902cE0e',
|
|
4496
|
+
chainId: 56,
|
|
4497
|
+
decimals: 18,
|
|
4498
|
+
logoURI: '',
|
|
4499
|
+
website: 'https://giggletoken.com/',
|
|
4500
|
+
description: "Supporting children's education through community donations to GiggleAcademy",
|
|
4501
|
+
bridge: 'native',
|
|
4502
|
+
},
|
|
4503
|
+
XPL: {
|
|
4504
|
+
name: 'Plasma',
|
|
4505
|
+
symbol: 'XPL',
|
|
4506
|
+
oracleId: 'XPL',
|
|
4507
|
+
address: '0x405FBc9004D857903bFD6b3357792D71a50726b0',
|
|
4508
|
+
chainId: 56,
|
|
4509
|
+
decimals: 18,
|
|
4510
|
+
logoURI: '',
|
|
4511
|
+
website: 'https://www.plasma.to/',
|
|
4512
|
+
description: 'Plasma is a high-performance layer 1 blockchain purpose-built for stablecoins.',
|
|
4513
|
+
documentation: 'https://docs.plasma.to/',
|
|
4514
|
+
bridge: 'layer-zero',
|
|
4515
|
+
risks: ['NO_TIMELOCK'],
|
|
4516
|
+
},
|
|
4517
|
+
PUP: {
|
|
4518
|
+
name: 'PUP',
|
|
4519
|
+
symbol: 'PUP',
|
|
4520
|
+
oracleId: 'PUP',
|
|
4521
|
+
address: '0x73b84F7E3901F39FC29F3704a03126D317Ab4444',
|
|
4522
|
+
chainId: 56,
|
|
4523
|
+
decimals: 18,
|
|
4524
|
+
logoURI: '',
|
|
4525
|
+
website: 'https://pupxbnb.com/',
|
|
4526
|
+
description: 'MEMECOIN: The Loyal Mirror Pup Reflecting Gains on the Chain',
|
|
4527
|
+
bridge: 'native',
|
|
4528
|
+
},
|
|
4529
|
+
BINANCE_LIFE: {
|
|
4530
|
+
name: '币安人生',
|
|
4531
|
+
symbol: '币安人生',
|
|
4532
|
+
oracleId: 'BINANCE_LIFE',
|
|
4533
|
+
address: '0x924fa68a0FC644485b8df8AbfA0A41C2e7744444',
|
|
4534
|
+
chainId: 56,
|
|
4535
|
+
decimals: 18,
|
|
4536
|
+
logoURI: '',
|
|
4537
|
+
website: 'https://x.com/heyibinance/status/1974489756164575458',
|
|
4538
|
+
description: 'MEMECOIN: Oh my, thank you, Jason. You are so kind and insightful. You are just like Binance. I wish you can hold BNB, drive a Binance car, live in a Binance community, and enjoy a Binance life.',
|
|
4539
|
+
bridge: 'native',
|
|
4540
|
+
},
|
|
4541
|
+
FOUR: {
|
|
4542
|
+
name: '4',
|
|
4543
|
+
symbol: '4',
|
|
4544
|
+
oracleId: 'FOUR',
|
|
4545
|
+
address: '0x0A43fC31a73013089DF59194872Ecae4cAe14444',
|
|
4546
|
+
chainId: 56,
|
|
4547
|
+
decimals: 18,
|
|
4548
|
+
logoURI: '',
|
|
4549
|
+
website: 'https://x.com/4onbsc',
|
|
4550
|
+
description: 'MEMECOIN: The Spirit of BSC',
|
|
4551
|
+
bridge: 'native',
|
|
4552
|
+
},
|
|
4553
|
+
PALU: {
|
|
4554
|
+
name: 'Palu',
|
|
4555
|
+
symbol: 'PALU',
|
|
4556
|
+
oracleId: 'PALU',
|
|
4557
|
+
address: '0x02e75d28A8AA2a0033b8cf866fCf0bB0E1eE4444',
|
|
4558
|
+
chainId: 56,
|
|
4559
|
+
decimals: 18,
|
|
4560
|
+
logoURI: '',
|
|
4561
|
+
website: 'https://paluonbnb.com/',
|
|
4562
|
+
description: 'MEMECOIN: The perfect plushy born in the perfect era.',
|
|
4563
|
+
bridge: 'native',
|
|
4564
|
+
},
|
|
4565
|
+
FORM: {
|
|
4566
|
+
name: 'FORM Token',
|
|
4567
|
+
symbol: 'FORM',
|
|
4568
|
+
oracleId: 'FORM',
|
|
4569
|
+
address: '0x5b73A93b4E5e4f1FD27D8b3F8C97D69908b5E284',
|
|
4570
|
+
chainId: 56,
|
|
4571
|
+
decimals: 18,
|
|
4572
|
+
logoURI: '',
|
|
4573
|
+
website: 'https://four.meme/',
|
|
4574
|
+
description: 'Four.meme is a streamlined, low-cost pathway to introduce even more meme tokens into the world. Create anything. Any meme you want to put out into the blockchain ecosystem. We’re here to be your canvas and your logistical minion. We’ll help you get the most traction possible with users on BSC. All we’re asking is you create the best viral memes that can potentially make you famous.',
|
|
4575
|
+
documentation: 'https://four-meme.gitbook.io/four.meme/protocol-integration',
|
|
4576
|
+
bridge: 'native',
|
|
4577
|
+
risks: ['NO_TIMELOCK'],
|
|
4578
|
+
},
|
|
4579
|
+
BNBHolder: {
|
|
4580
|
+
name: 'BNBHolder',
|
|
4581
|
+
symbol: 'BNBHolder',
|
|
4582
|
+
oracleId: 'BNBHolder',
|
|
4583
|
+
address: '0x44440f83419DE123d7d411187aDb9962db017d03',
|
|
4584
|
+
chainId: 56,
|
|
4585
|
+
decimals: 18,
|
|
4586
|
+
logoURI: '',
|
|
4587
|
+
website: 'https://web3.binance.com/en/token/bsc/0x44440f83419de123d7d411187adb9962db017d03',
|
|
4588
|
+
description: 'MEMECOIN: BNBHolder, known as 币安Holder, embodies the spirit of steadfast commitment within the Binance ecosystem on the BNB Smart Chain (BSC).',
|
|
4589
|
+
bridge: 'native',
|
|
4590
|
+
},
|
|
4591
|
+
COAI: {
|
|
4592
|
+
name: 'ChainOpera AI',
|
|
4593
|
+
symbol: 'COAI',
|
|
4594
|
+
oracleId: 'COAI',
|
|
4595
|
+
address: '0x0A8D6C86e1bcE73fE4D0bD531e1a567306836EA5',
|
|
4596
|
+
chainId: 56,
|
|
4597
|
+
decimals: 18,
|
|
4598
|
+
logoURI: '',
|
|
4599
|
+
website: 'https://chainopera.ai/',
|
|
4600
|
+
description: 'ChainOpera AI empowers collaborative intelligence through a network of AI agents co-created and co-operated by the community.',
|
|
4601
|
+
bridge: 'native',
|
|
4602
|
+
risks: ['LARGE_HOLDERS'],
|
|
4603
|
+
documentation: 'https://paper.chainopera.ai/',
|
|
4604
|
+
},
|
|
4605
|
+
FINGERHEART: {
|
|
4606
|
+
name: 'Finger Heart',
|
|
4607
|
+
symbol: 'FINGERHEART',
|
|
4608
|
+
oracleId: 'FINGERHEART',
|
|
4609
|
+
address: '0xd6d4854C63055E7D0caaE22aB8c4e023104a4444',
|
|
4610
|
+
chainId: 56,
|
|
4611
|
+
decimals: 18,
|
|
4612
|
+
logoURI: '',
|
|
4613
|
+
website: 'https://x.com/cz_binance/status/1978873432667492537',
|
|
4614
|
+
description: "MEMECOIN: Inspired by CZ's finger heart emoji tweet.",
|
|
4615
|
+
bridge: 'native',
|
|
4616
|
+
},
|
|
4617
|
+
XPIN: {
|
|
4618
|
+
name: 'XPIN',
|
|
4619
|
+
symbol: 'XPIN',
|
|
4620
|
+
oracleId: 'XPIN',
|
|
4621
|
+
address: '0xD955c9bA56Fb1AB30e34766e252A97ccCE3D31A6',
|
|
4622
|
+
chainId: 56,
|
|
4623
|
+
decimals: 18,
|
|
4624
|
+
logoURI: '',
|
|
4625
|
+
website: 'https://www.xpin.network/',
|
|
4626
|
+
description: 'XPIN Network is a revolutionary Decentralized Wireless Network Platform designed to redefine global connectivity. The $XPIN token powers the network.',
|
|
4627
|
+
bridge: 'native',
|
|
4628
|
+
risks: ['LARGE_HOLDERS'],
|
|
4629
|
+
documentation: 'https://docs.xpin.network/tokenomics',
|
|
4630
|
+
},
|
|
4631
|
+
LAB: {
|
|
4632
|
+
name: 'LAB',
|
|
4633
|
+
symbol: 'LAB',
|
|
4634
|
+
oracleId: 'LAB',
|
|
4635
|
+
address: '0x7ec43Cf65F1663F820427C62A5780b8f2E25593A',
|
|
4636
|
+
chainId: 56,
|
|
4637
|
+
decimals: 18,
|
|
4638
|
+
logoURI: '',
|
|
4639
|
+
website: 'https://lab.pro/',
|
|
4640
|
+
description: 'Multi-chain trading infrastructure – overlay, app & Telegram. Trade and analyze with sub-second execution, low fees, and transparent rewards.',
|
|
4641
|
+
bridge: 'native',
|
|
4642
|
+
risks: ['LARGE_HOLDERS'],
|
|
4643
|
+
documentation: 'https://docs.lab.pro/',
|
|
4644
|
+
},
|
|
4645
|
+
};
|