@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,4454 @@
|
|
|
1
|
+
import * as platforms from './platforms/index.js';
|
|
2
|
+
export declare const polygon: {
|
|
3
|
+
readonly platforms: typeof platforms;
|
|
4
|
+
readonly tokens: {
|
|
5
|
+
readonly WNATIVE: {
|
|
6
|
+
readonly name: "Wrapped POL";
|
|
7
|
+
readonly address: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270";
|
|
8
|
+
readonly symbol: "WPOL";
|
|
9
|
+
readonly oracleId: "WMATIC";
|
|
10
|
+
readonly decimals: 18;
|
|
11
|
+
readonly chainId: 137;
|
|
12
|
+
readonly website: "https://polygon.technology/";
|
|
13
|
+
readonly description: "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
|
|
14
|
+
readonly bridge: "native";
|
|
15
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png";
|
|
16
|
+
readonly documentation: "https://docs.polygon.technology/";
|
|
17
|
+
};
|
|
18
|
+
readonly FEES: {
|
|
19
|
+
readonly name: "Wrapped POL";
|
|
20
|
+
readonly address: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270";
|
|
21
|
+
readonly symbol: "WPOL";
|
|
22
|
+
readonly oracleId: "WMATIC";
|
|
23
|
+
readonly decimals: 18;
|
|
24
|
+
readonly chainId: 137;
|
|
25
|
+
readonly website: "https://polygon.technology/";
|
|
26
|
+
readonly description: "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
|
|
27
|
+
readonly bridge: "native";
|
|
28
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png";
|
|
29
|
+
readonly documentation: "https://docs.polygon.technology/";
|
|
30
|
+
};
|
|
31
|
+
readonly MATIC: {
|
|
32
|
+
readonly name: "Wrapped POL";
|
|
33
|
+
readonly address: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270";
|
|
34
|
+
readonly symbol: "WPOL";
|
|
35
|
+
readonly oracleId: "WMATIC";
|
|
36
|
+
readonly decimals: 18;
|
|
37
|
+
readonly chainId: 137;
|
|
38
|
+
readonly website: "https://polygon.technology/";
|
|
39
|
+
readonly description: "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
|
|
40
|
+
readonly bridge: "native";
|
|
41
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png";
|
|
42
|
+
readonly documentation: "https://docs.polygon.technology/";
|
|
43
|
+
};
|
|
44
|
+
readonly WMATIC: {
|
|
45
|
+
readonly name: "Wrapped POL";
|
|
46
|
+
readonly address: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270";
|
|
47
|
+
readonly symbol: "WPOL";
|
|
48
|
+
readonly oracleId: "WMATIC";
|
|
49
|
+
readonly decimals: 18;
|
|
50
|
+
readonly chainId: 137;
|
|
51
|
+
readonly website: "https://polygon.technology/";
|
|
52
|
+
readonly description: "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
|
|
53
|
+
readonly bridge: "native";
|
|
54
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png";
|
|
55
|
+
readonly documentation: "https://docs.polygon.technology/";
|
|
56
|
+
};
|
|
57
|
+
readonly POL: {
|
|
58
|
+
readonly name: "Wrapped POL";
|
|
59
|
+
readonly address: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270";
|
|
60
|
+
readonly symbol: "WPOL";
|
|
61
|
+
readonly oracleId: "WMATIC";
|
|
62
|
+
readonly decimals: 18;
|
|
63
|
+
readonly chainId: 137;
|
|
64
|
+
readonly website: "https://polygon.technology/";
|
|
65
|
+
readonly description: "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
|
|
66
|
+
readonly bridge: "native";
|
|
67
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png";
|
|
68
|
+
readonly documentation: "https://docs.polygon.technology/";
|
|
69
|
+
};
|
|
70
|
+
readonly WPOL: {
|
|
71
|
+
readonly name: "Wrapped POL";
|
|
72
|
+
readonly address: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270";
|
|
73
|
+
readonly symbol: "WPOL";
|
|
74
|
+
readonly oracleId: "WMATIC";
|
|
75
|
+
readonly decimals: 18;
|
|
76
|
+
readonly chainId: 137;
|
|
77
|
+
readonly website: "https://polygon.technology/";
|
|
78
|
+
readonly description: "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
|
|
79
|
+
readonly bridge: "native";
|
|
80
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png";
|
|
81
|
+
readonly documentation: "https://docs.polygon.technology/";
|
|
82
|
+
};
|
|
83
|
+
readonly frxETH: {
|
|
84
|
+
readonly name: "Frax Ether";
|
|
85
|
+
readonly symbol: "frxETH";
|
|
86
|
+
readonly oracleId: "frxETH";
|
|
87
|
+
readonly address: "0xEe327F889d5947c1dc1934Bb208a1E792F953E96";
|
|
88
|
+
readonly chainId: 137;
|
|
89
|
+
readonly decimals: 18;
|
|
90
|
+
readonly website: "https://app.frax.finance/frxeth/mint";
|
|
91
|
+
readonly 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.";
|
|
92
|
+
readonly bridge: "frax";
|
|
93
|
+
readonly logoURI: "";
|
|
94
|
+
readonly documentation: "https://docs.frax.finance/frax-ether/frxeth-and-sfrxeth";
|
|
95
|
+
};
|
|
96
|
+
readonly wstETH: {
|
|
97
|
+
readonly name: "Lido Wrapped Staked ETH";
|
|
98
|
+
readonly symbol: "wstETH";
|
|
99
|
+
readonly oracleId: "wstETH";
|
|
100
|
+
readonly address: "0x03b54A6e9a984069379fae1a4fC4dBAE93B3bCCD";
|
|
101
|
+
readonly chainId: 137;
|
|
102
|
+
readonly decimals: 18;
|
|
103
|
+
readonly website: "https://lido.fi/";
|
|
104
|
+
readonly 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.";
|
|
105
|
+
readonly logoURI: "";
|
|
106
|
+
readonly documentation: "https://docs.lido.fi/";
|
|
107
|
+
};
|
|
108
|
+
readonly BOB: {
|
|
109
|
+
readonly name: "BOB";
|
|
110
|
+
readonly address: "0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B";
|
|
111
|
+
readonly symbol: "BOB";
|
|
112
|
+
readonly oracleId: "BOB";
|
|
113
|
+
readonly decimals: 18;
|
|
114
|
+
readonly website: "https://www.zkbob.com/";
|
|
115
|
+
readonly documentation: "https://www.zkbob.com/";
|
|
116
|
+
readonly description: "BOB is a multi-chain & multi-collateral stable token (stablecoin) enhanced with optional privacy features.";
|
|
117
|
+
readonly bridge: "native";
|
|
118
|
+
readonly chainId: 137;
|
|
119
|
+
readonly logoURI: "";
|
|
120
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
121
|
+
};
|
|
122
|
+
readonly MVX: {
|
|
123
|
+
readonly name: "MVX";
|
|
124
|
+
readonly address: "0x2760E46d9BB43dafCbEcaad1F64b93207f9f0eD7";
|
|
125
|
+
readonly symbol: "MVX";
|
|
126
|
+
readonly oracleId: "MVX";
|
|
127
|
+
readonly decimals: 18;
|
|
128
|
+
readonly website: "https://metavault.trade/";
|
|
129
|
+
readonly documentation: "https://docs.metavault.trade/";
|
|
130
|
+
readonly description: "MVX is the Metavault.Trade's governance and utility token. 30% of swap and leverage trading fees are converted to $MATIC and distributed to the accounts staking MVX.";
|
|
131
|
+
readonly bridge: "native";
|
|
132
|
+
readonly chainId: 137;
|
|
133
|
+
readonly logoURI: "";
|
|
134
|
+
};
|
|
135
|
+
readonly BUSD: {
|
|
136
|
+
readonly name: "Binance USD";
|
|
137
|
+
readonly address: "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39";
|
|
138
|
+
readonly symbol: "BUSD";
|
|
139
|
+
readonly oracleId: "BUSD";
|
|
140
|
+
readonly decimals: 18;
|
|
141
|
+
readonly website: "https://www.binance.com/en/busd/";
|
|
142
|
+
readonly documentation: "https://www.binance.com/en/busd";
|
|
143
|
+
readonly description: "These are digitised US Dollars and are always purchased and redeemed at 1 BUSD for 1 US dollar.";
|
|
144
|
+
readonly bridge: "binance-peg";
|
|
145
|
+
readonly chainId: 137;
|
|
146
|
+
readonly logoURI: "";
|
|
147
|
+
};
|
|
148
|
+
readonly spUSDC: {
|
|
149
|
+
readonly name: "Stargate USD Coin LP";
|
|
150
|
+
readonly address: "0x1205f31718499dBf1fCa446663B532Ef87481fe1";
|
|
151
|
+
readonly symbol: "spUSDC";
|
|
152
|
+
readonly oracleId: "stargate-polygon-usdc";
|
|
153
|
+
readonly decimals: 6;
|
|
154
|
+
readonly website: "https://www.circle.com/usdc";
|
|
155
|
+
readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
|
|
156
|
+
readonly 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.";
|
|
157
|
+
readonly chainId: 137;
|
|
158
|
+
readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
|
|
159
|
+
};
|
|
160
|
+
readonly 'USD+': {
|
|
161
|
+
readonly name: "USD+ Stablecoin";
|
|
162
|
+
readonly symbol: "USD+";
|
|
163
|
+
readonly oracleId: "pUSD+";
|
|
164
|
+
readonly address: "0x236eeC6359fb44CCe8f97E99387aa7F8cd5cdE1f";
|
|
165
|
+
readonly chainId: 137;
|
|
166
|
+
readonly decimals: 6;
|
|
167
|
+
readonly website: "https://overnight.fi/";
|
|
168
|
+
readonly 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.";
|
|
169
|
+
readonly bridge: "native";
|
|
170
|
+
readonly logoURI: "";
|
|
171
|
+
readonly documentation: "https://docs.overnight.fi/";
|
|
172
|
+
};
|
|
173
|
+
readonly spUSDT: {
|
|
174
|
+
readonly name: "Stargate Tether USD LP";
|
|
175
|
+
readonly symbol: "spUSDT";
|
|
176
|
+
readonly oracleId: "stargate-polygon-usdt";
|
|
177
|
+
readonly address: "0x29e38769f23701A2e4A8Ef0492e19dA4604Be62c";
|
|
178
|
+
readonly chainId: 137;
|
|
179
|
+
readonly decimals: 6;
|
|
180
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
181
|
+
readonly website: "https://tether.to/";
|
|
182
|
+
readonly 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.";
|
|
183
|
+
readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
|
|
184
|
+
};
|
|
185
|
+
readonly DYST: {
|
|
186
|
+
readonly name: "Dystopia token";
|
|
187
|
+
readonly symbol: "DYST";
|
|
188
|
+
readonly oracleId: "DYST";
|
|
189
|
+
readonly address: "0x39aB6574c289c3Ae4d88500eEc792AB5B947A5Eb";
|
|
190
|
+
readonly chainId: 137;
|
|
191
|
+
readonly decimals: 18;
|
|
192
|
+
readonly logoURI: "";
|
|
193
|
+
readonly website: "https://www.dystopia.exchange/";
|
|
194
|
+
readonly description: "Dystopia is a decentralized exchange and automated market marker focused on providing efficient token swaps and deep liquidity for stablecoins and other assets. Dystopia has a sophisticated governance structure using the ve(3,3) system that provides the possibility to maximize gains for all users of the ecosystem.";
|
|
195
|
+
};
|
|
196
|
+
readonly SOLACE: {
|
|
197
|
+
readonly name: "solace";
|
|
198
|
+
readonly symbol: "SOLACE";
|
|
199
|
+
readonly oracleId: "SOLACE";
|
|
200
|
+
readonly address: "0x501acE9c35E60f03A2af4d484f49F9B1EFde9f40";
|
|
201
|
+
readonly chainId: 137;
|
|
202
|
+
readonly decimals: 18;
|
|
203
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x501acE9c35E60f03A2af4d484f49F9B1EFde9f40.svg";
|
|
204
|
+
readonly website: "https://solace.fi/";
|
|
205
|
+
readonly description: "Solace is building a community around making this space safe, secure and trusted so that we can onboard and de-risk DeFi and other crypto applications while opening the space to millions of users. We recently launched a coverage policy protocol that enables protection for liquidity providers, Defi protocols or DAOs to mitigate loss from hacks, bugs and exploits. Our purpose is to transform DeFi by delivering intelligent and empowering tools for a safe, secure and trusted industry.";
|
|
206
|
+
};
|
|
207
|
+
readonly PAE: {
|
|
208
|
+
readonly name: "Ripae";
|
|
209
|
+
readonly symbol: "PAE";
|
|
210
|
+
readonly oracleId: "PAE";
|
|
211
|
+
readonly address: "0x8063037ea50E4a066bF1430EA1E3e609CD5cEf6B";
|
|
212
|
+
readonly chainId: 137;
|
|
213
|
+
readonly decimals: 18;
|
|
214
|
+
readonly website: "https://matic.ripae.finance/";
|
|
215
|
+
readonly 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.";
|
|
216
|
+
readonly logoURI: "https://matic.ripae.finance/static/media/ripae_pae.87e37ce1.svg";
|
|
217
|
+
};
|
|
218
|
+
readonly pMATIC: {
|
|
219
|
+
readonly name: "pMATIC";
|
|
220
|
+
readonly symbol: "pMATIC";
|
|
221
|
+
readonly oracleId: "pMATIC";
|
|
222
|
+
readonly address: "0xA0dF47432d9d88bcc040E9ee66dDC7E17A882715";
|
|
223
|
+
readonly chainId: 137;
|
|
224
|
+
readonly decimals: 18;
|
|
225
|
+
readonly website: "https://matic.ripae.finance/";
|
|
226
|
+
readonly 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.";
|
|
227
|
+
readonly logoURI: "https://matic.ripae.finance/static/media/ripae_pftm.1a3fe2b4.svg";
|
|
228
|
+
};
|
|
229
|
+
readonly LCD: {
|
|
230
|
+
readonly name: "Lucidao";
|
|
231
|
+
readonly address: "0xc2A45FE7d40bCAc8369371B08419DDAFd3131b4a";
|
|
232
|
+
readonly symbol: "LCD";
|
|
233
|
+
readonly oracleId: "LCD";
|
|
234
|
+
readonly decimals: 18;
|
|
235
|
+
readonly chainId: 137;
|
|
236
|
+
readonly website: "https://lucidao.com/";
|
|
237
|
+
readonly description: "Lucidao aims to gather a community of oracles and users to build the infrastructure and facilitate the bridge between crypto and the real worlds.";
|
|
238
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/23693/large/lcd-icon-color-200px.png?1645450706";
|
|
239
|
+
};
|
|
240
|
+
readonly LDO: {
|
|
241
|
+
readonly name: "Lido DAO";
|
|
242
|
+
readonly address: "0xC3C7d422809852031b44ab29EEC9F1EfF2A58756";
|
|
243
|
+
readonly symbol: "LDO";
|
|
244
|
+
readonly oracleId: "LDO";
|
|
245
|
+
readonly decimals: 18;
|
|
246
|
+
readonly chainId: 137;
|
|
247
|
+
readonly website: "https://stake.lido.fi/";
|
|
248
|
+
readonly documentation: "https://docs.lido.fi/";
|
|
249
|
+
readonly description: "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.";
|
|
250
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/13573/large/Lido_DAO.png?1609873644";
|
|
251
|
+
};
|
|
252
|
+
readonly cxBTC: {
|
|
253
|
+
readonly name: "CelsiusX Wrapped BTC";
|
|
254
|
+
readonly symbol: "cxBTC";
|
|
255
|
+
readonly oracleId: "cxBTC";
|
|
256
|
+
readonly address: "0xD30DC92b8ec0fa8de625768d208f51A93C10aFF2";
|
|
257
|
+
readonly chainId: 137;
|
|
258
|
+
readonly decimals: 18;
|
|
259
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0xD30DC92b8ec0fa8de625768d208f51A93C10aFF2.svg";
|
|
260
|
+
readonly website: "";
|
|
261
|
+
readonly description: "";
|
|
262
|
+
};
|
|
263
|
+
readonly crvUSD: {
|
|
264
|
+
readonly name: "Curve USD Stablecoin";
|
|
265
|
+
readonly symbol: "crvUSD";
|
|
266
|
+
readonly oracleId: "crvUSD";
|
|
267
|
+
readonly address: "0xc4Ce1D6F5D98D65eE25Cf85e9F2E9DcFEe6Cb5d6";
|
|
268
|
+
readonly chainId: 137;
|
|
269
|
+
readonly decimals: 18;
|
|
270
|
+
readonly logoURI: "";
|
|
271
|
+
readonly website: "https://curve.finance/crvusd";
|
|
272
|
+
readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
|
|
273
|
+
readonly documentation: "https://docs.curve.finance/crvUSD/crvUSD/";
|
|
274
|
+
readonly bridge: "polygon-canonical";
|
|
275
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
276
|
+
};
|
|
277
|
+
readonly NZDS: {
|
|
278
|
+
readonly name: "New Zealand Dollar Stablecoin";
|
|
279
|
+
readonly symbol: "NZDS";
|
|
280
|
+
readonly oracleId: "NZDS";
|
|
281
|
+
readonly address: "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE";
|
|
282
|
+
readonly chainId: 137;
|
|
283
|
+
readonly decimals: 6;
|
|
284
|
+
readonly website: "https://www.techemynt.com/";
|
|
285
|
+
readonly description: "All NZDS tokens are backed 100% by New Zealand dollars held in trust in a bank account (or cash equivalents) confirmed every six months by a leading accounting firm. ";
|
|
286
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/20394/small/nzds.png?1636964381";
|
|
287
|
+
};
|
|
288
|
+
readonly jNZD: {
|
|
289
|
+
readonly name: "Jarvis Synthetic New Zealand Dollar";
|
|
290
|
+
readonly symbol: "jNZD";
|
|
291
|
+
readonly oracleId: "jNZD";
|
|
292
|
+
readonly address: "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0";
|
|
293
|
+
readonly chainId: 137;
|
|
294
|
+
readonly decimals: 18;
|
|
295
|
+
readonly website: "https://jarvis.network/";
|
|
296
|
+
readonly description: "jNZD is a multi-collateralized synthetic token tracking the price of the New Zealand Dollar. It is built on the top of UMA and Chainlink.";
|
|
297
|
+
readonly logoURI: "https://app.jarvis.exchange/assets/bd5ec61c3163ddb222eaadb2ce8d8042.svg";
|
|
298
|
+
};
|
|
299
|
+
readonly newQUICK: {
|
|
300
|
+
readonly name: "Quickswap";
|
|
301
|
+
readonly address: "0xB5C064F955D8e7F38fE0460C556a72987494eE17";
|
|
302
|
+
readonly symbol: "QUICK";
|
|
303
|
+
readonly oracleId: "newQUICK";
|
|
304
|
+
readonly decimals: 18;
|
|
305
|
+
readonly chainId: 137;
|
|
306
|
+
readonly website: "https://quickswap.exchange/#/swap";
|
|
307
|
+
readonly description: "Next-gen Layer 2 DEX. Trade at lightning-fast speeds with near-zero gas fees.";
|
|
308
|
+
readonly bridge: "native";
|
|
309
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/15185/small/quickswap.png?1620044811";
|
|
310
|
+
};
|
|
311
|
+
readonly QUIDD: {
|
|
312
|
+
readonly name: "QUIDD";
|
|
313
|
+
readonly address: "0x123706cDD8e60324e610E9A2CC7012D0F45A5b8E";
|
|
314
|
+
readonly symbol: "QUIDD";
|
|
315
|
+
readonly oracleId: "QUIDD";
|
|
316
|
+
readonly decimals: 18;
|
|
317
|
+
readonly chainId: 137;
|
|
318
|
+
readonly website: "https://www.quiddtoken.com/";
|
|
319
|
+
readonly description: "A fungible utility token built on Ethereum, QUIDD is the cornerstone of a new, cooperative economic system that aligns the interests of collectors, creators, and developers.";
|
|
320
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/19725/small/quidd.png?1637303435";
|
|
321
|
+
};
|
|
322
|
+
readonly '4EUR': {
|
|
323
|
+
readonly name: "Curve Factory 4EUR";
|
|
324
|
+
readonly symbol: "4EUR";
|
|
325
|
+
readonly oracleId: "jarvis-4eur";
|
|
326
|
+
readonly address: "0xAd326c253A84e9805559b73A08724e11E49ca651";
|
|
327
|
+
readonly chainId: 137;
|
|
328
|
+
readonly decimals: 18;
|
|
329
|
+
readonly logoURI: "";
|
|
330
|
+
readonly website: "https://polygon.curve.finance";
|
|
331
|
+
readonly description: "Curves Factory 4EUR Pool";
|
|
332
|
+
};
|
|
333
|
+
readonly MaticX: {
|
|
334
|
+
readonly name: "Stader Staking Matic";
|
|
335
|
+
readonly symbol: "MaticX";
|
|
336
|
+
readonly oracleId: "MaticX";
|
|
337
|
+
readonly address: "0xfa68FB4628DFF1028CFEc22b4162FCcd0d45efb6";
|
|
338
|
+
readonly chainId: 137;
|
|
339
|
+
readonly decimals: 18;
|
|
340
|
+
readonly logoURI: "";
|
|
341
|
+
readonly website: "https://polygon.staderlabs.com/liquid-staking/maticx";
|
|
342
|
+
readonly 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.";
|
|
343
|
+
readonly bridge: "native";
|
|
344
|
+
readonly documentation: "https://www.staderlabs.com/docs-v1/polygon/maticx#what-is-maticx";
|
|
345
|
+
};
|
|
346
|
+
readonly SD: {
|
|
347
|
+
readonly name: "Stader ";
|
|
348
|
+
readonly symbol: "SD";
|
|
349
|
+
readonly oracleId: "SD";
|
|
350
|
+
readonly address: "0x1d734A02eF1e1f5886e66b0673b71Af5B53ffA94";
|
|
351
|
+
readonly chainId: 137;
|
|
352
|
+
readonly decimals: 18;
|
|
353
|
+
readonly logoURI: "";
|
|
354
|
+
readonly website: "https://staderlabs.com/";
|
|
355
|
+
readonly 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.";
|
|
356
|
+
};
|
|
357
|
+
readonly beQI: {
|
|
358
|
+
readonly name: "Beefy QI";
|
|
359
|
+
readonly symbol: "beQI";
|
|
360
|
+
readonly oracleId: "beQI";
|
|
361
|
+
readonly address: "0x97bfa4b212A153E15dCafb799e733bc7d1b70E72";
|
|
362
|
+
readonly chainId: 137;
|
|
363
|
+
readonly decimals: 18;
|
|
364
|
+
readonly logoURI: "";
|
|
365
|
+
readonly website: "https://beefy.com";
|
|
366
|
+
readonly description: "beQI is a Beefy-wrapped version of eQI. Holding beQI will be a great way to earn a bunch of QI. Beefy will distribute weekly QI rewards to beQI stakers. beQI holders will recieve the same rewards as max lock eQI holders";
|
|
367
|
+
readonly documentation: "https://docs.beefy.finance/beefy-products/beefy-escrowed-tokens/beqi";
|
|
368
|
+
readonly bridge: "native";
|
|
369
|
+
};
|
|
370
|
+
readonly stMATIC: {
|
|
371
|
+
readonly name: "Lido Staked Matic stMATIC";
|
|
372
|
+
readonly symbol: "stMATIC";
|
|
373
|
+
readonly oracleId: "stMATIC";
|
|
374
|
+
readonly address: "0x3A58a54C066FdC0f2D55FC9C89F0415C92eBf3C4";
|
|
375
|
+
readonly chainId: 137;
|
|
376
|
+
readonly decimals: 18;
|
|
377
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/24185/large/stMATIC.png?1646789287/";
|
|
378
|
+
readonly website: "https://polygon.lido.fi/";
|
|
379
|
+
readonly description: "Lido for Polygon is a liquid staking solution for MATIC backed by industry-leading staking providers.";
|
|
380
|
+
readonly bridge: "native";
|
|
381
|
+
readonly documentation: "https://docs.polygon.lido.fi/";
|
|
382
|
+
};
|
|
383
|
+
readonly ONE: {
|
|
384
|
+
readonly name: "Wrapped ONE";
|
|
385
|
+
readonly address: "0x80c0CBDB8d0B190238795d376f0bD57fd40525F2";
|
|
386
|
+
readonly symbol: "WONE";
|
|
387
|
+
readonly oracleId: "ONE";
|
|
388
|
+
readonly decimals: 18;
|
|
389
|
+
readonly chainId: 137;
|
|
390
|
+
readonly website: "https://www.harmony.one/";
|
|
391
|
+
readonly description: "Harmony is an open and fast blockchain. Our mainnet runs Ethereum applications with 2-second transaction finality and 100 times lower fees.";
|
|
392
|
+
readonly logoURI: "https://res.cloudinary.com/dnz2bkszg/image/fetch/f_auto/https://raw.githubusercontent.com/sushiswap/icons/master/token/one.jpg";
|
|
393
|
+
};
|
|
394
|
+
readonly METIS: {
|
|
395
|
+
readonly name: "METIS";
|
|
396
|
+
readonly address: "0xA863246658DEA34111C3C1DceDb2cfd5d6067334";
|
|
397
|
+
readonly symbol: "WMETIS";
|
|
398
|
+
readonly oracleId: "METIS";
|
|
399
|
+
readonly decimals: 18;
|
|
400
|
+
readonly chainId: 137;
|
|
401
|
+
readonly website: "https://www.metis.io/";
|
|
402
|
+
readonly description: "METIS IS SOLVING ETHEREUMS SIX BIGGEST CHALLENGES. SIMPLICITY. SPEED. STORAGE. SCALABILITY. SECURITY. SAVINGS.";
|
|
403
|
+
readonly logoURI: "";
|
|
404
|
+
};
|
|
405
|
+
readonly NEAR: {
|
|
406
|
+
readonly name: "NEAR";
|
|
407
|
+
readonly symbol: "NEAR";
|
|
408
|
+
readonly oracleId: "NEAR";
|
|
409
|
+
readonly address: "0x72bd80445b0db58ebe3E8dB056529D4C5FAF6F2f";
|
|
410
|
+
readonly chainId: 137;
|
|
411
|
+
readonly decimals: 18;
|
|
412
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0xC42C30aC6Cc15faC9bD938618BcaA1a1FaE8501d.svg";
|
|
413
|
+
readonly website: "https://near.org/";
|
|
414
|
+
readonly description: "Through simple, secure, and scalable technology, NEAR empowers millions to invent and explore new experiences. Business, creativity, and community are being reimagined for a more sustainable and inclusive future.";
|
|
415
|
+
};
|
|
416
|
+
readonly CEL: {
|
|
417
|
+
readonly name: "Celsius CEL";
|
|
418
|
+
readonly symbol: "CEL";
|
|
419
|
+
readonly oracleId: "CEL";
|
|
420
|
+
readonly address: "0xD85d1e945766Fea5Eda9103F918Bd915FbCa63E6";
|
|
421
|
+
readonly chainId: 137;
|
|
422
|
+
readonly decimals: 4;
|
|
423
|
+
readonly website: "https://celsius.network/";
|
|
424
|
+
readonly description: "An economy where financial freedom doesn't come with a price tag. Our goal is to disrupt the financial industry, one happy user at a time, and introduce financial freedom through crypto.";
|
|
425
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/2700.png";
|
|
426
|
+
};
|
|
427
|
+
readonly PAR: {
|
|
428
|
+
readonly name: "PAR Stablecoin";
|
|
429
|
+
readonly symbol: "PAR";
|
|
430
|
+
readonly oracleId: "PAR";
|
|
431
|
+
readonly address: "0xE2Aa7db6dA1dAE97C5f5C6914d285fBfCC32A128";
|
|
432
|
+
readonly chainId: 137;
|
|
433
|
+
readonly decimals: 18;
|
|
434
|
+
readonly website: "https://mimo.capital/";
|
|
435
|
+
readonly description: "Mimo have a lending platform allowing people to borrow PAR, a stable token algorithmically pegged to the Euro.";
|
|
436
|
+
readonly bridge: "native";
|
|
437
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/14153/small/par_round_200.png?1614670422";
|
|
438
|
+
readonly documentation: "https://docs.mimo.capital/parallel-protocol/parallel-protocol/par";
|
|
439
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
440
|
+
};
|
|
441
|
+
readonly EURS: {
|
|
442
|
+
readonly name: "STATIS EURS Token";
|
|
443
|
+
readonly symbol: "EURS";
|
|
444
|
+
readonly oracleId: "EURS";
|
|
445
|
+
readonly address: "0xE111178A87A3BFf0c8d18DECBa5798827539Ae99";
|
|
446
|
+
readonly chainId: 137;
|
|
447
|
+
readonly decimals: 2;
|
|
448
|
+
readonly website: "https://stasis.net/";
|
|
449
|
+
readonly description: "EURS token is a virtual financial asset that is designed to digitally mirror the EURO on the condition that its value is tied to the value of its collateral.";
|
|
450
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/5164/small/EURS_300x300.png?1550571779";
|
|
451
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
452
|
+
};
|
|
453
|
+
readonly EURt: {
|
|
454
|
+
readonly name: "Euro Tether";
|
|
455
|
+
readonly symbol: "EURt";
|
|
456
|
+
readonly oracleId: "EURt";
|
|
457
|
+
readonly address: "0x7BDF330f423Ea880FF95fC41A280fD5eCFD3D09f";
|
|
458
|
+
readonly chainId: 137;
|
|
459
|
+
readonly decimals: 6;
|
|
460
|
+
readonly website: "https://tether.to/en/";
|
|
461
|
+
readonly description: "Euro Tether token (EURt) is the first euro-pegged stablecoin pegged to the Euro.";
|
|
462
|
+
readonly bridge: "polygon-canonical";
|
|
463
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/17385/small/Tether_full_logo_dm.png?1627537298";
|
|
464
|
+
};
|
|
465
|
+
readonly renBTC: {
|
|
466
|
+
readonly name: "renBTC";
|
|
467
|
+
readonly symbol: "renBTC";
|
|
468
|
+
readonly oracleId: "renBTC";
|
|
469
|
+
readonly address: "0xDBf31dF14B66535aF65AaC99C32e9eA844e14501";
|
|
470
|
+
readonly chainId: 137;
|
|
471
|
+
readonly decimals: 8;
|
|
472
|
+
readonly website: "https://renproject.io/";
|
|
473
|
+
readonly 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.";
|
|
474
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png";
|
|
475
|
+
};
|
|
476
|
+
readonly IXT: {
|
|
477
|
+
readonly name: "IX Token IXT";
|
|
478
|
+
readonly symbol: "IXT";
|
|
479
|
+
readonly oracleId: "IXT";
|
|
480
|
+
readonly address: "0xE06Bd4F5aAc8D0aA337D13eC88dB6defC6eAEefE";
|
|
481
|
+
readonly chainId: 137;
|
|
482
|
+
readonly decimals: 18;
|
|
483
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/20927/large/IXT_SYMBOL_SVG_RGB_BLACK.png?1637934555";
|
|
484
|
+
readonly website: "https://www.planetix.com/";
|
|
485
|
+
readonly description: "Planet IX is an online NFT-strategy game where a broken digital rendition of Planet Earth is its game field.";
|
|
486
|
+
};
|
|
487
|
+
readonly STG: {
|
|
488
|
+
readonly name: "Stargate";
|
|
489
|
+
readonly symbol: "STG";
|
|
490
|
+
readonly oracleId: "STG";
|
|
491
|
+
readonly address: "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590";
|
|
492
|
+
readonly chainId: 137;
|
|
493
|
+
readonly decimals: 18;
|
|
494
|
+
readonly logoURI: "https://raw.githubusercontent.com/traderjoe-xyz/joe-tokenlists/main/logos/0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590/logo.png";
|
|
495
|
+
readonly website: "https://stargate.finance/";
|
|
496
|
+
readonly description: "Stargate is a community-driven organization building the first fully composable native asset bridge, and the first dApp built on LayerZero.";
|
|
497
|
+
readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
|
|
498
|
+
};
|
|
499
|
+
readonly XSGD: {
|
|
500
|
+
readonly name: "StraitsX Singapore Dollar";
|
|
501
|
+
readonly symbol: "XSGD";
|
|
502
|
+
readonly oracleId: "XSGD";
|
|
503
|
+
readonly address: "0x769434dcA303597C8fc4997Bf3DAB233e961Eda2";
|
|
504
|
+
readonly chainId: 137;
|
|
505
|
+
readonly decimals: 6;
|
|
506
|
+
readonly website: "https://www.straitsx.com/sg";
|
|
507
|
+
readonly description: "XSGD is the digital Singapore Dollar running on the Ethereum and Zilliqa blockchains.";
|
|
508
|
+
readonly logoURI: "";
|
|
509
|
+
};
|
|
510
|
+
readonly jSGD: {
|
|
511
|
+
readonly name: "Jarvis Synthetic Singapore Dollar";
|
|
512
|
+
readonly symbol: "jSGD";
|
|
513
|
+
readonly oracleId: "jSGD";
|
|
514
|
+
readonly address: "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503";
|
|
515
|
+
readonly chainId: 137;
|
|
516
|
+
readonly decimals: 18;
|
|
517
|
+
readonly website: "https://jarvis.network/";
|
|
518
|
+
readonly description: "jSGD is a multi-collateralized synthetic token tracking the price of the Singapore Dollar. It is built on the top of UMA and Chainlink.";
|
|
519
|
+
readonly logoURI: "";
|
|
520
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
521
|
+
};
|
|
522
|
+
readonly FUSE: {
|
|
523
|
+
readonly name: "Fuse";
|
|
524
|
+
readonly symbol: "FUSE";
|
|
525
|
+
readonly oracleId: "FUSE";
|
|
526
|
+
readonly address: "0xF915fDDa4c882731C0456a4214548Cd13A822886";
|
|
527
|
+
readonly chainId: 137;
|
|
528
|
+
readonly decimals: 18;
|
|
529
|
+
readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xd3974AE5A9BCD4AE4c9037a25A67374a11df4154/logo.png";
|
|
530
|
+
readonly website: "https://fuse.io/";
|
|
531
|
+
readonly description: "Fuse was founded in 2019 with a mission to bring the power of mobile payments to communities around the world.";
|
|
532
|
+
};
|
|
533
|
+
readonly ORBS: {
|
|
534
|
+
readonly name: "Orbs Token";
|
|
535
|
+
readonly symbol: "ORBS";
|
|
536
|
+
readonly oracleId: "ORBS";
|
|
537
|
+
readonly address: "0x614389EaAE0A6821DC49062D56BDA3d9d45Fa2ff";
|
|
538
|
+
readonly chainId: 137;
|
|
539
|
+
readonly decimals: 18;
|
|
540
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/3835.png";
|
|
541
|
+
readonly website: "https://www.orbs.com/";
|
|
542
|
+
readonly description: "Making Your Smart Contracts Smarter";
|
|
543
|
+
};
|
|
544
|
+
readonly SX: {
|
|
545
|
+
readonly name: "SX Network SX";
|
|
546
|
+
readonly symbol: "SX";
|
|
547
|
+
readonly oracleId: "SX";
|
|
548
|
+
readonly address: "0x840195888Db4D6A99ED9F73FcD3B225Bb3cB1A79";
|
|
549
|
+
readonly chainId: 137;
|
|
550
|
+
readonly decimals: 18;
|
|
551
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/13779/large/sx.png?1636034699";
|
|
552
|
+
readonly website: "https://sx.technology/";
|
|
553
|
+
readonly description: "SX Network is the first public blockchain to combine a smart contract platform with an on-chain community treasury and a native prediction market protocol.";
|
|
554
|
+
};
|
|
555
|
+
readonly GENESIS: {
|
|
556
|
+
readonly name: "Genesis Worlds GENESIS";
|
|
557
|
+
readonly symbol: "GENESIS";
|
|
558
|
+
readonly oracleId: "GENESIS";
|
|
559
|
+
readonly address: "0x51869836681BcE74a514625c856aFb697a013797";
|
|
560
|
+
readonly chainId: 137;
|
|
561
|
+
readonly decimals: 18;
|
|
562
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/19905/large/kKkWmniB_400x400.jpg?1636100432";
|
|
563
|
+
readonly website: "https://genesis.game/";
|
|
564
|
+
readonly description: "Genesis is a multicreator gaming universe, with a diverse community working together to achieve a common goal: A metaverse that will still be growing, evolving, and actively played in 100 years";
|
|
565
|
+
};
|
|
566
|
+
readonly BICO: {
|
|
567
|
+
readonly name: "Biconomy BICO";
|
|
568
|
+
readonly symbol: "BICO";
|
|
569
|
+
readonly oracleId: "BICO";
|
|
570
|
+
readonly address: "0x91c89A94567980f0e9723b487b0beD586eE96aa7";
|
|
571
|
+
readonly chainId: 137;
|
|
572
|
+
readonly decimals: 18;
|
|
573
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/21061/large/biconomy_logo.jpg?1638269749";
|
|
574
|
+
readonly website: "https://www.biconomy.io/";
|
|
575
|
+
readonly description: "Biconomy is a multichain relayer protocol that aims to improve the user onboarding and transaction experience on decentralized applications (DApps)";
|
|
576
|
+
};
|
|
577
|
+
readonly BOOK: {
|
|
578
|
+
readonly name: "Bookie Dao BOOK";
|
|
579
|
+
readonly symbol: "BOOK";
|
|
580
|
+
readonly oracleId: "BOOK";
|
|
581
|
+
readonly address: "0x8192759Bf7f247cC92F74E39B3A4225516624fC1";
|
|
582
|
+
readonly chainId: 137;
|
|
583
|
+
readonly decimals: 8;
|
|
584
|
+
readonly logoURI: "https://bookie.farm/logoether/bookie200.png";
|
|
585
|
+
readonly website: "https://bookie.farm/";
|
|
586
|
+
readonly description: "Decentralized Betting, where Odds & Games meet the Bookie - play the game or be the house, your stake!";
|
|
587
|
+
};
|
|
588
|
+
readonly cxETH: {
|
|
589
|
+
readonly name: "CelsiusX Wrapped ETH";
|
|
590
|
+
readonly symbol: "cxETH";
|
|
591
|
+
readonly oracleId: "cxETH";
|
|
592
|
+
readonly address: "0xfe4546feFe124F30788c4Cc1BB9AA6907A7987F9";
|
|
593
|
+
readonly chainId: 137;
|
|
594
|
+
readonly decimals: 18;
|
|
595
|
+
readonly logoURI: "https://i.ibb.co/VDPBwHS/cx-ETH-128x128.png";
|
|
596
|
+
readonly website: "https://celsiusx.io/ ";
|
|
597
|
+
readonly description: "CelsiusX Wrapped ETH Token";
|
|
598
|
+
};
|
|
599
|
+
readonly cxADA: {
|
|
600
|
+
readonly name: "CelsiusX Wrapped ADA";
|
|
601
|
+
readonly symbol: "cxADA";
|
|
602
|
+
readonly oracleId: "cxADA";
|
|
603
|
+
readonly address: "0x64875Aaa68d1d5521666C67d692Ee0B926b08b2F";
|
|
604
|
+
readonly chainId: 137;
|
|
605
|
+
readonly decimals: 18;
|
|
606
|
+
readonly logoURI: "https://i.ibb.co/x3RcB6Q/cx-ADA-128x128.png";
|
|
607
|
+
readonly website: "https://celsiusx.io/ ";
|
|
608
|
+
readonly description: "CelsiusX Wrapped ADA Token";
|
|
609
|
+
};
|
|
610
|
+
readonly cxDOGE: {
|
|
611
|
+
readonly name: "CelsiusX Wrapped DOGE";
|
|
612
|
+
readonly symbol: "cxDOGE";
|
|
613
|
+
readonly oracleId: "cxDOGE";
|
|
614
|
+
readonly address: "0x9Bd9aD490dD3a52f096D229af4483b94D63BE618";
|
|
615
|
+
readonly chainId: 137;
|
|
616
|
+
readonly decimals: 18;
|
|
617
|
+
readonly logoURI: "https://i.ibb.co/FH1GMYX/cx-DOGE-128x128.png";
|
|
618
|
+
readonly website: "https://celsiusx.io/ ";
|
|
619
|
+
readonly description: "CelsiusX Wrapped DOGE Token";
|
|
620
|
+
};
|
|
621
|
+
readonly FODL: {
|
|
622
|
+
readonly name: "Fodl Finance FODL";
|
|
623
|
+
readonly symbol: "FODL";
|
|
624
|
+
readonly oracleId: "FODL";
|
|
625
|
+
readonly address: "0x5314bA045a459f63906Aa7C76d9F337DcB7d6995";
|
|
626
|
+
readonly chainId: 137;
|
|
627
|
+
readonly decimals: 18;
|
|
628
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/19040/large/new.jpg?1634559024";
|
|
629
|
+
readonly website: "https://fodl.finance/";
|
|
630
|
+
readonly description: "Fodl enables traders to utilize leverage for their trades without paying a funding rate. This leverage is derived from existing DeFi building blocks, such as Compound and Aave.";
|
|
631
|
+
};
|
|
632
|
+
readonly SAND: {
|
|
633
|
+
readonly name: "Sandbox";
|
|
634
|
+
readonly symbol: "SAND";
|
|
635
|
+
readonly oracleId: "SAND";
|
|
636
|
+
readonly address: "0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683";
|
|
637
|
+
readonly chainId: 137;
|
|
638
|
+
readonly decimals: 18;
|
|
639
|
+
readonly website: "https://www.sandbox.game";
|
|
640
|
+
readonly description: "The Sandbox is a virtual Metaverse where players can play, build, own, and monetize their virtual experiences. ";
|
|
641
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/12129/large/sandbox_logo.jpg?1597397942";
|
|
642
|
+
};
|
|
643
|
+
readonly CADC: {
|
|
644
|
+
readonly name: "CAD Coin";
|
|
645
|
+
readonly symbol: "CADC";
|
|
646
|
+
readonly oracleId: "CADC";
|
|
647
|
+
readonly address: "0x5d146d8B1dACb1EBBA5cb005ae1059DA8a1FbF57";
|
|
648
|
+
readonly chainId: 137;
|
|
649
|
+
readonly decimals: 18;
|
|
650
|
+
readonly website: "https://paytrie.com/cadc";
|
|
651
|
+
readonly description: "CADC is a fully-backed stable coin for the Canadian Dollar, issued by PayTrie.";
|
|
652
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/14149/small/cadc_2.png?1614666625";
|
|
653
|
+
};
|
|
654
|
+
readonly jCAD: {
|
|
655
|
+
readonly name: "Jarvis Synthetic Canadian Dollar";
|
|
656
|
+
readonly symbol: "jCAD";
|
|
657
|
+
readonly oracleId: "jCAD";
|
|
658
|
+
readonly address: "0x8ca194A3b22077359b5732DE53373D4afC11DeE3";
|
|
659
|
+
readonly chainId: 137;
|
|
660
|
+
readonly decimals: 18;
|
|
661
|
+
readonly website: "https://jarvis.network/";
|
|
662
|
+
readonly description: "jCAD is a multi-collateralized synthetic token tracking the price of the Canadian Dollar. It is built on the top of UMA and Chainlink.";
|
|
663
|
+
readonly logoURI: "https://yield.jarvis.network/static/media/jCAD.832ff304.png";
|
|
664
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
665
|
+
};
|
|
666
|
+
readonly USTw: {
|
|
667
|
+
readonly name: "TerraUSD (Wormhole)";
|
|
668
|
+
readonly symbol: "UST";
|
|
669
|
+
readonly oracleId: "USTw";
|
|
670
|
+
readonly address: "0xE6469Ba6D2fD6130788E0eA9C0a0515900563b59";
|
|
671
|
+
readonly chainId: 137;
|
|
672
|
+
readonly decimals: 6;
|
|
673
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/7129.png";
|
|
674
|
+
readonly website: "https://coinmarketcap.com/currencies/terrausd-wormhole/";
|
|
675
|
+
readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
|
|
676
|
+
};
|
|
677
|
+
readonly ETH2x: {
|
|
678
|
+
readonly name: "ETH 2x Flexible Leverage Index";
|
|
679
|
+
readonly symbol: "ETH2x";
|
|
680
|
+
readonly oracleId: "ETH2x";
|
|
681
|
+
readonly address: "0x3Ad707dA309f3845cd602059901E39C4dcd66473";
|
|
682
|
+
readonly chainId: 137;
|
|
683
|
+
readonly decimals: 18;
|
|
684
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/9789.png";
|
|
685
|
+
readonly website: "https://www.indexcoop.com/ethfli";
|
|
686
|
+
readonly description: "The Ethereum Flexible Leverage Index lets you leverage a collateralized debt position in a safe and efficient way, by abstracting its management into a simple index. It enabled market participants to take on leverage while minimizing the transaction costs and risks associated with maintaining collateralized debt.";
|
|
687
|
+
};
|
|
688
|
+
readonly gOHM: {
|
|
689
|
+
readonly name: "Governance OHM";
|
|
690
|
+
readonly symbol: "gOHM";
|
|
691
|
+
readonly oracleId: "gOHM";
|
|
692
|
+
readonly address: "0xd8cA34fd379d9ca3C6Ee3b3905678320F5b45195";
|
|
693
|
+
readonly chainId: 137;
|
|
694
|
+
readonly decimals: 18;
|
|
695
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x8D9bA570D6cb60C7e3e0F31343Efe75AB8E65FB1.svg";
|
|
696
|
+
readonly website: "https://www.olympusdao.finance/";
|
|
697
|
+
readonly description: "Olympus is building a community-owned decentralized financial infrastructure to bring more stability and transparency for the world.";
|
|
698
|
+
};
|
|
699
|
+
readonly TUSD: {
|
|
700
|
+
readonly name: "True USD";
|
|
701
|
+
readonly symbol: "TUSD";
|
|
702
|
+
readonly oracleId: "TUSD";
|
|
703
|
+
readonly address: "0x2e1AD108fF1D8C782fcBbB89AAd783aC49586756";
|
|
704
|
+
readonly decimals: 18;
|
|
705
|
+
readonly chainId: 137;
|
|
706
|
+
readonly website: "https://www.trueusd.com/";
|
|
707
|
+
readonly description: "TrueUSD is one of a number of cryptocurrency stablecoins administered by TrustToken, a platform for tokenizing real-world assets.";
|
|
708
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/200x200/2563.png";
|
|
709
|
+
};
|
|
710
|
+
readonly WCRO: {
|
|
711
|
+
readonly name: "WCRO";
|
|
712
|
+
readonly symbol: "WCRO";
|
|
713
|
+
readonly oracleId: "WCRO";
|
|
714
|
+
readonly address: "0xf2D8124b8F9267DaD61351c7aD252362880C6638";
|
|
715
|
+
readonly chainId: 137;
|
|
716
|
+
readonly decimals: 18;
|
|
717
|
+
readonly website: "https://cronos.crypto.org/";
|
|
718
|
+
readonly description: "Crypto.com Coin";
|
|
719
|
+
readonly logoURI: "https://vvs.finance/images/tokens/0x5C7F8A570d578ED84E63fdFA7b1eE72dEae1AE23.svg";
|
|
720
|
+
};
|
|
721
|
+
readonly SHIB: {
|
|
722
|
+
readonly name: "SHIBA INU";
|
|
723
|
+
readonly symbol: "SHIB";
|
|
724
|
+
readonly oracleId: "SHIB";
|
|
725
|
+
readonly address: "0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec";
|
|
726
|
+
readonly chainId: 137;
|
|
727
|
+
readonly decimals: 18;
|
|
728
|
+
readonly website: "https://shibatoken.com/";
|
|
729
|
+
readonly description: "A Decentralized Meme Token that Evolved into a Vibrant Ecosystem.";
|
|
730
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/11939/small/shiba.png?1622619446";
|
|
731
|
+
};
|
|
732
|
+
readonly FTM: {
|
|
733
|
+
readonly name: "Fantom Token";
|
|
734
|
+
readonly symbol: "FTM ";
|
|
735
|
+
readonly oracleId: "FTM";
|
|
736
|
+
readonly address: "0xB85517b87BF64942adf3A0B9E4c71E4Bc5Caa4e5";
|
|
737
|
+
readonly chainId: 137;
|
|
738
|
+
readonly decimals: 18;
|
|
739
|
+
readonly website: "https://fantom.foundation/";
|
|
740
|
+
readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
|
|
741
|
+
readonly logoURI: "https://ftmscan.com/token/images/wFtm_32.png";
|
|
742
|
+
};
|
|
743
|
+
readonly jEUR: {
|
|
744
|
+
readonly name: "Jarvis Synthetic Euro";
|
|
745
|
+
readonly symbol: "jEUR";
|
|
746
|
+
readonly oracleId: "jEUR";
|
|
747
|
+
readonly address: "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c";
|
|
748
|
+
readonly chainId: 137;
|
|
749
|
+
readonly decimals: 18;
|
|
750
|
+
readonly website: "https://jarvis.network/";
|
|
751
|
+
readonly description: "jEUR is a multi-collateralized synthetic token tracking the price of Euro. It is built on the top of UMA and Chainlink.";
|
|
752
|
+
readonly bridge: "native";
|
|
753
|
+
readonly logoURI: "https://i.imgur.com/ZvP634G.png";
|
|
754
|
+
readonly documentation: "https://learn.jarvis.network/";
|
|
755
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
756
|
+
};
|
|
757
|
+
readonly jGBP: {
|
|
758
|
+
readonly name: "Jarvis Synthetic British Pound";
|
|
759
|
+
readonly symbol: "jGBP";
|
|
760
|
+
readonly oracleId: "jGBP";
|
|
761
|
+
readonly address: "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c";
|
|
762
|
+
readonly chainId: 137;
|
|
763
|
+
readonly decimals: 18;
|
|
764
|
+
readonly website: "https://jarvis.network/";
|
|
765
|
+
readonly description: "jGBP is a multi-collateralized synthetic token tracking the price of the British Pound. It is built on the top of UMA and Chainlink.";
|
|
766
|
+
readonly logoURI: "https://i.imgur.com/zOLD6Vf.png";
|
|
767
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
768
|
+
};
|
|
769
|
+
readonly jCHF: {
|
|
770
|
+
readonly name: "Jarvis Synthetic Swiss Franc";
|
|
771
|
+
readonly symbol: "jCHF";
|
|
772
|
+
readonly oracleId: "jCHF";
|
|
773
|
+
readonly address: "0xbD1463F02f61676d53fd183C2B19282BFF93D099";
|
|
774
|
+
readonly chainId: 137;
|
|
775
|
+
readonly decimals: 18;
|
|
776
|
+
readonly website: "https://jarvis.network/";
|
|
777
|
+
readonly description: "jCHF is a multi-collateralized synthetic token tracking the price of the Swiss Franc. It is built on the top of UMA and Chainlink.";
|
|
778
|
+
readonly logoURI: "https://i.imgur.com/EknGhAl.png";
|
|
779
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
780
|
+
};
|
|
781
|
+
readonly JRT: {
|
|
782
|
+
readonly name: "Jarvis Reward Token";
|
|
783
|
+
readonly symbol: "JRT";
|
|
784
|
+
readonly oracleId: "JRT";
|
|
785
|
+
readonly address: "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5";
|
|
786
|
+
readonly chainId: 137;
|
|
787
|
+
readonly decimals: 18;
|
|
788
|
+
readonly website: "https://jarvis.network/";
|
|
789
|
+
readonly description: "The Jarvis Reward Token is a utility token for securing and governing the Jarvis network, and rewarding agents who would bring value to it.";
|
|
790
|
+
readonly logoURI: "https://cdn.coinranking.com/vLU4_a_Zp/jarvis.svg?size=48x48";
|
|
791
|
+
};
|
|
792
|
+
readonly pBREW: {
|
|
793
|
+
readonly name: "pBREW";
|
|
794
|
+
readonly symbol: "pBREW";
|
|
795
|
+
readonly oracleId: "pBREW";
|
|
796
|
+
readonly address: "0xb5106A3277718eCaD2F20aB6b86Ce0Fee7A21F09";
|
|
797
|
+
readonly chainId: 137;
|
|
798
|
+
readonly decimals: 18;
|
|
799
|
+
readonly website: "https://polygon.cafeswap.finance/";
|
|
800
|
+
readonly description: "Safest & Lowest fee AMM on BSC & Polygon.";
|
|
801
|
+
readonly logoURI: "https://polygon.cafeswap.finance/images/tokens/pbrew.png";
|
|
802
|
+
};
|
|
803
|
+
readonly FOX: {
|
|
804
|
+
readonly name: "FOX";
|
|
805
|
+
readonly symbol: "FOX";
|
|
806
|
+
readonly oracleId: "FOX";
|
|
807
|
+
readonly address: "0x65A05DB8322701724c197AF82C9CaE41195B0aA8";
|
|
808
|
+
readonly chainId: 137;
|
|
809
|
+
readonly decimals: 18;
|
|
810
|
+
readonly website: "https://shapeshift.com/";
|
|
811
|
+
readonly description: "FOX is ShapeShift’s official loyalty token. Holders of FOX enjoy zero-commission trading and win ongoing USDC crypto payments from Rainfall (payments increase in proportion to your FOX holdings). Use at ShapeShift.com.";
|
|
812
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/9988/large/FOX.png";
|
|
813
|
+
};
|
|
814
|
+
readonly CRYSTL: {
|
|
815
|
+
readonly name: "CrystalToken";
|
|
816
|
+
readonly symbol: "CRYSTL";
|
|
817
|
+
readonly oracleId: "CRYSTL";
|
|
818
|
+
readonly address: "0x76bF0C28e604CC3fE9967c83b3C3F31c213cfE64";
|
|
819
|
+
readonly chainId: 137;
|
|
820
|
+
readonly decimals: 18;
|
|
821
|
+
readonly website: "https://www.crystl.finance/";
|
|
822
|
+
readonly description: "Crystl Finance is a decentralized yield farm that runs on Polygon and ApeSwap Polygon Exchange, and pays out $CRYSTL, the native currency. With it, you can earn profits from your capital in a way that is fair, transparent, and secure.";
|
|
823
|
+
readonly logoURI: "https://www.crystl.finance/images/crystlbg.png";
|
|
824
|
+
};
|
|
825
|
+
readonly TETU: {
|
|
826
|
+
readonly name: "TETU";
|
|
827
|
+
readonly symbol: "TETU";
|
|
828
|
+
readonly oracleId: "TETU";
|
|
829
|
+
readonly address: "0x255707B70BF90aa112006E1b07B9AeA6De021424";
|
|
830
|
+
readonly chainId: 137;
|
|
831
|
+
readonly decimals: 18;
|
|
832
|
+
readonly website: "https://app.tetu.io/";
|
|
833
|
+
readonly description: "Tetu implements automated yield farming strategies in order to provide investors with a safe and secure method of receiving high yield on their investments.";
|
|
834
|
+
readonly logoURI: "https://github.com/tetu-io/tetu-brand-assets/blob/master/token_icons/flat_icon.svg";
|
|
835
|
+
};
|
|
836
|
+
readonly WATCH: {
|
|
837
|
+
readonly name: "YieldWatch";
|
|
838
|
+
readonly symbol: "WATCH";
|
|
839
|
+
readonly oracleId: "WATCH";
|
|
840
|
+
readonly address: "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2";
|
|
841
|
+
readonly decimals: 18;
|
|
842
|
+
readonly chainId: 137;
|
|
843
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/8621.png";
|
|
844
|
+
readonly website: "https://www.yieldwatch.net/";
|
|
845
|
+
readonly description: "Smart Defi Dashboard";
|
|
846
|
+
};
|
|
847
|
+
readonly AXS: {
|
|
848
|
+
readonly name: "Axie Infinity Shard";
|
|
849
|
+
readonly symbol: "AXS";
|
|
850
|
+
readonly oracleId: "AXS";
|
|
851
|
+
readonly address: "0x61BDD9C7d4dF4Bf47A4508c0c8245505F2Af5b7b";
|
|
852
|
+
readonly decimals: 18;
|
|
853
|
+
readonly chainId: 137;
|
|
854
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/200x200/6783.png";
|
|
855
|
+
readonly website: "https://axieinfinity.com/";
|
|
856
|
+
readonly 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.";
|
|
857
|
+
};
|
|
858
|
+
readonly AVAX: {
|
|
859
|
+
readonly name: "Avalanche";
|
|
860
|
+
readonly symbol: "AVAX";
|
|
861
|
+
readonly oracleId: "AVAX";
|
|
862
|
+
readonly address: "0x2C89bbc92BD86F8075d1DEcc58C7F4E0107f286b";
|
|
863
|
+
readonly decimals: 18;
|
|
864
|
+
readonly chainId: 137;
|
|
865
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/12559/small/coin-round-red.png?1604021818";
|
|
866
|
+
readonly website: "https://www.avax.network/";
|
|
867
|
+
readonly 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.";
|
|
868
|
+
};
|
|
869
|
+
readonly PEAR: {
|
|
870
|
+
readonly name: "PearZap";
|
|
871
|
+
readonly symbol: "PEAR";
|
|
872
|
+
readonly oracleId: "PEAR";
|
|
873
|
+
readonly address: "0xc8bcb58caEf1bE972C0B638B1dD8B0748Fdc8A44";
|
|
874
|
+
readonly decimals: 18;
|
|
875
|
+
readonly chainId: 137;
|
|
876
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/17173/small/pear200.png";
|
|
877
|
+
readonly website: "https://pearzap.com/";
|
|
878
|
+
readonly description: "PearZap is a high yield farm & pool on the Polygon Chain (MATIC) and Binance Smart Chain";
|
|
879
|
+
};
|
|
880
|
+
readonly SPADE: {
|
|
881
|
+
readonly name: "PolygonFarm";
|
|
882
|
+
readonly symbol: "SPADE";
|
|
883
|
+
readonly oracleId: "SPADE";
|
|
884
|
+
readonly address: "0xf5EA626334037a2cf0155D49eA6462fDdC6Eff19";
|
|
885
|
+
readonly decimals: 18;
|
|
886
|
+
readonly chainId: 137;
|
|
887
|
+
readonly logoURI: "https://polygonfarm.finance/images/spade.png";
|
|
888
|
+
readonly website: "https://polygonfarm.finance/";
|
|
889
|
+
readonly description: "PolygonFarm Finance is a community led next generation stable-yield farming protocol established exclusively on the Polygon ecosystem";
|
|
890
|
+
};
|
|
891
|
+
readonly $DG: {
|
|
892
|
+
readonly name: "decentral.games";
|
|
893
|
+
readonly address: "0x2a93172c8DCCbfBC60a39d56183B7279a2F647b4";
|
|
894
|
+
readonly symbol: "$DG";
|
|
895
|
+
readonly oracleId: "DG";
|
|
896
|
+
readonly decimals: 18;
|
|
897
|
+
readonly chainId: 137;
|
|
898
|
+
readonly logoURI: "https://raw.githubusercontent.com/sameepsi/quickswap-default-token-list/master/assets/dg.jpg";
|
|
899
|
+
readonly website: "https://decentral.games/";
|
|
900
|
+
readonly description: "decentral.games is a DAO-governed metaverse casino powered by $DG";
|
|
901
|
+
};
|
|
902
|
+
readonly AAVE: {
|
|
903
|
+
readonly name: "Aave";
|
|
904
|
+
readonly address: "0xD6DF932A45C0f255f85145f286eA0b292B21C90B";
|
|
905
|
+
readonly symbol: "AAVE";
|
|
906
|
+
readonly oracleId: "AAVE";
|
|
907
|
+
readonly decimals: 18;
|
|
908
|
+
readonly chainId: 137;
|
|
909
|
+
readonly website: "https://aave.com/";
|
|
910
|
+
readonly description: "Aave is a decentralized non-custodial liquidity 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 overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
|
|
911
|
+
readonly bridge: "polygon-canonical";
|
|
912
|
+
readonly documentation: "https://docs.aave.com/";
|
|
913
|
+
readonly logoURI: "https://etherscan.io/token/images/aave_32.png";
|
|
914
|
+
};
|
|
915
|
+
readonly AZUKI: {
|
|
916
|
+
readonly name: "DokiDokiAzuki";
|
|
917
|
+
readonly address: "0x7CdC0421469398e0F3aA8890693d86c840Ac8931";
|
|
918
|
+
readonly symbol: "AZUKI";
|
|
919
|
+
readonly oracleId: "AZUKI";
|
|
920
|
+
readonly decimals: 18;
|
|
921
|
+
readonly chainId: 137;
|
|
922
|
+
readonly website: "https://dokidoki.com/";
|
|
923
|
+
readonly description: "AZUKI is a secondary token designed for use in Doki Doki NFT products";
|
|
924
|
+
readonly logoURI: "https://raw.githubusercontent.com/sameepsi/quickswap-default-token-list/master/assets/azuki.png";
|
|
925
|
+
};
|
|
926
|
+
readonly BAL: {
|
|
927
|
+
readonly name: "Balancer";
|
|
928
|
+
readonly symbol: "BAL";
|
|
929
|
+
readonly oracleId: "BAL";
|
|
930
|
+
readonly address: "0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3";
|
|
931
|
+
readonly chainId: 137;
|
|
932
|
+
readonly decimals: 18;
|
|
933
|
+
readonly website: "https://balancer.fi/";
|
|
934
|
+
readonly description: "Balancer turns the concept of an index fund on its head: instead of a paying fees to portfolio managers to rebalance your portfolio, you collect fees from traders, who rebalance your portfolio by following arbitrage opportunities. ";
|
|
935
|
+
readonly logoURI: "https://hecoinfo.com/token/images/bal_32.png";
|
|
936
|
+
};
|
|
937
|
+
readonly BANANA: {
|
|
938
|
+
readonly name: "ApeSwapFinance Banana";
|
|
939
|
+
readonly address: "0x5d47bAbA0d66083C52009271faF3F50DCc01023C";
|
|
940
|
+
readonly symbol: "BANANA";
|
|
941
|
+
readonly oracleId: "BANANA";
|
|
942
|
+
readonly decimals: 18;
|
|
943
|
+
readonly chainId: 137;
|
|
944
|
+
readonly website: "https://apeswap.finance/";
|
|
945
|
+
readonly description: "ApeSwap is a leading decentralized exchange (DEX) on Binance Smart Chain and Polygon focused on offering a premier trading experience. Users are incentivized to pool liquidity on ApeSwap through yield farming to earn the native currency, $BANANA. Additionally, apes can use their earned $BANANA to stake and earn other tokens and unlock exclusive features. Built by DeFi apes, for DeFi apes, we have a dedicated team with years of experience who are committed to the DeFi community and growing the ApeSwap Jungle.";
|
|
946
|
+
readonly logoURI: "https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/BANANA.svg";
|
|
947
|
+
};
|
|
948
|
+
readonly oldBIFI: {
|
|
949
|
+
readonly name: "beefy.finance";
|
|
950
|
+
readonly address: "0xFbdd194376de19a88118e84E279b977f165d01b8";
|
|
951
|
+
readonly symbol: "oldBIFI";
|
|
952
|
+
readonly oracleId: "oldBIFI";
|
|
953
|
+
readonly decimals: 18;
|
|
954
|
+
readonly chainId: 137;
|
|
955
|
+
readonly website: "https://www.beefy.finance/";
|
|
956
|
+
readonly description: "Beefy Finance is a Decentralized, Multi-Chain Yield Optimizer platform that allows its users to earn compound interest on their crypto holdings.";
|
|
957
|
+
readonly logoURI: "https://raw.githubusercontent.com/beefyfinance/beefy-app/prod/src/images/single-assets/BIFI.png";
|
|
958
|
+
readonly documentation: "https://docs.beefy.finance/";
|
|
959
|
+
};
|
|
960
|
+
readonly DAI: {
|
|
961
|
+
readonly name: "Dai Stablecoin";
|
|
962
|
+
readonly address: "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063";
|
|
963
|
+
readonly symbol: "DAI";
|
|
964
|
+
readonly oracleId: "DAI";
|
|
965
|
+
readonly decimals: 18;
|
|
966
|
+
readonly chainId: 137;
|
|
967
|
+
readonly website: "https://makerdao.com/";
|
|
968
|
+
readonly description: "Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.";
|
|
969
|
+
readonly bridge: "polygon-canonical";
|
|
970
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png";
|
|
971
|
+
readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
|
|
972
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
973
|
+
};
|
|
974
|
+
readonly DEGEN: {
|
|
975
|
+
readonly name: "DEGEN Index";
|
|
976
|
+
readonly address: "0x8a2870fb69A90000D6439b7aDfB01d4bA383A415";
|
|
977
|
+
readonly symbol: "DEGEN";
|
|
978
|
+
readonly oracleId: "DEGEN";
|
|
979
|
+
readonly decimals: 18;
|
|
980
|
+
readonly chainId: 137;
|
|
981
|
+
readonly website: "https://indexed.finance/";
|
|
982
|
+
readonly description: "A higher risk/reward index of promising Ethereum protocols that have significant room to grow";
|
|
983
|
+
readonly logoURI: "https://raw.githubusercontent.com/sameepsi/quickswap-default-token-list/master/assets/DEGEN_LOGO.png";
|
|
984
|
+
};
|
|
985
|
+
readonly ETH: {
|
|
986
|
+
readonly name: "Ether";
|
|
987
|
+
readonly address: "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619";
|
|
988
|
+
readonly symbol: "ETH";
|
|
989
|
+
readonly oracleId: "ETH";
|
|
990
|
+
readonly decimals: 18;
|
|
991
|
+
readonly chainId: 137;
|
|
992
|
+
readonly website: "https://ethereum.org/";
|
|
993
|
+
readonly 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.";
|
|
994
|
+
readonly bridge: "polygon-canonical";
|
|
995
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png";
|
|
996
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
997
|
+
};
|
|
998
|
+
readonly FISH: {
|
|
999
|
+
readonly name: "Fish";
|
|
1000
|
+
readonly address: "0x3a3Df212b7AA91Aa0402B9035b098891d276572B";
|
|
1001
|
+
readonly symbol: "FISH";
|
|
1002
|
+
readonly oracleId: "FISH";
|
|
1003
|
+
readonly decimals: 18;
|
|
1004
|
+
readonly chainId: 137;
|
|
1005
|
+
readonly website: "https://polycat.finance/vaults";
|
|
1006
|
+
readonly description: "Polycat is a value-oriented, economically sustainable and decentralized hybrid yield optimizer (yield farm and yield aggregator) running on the Polygon blockchain (formerly known as MATIC).";
|
|
1007
|
+
readonly logoURI: "https://i.imgur.com/ncleoTN.png";
|
|
1008
|
+
};
|
|
1009
|
+
readonly FRAX: {
|
|
1010
|
+
readonly name: "Frax";
|
|
1011
|
+
readonly address: "0x45c32fA6DF82ead1e2EF74d17b76547EDdFaFF89";
|
|
1012
|
+
readonly symbol: "FRAX";
|
|
1013
|
+
readonly oracleId: "FRAX";
|
|
1014
|
+
readonly decimals: 18;
|
|
1015
|
+
readonly chainId: 137;
|
|
1016
|
+
readonly website: "https://frax.finance/";
|
|
1017
|
+
readonly description: "The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.";
|
|
1018
|
+
readonly logoURI: "https://avatars.githubusercontent.com/u/56005256?s=200&v=4";
|
|
1019
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1020
|
+
};
|
|
1021
|
+
readonly FXS: {
|
|
1022
|
+
readonly name: "Frax Share";
|
|
1023
|
+
readonly address: "0x1a3acf6D19267E2d3e7f898f42803e90C9219062";
|
|
1024
|
+
readonly symbol: "FXS";
|
|
1025
|
+
readonly oracleId: "FXS";
|
|
1026
|
+
readonly decimals: 18;
|
|
1027
|
+
readonly chainId: 137;
|
|
1028
|
+
readonly website: "https://frax.finance/";
|
|
1029
|
+
readonly description: "The Frax Share token (FXS) is the non-stable, utility token in the protocol. It is meant to be volatile and hold rights to governance and all utility of the system. It is important to note that we take a highly governance-minimized approach to designing trustless money in the same ethos as Bitcoin. We eschew DAO-like active management such as MakerDAO. The less parameters for a community to be able to actively manage, the less there is to disagree on. Parameters that are up for governance through FXS include adding/adjusting collateral pools, adjusting various fees (like minting or redeeming), and refreshing the rate of the collateral ratio. No other actions such as active management of collateral or addition of human-modifiable parameters are possible other than a hardfork that would require voluntarily moving to a new implementation entirely. ";
|
|
1030
|
+
readonly logoURI: "https://app.sushi.com/images/tokens/fxs-square.jpg";
|
|
1031
|
+
};
|
|
1032
|
+
readonly GHST: {
|
|
1033
|
+
readonly name: "Aavegotchi GHST Token";
|
|
1034
|
+
readonly address: "0x385Eeac5cB85A38A9a07A70c73e0a3271CfB54A7";
|
|
1035
|
+
readonly symbol: "GHST";
|
|
1036
|
+
readonly oracleId: "GHST";
|
|
1037
|
+
readonly decimals: 18;
|
|
1038
|
+
readonly chainId: 137;
|
|
1039
|
+
readonly website: "https://www.aavegotchi.com/";
|
|
1040
|
+
readonly description: "Aavegotchis are crypto-collectibles living on the Ethereum blockchain, backed by the ERC721 standard used in popular blockchain games.";
|
|
1041
|
+
readonly logoURI: "https://aavegotchi.com/images/ghsttoken.svg";
|
|
1042
|
+
};
|
|
1043
|
+
readonly GNS: {
|
|
1044
|
+
readonly name: "Gains Network Token";
|
|
1045
|
+
readonly address: "0xE5417Af564e4bFDA1c483642db72007871397896";
|
|
1046
|
+
readonly symbol: "GNS";
|
|
1047
|
+
readonly oracleId: "GNS";
|
|
1048
|
+
readonly decimals: 18;
|
|
1049
|
+
readonly chainId: 137;
|
|
1050
|
+
readonly website: "https://gainsnetwork.io/";
|
|
1051
|
+
readonly description: "Decentralized leverage trading platform on Polygon and Arbitrum.";
|
|
1052
|
+
readonly logoURI: "https://raw.githubusercontent.com/beefyfinance/beefy-app/prod/src/images/single-assets/GNS.png";
|
|
1053
|
+
readonly documentation: "https://gains-network.gitbook.io/docs-home/";
|
|
1054
|
+
readonly bridge: "layer-zero";
|
|
1055
|
+
};
|
|
1056
|
+
readonly oldLINK: {
|
|
1057
|
+
readonly name: "ChainLink Token";
|
|
1058
|
+
readonly address: "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39";
|
|
1059
|
+
readonly symbol: "LINK";
|
|
1060
|
+
readonly oracleId: "oldLINK";
|
|
1061
|
+
readonly decimals: 18;
|
|
1062
|
+
readonly website: "https://chain.link/";
|
|
1063
|
+
readonly 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.";
|
|
1064
|
+
readonly bridge: "polygon-canonical";
|
|
1065
|
+
readonly documentation: "https://docs.chain.link/docs";
|
|
1066
|
+
readonly chainId: 137;
|
|
1067
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x514910771AF9Ca656af840dff83E8264EcF986CA/logo.png";
|
|
1068
|
+
};
|
|
1069
|
+
readonly LINK: {
|
|
1070
|
+
readonly name: "ChainLink Token";
|
|
1071
|
+
readonly address: "0xb0897686c545045aFc77CF20eC7A532E3120E0F1";
|
|
1072
|
+
readonly symbol: "LINK";
|
|
1073
|
+
readonly oracleId: "LINK";
|
|
1074
|
+
readonly decimals: 18;
|
|
1075
|
+
readonly website: "https://chain.link/";
|
|
1076
|
+
readonly 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.";
|
|
1077
|
+
readonly bridge: "native";
|
|
1078
|
+
readonly documentation: "https://docs.chain.link/docs";
|
|
1079
|
+
readonly chainId: 137;
|
|
1080
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x514910771AF9Ca656af840dff83E8264EcF986CA/logo.png";
|
|
1081
|
+
};
|
|
1082
|
+
readonly MANA: {
|
|
1083
|
+
readonly name: "Decentraland MANA";
|
|
1084
|
+
readonly address: "0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4";
|
|
1085
|
+
readonly symbol: "MANA";
|
|
1086
|
+
readonly oracleId: "MANA";
|
|
1087
|
+
readonly decimals: 18;
|
|
1088
|
+
readonly chainId: 137;
|
|
1089
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x0F5D2fB29fb7d3CFeE444a200298f468908cC942/logo.png";
|
|
1090
|
+
};
|
|
1091
|
+
readonly MAI: {
|
|
1092
|
+
readonly name: "Mai";
|
|
1093
|
+
readonly address: "0xa3Fa99A148fA48D14Ed51d610c367C61876997F1";
|
|
1094
|
+
readonly symbol: "MAI";
|
|
1095
|
+
readonly oracleId: "pMAI";
|
|
1096
|
+
readonly decimals: 18;
|
|
1097
|
+
readonly chainId: 137;
|
|
1098
|
+
readonly website: "https://www.mai.finance/";
|
|
1099
|
+
readonly 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.";
|
|
1100
|
+
readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
|
|
1101
|
+
readonly documentation: "https://docs.mai.finance/";
|
|
1102
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1103
|
+
};
|
|
1104
|
+
readonly miMATIC: {
|
|
1105
|
+
readonly name: "Mai";
|
|
1106
|
+
readonly address: "0xa3Fa99A148fA48D14Ed51d610c367C61876997F1";
|
|
1107
|
+
readonly symbol: "MAI";
|
|
1108
|
+
readonly oracleId: "pMAI";
|
|
1109
|
+
readonly decimals: 18;
|
|
1110
|
+
readonly chainId: 137;
|
|
1111
|
+
readonly website: "https://www.mai.finance/";
|
|
1112
|
+
readonly 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.";
|
|
1113
|
+
readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
|
|
1114
|
+
readonly documentation: "https://docs.mai.finance/";
|
|
1115
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1116
|
+
};
|
|
1117
|
+
readonly MUST: {
|
|
1118
|
+
readonly name: "Must";
|
|
1119
|
+
readonly address: "0x9C78EE466D6Cb57A4d01Fd887D2b5dFb2D46288f";
|
|
1120
|
+
readonly symbol: "MUST";
|
|
1121
|
+
readonly oracleId: "MUST";
|
|
1122
|
+
readonly decimals: 18;
|
|
1123
|
+
readonly chainId: 137;
|
|
1124
|
+
readonly website: "https://www.cometh.io/";
|
|
1125
|
+
readonly description: "Explore the galaxy and mine precious tokens out of asteroids. Cometh is a defi powered game with yield generating NFT. Get a spaceship, explore the galaxy and earn tokens.";
|
|
1126
|
+
readonly logoURI: "https://etherscan.io/token/images/cometh_32.png";
|
|
1127
|
+
};
|
|
1128
|
+
readonly QI: {
|
|
1129
|
+
readonly name: "Qi Dao";
|
|
1130
|
+
readonly address: "0x580A84C73811E1839F75d86d75d88cCa0c241fF4";
|
|
1131
|
+
readonly symbol: "QI";
|
|
1132
|
+
readonly oracleId: "QI";
|
|
1133
|
+
readonly decimals: 18;
|
|
1134
|
+
readonly chainId: 137;
|
|
1135
|
+
readonly website: "https://www.mai.finance/";
|
|
1136
|
+
readonly 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).";
|
|
1137
|
+
readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/qi.png";
|
|
1138
|
+
readonly documentation: "https://docs.mai.finance/";
|
|
1139
|
+
readonly bridge: "native";
|
|
1140
|
+
};
|
|
1141
|
+
readonly QUICK: {
|
|
1142
|
+
readonly name: "Quickswap";
|
|
1143
|
+
readonly address: "0x831753DD7087CaC61aB5644b308642cc1c33Dc13";
|
|
1144
|
+
readonly symbol: "QUICK";
|
|
1145
|
+
readonly oracleId: "QUICK";
|
|
1146
|
+
readonly decimals: 18;
|
|
1147
|
+
readonly chainId: 137;
|
|
1148
|
+
readonly website: "https://quickswap.exchange/#/swap";
|
|
1149
|
+
readonly description: "Next-gen Layer 2 DEX. Trade at lightning-fast speeds with near-zero gas fees.";
|
|
1150
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/15185/small/quickswap.png?1620044811";
|
|
1151
|
+
readonly documentation: "https://docs.quickswap.exchange/";
|
|
1152
|
+
readonly bridge: "native";
|
|
1153
|
+
};
|
|
1154
|
+
readonly dQUICK: {
|
|
1155
|
+
readonly name: "Dragon's Quick";
|
|
1156
|
+
readonly address: "0xf28164A485B0B2C90639E47b0f377b4a438a16B1";
|
|
1157
|
+
readonly symbol: "dQUICK";
|
|
1158
|
+
readonly oracleId: "dQUICK";
|
|
1159
|
+
readonly decimals: 18;
|
|
1160
|
+
readonly chainId: 137;
|
|
1161
|
+
readonly website: "https://quickswap.exchange/#/syrup";
|
|
1162
|
+
readonly description: "Deposit your dQUICK tokens to earn more through the QuickSwap platform.";
|
|
1163
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/15185/small/quickswap.png?1620044811";
|
|
1164
|
+
};
|
|
1165
|
+
readonly newdQUICK: {
|
|
1166
|
+
readonly name: "Dragon's Quick";
|
|
1167
|
+
readonly address: "0x958d208Cdf087843e9AD98d23823d32E17d723A1";
|
|
1168
|
+
readonly symbol: "dQUICK";
|
|
1169
|
+
readonly oracleId: "dQUICK";
|
|
1170
|
+
readonly decimals: 18;
|
|
1171
|
+
readonly chainId: 137;
|
|
1172
|
+
readonly website: "https://quickswap.exchange/#/syrup";
|
|
1173
|
+
readonly description: "Deposit your dQUICK tokens to earn more through the QuickSwap platform.";
|
|
1174
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/15185/small/quickswap.png?1620044811";
|
|
1175
|
+
};
|
|
1176
|
+
readonly SOL: {
|
|
1177
|
+
readonly name: "Solana";
|
|
1178
|
+
readonly address: "0x7DfF46370e9eA5f0Bad3C4E29711aD50062EA7A4";
|
|
1179
|
+
readonly symbol: "SOL";
|
|
1180
|
+
readonly oracleId: "SOL";
|
|
1181
|
+
readonly decimals: 18;
|
|
1182
|
+
readonly chainId: 137;
|
|
1183
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/4128/large/coinmarketcap-solana-200.png?1616489452";
|
|
1184
|
+
readonly website: "https://solana.com/";
|
|
1185
|
+
readonly description: "The Solana protocol is designed to facilitate decentralized app (DApp) creation. It aims to improve scalability by introducing a proof-of-history (PoH) consensus combined with the underlying proof-of-stake (PoS) consensus of the blockchain.";
|
|
1186
|
+
};
|
|
1187
|
+
readonly TEL: {
|
|
1188
|
+
readonly name: "Telcoin";
|
|
1189
|
+
readonly address: "0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32";
|
|
1190
|
+
readonly symbol: "TEL";
|
|
1191
|
+
readonly oracleId: "TEL";
|
|
1192
|
+
readonly decimals: 2;
|
|
1193
|
+
readonly chainId: 137;
|
|
1194
|
+
readonly website: "https://www.telco.in/";
|
|
1195
|
+
readonly description: "A cryptocurrency distributed by your mobile operator and accepted everywhere.";
|
|
1196
|
+
readonly bridge: "polygon-canonical";
|
|
1197
|
+
readonly logoURI: "https://pbs.twimg.com/profile_images/933388441475194881/57fOk40N_400x400.jpg";
|
|
1198
|
+
readonly documentation: "https://www.telcoin.org/documentation/telcoin-platform/telcoin-tel-token";
|
|
1199
|
+
};
|
|
1200
|
+
readonly UNI: {
|
|
1201
|
+
readonly name: "Uniswap";
|
|
1202
|
+
readonly address: "0xb33EaAd8d922B1083446DC23f610c2567fB5180f";
|
|
1203
|
+
readonly symbol: "UNI";
|
|
1204
|
+
readonly oracleId: "UNI";
|
|
1205
|
+
readonly decimals: 18;
|
|
1206
|
+
readonly website: "https://uniswap.org/";
|
|
1207
|
+
readonly 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.";
|
|
1208
|
+
readonly bridge: "polygon-canonical";
|
|
1209
|
+
readonly chainId: 137;
|
|
1210
|
+
readonly logoURI: "https://raw.githubusercontent.com/sameepsi/quickswap-interface/master/public/favicon1.png";
|
|
1211
|
+
readonly documentation: "https://docs.uniswap.org/concepts/governance/overview";
|
|
1212
|
+
};
|
|
1213
|
+
readonly pUSDCe: {
|
|
1214
|
+
readonly name: "USD Coin";
|
|
1215
|
+
readonly address: "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174";
|
|
1216
|
+
readonly symbol: "USDCe";
|
|
1217
|
+
readonly oracleId: "pUSDCe";
|
|
1218
|
+
readonly decimals: 6;
|
|
1219
|
+
readonly website: "https://www.circle.com/usdc";
|
|
1220
|
+
readonly description: "USDC.e is an Ethereum-based USDC bridged via the official Polygon Bridge.";
|
|
1221
|
+
readonly bridge: "polygon-canonical";
|
|
1222
|
+
readonly chainId: 137;
|
|
1223
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png";
|
|
1224
|
+
};
|
|
1225
|
+
readonly USDC: {
|
|
1226
|
+
readonly name: "USD Coin";
|
|
1227
|
+
readonly address: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
1228
|
+
readonly symbol: "USDC";
|
|
1229
|
+
readonly oracleId: "USDC";
|
|
1230
|
+
readonly decimals: 6;
|
|
1231
|
+
readonly website: "https://www.circle.com/usdc";
|
|
1232
|
+
readonly 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.";
|
|
1233
|
+
readonly bridge: "native";
|
|
1234
|
+
readonly chainId: 137;
|
|
1235
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png";
|
|
1236
|
+
readonly documentation: "https://developers.circle.com/docs";
|
|
1237
|
+
};
|
|
1238
|
+
readonly USDT: {
|
|
1239
|
+
readonly name: "USDT0";
|
|
1240
|
+
readonly address: "0xc2132D05D31c914a87C6611C10748AEb04B58e8F";
|
|
1241
|
+
readonly symbol: "USDT0";
|
|
1242
|
+
readonly oracleId: "USDT";
|
|
1243
|
+
readonly decimals: 6;
|
|
1244
|
+
readonly chainId: 137;
|
|
1245
|
+
readonly website: "https://tether.to/";
|
|
1246
|
+
readonly description: "Tether converts cash into digital currency, to anchor or tether the value to the price of national currencies like the US dollar, the Euro, and the offshore Chinese yuan.";
|
|
1247
|
+
readonly bridge: "polygon-canonical";
|
|
1248
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png";
|
|
1249
|
+
readonly documentation: "https://tether.to/en/how-it-works";
|
|
1250
|
+
};
|
|
1251
|
+
readonly VISION: {
|
|
1252
|
+
readonly name: "Vision Token";
|
|
1253
|
+
readonly address: "0x034b2090b579228482520c589dbD397c53Fc51cC";
|
|
1254
|
+
readonly symbol: "VISION";
|
|
1255
|
+
readonly oracleId: "VISION";
|
|
1256
|
+
readonly decimals: 18;
|
|
1257
|
+
readonly chainId: 137;
|
|
1258
|
+
readonly website: "https://matic.apy.vision/";
|
|
1259
|
+
readonly description: "All-in-one liquidity pool analytics and yield farming rewards tracking tool";
|
|
1260
|
+
readonly logoURI: "https://s3-us-west-2.amazonaws.com/acf-uploads/apyvisionlogo200circle.png";
|
|
1261
|
+
};
|
|
1262
|
+
readonly WBTC: {
|
|
1263
|
+
readonly name: "Wrapped BTC";
|
|
1264
|
+
readonly address: "0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6";
|
|
1265
|
+
readonly symbol: "WBTC";
|
|
1266
|
+
readonly oracleId: "WBTC";
|
|
1267
|
+
readonly decimals: 8;
|
|
1268
|
+
readonly website: "https://wbtc.network/";
|
|
1269
|
+
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
1270
|
+
readonly bridge: "polygon-canonical";
|
|
1271
|
+
readonly chainId: 137;
|
|
1272
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599/logo.png";
|
|
1273
|
+
};
|
|
1274
|
+
readonly WEXpoly: {
|
|
1275
|
+
readonly name: "WEXPoly";
|
|
1276
|
+
readonly address: "0x4c4BF319237D98a30A929A96112EfFa8DA3510EB";
|
|
1277
|
+
readonly symbol: "WEXPoly";
|
|
1278
|
+
readonly oracleId: "WEXpoly";
|
|
1279
|
+
readonly decimals: 18;
|
|
1280
|
+
readonly chainId: 137;
|
|
1281
|
+
readonly website: "https://wault.finance/";
|
|
1282
|
+
readonly description: "WEXpoly, or Wault EXchange Token, is the foundational token of WaultSwap, on the Polygon network. ";
|
|
1283
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/16282/small/ws_purple_circle_200x200_%281%29.png";
|
|
1284
|
+
};
|
|
1285
|
+
readonly xMARK: {
|
|
1286
|
+
readonly name: "Standard";
|
|
1287
|
+
readonly address: "0xf153EfF70DC0bf3b085134928daeEA248d9B30d0";
|
|
1288
|
+
readonly symbol: "xMARK";
|
|
1289
|
+
readonly oracleId: "xMARK";
|
|
1290
|
+
readonly decimals: 9;
|
|
1291
|
+
readonly chainId: 137;
|
|
1292
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/8cb78aca77b340510958ed98a3cd260d2d7f0420/blockchains/ethereum/assets/0x36b679bd64Ed73DBfd88909cDCB892cB66Bd4CBb/logo.png";
|
|
1293
|
+
readonly website: "https://benchmarkprotocol.finance/";
|
|
1294
|
+
readonly description: "Benchmark Protocol is an elastic stablecoin-alternative bridging capital markets to DeFi.";
|
|
1295
|
+
};
|
|
1296
|
+
readonly YFI: {
|
|
1297
|
+
readonly name: "yearn.finance";
|
|
1298
|
+
readonly address: "0xDA537104D6A5edd53c6fBba9A898708E465260b6";
|
|
1299
|
+
readonly symbol: "YFI";
|
|
1300
|
+
readonly oracleId: "YFI";
|
|
1301
|
+
readonly decimals: 18;
|
|
1302
|
+
readonly chainId: 137;
|
|
1303
|
+
readonly website: "https://yearn.finance/";
|
|
1304
|
+
readonly description: "Yearn Finance is a suite of products in Decentralized Finance (DeFi) that provides lending aggregation, yield generation, and insurance on the Ethereum blockchain. The protocol is maintained by various independent developers and is governed by YFI holders.";
|
|
1305
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e/logo.png";
|
|
1306
|
+
};
|
|
1307
|
+
readonly ROUTE: {
|
|
1308
|
+
readonly name: "Route";
|
|
1309
|
+
readonly address: "0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4";
|
|
1310
|
+
readonly symbol: "ROUTE";
|
|
1311
|
+
readonly oracleId: "ROUTE";
|
|
1312
|
+
readonly decimals: 18;
|
|
1313
|
+
readonly chainId: 137;
|
|
1314
|
+
readonly website: "https://routerprotocol.com/";
|
|
1315
|
+
readonly description: "Router is developing the bridging infrastructure to allow contract level data flow across various blockchains, thus enabling asset level data transfer.";
|
|
1316
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/13709/small/route_token_200x200-19.png";
|
|
1317
|
+
};
|
|
1318
|
+
readonly DFYN: {
|
|
1319
|
+
readonly name: "Dfyn";
|
|
1320
|
+
readonly address: "0xC168E40227E4ebD8C1caE80F7a55a4F0e6D66C97";
|
|
1321
|
+
readonly symbol: "DFYN";
|
|
1322
|
+
readonly oracleId: "DFYN";
|
|
1323
|
+
readonly decimals: 18;
|
|
1324
|
+
readonly chainId: 137;
|
|
1325
|
+
readonly website: "https://exchange.dfyn.network/#/swap";
|
|
1326
|
+
readonly description: "With Dfyn nodes spread across multiple Layer 1 and Layer 2 blockchains, Dfyn will act as a multi-chain DEX. This will allow Dfyn to plug into a liquidity super-mesh, enabling users to perform their asset trades seamlessly on several blockchains from a single interface. Dfyn will also build a decentralized swap station to swap large assets natively like BTC, ETH, ADA in a non-custodial way.";
|
|
1327
|
+
readonly logoURI: "https://raw.githubusercontent.com/dfyn/assets/main/DFYN_logo.png";
|
|
1328
|
+
};
|
|
1329
|
+
readonly IRON: {
|
|
1330
|
+
readonly name: "Iron";
|
|
1331
|
+
readonly address: "0xD86b5923F3AD7b585eD81B448170ae026c65ae9a";
|
|
1332
|
+
readonly symbol: "IRON";
|
|
1333
|
+
readonly oracleId: "IRON";
|
|
1334
|
+
readonly decimals: 18;
|
|
1335
|
+
readonly chainId: 137;
|
|
1336
|
+
readonly logoURI: "https://polygon.iron.finance/static/media/IRON.484ee2b8.png";
|
|
1337
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1338
|
+
};
|
|
1339
|
+
readonly SUSHI: {
|
|
1340
|
+
readonly name: "Sushi";
|
|
1341
|
+
readonly address: "0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a";
|
|
1342
|
+
readonly symbol: "SUSHI";
|
|
1343
|
+
readonly oracleId: "SUSHI";
|
|
1344
|
+
readonly decimals: 18;
|
|
1345
|
+
readonly chainId: 137;
|
|
1346
|
+
readonly website: "https://sushi.com/";
|
|
1347
|
+
readonly 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.";
|
|
1348
|
+
readonly logoURI: "https://app.sushi.com/static/media/logo.11fafaa5.png";
|
|
1349
|
+
};
|
|
1350
|
+
readonly GRT: {
|
|
1351
|
+
readonly name: "The Graph";
|
|
1352
|
+
readonly address: "0x5fe2B58c013d7601147DcdD68C143A77499f5531";
|
|
1353
|
+
readonly symbol: "GRT";
|
|
1354
|
+
readonly oracleId: "GRT";
|
|
1355
|
+
readonly decimals: 18;
|
|
1356
|
+
readonly chainId: 137;
|
|
1357
|
+
readonly website: "https://thegraph.com/";
|
|
1358
|
+
readonly description: "The Graph is an indexing protocol for querying networks like Ethereum and IPFS. Anyone can build and publish open APIs, called subgraphs, making data easily accessible.";
|
|
1359
|
+
readonly logoURI: "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/polygon/assets/0x5fe2B58c013d7601147DcdD68C143A77499f5531/logo.png";
|
|
1360
|
+
};
|
|
1361
|
+
readonly WOOFY: {
|
|
1362
|
+
readonly name: "Woofy";
|
|
1363
|
+
readonly address: "0xD0660cD418a64a1d44E9214ad8e459324D8157f1";
|
|
1364
|
+
readonly symbol: "WOOFY";
|
|
1365
|
+
readonly oracleId: "WOOFY";
|
|
1366
|
+
readonly decimals: 12;
|
|
1367
|
+
readonly chainId: 137;
|
|
1368
|
+
readonly website: "https://woofy.finance/";
|
|
1369
|
+
readonly description: "The WOOFY token is the blue dog companion token of YFI. Utilizing special Woof technology, it allows two-way conversion between the two tokens, allowing holders to be exposed to YFI in a fluffier package.";
|
|
1370
|
+
readonly logoURI: "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/polygon/assets/0xD0660cD418a64a1d44E9214ad8e459324D8157f1/logo.png";
|
|
1371
|
+
};
|
|
1372
|
+
readonly renDOGE: {
|
|
1373
|
+
readonly name: "renDOGE";
|
|
1374
|
+
readonly address: "0xcE829A89d4A55a63418bcC43F00145adef0eDB8E";
|
|
1375
|
+
readonly symbol: "renDOGE";
|
|
1376
|
+
readonly oracleId: "renDOGE";
|
|
1377
|
+
readonly decimals: 8;
|
|
1378
|
+
readonly chainId: 137;
|
|
1379
|
+
readonly website: "https://renproject.io/";
|
|
1380
|
+
readonly description: "renDOGE is a one-for-one representation of Dogecoin (DOGE) on Polygon via RenVM.";
|
|
1381
|
+
readonly logoURI: "https://polygonscan.com/token/images/rendogecoin_32.png";
|
|
1382
|
+
};
|
|
1383
|
+
readonly SNX: {
|
|
1384
|
+
readonly name: "SNX";
|
|
1385
|
+
readonly address: "0x50B728D8D964fd00C2d0AAD81718b71311feF68a";
|
|
1386
|
+
readonly symbol: "SNX";
|
|
1387
|
+
readonly oracleId: "SNX";
|
|
1388
|
+
readonly decimals: 18;
|
|
1389
|
+
readonly chainId: 137;
|
|
1390
|
+
readonly website: "https://synthetix.io/";
|
|
1391
|
+
readonly description: "Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets.";
|
|
1392
|
+
readonly logoURI: "https://app.sushi.com/images/tokens/snx-square.jpg";
|
|
1393
|
+
};
|
|
1394
|
+
readonly CRV: {
|
|
1395
|
+
readonly name: "Curve Protocol";
|
|
1396
|
+
readonly symbol: "CRV";
|
|
1397
|
+
readonly oracleId: "CRV";
|
|
1398
|
+
readonly address: "0x172370d5Cd63279eFa6d502DAB29171933a610AF";
|
|
1399
|
+
readonly chainId: 137;
|
|
1400
|
+
readonly decimals: 18;
|
|
1401
|
+
readonly website: "https://curve.finance/";
|
|
1402
|
+
readonly description: "Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.";
|
|
1403
|
+
readonly bridge: "polygon-canonical";
|
|
1404
|
+
readonly documentation: "https://curve.readthedocs.io/";
|
|
1405
|
+
};
|
|
1406
|
+
readonly DOKI: {
|
|
1407
|
+
readonly name: "DokiDoki Finance";
|
|
1408
|
+
readonly symbol: "DOKI";
|
|
1409
|
+
readonly oracleId: "DOKI";
|
|
1410
|
+
readonly address: "0x5C7F7Fe4766fE8f0fa9b41E2E4194d939488ff1C";
|
|
1411
|
+
readonly chainId: 137;
|
|
1412
|
+
readonly decimals: 18;
|
|
1413
|
+
readonly website: "https://dokidoki.finance/stake/pool/1";
|
|
1414
|
+
readonly description: "Doki is the platform token for DokiDoki Finance.";
|
|
1415
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x9cEB84f92A0561fa3Cc4132aB9c0b76A59787544/logo.png";
|
|
1416
|
+
};
|
|
1417
|
+
readonly PZAP: {
|
|
1418
|
+
readonly name: "PolyZap";
|
|
1419
|
+
readonly symbol: "PZAP";
|
|
1420
|
+
readonly oracleId: "PZAP";
|
|
1421
|
+
readonly address: "0xeb2778f74E5ee038E67AA6c77f0F0451ABd748FD";
|
|
1422
|
+
readonly chainId: 137;
|
|
1423
|
+
readonly decimals: 18;
|
|
1424
|
+
readonly website: "https://farm.polyzap.finance/";
|
|
1425
|
+
readonly description: "PolyZap is an innovative and reliable, next-generation Automated Market Maker (AMM) and Yield Farm on the Polygon Network, with unique features and attributes:";
|
|
1426
|
+
readonly logoURI: "https://polyzap.finance/logo.png";
|
|
1427
|
+
};
|
|
1428
|
+
readonly WFIL: {
|
|
1429
|
+
readonly name: "Wrapped Filecoin";
|
|
1430
|
+
readonly symbol: "WFIL";
|
|
1431
|
+
readonly oracleId: "WFIL";
|
|
1432
|
+
readonly address: "0xEde1B77C0Ccc45BFa949636757cd2cA7eF30137F";
|
|
1433
|
+
readonly chainId: 137;
|
|
1434
|
+
readonly decimals: 18;
|
|
1435
|
+
readonly website: "https://filecoin.io/";
|
|
1436
|
+
readonly description: "Filecoin is an open-source cloud storage marketplace, protocol, and cryptocurrency.";
|
|
1437
|
+
readonly logoURI: "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/polygon/assets/0xEde1B77C0Ccc45BFa949636757cd2cA7eF30137F/logo.png";
|
|
1438
|
+
};
|
|
1439
|
+
readonly ibBTC: {
|
|
1440
|
+
readonly name: "Interest bearing BTC";
|
|
1441
|
+
readonly symbol: "ibBTC";
|
|
1442
|
+
readonly oracleId: "ibBTC";
|
|
1443
|
+
readonly address: "0x4EaC4c4e9050464067D673102F8E24b2FccEB350";
|
|
1444
|
+
readonly chainId: 137;
|
|
1445
|
+
readonly decimals: 18;
|
|
1446
|
+
readonly website: "https://app.badger.finance/ibBTC";
|
|
1447
|
+
readonly description: "ibBTC is an asset launched in collaboration with DeFiDollar, it stands for Interest Bearing Bitcoin. It was created to serve as the default Bitcoin asset on Ethereum while generating interest to the users who hold it.";
|
|
1448
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599/logo.png";
|
|
1449
|
+
};
|
|
1450
|
+
readonly BNB: {
|
|
1451
|
+
readonly name: "AnySwap Bridge Polygon Binance Coin";
|
|
1452
|
+
readonly symbol: "BNB";
|
|
1453
|
+
readonly oracleId: "BNB";
|
|
1454
|
+
readonly address: "0xA649325Aa7C5093d12D6F98EB4378deAe68CE23F";
|
|
1455
|
+
readonly chainId: 137;
|
|
1456
|
+
readonly decimals: 18;
|
|
1457
|
+
readonly website: "https://www.binance.com/";
|
|
1458
|
+
readonly 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.";
|
|
1459
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c.png";
|
|
1460
|
+
};
|
|
1461
|
+
readonly rUSD: {
|
|
1462
|
+
readonly name: "Ramp USD";
|
|
1463
|
+
readonly symbol: "rUSD";
|
|
1464
|
+
readonly oracleId: "rUSD";
|
|
1465
|
+
readonly address: "0xfC40a4F89b410a1b855b5e205064a38fC29F5eb5";
|
|
1466
|
+
readonly chainId: 137;
|
|
1467
|
+
readonly decimals: 18;
|
|
1468
|
+
readonly website: "https://rampdefi.com/";
|
|
1469
|
+
readonly description: "Ramp aims to empower users with access to a global, blockchain-agnostic liquidity network. rUSD can be minted on Binance Smart Chain and Polygon, with more chains in the near future.";
|
|
1470
|
+
readonly logoURI: "https://appv2.rampdefi.com/assets/icon/rusdc.svg";
|
|
1471
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1472
|
+
};
|
|
1473
|
+
readonly UST: {
|
|
1474
|
+
readonly name: "USD Terra";
|
|
1475
|
+
readonly symbol: "UST";
|
|
1476
|
+
readonly oracleId: "UST";
|
|
1477
|
+
readonly address: "0x692597b009d13C4049a947CAB2239b7d6517875F";
|
|
1478
|
+
readonly chainId: 137;
|
|
1479
|
+
readonly decimals: 18;
|
|
1480
|
+
readonly website: "https://www.terra.money/";
|
|
1481
|
+
readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
|
|
1482
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/7129.png";
|
|
1483
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1484
|
+
};
|
|
1485
|
+
readonly WMATIC_DFYN: {
|
|
1486
|
+
readonly name: "Wrapped Matic, DFYN version";
|
|
1487
|
+
readonly symbol: "WMATIC";
|
|
1488
|
+
readonly oracleId: "DFYN";
|
|
1489
|
+
readonly address: "0x4c28f48448720e9000907BC2611F73022fdcE1fA";
|
|
1490
|
+
readonly chainId: 137;
|
|
1491
|
+
readonly decimals: 18;
|
|
1492
|
+
readonly website: "https://polygon.technology/";
|
|
1493
|
+
readonly description: "DFyn version. Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
|
|
1494
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png";
|
|
1495
|
+
};
|
|
1496
|
+
readonly pWINGS: {
|
|
1497
|
+
readonly name: "JetSwap Polygon Token";
|
|
1498
|
+
readonly symbol: "pWINGS";
|
|
1499
|
+
readonly oracleId: "pWINGS";
|
|
1500
|
+
readonly address: "0x845E76A8691423fbc4ECb8Dd77556Cb61c09eE25";
|
|
1501
|
+
readonly chainId: 137;
|
|
1502
|
+
readonly decimals: 18;
|
|
1503
|
+
readonly website: "https://jetswap.finance/";
|
|
1504
|
+
readonly description: "Jetswap is a decentralized Automated Market Maker (AMM) on Binance Smart Chain & Polygon with low fees and instant trade execution. Trade from the comfort of your own wallet! ";
|
|
1505
|
+
readonly logoURI: "https://polygon-info.jetswap.finance/static/media/wings.dca9f9fe.png";
|
|
1506
|
+
};
|
|
1507
|
+
readonly HONOR: {
|
|
1508
|
+
readonly name: "FarmHero HONOR";
|
|
1509
|
+
readonly symbol: "HONOR";
|
|
1510
|
+
readonly oracleId: "HONOR";
|
|
1511
|
+
readonly address: "0xb82A20B4522680951F11c94c54B8800c1C237693";
|
|
1512
|
+
readonly chainId: 137;
|
|
1513
|
+
readonly decimals: 18;
|
|
1514
|
+
readonly website: "https://polygon.farmhero.io/";
|
|
1515
|
+
readonly description: "FarmHero is a protocol that mixes NFT, gaming and DEFI concepts.";
|
|
1516
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/10620.png";
|
|
1517
|
+
};
|
|
1518
|
+
readonly ironICE: {
|
|
1519
|
+
readonly name: "Iron Finance ICE Token";
|
|
1520
|
+
readonly symbol: "ironICE";
|
|
1521
|
+
readonly oracleId: "ironICE";
|
|
1522
|
+
readonly address: "0x4A81f8796e0c6Ad4877A51C86693B0dE8093F2ef";
|
|
1523
|
+
readonly chainId: 137;
|
|
1524
|
+
readonly decimals: 18;
|
|
1525
|
+
readonly website: "https://iron.finance/";
|
|
1526
|
+
readonly description: "Iron Finance is building a full suite of decentralized finance ecosystem of products and use cases on the Polygon network. The official Iron Finance token is the ICE token, inspired by A Song of Ice and Fire novels, where the Iron Throne is a well-known symbol.";
|
|
1527
|
+
readonly logoURI: "https://app.iron.finance/static/media/ice-square.6e960434.svg";
|
|
1528
|
+
};
|
|
1529
|
+
readonly ICE: {
|
|
1530
|
+
readonly name: "IceToken";
|
|
1531
|
+
readonly address: "0x4e1581f01046eFDd7a1a2CDB0F82cdd7F71F2E59";
|
|
1532
|
+
readonly symbol: "ICE";
|
|
1533
|
+
readonly oracleId: "ICE";
|
|
1534
|
+
readonly decimals: 18;
|
|
1535
|
+
readonly chainId: 137;
|
|
1536
|
+
readonly website: "https://popsicle.finance/";
|
|
1537
|
+
readonly description: "Popsicle is a next-gen cross-chain yield enhancement platform focusing on Automated Market-Making (AMM) Liquidity Providers (LP).";
|
|
1538
|
+
readonly logoURI: "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/ethereum/assets/0xf16e81dce15B08F326220742020379B855B87DF9/logo.png";
|
|
1539
|
+
};
|
|
1540
|
+
readonly NEXO: {
|
|
1541
|
+
readonly name: "Nexo";
|
|
1542
|
+
readonly symbol: "NEXO";
|
|
1543
|
+
readonly oracleId: "NEXO";
|
|
1544
|
+
readonly address: "0x41b3966B4FF7b427969ddf5da3627d6AEAE9a48E";
|
|
1545
|
+
readonly chainId: 137;
|
|
1546
|
+
readonly decimals: 18;
|
|
1547
|
+
readonly website: "https://nexo.io/";
|
|
1548
|
+
readonly description: "Since 2018 Nexo has strived to bring professional financial services to the world of digital assets. Leveraging the best of the team’s years of experience in FinTech along with the power of blockchain technology, Nexo is empowering thousands of people to harness the value behind their crypto assets and live the future of finance today.";
|
|
1549
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/200x200/2694.png";
|
|
1550
|
+
};
|
|
1551
|
+
readonly DINO: {
|
|
1552
|
+
readonly name: "DINO";
|
|
1553
|
+
readonly symbol: "DINO";
|
|
1554
|
+
readonly oracleId: "DINO";
|
|
1555
|
+
readonly address: "0xAa9654BECca45B5BDFA5ac646c939C62b527D394";
|
|
1556
|
+
readonly chainId: 137;
|
|
1557
|
+
readonly decimals: 18;
|
|
1558
|
+
readonly website: "https://dinoswap.exchange/";
|
|
1559
|
+
readonly description: "DinoSwap is a cross-chain infrastructure project that builds liquidity for layer-one blockchains, AMMs and partnering projects.";
|
|
1560
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/17103/small/DINO.png";
|
|
1561
|
+
};
|
|
1562
|
+
readonly BCT: {
|
|
1563
|
+
readonly name: "Toucan Protocol: Base Carbon Tonne";
|
|
1564
|
+
readonly symbol: "BCT";
|
|
1565
|
+
readonly oracleId: "BCT";
|
|
1566
|
+
readonly address: "0x2F800Db0fdb5223b3C3f354886d907A671414A7F";
|
|
1567
|
+
readonly chainId: 137;
|
|
1568
|
+
readonly decimals: 18;
|
|
1569
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x2F800Db0fdb5223b3C3f354886d907A671414A7F.svg";
|
|
1570
|
+
readonly website: "https://toucan.earth/";
|
|
1571
|
+
readonly description: "Toucan Protocol brings carbon as a new money-lego to Web3. Kickstarting an open and decentralized climate finance ecosystem.";
|
|
1572
|
+
};
|
|
1573
|
+
readonly KLIMA: {
|
|
1574
|
+
readonly name: "Klima DAO";
|
|
1575
|
+
readonly symbol: "KLIMA";
|
|
1576
|
+
readonly oracleId: "KLIMA";
|
|
1577
|
+
readonly address: "0x4e78011Ce80ee02d2c3e649Fb657E45898257815";
|
|
1578
|
+
readonly chainId: 137;
|
|
1579
|
+
readonly decimals: 9;
|
|
1580
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4e78011Ce80ee02d2c3e649Fb657E45898257815.svg";
|
|
1581
|
+
readonly website: "https://www.klimadao.finance/";
|
|
1582
|
+
readonly description: "Klima DAO gives Web3 builders and users the opportunity to participate in the carbon market through the KLIMA token.";
|
|
1583
|
+
};
|
|
1584
|
+
readonly polyWISE: {
|
|
1585
|
+
readonly name: "Polywise";
|
|
1586
|
+
readonly symbol: "WISE";
|
|
1587
|
+
readonly oracleId: "polyWISE";
|
|
1588
|
+
readonly address: "0x4c19DdeebAF84cA3A255730295AD9d824D4Ff51f";
|
|
1589
|
+
readonly chainId: 137;
|
|
1590
|
+
readonly decimals: 18;
|
|
1591
|
+
readonly website: "https://polywise.finance/";
|
|
1592
|
+
readonly description: "PolyWise Finance is a next-generation yield farming protocol on the Polygon network with lots of unique and creative features that enable you to earn a passive income. We are trying to create a protocol like Yearn, but with a reduced token supply and high value for Polygon Network users, LP providers and stakers. The max supply of WISE token is 5400.";
|
|
1593
|
+
};
|
|
1594
|
+
readonly polySAGE: {
|
|
1595
|
+
readonly name: "PolySage";
|
|
1596
|
+
readonly symbol: "SAGE";
|
|
1597
|
+
readonly oracleId: "polySAGE";
|
|
1598
|
+
readonly address: "0x2ed945Dc703D85c80225d95ABDe41cdeE14e1992";
|
|
1599
|
+
readonly chainId: 137;
|
|
1600
|
+
readonly decimals: 18;
|
|
1601
|
+
readonly website: "https://polysage.finance/";
|
|
1602
|
+
readonly description: "PolySage Finance is a next-generation yield farming protocol on the Polygon network with lots of unique and creative features that enable you to earn a passive income.";
|
|
1603
|
+
readonly logoURI: "https://polysage.finance/images/sage.png";
|
|
1604
|
+
};
|
|
1605
|
+
readonly TOMB: {
|
|
1606
|
+
readonly name: "TOMB";
|
|
1607
|
+
readonly symbol: "TOMB";
|
|
1608
|
+
readonly oracleId: "TOMB";
|
|
1609
|
+
readonly address: "0x0e98C977B943f06075b2D795794238fBfB9b9a34";
|
|
1610
|
+
readonly chainId: 137;
|
|
1611
|
+
readonly decimals: 18;
|
|
1612
|
+
readonly logoURI: "";
|
|
1613
|
+
readonly website: "https://tomb.finance/";
|
|
1614
|
+
readonly description: "The first algorithmic stablecoin on Fantom Opera, pegged to the price of 1 FTM via seigniorage";
|
|
1615
|
+
};
|
|
1616
|
+
readonly CLAM: {
|
|
1617
|
+
readonly name: "Otter Clam";
|
|
1618
|
+
readonly symbol: "CLAM";
|
|
1619
|
+
readonly oracleId: "CLAM";
|
|
1620
|
+
readonly address: "0xC250e9987A032ACAC293d838726C511E6E1C029d";
|
|
1621
|
+
readonly chainId: 137;
|
|
1622
|
+
readonly decimals: 9;
|
|
1623
|
+
readonly logoURI: "";
|
|
1624
|
+
readonly website: "https://www.otterclam.finance/#/";
|
|
1625
|
+
readonly description: "The first store of value meme";
|
|
1626
|
+
};
|
|
1627
|
+
readonly HBAR: {
|
|
1628
|
+
readonly name: "HBAR[0x]";
|
|
1629
|
+
readonly symbol: "HBAR";
|
|
1630
|
+
readonly oracleId: "HBAR";
|
|
1631
|
+
readonly address: "0x1646C835d70F76D9030DF6BaAeec8f65c250353d";
|
|
1632
|
+
readonly chainId: 137;
|
|
1633
|
+
readonly decimals: 8;
|
|
1634
|
+
readonly logoURI: "";
|
|
1635
|
+
readonly website: "https://hedera.com/";
|
|
1636
|
+
readonly description: "Hedera is the most used enterprise-grade public network for you to make your digital world exactly as it should be – yours. HBAR is the native, energy-efficient cryptocurrency of Hedera that powers the decentralized economy. Whether youre a startup or enterprise, a creator or consumer, Hedera goes beyond blockchain for developers to create the next era of fast, fair, and secure applications.";
|
|
1637
|
+
};
|
|
1638
|
+
readonly EURA: {
|
|
1639
|
+
readonly name: "EURA (previously agEUR)";
|
|
1640
|
+
readonly symbol: "EURA";
|
|
1641
|
+
readonly oracleId: "agEUR";
|
|
1642
|
+
readonly address: "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4";
|
|
1643
|
+
readonly chainId: 137;
|
|
1644
|
+
readonly decimals: 18;
|
|
1645
|
+
readonly logoURI: "";
|
|
1646
|
+
readonly website: "https://www.angle.money/";
|
|
1647
|
+
readonly description: "EURA (previously agEUR) is pegged to the value of the Euro (€) and is a product of Angle, a decentralized, capital-efficient and over-collateralized stablecoins protocol.";
|
|
1648
|
+
readonly bridge: "layer-zero";
|
|
1649
|
+
readonly documentation: "https://docs.angle.money/";
|
|
1650
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1651
|
+
};
|
|
1652
|
+
readonly jJPY: {
|
|
1653
|
+
readonly name: "Jarvis Synthetic Yen";
|
|
1654
|
+
readonly symbol: "jJPY";
|
|
1655
|
+
readonly oracleId: "jJPY";
|
|
1656
|
+
readonly address: "0x8343091F2499FD4b6174A46D067A920a3b851FF9";
|
|
1657
|
+
readonly chainId: 137;
|
|
1658
|
+
readonly decimals: 18;
|
|
1659
|
+
readonly website: "https://jarvis.network/";
|
|
1660
|
+
readonly description: "jJPY is a multi-collateralized synthetic token tracking the price of Yen. It is built on the top of UMA and Chainlink.";
|
|
1661
|
+
readonly logoURI: "";
|
|
1662
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1663
|
+
};
|
|
1664
|
+
readonly JPYC: {
|
|
1665
|
+
readonly name: "JPY Coin";
|
|
1666
|
+
readonly symbol: "JPYC";
|
|
1667
|
+
readonly oracleId: "JPYC";
|
|
1668
|
+
readonly address: "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB";
|
|
1669
|
+
readonly chainId: 137;
|
|
1670
|
+
readonly decimals: 18;
|
|
1671
|
+
readonly website: "https://jpyc.jp/";
|
|
1672
|
+
readonly description: "JPYC (JPYCoin) is Japan's first Japanese Yen stablecoin that utilizes blockchain technology.";
|
|
1673
|
+
readonly logoURI: "";
|
|
1674
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1675
|
+
};
|
|
1676
|
+
readonly PSP: {
|
|
1677
|
+
readonly name: "ParaSwap";
|
|
1678
|
+
readonly symbol: "PSP";
|
|
1679
|
+
readonly oracleId: "PSP";
|
|
1680
|
+
readonly address: "0x42d61D766B85431666B39B89C43011f24451bFf6";
|
|
1681
|
+
readonly chainId: 137;
|
|
1682
|
+
readonly decimals: 18;
|
|
1683
|
+
readonly website: "https://paraswap.io/";
|
|
1684
|
+
readonly description: "ParaSwap aggregates decentralized exchanges and other DeFi services in one comprehensive interface to streamline and facilitate users' interactions with decentralized finance on Ethereum and EVM-compatible chains: Polygon, Avalanche, BSC & more to come.";
|
|
1685
|
+
readonly logoURI: "";
|
|
1686
|
+
};
|
|
1687
|
+
readonly KIRO: {
|
|
1688
|
+
readonly name: "Kirobo";
|
|
1689
|
+
readonly symbol: "KIRO";
|
|
1690
|
+
readonly oracleId: "KIRO";
|
|
1691
|
+
readonly address: "0xB382C1cfA622795a534e5bd56Fac93d59BAc8B0D";
|
|
1692
|
+
readonly chainId: 137;
|
|
1693
|
+
readonly decimals: 18;
|
|
1694
|
+
readonly website: "https://www.kirobo.io/";
|
|
1695
|
+
readonly description: "Kirobos decentralized applications remove the risk of losing funds enabling you to use blockchain technology to its fullest potential from one consolidated platform.";
|
|
1696
|
+
readonly logoURI: "";
|
|
1697
|
+
};
|
|
1698
|
+
readonly GIDDY: {
|
|
1699
|
+
readonly name: "Giddy";
|
|
1700
|
+
readonly symbol: "GIDDY";
|
|
1701
|
+
readonly oracleId: "GIDDY";
|
|
1702
|
+
readonly address: "0x67eB41A14C0fe5CD701FC9d5A3D6597A72F641a6";
|
|
1703
|
+
readonly chainId: 137;
|
|
1704
|
+
readonly decimals: 18;
|
|
1705
|
+
readonly website: "https://www.giddy.co/";
|
|
1706
|
+
readonly description: "Giddy is an in-development app that simplifies sophisticated DeFi processes into a one-tap investing experience. The app will allow users to earn passive income with crypto assets using a multi-identity, self-custody, private key solution. The fully doxxed Giddy team focuses on security, compliance, and ease of use. Its mission is simple: to grow and adapt to the ever-changing regulatory landscape. This goal will keep investors and their funds within the bounds of current financial regulation. The Giddy token standard allows smart contracts to communicate effectively with compliant tokens. Its method involves encoding contract approval data into a meta-transaction, which removes the need for standalone and infinite contract approvals. GIDDY has a max capped supply of 1 billion tokens and began trading on April 6, 2022";
|
|
1707
|
+
readonly logoURI: "";
|
|
1708
|
+
};
|
|
1709
|
+
readonly EURe: {
|
|
1710
|
+
readonly name: "Monerium EURe emoney";
|
|
1711
|
+
readonly symbol: "EURe";
|
|
1712
|
+
readonly oracleId: "EURe";
|
|
1713
|
+
readonly address: "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6";
|
|
1714
|
+
readonly chainId: 137;
|
|
1715
|
+
readonly decimals: 18;
|
|
1716
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/23354/small/eur.png?1643926562";
|
|
1717
|
+
readonly website: "https://monerium.com/";
|
|
1718
|
+
readonly description: "EURe is a Euro stable-coin from Monerium. Monerium is the first company authorized to issue money on blockchains under European financial regulation. They have issued EUR, USD, GBP, and ISK as e-money tokens on Ethereum and EUR on Algorand. Monerium also operates a gateway for instant transfers of EUR between bank accounts and blockchain wallets/smart contracts.";
|
|
1719
|
+
};
|
|
1720
|
+
readonly HOP: {
|
|
1721
|
+
readonly name: "HOP Protocol";
|
|
1722
|
+
readonly symbol: "HOP";
|
|
1723
|
+
readonly oracleId: "HOP";
|
|
1724
|
+
readonly address: "0xc5102fE9359FD9a28f877a67E36B0F050d81a3CC";
|
|
1725
|
+
readonly chainId: 137;
|
|
1726
|
+
readonly decimals: 18;
|
|
1727
|
+
readonly website: "https://app.hop.exchange";
|
|
1728
|
+
readonly description: "Hop Protocol is a blockchain bridge protocol that allows users to move tokens from one chain to another without having to wait for a challenge period.";
|
|
1729
|
+
readonly logoURI: "https://docs.velodrome.finance/tokens/HOP.svg";
|
|
1730
|
+
readonly documentation: "https://docs.hop.exchange/";
|
|
1731
|
+
};
|
|
1732
|
+
readonly hETH: {
|
|
1733
|
+
readonly name: "ETH Hop Token";
|
|
1734
|
+
readonly symbol: "hETH";
|
|
1735
|
+
readonly oracleId: "hETH";
|
|
1736
|
+
readonly address: "0x1fDeAF938267ca43388eD1FdB879eaF91e920c7A";
|
|
1737
|
+
readonly chainId: 137;
|
|
1738
|
+
readonly decimals: 18;
|
|
1739
|
+
readonly website: "https://app.hop.exchange";
|
|
1740
|
+
readonly description: "hETH is the bridge token for transferring ETH via the Hop Protocol. Hop Protocol is a blockchain bridge protocol that allows users to move tokens from one chain to another without having to wait for a challenge period.";
|
|
1741
|
+
readonly logoURI: "";
|
|
1742
|
+
readonly documentation: "https://docs.hop.exchange/";
|
|
1743
|
+
};
|
|
1744
|
+
readonly hUSDC: {
|
|
1745
|
+
readonly name: "USDC Hop Token";
|
|
1746
|
+
readonly symbol: "hUSDC";
|
|
1747
|
+
readonly oracleId: "hUSDC";
|
|
1748
|
+
readonly address: "0x9ec9551d4A1a1593b0ee8124D98590CC71b3B09D";
|
|
1749
|
+
readonly chainId: 137;
|
|
1750
|
+
readonly decimals: 6;
|
|
1751
|
+
readonly website: "https://app.hop.exchange";
|
|
1752
|
+
readonly description: "hUSDC is the bridge token for transferring USDC via the Hop Protocol. Hop Protocol is a blockchain bridge protocol that allows users to move tokens from one chain to another without having to wait for a challenge period.";
|
|
1753
|
+
readonly logoURI: "";
|
|
1754
|
+
readonly documentation: "https://docs.hop.exchange/";
|
|
1755
|
+
};
|
|
1756
|
+
readonly hUSDT: {
|
|
1757
|
+
readonly name: "USDT Hop Token";
|
|
1758
|
+
readonly symbol: "hUSDT";
|
|
1759
|
+
readonly oracleId: "hUSDT";
|
|
1760
|
+
readonly address: "0x9F93ACA246F457916E49Ec923B8ed099e313f763";
|
|
1761
|
+
readonly chainId: 137;
|
|
1762
|
+
readonly decimals: 6;
|
|
1763
|
+
readonly website: "https://app.hop.exchange";
|
|
1764
|
+
readonly description: "hUSDT is the bridge token for transferring USDT via the Hop Protocol. Hop Protocol is a blockchain bridge protocol that allows users to move tokens from one chain to another without having to wait for a challenge period.";
|
|
1765
|
+
readonly logoURI: "";
|
|
1766
|
+
readonly documentation: "https://docs.hop.exchange/";
|
|
1767
|
+
};
|
|
1768
|
+
readonly hDAI: {
|
|
1769
|
+
readonly name: "DAI Hop Token";
|
|
1770
|
+
readonly symbol: "hDAI";
|
|
1771
|
+
readonly oracleId: "hDAI";
|
|
1772
|
+
readonly address: "0xb8901acB165ed027E32754E0FFe830802919727f";
|
|
1773
|
+
readonly chainId: 137;
|
|
1774
|
+
readonly decimals: 18;
|
|
1775
|
+
readonly website: "https://app.hop.exchange";
|
|
1776
|
+
readonly description: "hDAI is the bridge token for transferring DAI via the Hop Protocol. Hop Protocol is a blockchain bridge protocol that allows users to move tokens from one chain to another without having to wait for a challenge period.";
|
|
1777
|
+
readonly logoURI: "";
|
|
1778
|
+
readonly documentation: "https://docs.hop.exchange/";
|
|
1779
|
+
};
|
|
1780
|
+
readonly amUSDT: {
|
|
1781
|
+
readonly name: "Aave Tether USD";
|
|
1782
|
+
readonly symbol: "amUSDT";
|
|
1783
|
+
readonly oracleId: "amUSDT";
|
|
1784
|
+
readonly address: "0x60D55F02A771d515e077c9C2403a1ef324885CeC";
|
|
1785
|
+
readonly chainId: 137;
|
|
1786
|
+
readonly decimals: 6;
|
|
1787
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
1788
|
+
readonly website: "https://tether.to/";
|
|
1789
|
+
readonly description: "Aave interest bearing USDT. 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.";
|
|
1790
|
+
readonly bridge: "polygon-canonical";
|
|
1791
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
1792
|
+
};
|
|
1793
|
+
readonly wamUSDT: {
|
|
1794
|
+
readonly name: "Wrapped Aave Tether USD";
|
|
1795
|
+
readonly symbol: "wamUSDT";
|
|
1796
|
+
readonly oracleId: "wamUSDT";
|
|
1797
|
+
readonly address: "0x19C60a251e525fa88Cd6f3768416a8024e98fC19";
|
|
1798
|
+
readonly chainId: 137;
|
|
1799
|
+
readonly decimals: 6;
|
|
1800
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
1801
|
+
readonly website: "https://tether.to/";
|
|
1802
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
1803
|
+
readonly description: "Wrapped Aave interest bearing USDT. 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.";
|
|
1804
|
+
};
|
|
1805
|
+
readonly bbamUSDT: {
|
|
1806
|
+
readonly name: "Balancer Aave USDT Linear Pool";
|
|
1807
|
+
readonly symbol: "bbamUSDT";
|
|
1808
|
+
readonly oracleId: "bbamUSDT";
|
|
1809
|
+
readonly address: "0xFf4ce5AAAb5a627bf82f4A571AB1cE94Aa365eA6";
|
|
1810
|
+
readonly chainId: 137;
|
|
1811
|
+
readonly decimals: 18;
|
|
1812
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
1813
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
1814
|
+
readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
|
|
1815
|
+
readonly description: "Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.";
|
|
1816
|
+
};
|
|
1817
|
+
readonly amUSDC: {
|
|
1818
|
+
readonly name: "Aave USDC";
|
|
1819
|
+
readonly symbol: "amUSDC";
|
|
1820
|
+
readonly oracleId: "amUSDC";
|
|
1821
|
+
readonly address: "0x1a13F4Ca1d028320A707D99520AbFefca3998b7F";
|
|
1822
|
+
readonly chainId: 137;
|
|
1823
|
+
readonly decimals: 6;
|
|
1824
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
1825
|
+
readonly website: "https://www.circle.com/usdc";
|
|
1826
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
1827
|
+
readonly description: "Aave interest bearing USDC. 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.";
|
|
1828
|
+
readonly bridge: "polygon-canonical";
|
|
1829
|
+
};
|
|
1830
|
+
readonly wamUSDC: {
|
|
1831
|
+
readonly name: "Wrapped Aave Tether USD";
|
|
1832
|
+
readonly symbol: "wamUSDC";
|
|
1833
|
+
readonly oracleId: "wamUSDC";
|
|
1834
|
+
readonly address: "0x221836a597948Dce8F3568E044fF123108aCc42A";
|
|
1835
|
+
readonly chainId: 137;
|
|
1836
|
+
readonly decimals: 6;
|
|
1837
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
1838
|
+
readonly website: "https://www.circle.com/usdc";
|
|
1839
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
1840
|
+
readonly description: "Wrapped Aave interest bearing USDC. 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.";
|
|
1841
|
+
};
|
|
1842
|
+
readonly bbamUSDC: {
|
|
1843
|
+
readonly name: "Balancer Aave USDC Linear Pool";
|
|
1844
|
+
readonly symbol: "bbamUSDC";
|
|
1845
|
+
readonly oracleId: "bbamUSDC";
|
|
1846
|
+
readonly address: "0xF93579002DBE8046c43FEfE86ec78b1112247BB8";
|
|
1847
|
+
readonly chainId: 137;
|
|
1848
|
+
readonly decimals: 18;
|
|
1849
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
1850
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
1851
|
+
readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
|
|
1852
|
+
readonly description: "Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.";
|
|
1853
|
+
};
|
|
1854
|
+
readonly amDAI: {
|
|
1855
|
+
readonly name: "Aave DAI";
|
|
1856
|
+
readonly symbol: "amDAI";
|
|
1857
|
+
readonly oracleId: "amDAI";
|
|
1858
|
+
readonly address: "0x27F8D03b3a2196956ED754baDc28D73be8830A6e";
|
|
1859
|
+
readonly chainId: 137;
|
|
1860
|
+
readonly decimals: 18;
|
|
1861
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
1862
|
+
readonly website: "https://makerdao.com/en/";
|
|
1863
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
1864
|
+
readonly description: "Aave interest bearing DAI. Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain.";
|
|
1865
|
+
readonly bridge: "native";
|
|
1866
|
+
};
|
|
1867
|
+
readonly wamDAI: {
|
|
1868
|
+
readonly name: "Wrapped Aave Tether DAI";
|
|
1869
|
+
readonly symbol: "wamDAI";
|
|
1870
|
+
readonly oracleId: "wamDAI";
|
|
1871
|
+
readonly address: "0xEE029120c72b0607344f35B17cdD90025e647B00";
|
|
1872
|
+
readonly chainId: 137;
|
|
1873
|
+
readonly decimals: 18;
|
|
1874
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
1875
|
+
readonly website: "https://makerdao.com/en/";
|
|
1876
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
1877
|
+
readonly description: "Wrapped Aave interest bearing DAI. Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain.";
|
|
1878
|
+
};
|
|
1879
|
+
readonly bbamDAI: {
|
|
1880
|
+
readonly name: "Balancer Aave DAI Linear Pool";
|
|
1881
|
+
readonly symbol: "bbamDAI";
|
|
1882
|
+
readonly oracleId: "bbamDAI";
|
|
1883
|
+
readonly address: "0x178E029173417b1F9C8bC16DCeC6f697bC323746";
|
|
1884
|
+
readonly chainId: 137;
|
|
1885
|
+
readonly decimals: 18;
|
|
1886
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
1887
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
1888
|
+
readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
|
|
1889
|
+
readonly description: "Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.";
|
|
1890
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1891
|
+
};
|
|
1892
|
+
readonly bbamUSD: {
|
|
1893
|
+
readonly name: "Balancer Aave Stable Composable Pool";
|
|
1894
|
+
readonly symbol: "bbamUSD";
|
|
1895
|
+
readonly oracleId: "balancer-bbamUSD";
|
|
1896
|
+
readonly address: "0x48e6B98ef6329f8f0A30eBB8c7C960330d648085";
|
|
1897
|
+
readonly chainId: 137;
|
|
1898
|
+
readonly decimals: 18;
|
|
1899
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
1900
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
1901
|
+
readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
|
|
1902
|
+
readonly description: "Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.";
|
|
1903
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1904
|
+
};
|
|
1905
|
+
readonly '2BRZ': {
|
|
1906
|
+
readonly name: "Balancer 2BRZ Pool";
|
|
1907
|
+
readonly symbol: "2BRZ";
|
|
1908
|
+
readonly oracleId: "balancer-brz-jbrl";
|
|
1909
|
+
readonly address: "0xE22483774bd8611bE2Ad2F4194078DaC9159F4bA";
|
|
1910
|
+
readonly chainId: 137;
|
|
1911
|
+
readonly decimals: 18;
|
|
1912
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
1913
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
1914
|
+
readonly documentation: "https://docs.balancer.fi/products/balancer-pools/";
|
|
1915
|
+
readonly description: "Balancer composable pool that consist of BRZ and jBRL";
|
|
1916
|
+
};
|
|
1917
|
+
readonly jBRL: {
|
|
1918
|
+
readonly name: "Jarvis Synthetic Brazilian Real";
|
|
1919
|
+
readonly symbol: "jBRL";
|
|
1920
|
+
readonly oracleId: "jBRL";
|
|
1921
|
+
readonly address: "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722";
|
|
1922
|
+
readonly chainId: 137;
|
|
1923
|
+
readonly decimals: 18;
|
|
1924
|
+
readonly website: "https://jarvis.network/";
|
|
1925
|
+
readonly description: "jBRL is a multi-collateralized synthetic token tracking the price of Brazilian Real. It is built on the top of UMA and Chainlink.";
|
|
1926
|
+
readonly logoURI: "https://jarvis.network/images/jBRL.svg";
|
|
1927
|
+
readonly documentation: "https://learn.jarvis.network/";
|
|
1928
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1929
|
+
};
|
|
1930
|
+
readonly BRZ: {
|
|
1931
|
+
readonly name: "BRZ Token";
|
|
1932
|
+
readonly symbol: "BRZ";
|
|
1933
|
+
readonly oracleId: "BRZ";
|
|
1934
|
+
readonly address: "0x491a4eB4f1FC3BfF8E1d2FC856a6A46663aD556f";
|
|
1935
|
+
readonly chainId: 137;
|
|
1936
|
+
readonly decimals: 4;
|
|
1937
|
+
readonly website: "https://brztoken.io/";
|
|
1938
|
+
readonly 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.";
|
|
1939
|
+
readonly logoURI: "https://bscscan.com/token/images/brztoken_32.png";
|
|
1940
|
+
readonly documentation: "https://brztoken.io/files/white_paper_BRZ_2023.pdf";
|
|
1941
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1942
|
+
};
|
|
1943
|
+
readonly multiWUSDR: {
|
|
1944
|
+
readonly name: "Real USD";
|
|
1945
|
+
readonly symbol: "wUSDR";
|
|
1946
|
+
readonly oracleId: "multiWUSDR";
|
|
1947
|
+
readonly address: "0xAF0D9D65fC54de245cdA37af3d18cbEc860A4D4b";
|
|
1948
|
+
readonly chainId: 137;
|
|
1949
|
+
readonly decimals: 9;
|
|
1950
|
+
readonly website: "https://www.tangible.store/realusd";
|
|
1951
|
+
readonly documentation: "https://docs.tangible.store/";
|
|
1952
|
+
readonly 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.";
|
|
1953
|
+
readonly logoURI: "";
|
|
1954
|
+
};
|
|
1955
|
+
readonly multiUSDR: {
|
|
1956
|
+
readonly name: "Real USD";
|
|
1957
|
+
readonly symbol: "USDR";
|
|
1958
|
+
readonly oracleId: "multiUSDR";
|
|
1959
|
+
readonly address: "0xb5DFABd7fF7F83BAB83995E72A52B97ABb7bcf63";
|
|
1960
|
+
readonly chainId: 137;
|
|
1961
|
+
readonly decimals: 9;
|
|
1962
|
+
readonly website: "https://www.tangible.store/realusd";
|
|
1963
|
+
readonly documentation: "https://docs.tangible.store/";
|
|
1964
|
+
readonly 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.";
|
|
1965
|
+
readonly logoURI: "";
|
|
1966
|
+
};
|
|
1967
|
+
readonly wUSDR: {
|
|
1968
|
+
readonly name: "Real USD";
|
|
1969
|
+
readonly symbol: "wUSDR";
|
|
1970
|
+
readonly oracleId: "wUSDR";
|
|
1971
|
+
readonly address: "0x00e8c0E92eB3Ad88189E7125Ec8825eDc03Ab265";
|
|
1972
|
+
readonly chainId: 137;
|
|
1973
|
+
readonly decimals: 9;
|
|
1974
|
+
readonly website: "https://www.tangible.store/realusd";
|
|
1975
|
+
readonly documentation: "https://docs.tangible.store/";
|
|
1976
|
+
readonly 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.";
|
|
1977
|
+
readonly logoURI: "";
|
|
1978
|
+
};
|
|
1979
|
+
readonly USDR: {
|
|
1980
|
+
readonly name: "Real USD";
|
|
1981
|
+
readonly symbol: "USDR";
|
|
1982
|
+
readonly oracleId: "USDR";
|
|
1983
|
+
readonly address: "0x40379a439D4F6795B6fc9aa5687dB461677A2dBa";
|
|
1984
|
+
readonly chainId: 137;
|
|
1985
|
+
readonly decimals: 9;
|
|
1986
|
+
readonly website: "https://www.tangible.store/realusd";
|
|
1987
|
+
readonly documentation: "https://docs.tangible.store/";
|
|
1988
|
+
readonly 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.";
|
|
1989
|
+
readonly logoURI: "";
|
|
1990
|
+
};
|
|
1991
|
+
readonly CVR: {
|
|
1992
|
+
readonly name: "CAVIAR";
|
|
1993
|
+
readonly symbol: "CVR";
|
|
1994
|
+
readonly oracleId: "CVR";
|
|
1995
|
+
readonly address: "0x6AE96Cc93331c19148541D4D2f31363684917092";
|
|
1996
|
+
readonly chainId: 137;
|
|
1997
|
+
readonly decimals: 18;
|
|
1998
|
+
readonly website: "https://www.tangible.store/caviar";
|
|
1999
|
+
readonly documentation: "https://docs.tangible.store/caviar/";
|
|
2000
|
+
readonly description: "A liquid wrapper for vePearl by Tangible";
|
|
2001
|
+
readonly logoURI: "";
|
|
2002
|
+
};
|
|
2003
|
+
readonly amWBTC: {
|
|
2004
|
+
readonly name: "Aave WBTC";
|
|
2005
|
+
readonly symbol: "amWBTC";
|
|
2006
|
+
readonly oracleId: "amWBTC";
|
|
2007
|
+
readonly address: "0x5c2ed810328349100A66B82b78a1791B101C9D61";
|
|
2008
|
+
readonly chainId: 137;
|
|
2009
|
+
readonly decimals: 8;
|
|
2010
|
+
readonly logoURI: "";
|
|
2011
|
+
readonly website: "https://wbtc.network/";
|
|
2012
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
2013
|
+
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
2014
|
+
readonly bridge: "polygon-canonical";
|
|
2015
|
+
};
|
|
2016
|
+
readonly aWMATIC: {
|
|
2017
|
+
readonly name: "Aave WMATIC";
|
|
2018
|
+
readonly symbol: "aWMATIC";
|
|
2019
|
+
readonly oracleId: "aWMATIC";
|
|
2020
|
+
readonly address: "0x6d80113e533a2C0fe82EaBD35f1875DcEA89Ea97";
|
|
2021
|
+
readonly chainId: 137;
|
|
2022
|
+
readonly decimals: 18;
|
|
2023
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
2024
|
+
readonly website: "https://polygon.technology/";
|
|
2025
|
+
readonly description: "Aave interest bearing MATIC. Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
|
|
2026
|
+
};
|
|
2027
|
+
readonly waWMATIC: {
|
|
2028
|
+
readonly name: "Wrapped Aave WMATIC";
|
|
2029
|
+
readonly symbol: "waWMATIC";
|
|
2030
|
+
readonly oracleId: "waWMATIC";
|
|
2031
|
+
readonly address: "0x0D6135b2cFBAE3b1c58368a93b855fa54FA5aae1";
|
|
2032
|
+
readonly chainId: 137;
|
|
2033
|
+
readonly decimals: 18;
|
|
2034
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
2035
|
+
readonly website: "https://polygon.technology/";
|
|
2036
|
+
readonly description: "Wrapped Aave interest bearing MATIC. Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
|
|
2037
|
+
};
|
|
2038
|
+
readonly bbaWMATIC: {
|
|
2039
|
+
readonly name: "Balancer Aave WMATIC Linear Pool";
|
|
2040
|
+
readonly symbol: "bbaWMATIC";
|
|
2041
|
+
readonly oracleId: "bbaWMATIC";
|
|
2042
|
+
readonly address: "0xE4885Ed2818Cc9E840A25f94F9b2A28169D1AEA7";
|
|
2043
|
+
readonly chainId: 137;
|
|
2044
|
+
readonly decimals: 18;
|
|
2045
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
2046
|
+
readonly website: "https://polygon.technology/";
|
|
2047
|
+
readonly description: "Balancer Boosted Aave interest bearing MATIC. Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
|
|
2048
|
+
readonly bridge: "native";
|
|
2049
|
+
};
|
|
2050
|
+
readonly aWETH: {
|
|
2051
|
+
readonly name: "Aave WETH";
|
|
2052
|
+
readonly symbol: "aWETH";
|
|
2053
|
+
readonly oracleId: "aWETH";
|
|
2054
|
+
readonly address: "0xe50fA9b3c56FfB159cB0FCA61F5c9D750e8128c8";
|
|
2055
|
+
readonly chainId: 137;
|
|
2056
|
+
readonly decimals: 18;
|
|
2057
|
+
readonly website: "https://weth.io/";
|
|
2058
|
+
readonly description: "Aave interest bearing WETH. Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
2059
|
+
readonly logoURI: "";
|
|
2060
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
2061
|
+
};
|
|
2062
|
+
readonly waWETH: {
|
|
2063
|
+
readonly name: "Wrapped Aave WETH";
|
|
2064
|
+
readonly symbol: "waWETH";
|
|
2065
|
+
readonly oracleId: "waWETH";
|
|
2066
|
+
readonly address: "0xa5bBf0f46B9dc8a43147862ba35c8134eB45f1F5";
|
|
2067
|
+
readonly chainId: 137;
|
|
2068
|
+
readonly decimals: 18;
|
|
2069
|
+
readonly website: "https://weth.io/";
|
|
2070
|
+
readonly description: "Wrapped Aave Interest Bearing ETH. Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
2071
|
+
readonly logoURI: "";
|
|
2072
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
2073
|
+
};
|
|
2074
|
+
readonly bbaWETH: {
|
|
2075
|
+
readonly name: "Balancer Aave WETH Linear Pool";
|
|
2076
|
+
readonly symbol: "bbaWETH";
|
|
2077
|
+
readonly oracleId: "bbaWETH";
|
|
2078
|
+
readonly address: "0x43894DE14462B421372bCFe445fA51b1b4A0Ff3D";
|
|
2079
|
+
readonly chainId: 137;
|
|
2080
|
+
readonly decimals: 18;
|
|
2081
|
+
readonly website: "https://weth.io/";
|
|
2082
|
+
readonly description: "Balancer Boosted Aave ETH. Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
2083
|
+
readonly logoURI: "";
|
|
2084
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
2085
|
+
};
|
|
2086
|
+
readonly AXL: {
|
|
2087
|
+
readonly name: "Axelar";
|
|
2088
|
+
readonly symbol: "AXL";
|
|
2089
|
+
readonly oracleId: "AXL";
|
|
2090
|
+
readonly address: "0x6e4E624106Cb12E168E6533F8ec7c82263358940";
|
|
2091
|
+
readonly chainId: 137;
|
|
2092
|
+
readonly decimals: 6;
|
|
2093
|
+
readonly website: "https://axelar.network/";
|
|
2094
|
+
readonly description: "Axelar delivers secure cross-chain communication for Web3, enabling you to build Interchain dApps that grow beyond a single chain. Secure means Axelar is built on proof-of-stake, the battle-tested approach used by Ethereum, Polygon, Cosmos, and more. Cross-chain communication means you can build a complete experience for your users that lets them interact with any asset, any application, on any chain with one click.";
|
|
2095
|
+
readonly logoURI: "";
|
|
2096
|
+
readonly documentation: "https://docs.axelar.dev/";
|
|
2097
|
+
};
|
|
2098
|
+
readonly axlUSDC: {
|
|
2099
|
+
readonly name: "Axelar Wrapped USDC";
|
|
2100
|
+
readonly symbol: "axlUSDC";
|
|
2101
|
+
readonly oracleId: "axlUSDC";
|
|
2102
|
+
readonly address: "0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed";
|
|
2103
|
+
readonly chainId: 137;
|
|
2104
|
+
readonly decimals: 6;
|
|
2105
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed.svg";
|
|
2106
|
+
readonly website: "https://www.axelar.network/";
|
|
2107
|
+
readonly bridge: "axelar";
|
|
2108
|
+
readonly description: "axlUSDC is a cross-chain representation of USDC, secured by a validator set using delegated Proof-of-Stake and multi-party cryptography. It allows USDC to move seamlessly across different blockchain ecosystems, minted by depositing USDC into an Axelar Gateway on Ethereum, and can be acquired through DEXs, cross-chain swaps via Squid, or bridging via Satellite.money.";
|
|
2109
|
+
readonly documentation: "https://docs.axelar.dev/learn/axlusdc";
|
|
2110
|
+
};
|
|
2111
|
+
readonly TNGBL: {
|
|
2112
|
+
readonly name: "Tangible";
|
|
2113
|
+
readonly symbol: "TNGBL";
|
|
2114
|
+
readonly oracleId: "TNGBL";
|
|
2115
|
+
readonly address: "0x49e6A20f1BBdfEeC2a8222E052000BbB14EE6007";
|
|
2116
|
+
readonly chainId: 137;
|
|
2117
|
+
readonly decimals: 18;
|
|
2118
|
+
readonly logoURI: "";
|
|
2119
|
+
readonly website: "https://www.tangible.store/";
|
|
2120
|
+
readonly description: "Tangible converts real world assets into tangible NFTs (TNFTs) that can be redeemed for the physical product at any time.";
|
|
2121
|
+
readonly bridge: "native";
|
|
2122
|
+
};
|
|
2123
|
+
readonly BETS: {
|
|
2124
|
+
readonly name: "BetSwirl Token";
|
|
2125
|
+
readonly symbol: "BETS";
|
|
2126
|
+
readonly oracleId: "BETS";
|
|
2127
|
+
readonly address: "0x9246a5F10A79a5a939b0C2a75A3AD196aAfDB43b";
|
|
2128
|
+
readonly chainId: 137;
|
|
2129
|
+
readonly decimals: 18;
|
|
2130
|
+
readonly logoURI: "";
|
|
2131
|
+
readonly website: "https://www.betswirl.com/";
|
|
2132
|
+
readonly description: "BetSwirl is a fully decentralized online cryptocurrency gaming platform, where everyone will be able to enjoy a fair play, a fun time and an innovative gamer experience.";
|
|
2133
|
+
readonly documentation: "https://documentation.betswirl.com/";
|
|
2134
|
+
};
|
|
2135
|
+
readonly RETRO: {
|
|
2136
|
+
readonly name: "RETRO";
|
|
2137
|
+
readonly symbol: "RETRO";
|
|
2138
|
+
readonly oracleId: "RETRO";
|
|
2139
|
+
readonly address: "0xBFA35599c7AEbb0dAcE9b5aa3ca5f2a79624D8Eb";
|
|
2140
|
+
readonly chainId: 137;
|
|
2141
|
+
readonly decimals: 18;
|
|
2142
|
+
readonly logoURI: "";
|
|
2143
|
+
readonly website: "https://retro.finance/";
|
|
2144
|
+
readonly description: "Retro is more than just a decentralized exchange and automated market maker. We are a solution for protocols on Polygon to incentivize liquidity and earn revenue. For users, we provide a mix of tried-and-true as well as innovative ve(3,3) tokenomics to bring them greater yields and liquidity. Our structure and commitment to maximizing gains for all users will continue to drive us to make changes and improvements to the ve(3,3) model.";
|
|
2145
|
+
readonly documentation: "https://docs.retro.finance/protocol-overview/welcome-to-retro-finance";
|
|
2146
|
+
readonly bridge: "native";
|
|
2147
|
+
};
|
|
2148
|
+
readonly AURA: {
|
|
2149
|
+
readonly name: "Aura";
|
|
2150
|
+
readonly symbol: "AURA";
|
|
2151
|
+
readonly oracleId: "AURA";
|
|
2152
|
+
readonly address: "0x1509706a6c66CA549ff0cB464de88231DDBe213B";
|
|
2153
|
+
readonly chainId: 137;
|
|
2154
|
+
readonly decimals: 18;
|
|
2155
|
+
readonly website: "https://aura.finance/";
|
|
2156
|
+
readonly description: "Aura Finance is a protocol built on top of the Balancer system to provide maximum incentives to Balancer liquidity providers and BAL stakers (into veBAL) through social aggregation of BAL deposits and Aura’s native token. For BAL stakers, Aura provides a seamless onboarding process to veBAL, by creating a tokenised wrapper token called auraBAL that represents the 80/20 BPT locked up for the maximum time in VotingEscrow (read more about what this means). This can be staked to receive existing rewards (BAL and bbaUSD) from Balancer, in addition to a share of any BAL earned by Aura (read more about the fees), and additional AURA. This minting process is irreversible however users can trade their auraBAL back to BAL through an incentivised liquidity pool.";
|
|
2157
|
+
readonly bridge: "layer-zero";
|
|
2158
|
+
readonly logoURI: "";
|
|
2159
|
+
readonly documentation: "https://docs.aura.finance/";
|
|
2160
|
+
};
|
|
2161
|
+
readonly LUCHA: {
|
|
2162
|
+
readonly name: "Luchadores.io LUCHA Token";
|
|
2163
|
+
readonly symbol: "LUCHA";
|
|
2164
|
+
readonly oracleId: "LUCHA";
|
|
2165
|
+
readonly address: "0x6749441Fdc8650b5b5a854ed255C82EF361f1596";
|
|
2166
|
+
readonly chainId: 137;
|
|
2167
|
+
readonly decimals: 18;
|
|
2168
|
+
readonly website: "https://luchadores.io";
|
|
2169
|
+
readonly description: "Luchadores.io is a 100% on-chain auto-battler in an 8-bit style for the nostalgic retro gamer and the universe of Lucha Libre!";
|
|
2170
|
+
readonly bridge: "native";
|
|
2171
|
+
readonly logoURI: "";
|
|
2172
|
+
readonly documentation: "https://luchadores.notion.site/Luchadores-io-e9a8f397637643e1a821dd6890a2216a";
|
|
2173
|
+
};
|
|
2174
|
+
readonly CASH: {
|
|
2175
|
+
readonly name: "CASH";
|
|
2176
|
+
readonly symbol: "CASH";
|
|
2177
|
+
readonly oracleId: "CASH";
|
|
2178
|
+
readonly address: "0x5D066D022EDE10eFa2717eD3D79f22F949F8C175";
|
|
2179
|
+
readonly chainId: 137;
|
|
2180
|
+
readonly decimals: 18;
|
|
2181
|
+
readonly logoURI: "";
|
|
2182
|
+
readonly website: "https://stabl.fi/";
|
|
2183
|
+
readonly 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.";
|
|
2184
|
+
readonly bridge: "native";
|
|
2185
|
+
readonly documentation: "https://docs.stabl.fi/protocol-overview/introducing-stabl.fi";
|
|
2186
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2187
|
+
};
|
|
2188
|
+
readonly asdCRV: {
|
|
2189
|
+
readonly name: "Aladdin sdCRV";
|
|
2190
|
+
readonly address: "0x75289388d50364c3013583d97bd70cED0e183e32";
|
|
2191
|
+
readonly symbol: "asdCRV";
|
|
2192
|
+
readonly oracleId: "asdCRV";
|
|
2193
|
+
readonly decimals: 18;
|
|
2194
|
+
readonly chainId: 137;
|
|
2195
|
+
readonly website: "https://concentrator.aladdin.club/";
|
|
2196
|
+
readonly description: "asdCRV represents the compounding sdCRV in the StakeDAO CRV Locker. The total amount of asdCRV contained in the compounder is equal to the total sdCRV balance multiplied by the current index";
|
|
2197
|
+
readonly bridge: "stargate";
|
|
2198
|
+
readonly logoURI: "";
|
|
2199
|
+
};
|
|
2200
|
+
readonly cbETH: {
|
|
2201
|
+
readonly name: "Coinbase Wrapped Staked ETH (FXERC20)";
|
|
2202
|
+
readonly symbol: "fxcbETH";
|
|
2203
|
+
readonly oracleId: "cbETH";
|
|
2204
|
+
readonly address: "0x4b4327dB1600B8B1440163F667e199CEf35385f5";
|
|
2205
|
+
readonly chainId: 137;
|
|
2206
|
+
readonly decimals: 18;
|
|
2207
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4b4327dB1600B8B1440163F667e199CEf35385f5.svg";
|
|
2208
|
+
readonly website: "https://www.coinbase.com/";
|
|
2209
|
+
readonly description: "Coinbase Wrapped Staked ETH (“cbETH”) is a utility token that represents Ethereum 2 (ETH2), which is ETH staked through Coinbase. Over time, the price of cbETH will likely deviate from ETH because cbETH represents 1 staked ETH plus all of its accrued staking interest starting from when cbETH's conversion rate and balance were initialized (June 16, 2022 19:34 UTC). cbETH is minted exclusively by Coinbase.";
|
|
2210
|
+
readonly documentation: "https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth";
|
|
2211
|
+
readonly bridge: "polygon-canonical";
|
|
2212
|
+
};
|
|
2213
|
+
readonly ZRO: {
|
|
2214
|
+
readonly name: "LayerZero";
|
|
2215
|
+
readonly symbol: "ZRO";
|
|
2216
|
+
readonly oracleId: "ZRO";
|
|
2217
|
+
readonly address: "0x6985884C4392D348587B19cb9eAAf157F13271cd";
|
|
2218
|
+
readonly chainId: 137;
|
|
2219
|
+
readonly decimals: 18;
|
|
2220
|
+
readonly logoURI: "";
|
|
2221
|
+
readonly website: "https://layerzero.network/";
|
|
2222
|
+
readonly documentation: "https://docs.layerzero.network/v2";
|
|
2223
|
+
readonly 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.";
|
|
2224
|
+
readonly bridge: "layer-zero";
|
|
2225
|
+
};
|
|
2226
|
+
};
|
|
2227
|
+
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2228
|
+
readonly WNATIVE: {
|
|
2229
|
+
readonly name: "Wrapped POL";
|
|
2230
|
+
readonly address: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270";
|
|
2231
|
+
readonly symbol: "WPOL";
|
|
2232
|
+
readonly oracleId: "WMATIC";
|
|
2233
|
+
readonly decimals: 18;
|
|
2234
|
+
readonly chainId: 137;
|
|
2235
|
+
readonly website: "https://polygon.technology/";
|
|
2236
|
+
readonly description: "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
|
|
2237
|
+
readonly bridge: "native";
|
|
2238
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png";
|
|
2239
|
+
readonly documentation: "https://docs.polygon.technology/";
|
|
2240
|
+
};
|
|
2241
|
+
readonly FEES: {
|
|
2242
|
+
readonly name: "Wrapped POL";
|
|
2243
|
+
readonly address: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270";
|
|
2244
|
+
readonly symbol: "WPOL";
|
|
2245
|
+
readonly oracleId: "WMATIC";
|
|
2246
|
+
readonly decimals: 18;
|
|
2247
|
+
readonly chainId: 137;
|
|
2248
|
+
readonly website: "https://polygon.technology/";
|
|
2249
|
+
readonly description: "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
|
|
2250
|
+
readonly bridge: "native";
|
|
2251
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png";
|
|
2252
|
+
readonly documentation: "https://docs.polygon.technology/";
|
|
2253
|
+
};
|
|
2254
|
+
readonly MATIC: {
|
|
2255
|
+
readonly name: "Wrapped POL";
|
|
2256
|
+
readonly address: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270";
|
|
2257
|
+
readonly symbol: "WPOL";
|
|
2258
|
+
readonly oracleId: "WMATIC";
|
|
2259
|
+
readonly decimals: 18;
|
|
2260
|
+
readonly chainId: 137;
|
|
2261
|
+
readonly website: "https://polygon.technology/";
|
|
2262
|
+
readonly description: "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
|
|
2263
|
+
readonly bridge: "native";
|
|
2264
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png";
|
|
2265
|
+
readonly documentation: "https://docs.polygon.technology/";
|
|
2266
|
+
};
|
|
2267
|
+
readonly WMATIC: {
|
|
2268
|
+
readonly name: "Wrapped POL";
|
|
2269
|
+
readonly address: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270";
|
|
2270
|
+
readonly symbol: "WPOL";
|
|
2271
|
+
readonly oracleId: "WMATIC";
|
|
2272
|
+
readonly decimals: 18;
|
|
2273
|
+
readonly chainId: 137;
|
|
2274
|
+
readonly website: "https://polygon.technology/";
|
|
2275
|
+
readonly description: "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
|
|
2276
|
+
readonly bridge: "native";
|
|
2277
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png";
|
|
2278
|
+
readonly documentation: "https://docs.polygon.technology/";
|
|
2279
|
+
};
|
|
2280
|
+
readonly POL: {
|
|
2281
|
+
readonly name: "Wrapped POL";
|
|
2282
|
+
readonly address: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270";
|
|
2283
|
+
readonly symbol: "WPOL";
|
|
2284
|
+
readonly oracleId: "WMATIC";
|
|
2285
|
+
readonly decimals: 18;
|
|
2286
|
+
readonly chainId: 137;
|
|
2287
|
+
readonly website: "https://polygon.technology/";
|
|
2288
|
+
readonly description: "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
|
|
2289
|
+
readonly bridge: "native";
|
|
2290
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png";
|
|
2291
|
+
readonly documentation: "https://docs.polygon.technology/";
|
|
2292
|
+
};
|
|
2293
|
+
readonly WPOL: {
|
|
2294
|
+
readonly name: "Wrapped POL";
|
|
2295
|
+
readonly address: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270";
|
|
2296
|
+
readonly symbol: "WPOL";
|
|
2297
|
+
readonly oracleId: "WMATIC";
|
|
2298
|
+
readonly decimals: 18;
|
|
2299
|
+
readonly chainId: 137;
|
|
2300
|
+
readonly website: "https://polygon.technology/";
|
|
2301
|
+
readonly description: "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
|
|
2302
|
+
readonly bridge: "native";
|
|
2303
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png";
|
|
2304
|
+
readonly documentation: "https://docs.polygon.technology/";
|
|
2305
|
+
};
|
|
2306
|
+
readonly frxETH: {
|
|
2307
|
+
readonly name: "Frax Ether";
|
|
2308
|
+
readonly symbol: "frxETH";
|
|
2309
|
+
readonly oracleId: "frxETH";
|
|
2310
|
+
readonly address: "0xEe327F889d5947c1dc1934Bb208a1E792F953E96";
|
|
2311
|
+
readonly chainId: 137;
|
|
2312
|
+
readonly decimals: 18;
|
|
2313
|
+
readonly website: "https://app.frax.finance/frxeth/mint";
|
|
2314
|
+
readonly 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.";
|
|
2315
|
+
readonly bridge: "frax";
|
|
2316
|
+
readonly logoURI: "";
|
|
2317
|
+
readonly documentation: "https://docs.frax.finance/frax-ether/frxeth-and-sfrxeth";
|
|
2318
|
+
};
|
|
2319
|
+
readonly wstETH: {
|
|
2320
|
+
readonly name: "Lido Wrapped Staked ETH";
|
|
2321
|
+
readonly symbol: "wstETH";
|
|
2322
|
+
readonly oracleId: "wstETH";
|
|
2323
|
+
readonly address: "0x03b54A6e9a984069379fae1a4fC4dBAE93B3bCCD";
|
|
2324
|
+
readonly chainId: 137;
|
|
2325
|
+
readonly decimals: 18;
|
|
2326
|
+
readonly website: "https://lido.fi/";
|
|
2327
|
+
readonly 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.";
|
|
2328
|
+
readonly logoURI: "";
|
|
2329
|
+
readonly documentation: "https://docs.lido.fi/";
|
|
2330
|
+
};
|
|
2331
|
+
readonly BOB: {
|
|
2332
|
+
readonly name: "BOB";
|
|
2333
|
+
readonly address: "0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B";
|
|
2334
|
+
readonly symbol: "BOB";
|
|
2335
|
+
readonly oracleId: "BOB";
|
|
2336
|
+
readonly decimals: 18;
|
|
2337
|
+
readonly website: "https://www.zkbob.com/";
|
|
2338
|
+
readonly documentation: "https://www.zkbob.com/";
|
|
2339
|
+
readonly description: "BOB is a multi-chain & multi-collateral stable token (stablecoin) enhanced with optional privacy features.";
|
|
2340
|
+
readonly bridge: "native";
|
|
2341
|
+
readonly chainId: 137;
|
|
2342
|
+
readonly logoURI: "";
|
|
2343
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2344
|
+
};
|
|
2345
|
+
readonly MVX: {
|
|
2346
|
+
readonly name: "MVX";
|
|
2347
|
+
readonly address: "0x2760E46d9BB43dafCbEcaad1F64b93207f9f0eD7";
|
|
2348
|
+
readonly symbol: "MVX";
|
|
2349
|
+
readonly oracleId: "MVX";
|
|
2350
|
+
readonly decimals: 18;
|
|
2351
|
+
readonly website: "https://metavault.trade/";
|
|
2352
|
+
readonly documentation: "https://docs.metavault.trade/";
|
|
2353
|
+
readonly description: "MVX is the Metavault.Trade's governance and utility token. 30% of swap and leverage trading fees are converted to $MATIC and distributed to the accounts staking MVX.";
|
|
2354
|
+
readonly bridge: "native";
|
|
2355
|
+
readonly chainId: 137;
|
|
2356
|
+
readonly logoURI: "";
|
|
2357
|
+
};
|
|
2358
|
+
readonly BUSD: {
|
|
2359
|
+
readonly name: "Binance USD";
|
|
2360
|
+
readonly address: "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39";
|
|
2361
|
+
readonly symbol: "BUSD";
|
|
2362
|
+
readonly oracleId: "BUSD";
|
|
2363
|
+
readonly decimals: 18;
|
|
2364
|
+
readonly website: "https://www.binance.com/en/busd/";
|
|
2365
|
+
readonly documentation: "https://www.binance.com/en/busd";
|
|
2366
|
+
readonly description: "These are digitised US Dollars and are always purchased and redeemed at 1 BUSD for 1 US dollar.";
|
|
2367
|
+
readonly bridge: "binance-peg";
|
|
2368
|
+
readonly chainId: 137;
|
|
2369
|
+
readonly logoURI: "";
|
|
2370
|
+
};
|
|
2371
|
+
readonly spUSDC: {
|
|
2372
|
+
readonly name: "Stargate USD Coin LP";
|
|
2373
|
+
readonly address: "0x1205f31718499dBf1fCa446663B532Ef87481fe1";
|
|
2374
|
+
readonly symbol: "spUSDC";
|
|
2375
|
+
readonly oracleId: "stargate-polygon-usdc";
|
|
2376
|
+
readonly decimals: 6;
|
|
2377
|
+
readonly website: "https://www.circle.com/usdc";
|
|
2378
|
+
readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
|
|
2379
|
+
readonly 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.";
|
|
2380
|
+
readonly chainId: 137;
|
|
2381
|
+
readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
|
|
2382
|
+
};
|
|
2383
|
+
readonly 'USD+': {
|
|
2384
|
+
readonly name: "USD+ Stablecoin";
|
|
2385
|
+
readonly symbol: "USD+";
|
|
2386
|
+
readonly oracleId: "pUSD+";
|
|
2387
|
+
readonly address: "0x236eeC6359fb44CCe8f97E99387aa7F8cd5cdE1f";
|
|
2388
|
+
readonly chainId: 137;
|
|
2389
|
+
readonly decimals: 6;
|
|
2390
|
+
readonly website: "https://overnight.fi/";
|
|
2391
|
+
readonly 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.";
|
|
2392
|
+
readonly bridge: "native";
|
|
2393
|
+
readonly logoURI: "";
|
|
2394
|
+
readonly documentation: "https://docs.overnight.fi/";
|
|
2395
|
+
};
|
|
2396
|
+
readonly spUSDT: {
|
|
2397
|
+
readonly name: "Stargate Tether USD LP";
|
|
2398
|
+
readonly symbol: "spUSDT";
|
|
2399
|
+
readonly oracleId: "stargate-polygon-usdt";
|
|
2400
|
+
readonly address: "0x29e38769f23701A2e4A8Ef0492e19dA4604Be62c";
|
|
2401
|
+
readonly chainId: 137;
|
|
2402
|
+
readonly decimals: 6;
|
|
2403
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
2404
|
+
readonly website: "https://tether.to/";
|
|
2405
|
+
readonly 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.";
|
|
2406
|
+
readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
|
|
2407
|
+
};
|
|
2408
|
+
readonly DYST: {
|
|
2409
|
+
readonly name: "Dystopia token";
|
|
2410
|
+
readonly symbol: "DYST";
|
|
2411
|
+
readonly oracleId: "DYST";
|
|
2412
|
+
readonly address: "0x39aB6574c289c3Ae4d88500eEc792AB5B947A5Eb";
|
|
2413
|
+
readonly chainId: 137;
|
|
2414
|
+
readonly decimals: 18;
|
|
2415
|
+
readonly logoURI: "";
|
|
2416
|
+
readonly website: "https://www.dystopia.exchange/";
|
|
2417
|
+
readonly description: "Dystopia is a decentralized exchange and automated market marker focused on providing efficient token swaps and deep liquidity for stablecoins and other assets. Dystopia has a sophisticated governance structure using the ve(3,3) system that provides the possibility to maximize gains for all users of the ecosystem.";
|
|
2418
|
+
};
|
|
2419
|
+
readonly SOLACE: {
|
|
2420
|
+
readonly name: "solace";
|
|
2421
|
+
readonly symbol: "SOLACE";
|
|
2422
|
+
readonly oracleId: "SOLACE";
|
|
2423
|
+
readonly address: "0x501acE9c35E60f03A2af4d484f49F9B1EFde9f40";
|
|
2424
|
+
readonly chainId: 137;
|
|
2425
|
+
readonly decimals: 18;
|
|
2426
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x501acE9c35E60f03A2af4d484f49F9B1EFde9f40.svg";
|
|
2427
|
+
readonly website: "https://solace.fi/";
|
|
2428
|
+
readonly description: "Solace is building a community around making this space safe, secure and trusted so that we can onboard and de-risk DeFi and other crypto applications while opening the space to millions of users. We recently launched a coverage policy protocol that enables protection for liquidity providers, Defi protocols or DAOs to mitigate loss from hacks, bugs and exploits. Our purpose is to transform DeFi by delivering intelligent and empowering tools for a safe, secure and trusted industry.";
|
|
2429
|
+
};
|
|
2430
|
+
readonly PAE: {
|
|
2431
|
+
readonly name: "Ripae";
|
|
2432
|
+
readonly symbol: "PAE";
|
|
2433
|
+
readonly oracleId: "PAE";
|
|
2434
|
+
readonly address: "0x8063037ea50E4a066bF1430EA1E3e609CD5cEf6B";
|
|
2435
|
+
readonly chainId: 137;
|
|
2436
|
+
readonly decimals: 18;
|
|
2437
|
+
readonly website: "https://matic.ripae.finance/";
|
|
2438
|
+
readonly 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.";
|
|
2439
|
+
readonly logoURI: "https://matic.ripae.finance/static/media/ripae_pae.87e37ce1.svg";
|
|
2440
|
+
};
|
|
2441
|
+
readonly pMATIC: {
|
|
2442
|
+
readonly name: "pMATIC";
|
|
2443
|
+
readonly symbol: "pMATIC";
|
|
2444
|
+
readonly oracleId: "pMATIC";
|
|
2445
|
+
readonly address: "0xA0dF47432d9d88bcc040E9ee66dDC7E17A882715";
|
|
2446
|
+
readonly chainId: 137;
|
|
2447
|
+
readonly decimals: 18;
|
|
2448
|
+
readonly website: "https://matic.ripae.finance/";
|
|
2449
|
+
readonly 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.";
|
|
2450
|
+
readonly logoURI: "https://matic.ripae.finance/static/media/ripae_pftm.1a3fe2b4.svg";
|
|
2451
|
+
};
|
|
2452
|
+
readonly LCD: {
|
|
2453
|
+
readonly name: "Lucidao";
|
|
2454
|
+
readonly address: "0xc2A45FE7d40bCAc8369371B08419DDAFd3131b4a";
|
|
2455
|
+
readonly symbol: "LCD";
|
|
2456
|
+
readonly oracleId: "LCD";
|
|
2457
|
+
readonly decimals: 18;
|
|
2458
|
+
readonly chainId: 137;
|
|
2459
|
+
readonly website: "https://lucidao.com/";
|
|
2460
|
+
readonly description: "Lucidao aims to gather a community of oracles and users to build the infrastructure and facilitate the bridge between crypto and the real worlds.";
|
|
2461
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/23693/large/lcd-icon-color-200px.png?1645450706";
|
|
2462
|
+
};
|
|
2463
|
+
readonly LDO: {
|
|
2464
|
+
readonly name: "Lido DAO";
|
|
2465
|
+
readonly address: "0xC3C7d422809852031b44ab29EEC9F1EfF2A58756";
|
|
2466
|
+
readonly symbol: "LDO";
|
|
2467
|
+
readonly oracleId: "LDO";
|
|
2468
|
+
readonly decimals: 18;
|
|
2469
|
+
readonly chainId: 137;
|
|
2470
|
+
readonly website: "https://stake.lido.fi/";
|
|
2471
|
+
readonly documentation: "https://docs.lido.fi/";
|
|
2472
|
+
readonly description: "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.";
|
|
2473
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/13573/large/Lido_DAO.png?1609873644";
|
|
2474
|
+
};
|
|
2475
|
+
readonly cxBTC: {
|
|
2476
|
+
readonly name: "CelsiusX Wrapped BTC";
|
|
2477
|
+
readonly symbol: "cxBTC";
|
|
2478
|
+
readonly oracleId: "cxBTC";
|
|
2479
|
+
readonly address: "0xD30DC92b8ec0fa8de625768d208f51A93C10aFF2";
|
|
2480
|
+
readonly chainId: 137;
|
|
2481
|
+
readonly decimals: 18;
|
|
2482
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0xD30DC92b8ec0fa8de625768d208f51A93C10aFF2.svg";
|
|
2483
|
+
readonly website: "";
|
|
2484
|
+
readonly description: "";
|
|
2485
|
+
};
|
|
2486
|
+
readonly crvUSD: {
|
|
2487
|
+
readonly name: "Curve USD Stablecoin";
|
|
2488
|
+
readonly symbol: "crvUSD";
|
|
2489
|
+
readonly oracleId: "crvUSD";
|
|
2490
|
+
readonly address: "0xc4Ce1D6F5D98D65eE25Cf85e9F2E9DcFEe6Cb5d6";
|
|
2491
|
+
readonly chainId: 137;
|
|
2492
|
+
readonly decimals: 18;
|
|
2493
|
+
readonly logoURI: "";
|
|
2494
|
+
readonly website: "https://curve.finance/crvusd";
|
|
2495
|
+
readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
|
|
2496
|
+
readonly documentation: "https://docs.curve.finance/crvUSD/crvUSD/";
|
|
2497
|
+
readonly bridge: "polygon-canonical";
|
|
2498
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2499
|
+
};
|
|
2500
|
+
readonly NZDS: {
|
|
2501
|
+
readonly name: "New Zealand Dollar Stablecoin";
|
|
2502
|
+
readonly symbol: "NZDS";
|
|
2503
|
+
readonly oracleId: "NZDS";
|
|
2504
|
+
readonly address: "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE";
|
|
2505
|
+
readonly chainId: 137;
|
|
2506
|
+
readonly decimals: 6;
|
|
2507
|
+
readonly website: "https://www.techemynt.com/";
|
|
2508
|
+
readonly description: "All NZDS tokens are backed 100% by New Zealand dollars held in trust in a bank account (or cash equivalents) confirmed every six months by a leading accounting firm. ";
|
|
2509
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/20394/small/nzds.png?1636964381";
|
|
2510
|
+
};
|
|
2511
|
+
readonly jNZD: {
|
|
2512
|
+
readonly name: "Jarvis Synthetic New Zealand Dollar";
|
|
2513
|
+
readonly symbol: "jNZD";
|
|
2514
|
+
readonly oracleId: "jNZD";
|
|
2515
|
+
readonly address: "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0";
|
|
2516
|
+
readonly chainId: 137;
|
|
2517
|
+
readonly decimals: 18;
|
|
2518
|
+
readonly website: "https://jarvis.network/";
|
|
2519
|
+
readonly description: "jNZD is a multi-collateralized synthetic token tracking the price of the New Zealand Dollar. It is built on the top of UMA and Chainlink.";
|
|
2520
|
+
readonly logoURI: "https://app.jarvis.exchange/assets/bd5ec61c3163ddb222eaadb2ce8d8042.svg";
|
|
2521
|
+
};
|
|
2522
|
+
readonly newQUICK: {
|
|
2523
|
+
readonly name: "Quickswap";
|
|
2524
|
+
readonly address: "0xB5C064F955D8e7F38fE0460C556a72987494eE17";
|
|
2525
|
+
readonly symbol: "QUICK";
|
|
2526
|
+
readonly oracleId: "newQUICK";
|
|
2527
|
+
readonly decimals: 18;
|
|
2528
|
+
readonly chainId: 137;
|
|
2529
|
+
readonly website: "https://quickswap.exchange/#/swap";
|
|
2530
|
+
readonly description: "Next-gen Layer 2 DEX. Trade at lightning-fast speeds with near-zero gas fees.";
|
|
2531
|
+
readonly bridge: "native";
|
|
2532
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/15185/small/quickswap.png?1620044811";
|
|
2533
|
+
};
|
|
2534
|
+
readonly QUIDD: {
|
|
2535
|
+
readonly name: "QUIDD";
|
|
2536
|
+
readonly address: "0x123706cDD8e60324e610E9A2CC7012D0F45A5b8E";
|
|
2537
|
+
readonly symbol: "QUIDD";
|
|
2538
|
+
readonly oracleId: "QUIDD";
|
|
2539
|
+
readonly decimals: 18;
|
|
2540
|
+
readonly chainId: 137;
|
|
2541
|
+
readonly website: "https://www.quiddtoken.com/";
|
|
2542
|
+
readonly description: "A fungible utility token built on Ethereum, QUIDD is the cornerstone of a new, cooperative economic system that aligns the interests of collectors, creators, and developers.";
|
|
2543
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/19725/small/quidd.png?1637303435";
|
|
2544
|
+
};
|
|
2545
|
+
readonly '4EUR': {
|
|
2546
|
+
readonly name: "Curve Factory 4EUR";
|
|
2547
|
+
readonly symbol: "4EUR";
|
|
2548
|
+
readonly oracleId: "jarvis-4eur";
|
|
2549
|
+
readonly address: "0xAd326c253A84e9805559b73A08724e11E49ca651";
|
|
2550
|
+
readonly chainId: 137;
|
|
2551
|
+
readonly decimals: 18;
|
|
2552
|
+
readonly logoURI: "";
|
|
2553
|
+
readonly website: "https://polygon.curve.finance";
|
|
2554
|
+
readonly description: "Curves Factory 4EUR Pool";
|
|
2555
|
+
};
|
|
2556
|
+
readonly MaticX: {
|
|
2557
|
+
readonly name: "Stader Staking Matic";
|
|
2558
|
+
readonly symbol: "MaticX";
|
|
2559
|
+
readonly oracleId: "MaticX";
|
|
2560
|
+
readonly address: "0xfa68FB4628DFF1028CFEc22b4162FCcd0d45efb6";
|
|
2561
|
+
readonly chainId: 137;
|
|
2562
|
+
readonly decimals: 18;
|
|
2563
|
+
readonly logoURI: "";
|
|
2564
|
+
readonly website: "https://polygon.staderlabs.com/liquid-staking/maticx";
|
|
2565
|
+
readonly 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.";
|
|
2566
|
+
readonly bridge: "native";
|
|
2567
|
+
readonly documentation: "https://www.staderlabs.com/docs-v1/polygon/maticx#what-is-maticx";
|
|
2568
|
+
};
|
|
2569
|
+
readonly SD: {
|
|
2570
|
+
readonly name: "Stader ";
|
|
2571
|
+
readonly symbol: "SD";
|
|
2572
|
+
readonly oracleId: "SD";
|
|
2573
|
+
readonly address: "0x1d734A02eF1e1f5886e66b0673b71Af5B53ffA94";
|
|
2574
|
+
readonly chainId: 137;
|
|
2575
|
+
readonly decimals: 18;
|
|
2576
|
+
readonly logoURI: "";
|
|
2577
|
+
readonly website: "https://staderlabs.com/";
|
|
2578
|
+
readonly 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.";
|
|
2579
|
+
};
|
|
2580
|
+
readonly beQI: {
|
|
2581
|
+
readonly name: "Beefy QI";
|
|
2582
|
+
readonly symbol: "beQI";
|
|
2583
|
+
readonly oracleId: "beQI";
|
|
2584
|
+
readonly address: "0x97bfa4b212A153E15dCafb799e733bc7d1b70E72";
|
|
2585
|
+
readonly chainId: 137;
|
|
2586
|
+
readonly decimals: 18;
|
|
2587
|
+
readonly logoURI: "";
|
|
2588
|
+
readonly website: "https://beefy.com";
|
|
2589
|
+
readonly description: "beQI is a Beefy-wrapped version of eQI. Holding beQI will be a great way to earn a bunch of QI. Beefy will distribute weekly QI rewards to beQI stakers. beQI holders will recieve the same rewards as max lock eQI holders";
|
|
2590
|
+
readonly documentation: "https://docs.beefy.finance/beefy-products/beefy-escrowed-tokens/beqi";
|
|
2591
|
+
readonly bridge: "native";
|
|
2592
|
+
};
|
|
2593
|
+
readonly stMATIC: {
|
|
2594
|
+
readonly name: "Lido Staked Matic stMATIC";
|
|
2595
|
+
readonly symbol: "stMATIC";
|
|
2596
|
+
readonly oracleId: "stMATIC";
|
|
2597
|
+
readonly address: "0x3A58a54C066FdC0f2D55FC9C89F0415C92eBf3C4";
|
|
2598
|
+
readonly chainId: 137;
|
|
2599
|
+
readonly decimals: 18;
|
|
2600
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/24185/large/stMATIC.png?1646789287/";
|
|
2601
|
+
readonly website: "https://polygon.lido.fi/";
|
|
2602
|
+
readonly description: "Lido for Polygon is a liquid staking solution for MATIC backed by industry-leading staking providers.";
|
|
2603
|
+
readonly bridge: "native";
|
|
2604
|
+
readonly documentation: "https://docs.polygon.lido.fi/";
|
|
2605
|
+
};
|
|
2606
|
+
readonly ONE: {
|
|
2607
|
+
readonly name: "Wrapped ONE";
|
|
2608
|
+
readonly address: "0x80c0CBDB8d0B190238795d376f0bD57fd40525F2";
|
|
2609
|
+
readonly symbol: "WONE";
|
|
2610
|
+
readonly oracleId: "ONE";
|
|
2611
|
+
readonly decimals: 18;
|
|
2612
|
+
readonly chainId: 137;
|
|
2613
|
+
readonly website: "https://www.harmony.one/";
|
|
2614
|
+
readonly description: "Harmony is an open and fast blockchain. Our mainnet runs Ethereum applications with 2-second transaction finality and 100 times lower fees.";
|
|
2615
|
+
readonly logoURI: "https://res.cloudinary.com/dnz2bkszg/image/fetch/f_auto/https://raw.githubusercontent.com/sushiswap/icons/master/token/one.jpg";
|
|
2616
|
+
};
|
|
2617
|
+
readonly METIS: {
|
|
2618
|
+
readonly name: "METIS";
|
|
2619
|
+
readonly address: "0xA863246658DEA34111C3C1DceDb2cfd5d6067334";
|
|
2620
|
+
readonly symbol: "WMETIS";
|
|
2621
|
+
readonly oracleId: "METIS";
|
|
2622
|
+
readonly decimals: 18;
|
|
2623
|
+
readonly chainId: 137;
|
|
2624
|
+
readonly website: "https://www.metis.io/";
|
|
2625
|
+
readonly description: "METIS IS SOLVING ETHEREUMS SIX BIGGEST CHALLENGES. SIMPLICITY. SPEED. STORAGE. SCALABILITY. SECURITY. SAVINGS.";
|
|
2626
|
+
readonly logoURI: "";
|
|
2627
|
+
};
|
|
2628
|
+
readonly NEAR: {
|
|
2629
|
+
readonly name: "NEAR";
|
|
2630
|
+
readonly symbol: "NEAR";
|
|
2631
|
+
readonly oracleId: "NEAR";
|
|
2632
|
+
readonly address: "0x72bd80445b0db58ebe3E8dB056529D4C5FAF6F2f";
|
|
2633
|
+
readonly chainId: 137;
|
|
2634
|
+
readonly decimals: 18;
|
|
2635
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0xC42C30aC6Cc15faC9bD938618BcaA1a1FaE8501d.svg";
|
|
2636
|
+
readonly website: "https://near.org/";
|
|
2637
|
+
readonly description: "Through simple, secure, and scalable technology, NEAR empowers millions to invent and explore new experiences. Business, creativity, and community are being reimagined for a more sustainable and inclusive future.";
|
|
2638
|
+
};
|
|
2639
|
+
readonly CEL: {
|
|
2640
|
+
readonly name: "Celsius CEL";
|
|
2641
|
+
readonly symbol: "CEL";
|
|
2642
|
+
readonly oracleId: "CEL";
|
|
2643
|
+
readonly address: "0xD85d1e945766Fea5Eda9103F918Bd915FbCa63E6";
|
|
2644
|
+
readonly chainId: 137;
|
|
2645
|
+
readonly decimals: 4;
|
|
2646
|
+
readonly website: "https://celsius.network/";
|
|
2647
|
+
readonly description: "An economy where financial freedom doesn't come with a price tag. Our goal is to disrupt the financial industry, one happy user at a time, and introduce financial freedom through crypto.";
|
|
2648
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/2700.png";
|
|
2649
|
+
};
|
|
2650
|
+
readonly PAR: {
|
|
2651
|
+
readonly name: "PAR Stablecoin";
|
|
2652
|
+
readonly symbol: "PAR";
|
|
2653
|
+
readonly oracleId: "PAR";
|
|
2654
|
+
readonly address: "0xE2Aa7db6dA1dAE97C5f5C6914d285fBfCC32A128";
|
|
2655
|
+
readonly chainId: 137;
|
|
2656
|
+
readonly decimals: 18;
|
|
2657
|
+
readonly website: "https://mimo.capital/";
|
|
2658
|
+
readonly description: "Mimo have a lending platform allowing people to borrow PAR, a stable token algorithmically pegged to the Euro.";
|
|
2659
|
+
readonly bridge: "native";
|
|
2660
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/14153/small/par_round_200.png?1614670422";
|
|
2661
|
+
readonly documentation: "https://docs.mimo.capital/parallel-protocol/parallel-protocol/par";
|
|
2662
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2663
|
+
};
|
|
2664
|
+
readonly EURS: {
|
|
2665
|
+
readonly name: "STATIS EURS Token";
|
|
2666
|
+
readonly symbol: "EURS";
|
|
2667
|
+
readonly oracleId: "EURS";
|
|
2668
|
+
readonly address: "0xE111178A87A3BFf0c8d18DECBa5798827539Ae99";
|
|
2669
|
+
readonly chainId: 137;
|
|
2670
|
+
readonly decimals: 2;
|
|
2671
|
+
readonly website: "https://stasis.net/";
|
|
2672
|
+
readonly description: "EURS token is a virtual financial asset that is designed to digitally mirror the EURO on the condition that its value is tied to the value of its collateral.";
|
|
2673
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/5164/small/EURS_300x300.png?1550571779";
|
|
2674
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2675
|
+
};
|
|
2676
|
+
readonly EURt: {
|
|
2677
|
+
readonly name: "Euro Tether";
|
|
2678
|
+
readonly symbol: "EURt";
|
|
2679
|
+
readonly oracleId: "EURt";
|
|
2680
|
+
readonly address: "0x7BDF330f423Ea880FF95fC41A280fD5eCFD3D09f";
|
|
2681
|
+
readonly chainId: 137;
|
|
2682
|
+
readonly decimals: 6;
|
|
2683
|
+
readonly website: "https://tether.to/en/";
|
|
2684
|
+
readonly description: "Euro Tether token (EURt) is the first euro-pegged stablecoin pegged to the Euro.";
|
|
2685
|
+
readonly bridge: "polygon-canonical";
|
|
2686
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/17385/small/Tether_full_logo_dm.png?1627537298";
|
|
2687
|
+
};
|
|
2688
|
+
readonly renBTC: {
|
|
2689
|
+
readonly name: "renBTC";
|
|
2690
|
+
readonly symbol: "renBTC";
|
|
2691
|
+
readonly oracleId: "renBTC";
|
|
2692
|
+
readonly address: "0xDBf31dF14B66535aF65AaC99C32e9eA844e14501";
|
|
2693
|
+
readonly chainId: 137;
|
|
2694
|
+
readonly decimals: 8;
|
|
2695
|
+
readonly website: "https://renproject.io/";
|
|
2696
|
+
readonly 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.";
|
|
2697
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png";
|
|
2698
|
+
};
|
|
2699
|
+
readonly IXT: {
|
|
2700
|
+
readonly name: "IX Token IXT";
|
|
2701
|
+
readonly symbol: "IXT";
|
|
2702
|
+
readonly oracleId: "IXT";
|
|
2703
|
+
readonly address: "0xE06Bd4F5aAc8D0aA337D13eC88dB6defC6eAEefE";
|
|
2704
|
+
readonly chainId: 137;
|
|
2705
|
+
readonly decimals: 18;
|
|
2706
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/20927/large/IXT_SYMBOL_SVG_RGB_BLACK.png?1637934555";
|
|
2707
|
+
readonly website: "https://www.planetix.com/";
|
|
2708
|
+
readonly description: "Planet IX is an online NFT-strategy game where a broken digital rendition of Planet Earth is its game field.";
|
|
2709
|
+
};
|
|
2710
|
+
readonly STG: {
|
|
2711
|
+
readonly name: "Stargate";
|
|
2712
|
+
readonly symbol: "STG";
|
|
2713
|
+
readonly oracleId: "STG";
|
|
2714
|
+
readonly address: "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590";
|
|
2715
|
+
readonly chainId: 137;
|
|
2716
|
+
readonly decimals: 18;
|
|
2717
|
+
readonly logoURI: "https://raw.githubusercontent.com/traderjoe-xyz/joe-tokenlists/main/logos/0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590/logo.png";
|
|
2718
|
+
readonly website: "https://stargate.finance/";
|
|
2719
|
+
readonly description: "Stargate is a community-driven organization building the first fully composable native asset bridge, and the first dApp built on LayerZero.";
|
|
2720
|
+
readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
|
|
2721
|
+
};
|
|
2722
|
+
readonly XSGD: {
|
|
2723
|
+
readonly name: "StraitsX Singapore Dollar";
|
|
2724
|
+
readonly symbol: "XSGD";
|
|
2725
|
+
readonly oracleId: "XSGD";
|
|
2726
|
+
readonly address: "0x769434dcA303597C8fc4997Bf3DAB233e961Eda2";
|
|
2727
|
+
readonly chainId: 137;
|
|
2728
|
+
readonly decimals: 6;
|
|
2729
|
+
readonly website: "https://www.straitsx.com/sg";
|
|
2730
|
+
readonly description: "XSGD is the digital Singapore Dollar running on the Ethereum and Zilliqa blockchains.";
|
|
2731
|
+
readonly logoURI: "";
|
|
2732
|
+
};
|
|
2733
|
+
readonly jSGD: {
|
|
2734
|
+
readonly name: "Jarvis Synthetic Singapore Dollar";
|
|
2735
|
+
readonly symbol: "jSGD";
|
|
2736
|
+
readonly oracleId: "jSGD";
|
|
2737
|
+
readonly address: "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503";
|
|
2738
|
+
readonly chainId: 137;
|
|
2739
|
+
readonly decimals: 18;
|
|
2740
|
+
readonly website: "https://jarvis.network/";
|
|
2741
|
+
readonly description: "jSGD is a multi-collateralized synthetic token tracking the price of the Singapore Dollar. It is built on the top of UMA and Chainlink.";
|
|
2742
|
+
readonly logoURI: "";
|
|
2743
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2744
|
+
};
|
|
2745
|
+
readonly FUSE: {
|
|
2746
|
+
readonly name: "Fuse";
|
|
2747
|
+
readonly symbol: "FUSE";
|
|
2748
|
+
readonly oracleId: "FUSE";
|
|
2749
|
+
readonly address: "0xF915fDDa4c882731C0456a4214548Cd13A822886";
|
|
2750
|
+
readonly chainId: 137;
|
|
2751
|
+
readonly decimals: 18;
|
|
2752
|
+
readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xd3974AE5A9BCD4AE4c9037a25A67374a11df4154/logo.png";
|
|
2753
|
+
readonly website: "https://fuse.io/";
|
|
2754
|
+
readonly description: "Fuse was founded in 2019 with a mission to bring the power of mobile payments to communities around the world.";
|
|
2755
|
+
};
|
|
2756
|
+
readonly ORBS: {
|
|
2757
|
+
readonly name: "Orbs Token";
|
|
2758
|
+
readonly symbol: "ORBS";
|
|
2759
|
+
readonly oracleId: "ORBS";
|
|
2760
|
+
readonly address: "0x614389EaAE0A6821DC49062D56BDA3d9d45Fa2ff";
|
|
2761
|
+
readonly chainId: 137;
|
|
2762
|
+
readonly decimals: 18;
|
|
2763
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/3835.png";
|
|
2764
|
+
readonly website: "https://www.orbs.com/";
|
|
2765
|
+
readonly description: "Making Your Smart Contracts Smarter";
|
|
2766
|
+
};
|
|
2767
|
+
readonly SX: {
|
|
2768
|
+
readonly name: "SX Network SX";
|
|
2769
|
+
readonly symbol: "SX";
|
|
2770
|
+
readonly oracleId: "SX";
|
|
2771
|
+
readonly address: "0x840195888Db4D6A99ED9F73FcD3B225Bb3cB1A79";
|
|
2772
|
+
readonly chainId: 137;
|
|
2773
|
+
readonly decimals: 18;
|
|
2774
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/13779/large/sx.png?1636034699";
|
|
2775
|
+
readonly website: "https://sx.technology/";
|
|
2776
|
+
readonly description: "SX Network is the first public blockchain to combine a smart contract platform with an on-chain community treasury and a native prediction market protocol.";
|
|
2777
|
+
};
|
|
2778
|
+
readonly GENESIS: {
|
|
2779
|
+
readonly name: "Genesis Worlds GENESIS";
|
|
2780
|
+
readonly symbol: "GENESIS";
|
|
2781
|
+
readonly oracleId: "GENESIS";
|
|
2782
|
+
readonly address: "0x51869836681BcE74a514625c856aFb697a013797";
|
|
2783
|
+
readonly chainId: 137;
|
|
2784
|
+
readonly decimals: 18;
|
|
2785
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/19905/large/kKkWmniB_400x400.jpg?1636100432";
|
|
2786
|
+
readonly website: "https://genesis.game/";
|
|
2787
|
+
readonly description: "Genesis is a multicreator gaming universe, with a diverse community working together to achieve a common goal: A metaverse that will still be growing, evolving, and actively played in 100 years";
|
|
2788
|
+
};
|
|
2789
|
+
readonly BICO: {
|
|
2790
|
+
readonly name: "Biconomy BICO";
|
|
2791
|
+
readonly symbol: "BICO";
|
|
2792
|
+
readonly oracleId: "BICO";
|
|
2793
|
+
readonly address: "0x91c89A94567980f0e9723b487b0beD586eE96aa7";
|
|
2794
|
+
readonly chainId: 137;
|
|
2795
|
+
readonly decimals: 18;
|
|
2796
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/21061/large/biconomy_logo.jpg?1638269749";
|
|
2797
|
+
readonly website: "https://www.biconomy.io/";
|
|
2798
|
+
readonly description: "Biconomy is a multichain relayer protocol that aims to improve the user onboarding and transaction experience on decentralized applications (DApps)";
|
|
2799
|
+
};
|
|
2800
|
+
readonly BOOK: {
|
|
2801
|
+
readonly name: "Bookie Dao BOOK";
|
|
2802
|
+
readonly symbol: "BOOK";
|
|
2803
|
+
readonly oracleId: "BOOK";
|
|
2804
|
+
readonly address: "0x8192759Bf7f247cC92F74E39B3A4225516624fC1";
|
|
2805
|
+
readonly chainId: 137;
|
|
2806
|
+
readonly decimals: 8;
|
|
2807
|
+
readonly logoURI: "https://bookie.farm/logoether/bookie200.png";
|
|
2808
|
+
readonly website: "https://bookie.farm/";
|
|
2809
|
+
readonly description: "Decentralized Betting, where Odds & Games meet the Bookie - play the game or be the house, your stake!";
|
|
2810
|
+
};
|
|
2811
|
+
readonly cxETH: {
|
|
2812
|
+
readonly name: "CelsiusX Wrapped ETH";
|
|
2813
|
+
readonly symbol: "cxETH";
|
|
2814
|
+
readonly oracleId: "cxETH";
|
|
2815
|
+
readonly address: "0xfe4546feFe124F30788c4Cc1BB9AA6907A7987F9";
|
|
2816
|
+
readonly chainId: 137;
|
|
2817
|
+
readonly decimals: 18;
|
|
2818
|
+
readonly logoURI: "https://i.ibb.co/VDPBwHS/cx-ETH-128x128.png";
|
|
2819
|
+
readonly website: "https://celsiusx.io/ ";
|
|
2820
|
+
readonly description: "CelsiusX Wrapped ETH Token";
|
|
2821
|
+
};
|
|
2822
|
+
readonly cxADA: {
|
|
2823
|
+
readonly name: "CelsiusX Wrapped ADA";
|
|
2824
|
+
readonly symbol: "cxADA";
|
|
2825
|
+
readonly oracleId: "cxADA";
|
|
2826
|
+
readonly address: "0x64875Aaa68d1d5521666C67d692Ee0B926b08b2F";
|
|
2827
|
+
readonly chainId: 137;
|
|
2828
|
+
readonly decimals: 18;
|
|
2829
|
+
readonly logoURI: "https://i.ibb.co/x3RcB6Q/cx-ADA-128x128.png";
|
|
2830
|
+
readonly website: "https://celsiusx.io/ ";
|
|
2831
|
+
readonly description: "CelsiusX Wrapped ADA Token";
|
|
2832
|
+
};
|
|
2833
|
+
readonly cxDOGE: {
|
|
2834
|
+
readonly name: "CelsiusX Wrapped DOGE";
|
|
2835
|
+
readonly symbol: "cxDOGE";
|
|
2836
|
+
readonly oracleId: "cxDOGE";
|
|
2837
|
+
readonly address: "0x9Bd9aD490dD3a52f096D229af4483b94D63BE618";
|
|
2838
|
+
readonly chainId: 137;
|
|
2839
|
+
readonly decimals: 18;
|
|
2840
|
+
readonly logoURI: "https://i.ibb.co/FH1GMYX/cx-DOGE-128x128.png";
|
|
2841
|
+
readonly website: "https://celsiusx.io/ ";
|
|
2842
|
+
readonly description: "CelsiusX Wrapped DOGE Token";
|
|
2843
|
+
};
|
|
2844
|
+
readonly FODL: {
|
|
2845
|
+
readonly name: "Fodl Finance FODL";
|
|
2846
|
+
readonly symbol: "FODL";
|
|
2847
|
+
readonly oracleId: "FODL";
|
|
2848
|
+
readonly address: "0x5314bA045a459f63906Aa7C76d9F337DcB7d6995";
|
|
2849
|
+
readonly chainId: 137;
|
|
2850
|
+
readonly decimals: 18;
|
|
2851
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/19040/large/new.jpg?1634559024";
|
|
2852
|
+
readonly website: "https://fodl.finance/";
|
|
2853
|
+
readonly description: "Fodl enables traders to utilize leverage for their trades without paying a funding rate. This leverage is derived from existing DeFi building blocks, such as Compound and Aave.";
|
|
2854
|
+
};
|
|
2855
|
+
readonly SAND: {
|
|
2856
|
+
readonly name: "Sandbox";
|
|
2857
|
+
readonly symbol: "SAND";
|
|
2858
|
+
readonly oracleId: "SAND";
|
|
2859
|
+
readonly address: "0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683";
|
|
2860
|
+
readonly chainId: 137;
|
|
2861
|
+
readonly decimals: 18;
|
|
2862
|
+
readonly website: "https://www.sandbox.game";
|
|
2863
|
+
readonly description: "The Sandbox is a virtual Metaverse where players can play, build, own, and monetize their virtual experiences. ";
|
|
2864
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/12129/large/sandbox_logo.jpg?1597397942";
|
|
2865
|
+
};
|
|
2866
|
+
readonly CADC: {
|
|
2867
|
+
readonly name: "CAD Coin";
|
|
2868
|
+
readonly symbol: "CADC";
|
|
2869
|
+
readonly oracleId: "CADC";
|
|
2870
|
+
readonly address: "0x5d146d8B1dACb1EBBA5cb005ae1059DA8a1FbF57";
|
|
2871
|
+
readonly chainId: 137;
|
|
2872
|
+
readonly decimals: 18;
|
|
2873
|
+
readonly website: "https://paytrie.com/cadc";
|
|
2874
|
+
readonly description: "CADC is a fully-backed stable coin for the Canadian Dollar, issued by PayTrie.";
|
|
2875
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/14149/small/cadc_2.png?1614666625";
|
|
2876
|
+
};
|
|
2877
|
+
readonly jCAD: {
|
|
2878
|
+
readonly name: "Jarvis Synthetic Canadian Dollar";
|
|
2879
|
+
readonly symbol: "jCAD";
|
|
2880
|
+
readonly oracleId: "jCAD";
|
|
2881
|
+
readonly address: "0x8ca194A3b22077359b5732DE53373D4afC11DeE3";
|
|
2882
|
+
readonly chainId: 137;
|
|
2883
|
+
readonly decimals: 18;
|
|
2884
|
+
readonly website: "https://jarvis.network/";
|
|
2885
|
+
readonly description: "jCAD is a multi-collateralized synthetic token tracking the price of the Canadian Dollar. It is built on the top of UMA and Chainlink.";
|
|
2886
|
+
readonly logoURI: "https://yield.jarvis.network/static/media/jCAD.832ff304.png";
|
|
2887
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2888
|
+
};
|
|
2889
|
+
readonly USTw: {
|
|
2890
|
+
readonly name: "TerraUSD (Wormhole)";
|
|
2891
|
+
readonly symbol: "UST";
|
|
2892
|
+
readonly oracleId: "USTw";
|
|
2893
|
+
readonly address: "0xE6469Ba6D2fD6130788E0eA9C0a0515900563b59";
|
|
2894
|
+
readonly chainId: 137;
|
|
2895
|
+
readonly decimals: 6;
|
|
2896
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/7129.png";
|
|
2897
|
+
readonly website: "https://coinmarketcap.com/currencies/terrausd-wormhole/";
|
|
2898
|
+
readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
|
|
2899
|
+
};
|
|
2900
|
+
readonly ETH2x: {
|
|
2901
|
+
readonly name: "ETH 2x Flexible Leverage Index";
|
|
2902
|
+
readonly symbol: "ETH2x";
|
|
2903
|
+
readonly oracleId: "ETH2x";
|
|
2904
|
+
readonly address: "0x3Ad707dA309f3845cd602059901E39C4dcd66473";
|
|
2905
|
+
readonly chainId: 137;
|
|
2906
|
+
readonly decimals: 18;
|
|
2907
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/9789.png";
|
|
2908
|
+
readonly website: "https://www.indexcoop.com/ethfli";
|
|
2909
|
+
readonly description: "The Ethereum Flexible Leverage Index lets you leverage a collateralized debt position in a safe and efficient way, by abstracting its management into a simple index. It enabled market participants to take on leverage while minimizing the transaction costs and risks associated with maintaining collateralized debt.";
|
|
2910
|
+
};
|
|
2911
|
+
readonly gOHM: {
|
|
2912
|
+
readonly name: "Governance OHM";
|
|
2913
|
+
readonly symbol: "gOHM";
|
|
2914
|
+
readonly oracleId: "gOHM";
|
|
2915
|
+
readonly address: "0xd8cA34fd379d9ca3C6Ee3b3905678320F5b45195";
|
|
2916
|
+
readonly chainId: 137;
|
|
2917
|
+
readonly decimals: 18;
|
|
2918
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x8D9bA570D6cb60C7e3e0F31343Efe75AB8E65FB1.svg";
|
|
2919
|
+
readonly website: "https://www.olympusdao.finance/";
|
|
2920
|
+
readonly description: "Olympus is building a community-owned decentralized financial infrastructure to bring more stability and transparency for the world.";
|
|
2921
|
+
};
|
|
2922
|
+
readonly TUSD: {
|
|
2923
|
+
readonly name: "True USD";
|
|
2924
|
+
readonly symbol: "TUSD";
|
|
2925
|
+
readonly oracleId: "TUSD";
|
|
2926
|
+
readonly address: "0x2e1AD108fF1D8C782fcBbB89AAd783aC49586756";
|
|
2927
|
+
readonly decimals: 18;
|
|
2928
|
+
readonly chainId: 137;
|
|
2929
|
+
readonly website: "https://www.trueusd.com/";
|
|
2930
|
+
readonly description: "TrueUSD is one of a number of cryptocurrency stablecoins administered by TrustToken, a platform for tokenizing real-world assets.";
|
|
2931
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/200x200/2563.png";
|
|
2932
|
+
};
|
|
2933
|
+
readonly WCRO: {
|
|
2934
|
+
readonly name: "WCRO";
|
|
2935
|
+
readonly symbol: "WCRO";
|
|
2936
|
+
readonly oracleId: "WCRO";
|
|
2937
|
+
readonly address: "0xf2D8124b8F9267DaD61351c7aD252362880C6638";
|
|
2938
|
+
readonly chainId: 137;
|
|
2939
|
+
readonly decimals: 18;
|
|
2940
|
+
readonly website: "https://cronos.crypto.org/";
|
|
2941
|
+
readonly description: "Crypto.com Coin";
|
|
2942
|
+
readonly logoURI: "https://vvs.finance/images/tokens/0x5C7F8A570d578ED84E63fdFA7b1eE72dEae1AE23.svg";
|
|
2943
|
+
};
|
|
2944
|
+
readonly SHIB: {
|
|
2945
|
+
readonly name: "SHIBA INU";
|
|
2946
|
+
readonly symbol: "SHIB";
|
|
2947
|
+
readonly oracleId: "SHIB";
|
|
2948
|
+
readonly address: "0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec";
|
|
2949
|
+
readonly chainId: 137;
|
|
2950
|
+
readonly decimals: 18;
|
|
2951
|
+
readonly website: "https://shibatoken.com/";
|
|
2952
|
+
readonly description: "A Decentralized Meme Token that Evolved into a Vibrant Ecosystem.";
|
|
2953
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/11939/small/shiba.png?1622619446";
|
|
2954
|
+
};
|
|
2955
|
+
readonly FTM: {
|
|
2956
|
+
readonly name: "Fantom Token";
|
|
2957
|
+
readonly symbol: "FTM ";
|
|
2958
|
+
readonly oracleId: "FTM";
|
|
2959
|
+
readonly address: "0xB85517b87BF64942adf3A0B9E4c71E4Bc5Caa4e5";
|
|
2960
|
+
readonly chainId: 137;
|
|
2961
|
+
readonly decimals: 18;
|
|
2962
|
+
readonly website: "https://fantom.foundation/";
|
|
2963
|
+
readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
|
|
2964
|
+
readonly logoURI: "https://ftmscan.com/token/images/wFtm_32.png";
|
|
2965
|
+
};
|
|
2966
|
+
readonly jEUR: {
|
|
2967
|
+
readonly name: "Jarvis Synthetic Euro";
|
|
2968
|
+
readonly symbol: "jEUR";
|
|
2969
|
+
readonly oracleId: "jEUR";
|
|
2970
|
+
readonly address: "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c";
|
|
2971
|
+
readonly chainId: 137;
|
|
2972
|
+
readonly decimals: 18;
|
|
2973
|
+
readonly website: "https://jarvis.network/";
|
|
2974
|
+
readonly description: "jEUR is a multi-collateralized synthetic token tracking the price of Euro. It is built on the top of UMA and Chainlink.";
|
|
2975
|
+
readonly bridge: "native";
|
|
2976
|
+
readonly logoURI: "https://i.imgur.com/ZvP634G.png";
|
|
2977
|
+
readonly documentation: "https://learn.jarvis.network/";
|
|
2978
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2979
|
+
};
|
|
2980
|
+
readonly jGBP: {
|
|
2981
|
+
readonly name: "Jarvis Synthetic British Pound";
|
|
2982
|
+
readonly symbol: "jGBP";
|
|
2983
|
+
readonly oracleId: "jGBP";
|
|
2984
|
+
readonly address: "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c";
|
|
2985
|
+
readonly chainId: 137;
|
|
2986
|
+
readonly decimals: 18;
|
|
2987
|
+
readonly website: "https://jarvis.network/";
|
|
2988
|
+
readonly description: "jGBP is a multi-collateralized synthetic token tracking the price of the British Pound. It is built on the top of UMA and Chainlink.";
|
|
2989
|
+
readonly logoURI: "https://i.imgur.com/zOLD6Vf.png";
|
|
2990
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2991
|
+
};
|
|
2992
|
+
readonly jCHF: {
|
|
2993
|
+
readonly name: "Jarvis Synthetic Swiss Franc";
|
|
2994
|
+
readonly symbol: "jCHF";
|
|
2995
|
+
readonly oracleId: "jCHF";
|
|
2996
|
+
readonly address: "0xbD1463F02f61676d53fd183C2B19282BFF93D099";
|
|
2997
|
+
readonly chainId: 137;
|
|
2998
|
+
readonly decimals: 18;
|
|
2999
|
+
readonly website: "https://jarvis.network/";
|
|
3000
|
+
readonly description: "jCHF is a multi-collateralized synthetic token tracking the price of the Swiss Franc. It is built on the top of UMA and Chainlink.";
|
|
3001
|
+
readonly logoURI: "https://i.imgur.com/EknGhAl.png";
|
|
3002
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
3003
|
+
};
|
|
3004
|
+
readonly JRT: {
|
|
3005
|
+
readonly name: "Jarvis Reward Token";
|
|
3006
|
+
readonly symbol: "JRT";
|
|
3007
|
+
readonly oracleId: "JRT";
|
|
3008
|
+
readonly address: "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5";
|
|
3009
|
+
readonly chainId: 137;
|
|
3010
|
+
readonly decimals: 18;
|
|
3011
|
+
readonly website: "https://jarvis.network/";
|
|
3012
|
+
readonly description: "The Jarvis Reward Token is a utility token for securing and governing the Jarvis network, and rewarding agents who would bring value to it.";
|
|
3013
|
+
readonly logoURI: "https://cdn.coinranking.com/vLU4_a_Zp/jarvis.svg?size=48x48";
|
|
3014
|
+
};
|
|
3015
|
+
readonly pBREW: {
|
|
3016
|
+
readonly name: "pBREW";
|
|
3017
|
+
readonly symbol: "pBREW";
|
|
3018
|
+
readonly oracleId: "pBREW";
|
|
3019
|
+
readonly address: "0xb5106A3277718eCaD2F20aB6b86Ce0Fee7A21F09";
|
|
3020
|
+
readonly chainId: 137;
|
|
3021
|
+
readonly decimals: 18;
|
|
3022
|
+
readonly website: "https://polygon.cafeswap.finance/";
|
|
3023
|
+
readonly description: "Safest & Lowest fee AMM on BSC & Polygon.";
|
|
3024
|
+
readonly logoURI: "https://polygon.cafeswap.finance/images/tokens/pbrew.png";
|
|
3025
|
+
};
|
|
3026
|
+
readonly FOX: {
|
|
3027
|
+
readonly name: "FOX";
|
|
3028
|
+
readonly symbol: "FOX";
|
|
3029
|
+
readonly oracleId: "FOX";
|
|
3030
|
+
readonly address: "0x65A05DB8322701724c197AF82C9CaE41195B0aA8";
|
|
3031
|
+
readonly chainId: 137;
|
|
3032
|
+
readonly decimals: 18;
|
|
3033
|
+
readonly website: "https://shapeshift.com/";
|
|
3034
|
+
readonly description: "FOX is ShapeShift’s official loyalty token. Holders of FOX enjoy zero-commission trading and win ongoing USDC crypto payments from Rainfall (payments increase in proportion to your FOX holdings). Use at ShapeShift.com.";
|
|
3035
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/9988/large/FOX.png";
|
|
3036
|
+
};
|
|
3037
|
+
readonly CRYSTL: {
|
|
3038
|
+
readonly name: "CrystalToken";
|
|
3039
|
+
readonly symbol: "CRYSTL";
|
|
3040
|
+
readonly oracleId: "CRYSTL";
|
|
3041
|
+
readonly address: "0x76bF0C28e604CC3fE9967c83b3C3F31c213cfE64";
|
|
3042
|
+
readonly chainId: 137;
|
|
3043
|
+
readonly decimals: 18;
|
|
3044
|
+
readonly website: "https://www.crystl.finance/";
|
|
3045
|
+
readonly description: "Crystl Finance is a decentralized yield farm that runs on Polygon and ApeSwap Polygon Exchange, and pays out $CRYSTL, the native currency. With it, you can earn profits from your capital in a way that is fair, transparent, and secure.";
|
|
3046
|
+
readonly logoURI: "https://www.crystl.finance/images/crystlbg.png";
|
|
3047
|
+
};
|
|
3048
|
+
readonly TETU: {
|
|
3049
|
+
readonly name: "TETU";
|
|
3050
|
+
readonly symbol: "TETU";
|
|
3051
|
+
readonly oracleId: "TETU";
|
|
3052
|
+
readonly address: "0x255707B70BF90aa112006E1b07B9AeA6De021424";
|
|
3053
|
+
readonly chainId: 137;
|
|
3054
|
+
readonly decimals: 18;
|
|
3055
|
+
readonly website: "https://app.tetu.io/";
|
|
3056
|
+
readonly description: "Tetu implements automated yield farming strategies in order to provide investors with a safe and secure method of receiving high yield on their investments.";
|
|
3057
|
+
readonly logoURI: "https://github.com/tetu-io/tetu-brand-assets/blob/master/token_icons/flat_icon.svg";
|
|
3058
|
+
};
|
|
3059
|
+
readonly WATCH: {
|
|
3060
|
+
readonly name: "YieldWatch";
|
|
3061
|
+
readonly symbol: "WATCH";
|
|
3062
|
+
readonly oracleId: "WATCH";
|
|
3063
|
+
readonly address: "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2";
|
|
3064
|
+
readonly decimals: 18;
|
|
3065
|
+
readonly chainId: 137;
|
|
3066
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/8621.png";
|
|
3067
|
+
readonly website: "https://www.yieldwatch.net/";
|
|
3068
|
+
readonly description: "Smart Defi Dashboard";
|
|
3069
|
+
};
|
|
3070
|
+
readonly AXS: {
|
|
3071
|
+
readonly name: "Axie Infinity Shard";
|
|
3072
|
+
readonly symbol: "AXS";
|
|
3073
|
+
readonly oracleId: "AXS";
|
|
3074
|
+
readonly address: "0x61BDD9C7d4dF4Bf47A4508c0c8245505F2Af5b7b";
|
|
3075
|
+
readonly decimals: 18;
|
|
3076
|
+
readonly chainId: 137;
|
|
3077
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/200x200/6783.png";
|
|
3078
|
+
readonly website: "https://axieinfinity.com/";
|
|
3079
|
+
readonly 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.";
|
|
3080
|
+
};
|
|
3081
|
+
readonly AVAX: {
|
|
3082
|
+
readonly name: "Avalanche";
|
|
3083
|
+
readonly symbol: "AVAX";
|
|
3084
|
+
readonly oracleId: "AVAX";
|
|
3085
|
+
readonly address: "0x2C89bbc92BD86F8075d1DEcc58C7F4E0107f286b";
|
|
3086
|
+
readonly decimals: 18;
|
|
3087
|
+
readonly chainId: 137;
|
|
3088
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/12559/small/coin-round-red.png?1604021818";
|
|
3089
|
+
readonly website: "https://www.avax.network/";
|
|
3090
|
+
readonly 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.";
|
|
3091
|
+
};
|
|
3092
|
+
readonly PEAR: {
|
|
3093
|
+
readonly name: "PearZap";
|
|
3094
|
+
readonly symbol: "PEAR";
|
|
3095
|
+
readonly oracleId: "PEAR";
|
|
3096
|
+
readonly address: "0xc8bcb58caEf1bE972C0B638B1dD8B0748Fdc8A44";
|
|
3097
|
+
readonly decimals: 18;
|
|
3098
|
+
readonly chainId: 137;
|
|
3099
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/17173/small/pear200.png";
|
|
3100
|
+
readonly website: "https://pearzap.com/";
|
|
3101
|
+
readonly description: "PearZap is a high yield farm & pool on the Polygon Chain (MATIC) and Binance Smart Chain";
|
|
3102
|
+
};
|
|
3103
|
+
readonly SPADE: {
|
|
3104
|
+
readonly name: "PolygonFarm";
|
|
3105
|
+
readonly symbol: "SPADE";
|
|
3106
|
+
readonly oracleId: "SPADE";
|
|
3107
|
+
readonly address: "0xf5EA626334037a2cf0155D49eA6462fDdC6Eff19";
|
|
3108
|
+
readonly decimals: 18;
|
|
3109
|
+
readonly chainId: 137;
|
|
3110
|
+
readonly logoURI: "https://polygonfarm.finance/images/spade.png";
|
|
3111
|
+
readonly website: "https://polygonfarm.finance/";
|
|
3112
|
+
readonly description: "PolygonFarm Finance is a community led next generation stable-yield farming protocol established exclusively on the Polygon ecosystem";
|
|
3113
|
+
};
|
|
3114
|
+
readonly $DG: {
|
|
3115
|
+
readonly name: "decentral.games";
|
|
3116
|
+
readonly address: "0x2a93172c8DCCbfBC60a39d56183B7279a2F647b4";
|
|
3117
|
+
readonly symbol: "$DG";
|
|
3118
|
+
readonly oracleId: "DG";
|
|
3119
|
+
readonly decimals: 18;
|
|
3120
|
+
readonly chainId: 137;
|
|
3121
|
+
readonly logoURI: "https://raw.githubusercontent.com/sameepsi/quickswap-default-token-list/master/assets/dg.jpg";
|
|
3122
|
+
readonly website: "https://decentral.games/";
|
|
3123
|
+
readonly description: "decentral.games is a DAO-governed metaverse casino powered by $DG";
|
|
3124
|
+
};
|
|
3125
|
+
readonly AAVE: {
|
|
3126
|
+
readonly name: "Aave";
|
|
3127
|
+
readonly address: "0xD6DF932A45C0f255f85145f286eA0b292B21C90B";
|
|
3128
|
+
readonly symbol: "AAVE";
|
|
3129
|
+
readonly oracleId: "AAVE";
|
|
3130
|
+
readonly decimals: 18;
|
|
3131
|
+
readonly chainId: 137;
|
|
3132
|
+
readonly website: "https://aave.com/";
|
|
3133
|
+
readonly description: "Aave is a decentralized non-custodial liquidity 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 overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
|
|
3134
|
+
readonly bridge: "polygon-canonical";
|
|
3135
|
+
readonly documentation: "https://docs.aave.com/";
|
|
3136
|
+
readonly logoURI: "https://etherscan.io/token/images/aave_32.png";
|
|
3137
|
+
};
|
|
3138
|
+
readonly AZUKI: {
|
|
3139
|
+
readonly name: "DokiDokiAzuki";
|
|
3140
|
+
readonly address: "0x7CdC0421469398e0F3aA8890693d86c840Ac8931";
|
|
3141
|
+
readonly symbol: "AZUKI";
|
|
3142
|
+
readonly oracleId: "AZUKI";
|
|
3143
|
+
readonly decimals: 18;
|
|
3144
|
+
readonly chainId: 137;
|
|
3145
|
+
readonly website: "https://dokidoki.com/";
|
|
3146
|
+
readonly description: "AZUKI is a secondary token designed for use in Doki Doki NFT products";
|
|
3147
|
+
readonly logoURI: "https://raw.githubusercontent.com/sameepsi/quickswap-default-token-list/master/assets/azuki.png";
|
|
3148
|
+
};
|
|
3149
|
+
readonly BAL: {
|
|
3150
|
+
readonly name: "Balancer";
|
|
3151
|
+
readonly symbol: "BAL";
|
|
3152
|
+
readonly oracleId: "BAL";
|
|
3153
|
+
readonly address: "0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3";
|
|
3154
|
+
readonly chainId: 137;
|
|
3155
|
+
readonly decimals: 18;
|
|
3156
|
+
readonly website: "https://balancer.fi/";
|
|
3157
|
+
readonly description: "Balancer turns the concept of an index fund on its head: instead of a paying fees to portfolio managers to rebalance your portfolio, you collect fees from traders, who rebalance your portfolio by following arbitrage opportunities. ";
|
|
3158
|
+
readonly logoURI: "https://hecoinfo.com/token/images/bal_32.png";
|
|
3159
|
+
};
|
|
3160
|
+
readonly BANANA: {
|
|
3161
|
+
readonly name: "ApeSwapFinance Banana";
|
|
3162
|
+
readonly address: "0x5d47bAbA0d66083C52009271faF3F50DCc01023C";
|
|
3163
|
+
readonly symbol: "BANANA";
|
|
3164
|
+
readonly oracleId: "BANANA";
|
|
3165
|
+
readonly decimals: 18;
|
|
3166
|
+
readonly chainId: 137;
|
|
3167
|
+
readonly website: "https://apeswap.finance/";
|
|
3168
|
+
readonly description: "ApeSwap is a leading decentralized exchange (DEX) on Binance Smart Chain and Polygon focused on offering a premier trading experience. Users are incentivized to pool liquidity on ApeSwap through yield farming to earn the native currency, $BANANA. Additionally, apes can use their earned $BANANA to stake and earn other tokens and unlock exclusive features. Built by DeFi apes, for DeFi apes, we have a dedicated team with years of experience who are committed to the DeFi community and growing the ApeSwap Jungle.";
|
|
3169
|
+
readonly logoURI: "https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/BANANA.svg";
|
|
3170
|
+
};
|
|
3171
|
+
readonly oldBIFI: {
|
|
3172
|
+
readonly name: "beefy.finance";
|
|
3173
|
+
readonly address: "0xFbdd194376de19a88118e84E279b977f165d01b8";
|
|
3174
|
+
readonly symbol: "oldBIFI";
|
|
3175
|
+
readonly oracleId: "oldBIFI";
|
|
3176
|
+
readonly decimals: 18;
|
|
3177
|
+
readonly chainId: 137;
|
|
3178
|
+
readonly website: "https://www.beefy.finance/";
|
|
3179
|
+
readonly description: "Beefy Finance is a Decentralized, Multi-Chain Yield Optimizer platform that allows its users to earn compound interest on their crypto holdings.";
|
|
3180
|
+
readonly logoURI: "https://raw.githubusercontent.com/beefyfinance/beefy-app/prod/src/images/single-assets/BIFI.png";
|
|
3181
|
+
readonly documentation: "https://docs.beefy.finance/";
|
|
3182
|
+
};
|
|
3183
|
+
readonly DAI: {
|
|
3184
|
+
readonly name: "Dai Stablecoin";
|
|
3185
|
+
readonly address: "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063";
|
|
3186
|
+
readonly symbol: "DAI";
|
|
3187
|
+
readonly oracleId: "DAI";
|
|
3188
|
+
readonly decimals: 18;
|
|
3189
|
+
readonly chainId: 137;
|
|
3190
|
+
readonly website: "https://makerdao.com/";
|
|
3191
|
+
readonly description: "Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.";
|
|
3192
|
+
readonly bridge: "polygon-canonical";
|
|
3193
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png";
|
|
3194
|
+
readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
|
|
3195
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
3196
|
+
};
|
|
3197
|
+
readonly DEGEN: {
|
|
3198
|
+
readonly name: "DEGEN Index";
|
|
3199
|
+
readonly address: "0x8a2870fb69A90000D6439b7aDfB01d4bA383A415";
|
|
3200
|
+
readonly symbol: "DEGEN";
|
|
3201
|
+
readonly oracleId: "DEGEN";
|
|
3202
|
+
readonly decimals: 18;
|
|
3203
|
+
readonly chainId: 137;
|
|
3204
|
+
readonly website: "https://indexed.finance/";
|
|
3205
|
+
readonly description: "A higher risk/reward index of promising Ethereum protocols that have significant room to grow";
|
|
3206
|
+
readonly logoURI: "https://raw.githubusercontent.com/sameepsi/quickswap-default-token-list/master/assets/DEGEN_LOGO.png";
|
|
3207
|
+
};
|
|
3208
|
+
readonly ETH: {
|
|
3209
|
+
readonly name: "Ether";
|
|
3210
|
+
readonly address: "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619";
|
|
3211
|
+
readonly symbol: "ETH";
|
|
3212
|
+
readonly oracleId: "ETH";
|
|
3213
|
+
readonly decimals: 18;
|
|
3214
|
+
readonly chainId: 137;
|
|
3215
|
+
readonly website: "https://ethereum.org/";
|
|
3216
|
+
readonly 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.";
|
|
3217
|
+
readonly bridge: "polygon-canonical";
|
|
3218
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png";
|
|
3219
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
3220
|
+
};
|
|
3221
|
+
readonly FISH: {
|
|
3222
|
+
readonly name: "Fish";
|
|
3223
|
+
readonly address: "0x3a3Df212b7AA91Aa0402B9035b098891d276572B";
|
|
3224
|
+
readonly symbol: "FISH";
|
|
3225
|
+
readonly oracleId: "FISH";
|
|
3226
|
+
readonly decimals: 18;
|
|
3227
|
+
readonly chainId: 137;
|
|
3228
|
+
readonly website: "https://polycat.finance/vaults";
|
|
3229
|
+
readonly description: "Polycat is a value-oriented, economically sustainable and decentralized hybrid yield optimizer (yield farm and yield aggregator) running on the Polygon blockchain (formerly known as MATIC).";
|
|
3230
|
+
readonly logoURI: "https://i.imgur.com/ncleoTN.png";
|
|
3231
|
+
};
|
|
3232
|
+
readonly FRAX: {
|
|
3233
|
+
readonly name: "Frax";
|
|
3234
|
+
readonly address: "0x45c32fA6DF82ead1e2EF74d17b76547EDdFaFF89";
|
|
3235
|
+
readonly symbol: "FRAX";
|
|
3236
|
+
readonly oracleId: "FRAX";
|
|
3237
|
+
readonly decimals: 18;
|
|
3238
|
+
readonly chainId: 137;
|
|
3239
|
+
readonly website: "https://frax.finance/";
|
|
3240
|
+
readonly description: "The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.";
|
|
3241
|
+
readonly logoURI: "https://avatars.githubusercontent.com/u/56005256?s=200&v=4";
|
|
3242
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
3243
|
+
};
|
|
3244
|
+
readonly FXS: {
|
|
3245
|
+
readonly name: "Frax Share";
|
|
3246
|
+
readonly address: "0x1a3acf6D19267E2d3e7f898f42803e90C9219062";
|
|
3247
|
+
readonly symbol: "FXS";
|
|
3248
|
+
readonly oracleId: "FXS";
|
|
3249
|
+
readonly decimals: 18;
|
|
3250
|
+
readonly chainId: 137;
|
|
3251
|
+
readonly website: "https://frax.finance/";
|
|
3252
|
+
readonly description: "The Frax Share token (FXS) is the non-stable, utility token in the protocol. It is meant to be volatile and hold rights to governance and all utility of the system. It is important to note that we take a highly governance-minimized approach to designing trustless money in the same ethos as Bitcoin. We eschew DAO-like active management such as MakerDAO. The less parameters for a community to be able to actively manage, the less there is to disagree on. Parameters that are up for governance through FXS include adding/adjusting collateral pools, adjusting various fees (like minting or redeeming), and refreshing the rate of the collateral ratio. No other actions such as active management of collateral or addition of human-modifiable parameters are possible other than a hardfork that would require voluntarily moving to a new implementation entirely. ";
|
|
3253
|
+
readonly logoURI: "https://app.sushi.com/images/tokens/fxs-square.jpg";
|
|
3254
|
+
};
|
|
3255
|
+
readonly GHST: {
|
|
3256
|
+
readonly name: "Aavegotchi GHST Token";
|
|
3257
|
+
readonly address: "0x385Eeac5cB85A38A9a07A70c73e0a3271CfB54A7";
|
|
3258
|
+
readonly symbol: "GHST";
|
|
3259
|
+
readonly oracleId: "GHST";
|
|
3260
|
+
readonly decimals: 18;
|
|
3261
|
+
readonly chainId: 137;
|
|
3262
|
+
readonly website: "https://www.aavegotchi.com/";
|
|
3263
|
+
readonly description: "Aavegotchis are crypto-collectibles living on the Ethereum blockchain, backed by the ERC721 standard used in popular blockchain games.";
|
|
3264
|
+
readonly logoURI: "https://aavegotchi.com/images/ghsttoken.svg";
|
|
3265
|
+
};
|
|
3266
|
+
readonly GNS: {
|
|
3267
|
+
readonly name: "Gains Network Token";
|
|
3268
|
+
readonly address: "0xE5417Af564e4bFDA1c483642db72007871397896";
|
|
3269
|
+
readonly symbol: "GNS";
|
|
3270
|
+
readonly oracleId: "GNS";
|
|
3271
|
+
readonly decimals: 18;
|
|
3272
|
+
readonly chainId: 137;
|
|
3273
|
+
readonly website: "https://gainsnetwork.io/";
|
|
3274
|
+
readonly description: "Decentralized leverage trading platform on Polygon and Arbitrum.";
|
|
3275
|
+
readonly logoURI: "https://raw.githubusercontent.com/beefyfinance/beefy-app/prod/src/images/single-assets/GNS.png";
|
|
3276
|
+
readonly documentation: "https://gains-network.gitbook.io/docs-home/";
|
|
3277
|
+
readonly bridge: "layer-zero";
|
|
3278
|
+
};
|
|
3279
|
+
readonly oldLINK: {
|
|
3280
|
+
readonly name: "ChainLink Token";
|
|
3281
|
+
readonly address: "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39";
|
|
3282
|
+
readonly symbol: "LINK";
|
|
3283
|
+
readonly oracleId: "oldLINK";
|
|
3284
|
+
readonly decimals: 18;
|
|
3285
|
+
readonly website: "https://chain.link/";
|
|
3286
|
+
readonly 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.";
|
|
3287
|
+
readonly bridge: "polygon-canonical";
|
|
3288
|
+
readonly documentation: "https://docs.chain.link/docs";
|
|
3289
|
+
readonly chainId: 137;
|
|
3290
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x514910771AF9Ca656af840dff83E8264EcF986CA/logo.png";
|
|
3291
|
+
};
|
|
3292
|
+
readonly LINK: {
|
|
3293
|
+
readonly name: "ChainLink Token";
|
|
3294
|
+
readonly address: "0xb0897686c545045aFc77CF20eC7A532E3120E0F1";
|
|
3295
|
+
readonly symbol: "LINK";
|
|
3296
|
+
readonly oracleId: "LINK";
|
|
3297
|
+
readonly decimals: 18;
|
|
3298
|
+
readonly website: "https://chain.link/";
|
|
3299
|
+
readonly 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.";
|
|
3300
|
+
readonly bridge: "native";
|
|
3301
|
+
readonly documentation: "https://docs.chain.link/docs";
|
|
3302
|
+
readonly chainId: 137;
|
|
3303
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x514910771AF9Ca656af840dff83E8264EcF986CA/logo.png";
|
|
3304
|
+
};
|
|
3305
|
+
readonly MANA: {
|
|
3306
|
+
readonly name: "Decentraland MANA";
|
|
3307
|
+
readonly address: "0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4";
|
|
3308
|
+
readonly symbol: "MANA";
|
|
3309
|
+
readonly oracleId: "MANA";
|
|
3310
|
+
readonly decimals: 18;
|
|
3311
|
+
readonly chainId: 137;
|
|
3312
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x0F5D2fB29fb7d3CFeE444a200298f468908cC942/logo.png";
|
|
3313
|
+
};
|
|
3314
|
+
readonly MAI: {
|
|
3315
|
+
readonly name: "Mai";
|
|
3316
|
+
readonly address: "0xa3Fa99A148fA48D14Ed51d610c367C61876997F1";
|
|
3317
|
+
readonly symbol: "MAI";
|
|
3318
|
+
readonly oracleId: "pMAI";
|
|
3319
|
+
readonly decimals: 18;
|
|
3320
|
+
readonly chainId: 137;
|
|
3321
|
+
readonly website: "https://www.mai.finance/";
|
|
3322
|
+
readonly 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.";
|
|
3323
|
+
readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
|
|
3324
|
+
readonly documentation: "https://docs.mai.finance/";
|
|
3325
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
3326
|
+
};
|
|
3327
|
+
readonly miMATIC: {
|
|
3328
|
+
readonly name: "Mai";
|
|
3329
|
+
readonly address: "0xa3Fa99A148fA48D14Ed51d610c367C61876997F1";
|
|
3330
|
+
readonly symbol: "MAI";
|
|
3331
|
+
readonly oracleId: "pMAI";
|
|
3332
|
+
readonly decimals: 18;
|
|
3333
|
+
readonly chainId: 137;
|
|
3334
|
+
readonly website: "https://www.mai.finance/";
|
|
3335
|
+
readonly 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.";
|
|
3336
|
+
readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
|
|
3337
|
+
readonly documentation: "https://docs.mai.finance/";
|
|
3338
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
3339
|
+
};
|
|
3340
|
+
readonly MUST: {
|
|
3341
|
+
readonly name: "Must";
|
|
3342
|
+
readonly address: "0x9C78EE466D6Cb57A4d01Fd887D2b5dFb2D46288f";
|
|
3343
|
+
readonly symbol: "MUST";
|
|
3344
|
+
readonly oracleId: "MUST";
|
|
3345
|
+
readonly decimals: 18;
|
|
3346
|
+
readonly chainId: 137;
|
|
3347
|
+
readonly website: "https://www.cometh.io/";
|
|
3348
|
+
readonly description: "Explore the galaxy and mine precious tokens out of asteroids. Cometh is a defi powered game with yield generating NFT. Get a spaceship, explore the galaxy and earn tokens.";
|
|
3349
|
+
readonly logoURI: "https://etherscan.io/token/images/cometh_32.png";
|
|
3350
|
+
};
|
|
3351
|
+
readonly QI: {
|
|
3352
|
+
readonly name: "Qi Dao";
|
|
3353
|
+
readonly address: "0x580A84C73811E1839F75d86d75d88cCa0c241fF4";
|
|
3354
|
+
readonly symbol: "QI";
|
|
3355
|
+
readonly oracleId: "QI";
|
|
3356
|
+
readonly decimals: 18;
|
|
3357
|
+
readonly chainId: 137;
|
|
3358
|
+
readonly website: "https://www.mai.finance/";
|
|
3359
|
+
readonly 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).";
|
|
3360
|
+
readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/qi.png";
|
|
3361
|
+
readonly documentation: "https://docs.mai.finance/";
|
|
3362
|
+
readonly bridge: "native";
|
|
3363
|
+
};
|
|
3364
|
+
readonly QUICK: {
|
|
3365
|
+
readonly name: "Quickswap";
|
|
3366
|
+
readonly address: "0x831753DD7087CaC61aB5644b308642cc1c33Dc13";
|
|
3367
|
+
readonly symbol: "QUICK";
|
|
3368
|
+
readonly oracleId: "QUICK";
|
|
3369
|
+
readonly decimals: 18;
|
|
3370
|
+
readonly chainId: 137;
|
|
3371
|
+
readonly website: "https://quickswap.exchange/#/swap";
|
|
3372
|
+
readonly description: "Next-gen Layer 2 DEX. Trade at lightning-fast speeds with near-zero gas fees.";
|
|
3373
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/15185/small/quickswap.png?1620044811";
|
|
3374
|
+
readonly documentation: "https://docs.quickswap.exchange/";
|
|
3375
|
+
readonly bridge: "native";
|
|
3376
|
+
};
|
|
3377
|
+
readonly dQUICK: {
|
|
3378
|
+
readonly name: "Dragon's Quick";
|
|
3379
|
+
readonly address: "0xf28164A485B0B2C90639E47b0f377b4a438a16B1";
|
|
3380
|
+
readonly symbol: "dQUICK";
|
|
3381
|
+
readonly oracleId: "dQUICK";
|
|
3382
|
+
readonly decimals: 18;
|
|
3383
|
+
readonly chainId: 137;
|
|
3384
|
+
readonly website: "https://quickswap.exchange/#/syrup";
|
|
3385
|
+
readonly description: "Deposit your dQUICK tokens to earn more through the QuickSwap platform.";
|
|
3386
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/15185/small/quickswap.png?1620044811";
|
|
3387
|
+
};
|
|
3388
|
+
readonly newdQUICK: {
|
|
3389
|
+
readonly name: "Dragon's Quick";
|
|
3390
|
+
readonly address: "0x958d208Cdf087843e9AD98d23823d32E17d723A1";
|
|
3391
|
+
readonly symbol: "dQUICK";
|
|
3392
|
+
readonly oracleId: "dQUICK";
|
|
3393
|
+
readonly decimals: 18;
|
|
3394
|
+
readonly chainId: 137;
|
|
3395
|
+
readonly website: "https://quickswap.exchange/#/syrup";
|
|
3396
|
+
readonly description: "Deposit your dQUICK tokens to earn more through the QuickSwap platform.";
|
|
3397
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/15185/small/quickswap.png?1620044811";
|
|
3398
|
+
};
|
|
3399
|
+
readonly SOL: {
|
|
3400
|
+
readonly name: "Solana";
|
|
3401
|
+
readonly address: "0x7DfF46370e9eA5f0Bad3C4E29711aD50062EA7A4";
|
|
3402
|
+
readonly symbol: "SOL";
|
|
3403
|
+
readonly oracleId: "SOL";
|
|
3404
|
+
readonly decimals: 18;
|
|
3405
|
+
readonly chainId: 137;
|
|
3406
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/4128/large/coinmarketcap-solana-200.png?1616489452";
|
|
3407
|
+
readonly website: "https://solana.com/";
|
|
3408
|
+
readonly description: "The Solana protocol is designed to facilitate decentralized app (DApp) creation. It aims to improve scalability by introducing a proof-of-history (PoH) consensus combined with the underlying proof-of-stake (PoS) consensus of the blockchain.";
|
|
3409
|
+
};
|
|
3410
|
+
readonly TEL: {
|
|
3411
|
+
readonly name: "Telcoin";
|
|
3412
|
+
readonly address: "0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32";
|
|
3413
|
+
readonly symbol: "TEL";
|
|
3414
|
+
readonly oracleId: "TEL";
|
|
3415
|
+
readonly decimals: 2;
|
|
3416
|
+
readonly chainId: 137;
|
|
3417
|
+
readonly website: "https://www.telco.in/";
|
|
3418
|
+
readonly description: "A cryptocurrency distributed by your mobile operator and accepted everywhere.";
|
|
3419
|
+
readonly bridge: "polygon-canonical";
|
|
3420
|
+
readonly logoURI: "https://pbs.twimg.com/profile_images/933388441475194881/57fOk40N_400x400.jpg";
|
|
3421
|
+
readonly documentation: "https://www.telcoin.org/documentation/telcoin-platform/telcoin-tel-token";
|
|
3422
|
+
};
|
|
3423
|
+
readonly UNI: {
|
|
3424
|
+
readonly name: "Uniswap";
|
|
3425
|
+
readonly address: "0xb33EaAd8d922B1083446DC23f610c2567fB5180f";
|
|
3426
|
+
readonly symbol: "UNI";
|
|
3427
|
+
readonly oracleId: "UNI";
|
|
3428
|
+
readonly decimals: 18;
|
|
3429
|
+
readonly website: "https://uniswap.org/";
|
|
3430
|
+
readonly 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.";
|
|
3431
|
+
readonly bridge: "polygon-canonical";
|
|
3432
|
+
readonly chainId: 137;
|
|
3433
|
+
readonly logoURI: "https://raw.githubusercontent.com/sameepsi/quickswap-interface/master/public/favicon1.png";
|
|
3434
|
+
readonly documentation: "https://docs.uniswap.org/concepts/governance/overview";
|
|
3435
|
+
};
|
|
3436
|
+
readonly pUSDCe: {
|
|
3437
|
+
readonly name: "USD Coin";
|
|
3438
|
+
readonly address: "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174";
|
|
3439
|
+
readonly symbol: "USDCe";
|
|
3440
|
+
readonly oracleId: "pUSDCe";
|
|
3441
|
+
readonly decimals: 6;
|
|
3442
|
+
readonly website: "https://www.circle.com/usdc";
|
|
3443
|
+
readonly description: "USDC.e is an Ethereum-based USDC bridged via the official Polygon Bridge.";
|
|
3444
|
+
readonly bridge: "polygon-canonical";
|
|
3445
|
+
readonly chainId: 137;
|
|
3446
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png";
|
|
3447
|
+
};
|
|
3448
|
+
readonly USDC: {
|
|
3449
|
+
readonly name: "USD Coin";
|
|
3450
|
+
readonly address: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
3451
|
+
readonly symbol: "USDC";
|
|
3452
|
+
readonly oracleId: "USDC";
|
|
3453
|
+
readonly decimals: 6;
|
|
3454
|
+
readonly website: "https://www.circle.com/usdc";
|
|
3455
|
+
readonly 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.";
|
|
3456
|
+
readonly bridge: "native";
|
|
3457
|
+
readonly chainId: 137;
|
|
3458
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png";
|
|
3459
|
+
readonly documentation: "https://developers.circle.com/docs";
|
|
3460
|
+
};
|
|
3461
|
+
readonly USDT: {
|
|
3462
|
+
readonly name: "USDT0";
|
|
3463
|
+
readonly address: "0xc2132D05D31c914a87C6611C10748AEb04B58e8F";
|
|
3464
|
+
readonly symbol: "USDT0";
|
|
3465
|
+
readonly oracleId: "USDT";
|
|
3466
|
+
readonly decimals: 6;
|
|
3467
|
+
readonly chainId: 137;
|
|
3468
|
+
readonly website: "https://tether.to/";
|
|
3469
|
+
readonly description: "Tether converts cash into digital currency, to anchor or tether the value to the price of national currencies like the US dollar, the Euro, and the offshore Chinese yuan.";
|
|
3470
|
+
readonly bridge: "polygon-canonical";
|
|
3471
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png";
|
|
3472
|
+
readonly documentation: "https://tether.to/en/how-it-works";
|
|
3473
|
+
};
|
|
3474
|
+
readonly VISION: {
|
|
3475
|
+
readonly name: "Vision Token";
|
|
3476
|
+
readonly address: "0x034b2090b579228482520c589dbD397c53Fc51cC";
|
|
3477
|
+
readonly symbol: "VISION";
|
|
3478
|
+
readonly oracleId: "VISION";
|
|
3479
|
+
readonly decimals: 18;
|
|
3480
|
+
readonly chainId: 137;
|
|
3481
|
+
readonly website: "https://matic.apy.vision/";
|
|
3482
|
+
readonly description: "All-in-one liquidity pool analytics and yield farming rewards tracking tool";
|
|
3483
|
+
readonly logoURI: "https://s3-us-west-2.amazonaws.com/acf-uploads/apyvisionlogo200circle.png";
|
|
3484
|
+
};
|
|
3485
|
+
readonly WBTC: {
|
|
3486
|
+
readonly name: "Wrapped BTC";
|
|
3487
|
+
readonly address: "0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6";
|
|
3488
|
+
readonly symbol: "WBTC";
|
|
3489
|
+
readonly oracleId: "WBTC";
|
|
3490
|
+
readonly decimals: 8;
|
|
3491
|
+
readonly website: "https://wbtc.network/";
|
|
3492
|
+
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
3493
|
+
readonly bridge: "polygon-canonical";
|
|
3494
|
+
readonly chainId: 137;
|
|
3495
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599/logo.png";
|
|
3496
|
+
};
|
|
3497
|
+
readonly WEXpoly: {
|
|
3498
|
+
readonly name: "WEXPoly";
|
|
3499
|
+
readonly address: "0x4c4BF319237D98a30A929A96112EfFa8DA3510EB";
|
|
3500
|
+
readonly symbol: "WEXPoly";
|
|
3501
|
+
readonly oracleId: "WEXpoly";
|
|
3502
|
+
readonly decimals: 18;
|
|
3503
|
+
readonly chainId: 137;
|
|
3504
|
+
readonly website: "https://wault.finance/";
|
|
3505
|
+
readonly description: "WEXpoly, or Wault EXchange Token, is the foundational token of WaultSwap, on the Polygon network. ";
|
|
3506
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/16282/small/ws_purple_circle_200x200_%281%29.png";
|
|
3507
|
+
};
|
|
3508
|
+
readonly xMARK: {
|
|
3509
|
+
readonly name: "Standard";
|
|
3510
|
+
readonly address: "0xf153EfF70DC0bf3b085134928daeEA248d9B30d0";
|
|
3511
|
+
readonly symbol: "xMARK";
|
|
3512
|
+
readonly oracleId: "xMARK";
|
|
3513
|
+
readonly decimals: 9;
|
|
3514
|
+
readonly chainId: 137;
|
|
3515
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/8cb78aca77b340510958ed98a3cd260d2d7f0420/blockchains/ethereum/assets/0x36b679bd64Ed73DBfd88909cDCB892cB66Bd4CBb/logo.png";
|
|
3516
|
+
readonly website: "https://benchmarkprotocol.finance/";
|
|
3517
|
+
readonly description: "Benchmark Protocol is an elastic stablecoin-alternative bridging capital markets to DeFi.";
|
|
3518
|
+
};
|
|
3519
|
+
readonly YFI: {
|
|
3520
|
+
readonly name: "yearn.finance";
|
|
3521
|
+
readonly address: "0xDA537104D6A5edd53c6fBba9A898708E465260b6";
|
|
3522
|
+
readonly symbol: "YFI";
|
|
3523
|
+
readonly oracleId: "YFI";
|
|
3524
|
+
readonly decimals: 18;
|
|
3525
|
+
readonly chainId: 137;
|
|
3526
|
+
readonly website: "https://yearn.finance/";
|
|
3527
|
+
readonly description: "Yearn Finance is a suite of products in Decentralized Finance (DeFi) that provides lending aggregation, yield generation, and insurance on the Ethereum blockchain. The protocol is maintained by various independent developers and is governed by YFI holders.";
|
|
3528
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e/logo.png";
|
|
3529
|
+
};
|
|
3530
|
+
readonly ROUTE: {
|
|
3531
|
+
readonly name: "Route";
|
|
3532
|
+
readonly address: "0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4";
|
|
3533
|
+
readonly symbol: "ROUTE";
|
|
3534
|
+
readonly oracleId: "ROUTE";
|
|
3535
|
+
readonly decimals: 18;
|
|
3536
|
+
readonly chainId: 137;
|
|
3537
|
+
readonly website: "https://routerprotocol.com/";
|
|
3538
|
+
readonly description: "Router is developing the bridging infrastructure to allow contract level data flow across various blockchains, thus enabling asset level data transfer.";
|
|
3539
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/13709/small/route_token_200x200-19.png";
|
|
3540
|
+
};
|
|
3541
|
+
readonly DFYN: {
|
|
3542
|
+
readonly name: "Dfyn";
|
|
3543
|
+
readonly address: "0xC168E40227E4ebD8C1caE80F7a55a4F0e6D66C97";
|
|
3544
|
+
readonly symbol: "DFYN";
|
|
3545
|
+
readonly oracleId: "DFYN";
|
|
3546
|
+
readonly decimals: 18;
|
|
3547
|
+
readonly chainId: 137;
|
|
3548
|
+
readonly website: "https://exchange.dfyn.network/#/swap";
|
|
3549
|
+
readonly description: "With Dfyn nodes spread across multiple Layer 1 and Layer 2 blockchains, Dfyn will act as a multi-chain DEX. This will allow Dfyn to plug into a liquidity super-mesh, enabling users to perform their asset trades seamlessly on several blockchains from a single interface. Dfyn will also build a decentralized swap station to swap large assets natively like BTC, ETH, ADA in a non-custodial way.";
|
|
3550
|
+
readonly logoURI: "https://raw.githubusercontent.com/dfyn/assets/main/DFYN_logo.png";
|
|
3551
|
+
};
|
|
3552
|
+
readonly IRON: {
|
|
3553
|
+
readonly name: "Iron";
|
|
3554
|
+
readonly address: "0xD86b5923F3AD7b585eD81B448170ae026c65ae9a";
|
|
3555
|
+
readonly symbol: "IRON";
|
|
3556
|
+
readonly oracleId: "IRON";
|
|
3557
|
+
readonly decimals: 18;
|
|
3558
|
+
readonly chainId: 137;
|
|
3559
|
+
readonly logoURI: "https://polygon.iron.finance/static/media/IRON.484ee2b8.png";
|
|
3560
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
3561
|
+
};
|
|
3562
|
+
readonly SUSHI: {
|
|
3563
|
+
readonly name: "Sushi";
|
|
3564
|
+
readonly address: "0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a";
|
|
3565
|
+
readonly symbol: "SUSHI";
|
|
3566
|
+
readonly oracleId: "SUSHI";
|
|
3567
|
+
readonly decimals: 18;
|
|
3568
|
+
readonly chainId: 137;
|
|
3569
|
+
readonly website: "https://sushi.com/";
|
|
3570
|
+
readonly 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.";
|
|
3571
|
+
readonly logoURI: "https://app.sushi.com/static/media/logo.11fafaa5.png";
|
|
3572
|
+
};
|
|
3573
|
+
readonly GRT: {
|
|
3574
|
+
readonly name: "The Graph";
|
|
3575
|
+
readonly address: "0x5fe2B58c013d7601147DcdD68C143A77499f5531";
|
|
3576
|
+
readonly symbol: "GRT";
|
|
3577
|
+
readonly oracleId: "GRT";
|
|
3578
|
+
readonly decimals: 18;
|
|
3579
|
+
readonly chainId: 137;
|
|
3580
|
+
readonly website: "https://thegraph.com/";
|
|
3581
|
+
readonly description: "The Graph is an indexing protocol for querying networks like Ethereum and IPFS. Anyone can build and publish open APIs, called subgraphs, making data easily accessible.";
|
|
3582
|
+
readonly logoURI: "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/polygon/assets/0x5fe2B58c013d7601147DcdD68C143A77499f5531/logo.png";
|
|
3583
|
+
};
|
|
3584
|
+
readonly WOOFY: {
|
|
3585
|
+
readonly name: "Woofy";
|
|
3586
|
+
readonly address: "0xD0660cD418a64a1d44E9214ad8e459324D8157f1";
|
|
3587
|
+
readonly symbol: "WOOFY";
|
|
3588
|
+
readonly oracleId: "WOOFY";
|
|
3589
|
+
readonly decimals: 12;
|
|
3590
|
+
readonly chainId: 137;
|
|
3591
|
+
readonly website: "https://woofy.finance/";
|
|
3592
|
+
readonly description: "The WOOFY token is the blue dog companion token of YFI. Utilizing special Woof technology, it allows two-way conversion between the two tokens, allowing holders to be exposed to YFI in a fluffier package.";
|
|
3593
|
+
readonly logoURI: "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/polygon/assets/0xD0660cD418a64a1d44E9214ad8e459324D8157f1/logo.png";
|
|
3594
|
+
};
|
|
3595
|
+
readonly renDOGE: {
|
|
3596
|
+
readonly name: "renDOGE";
|
|
3597
|
+
readonly address: "0xcE829A89d4A55a63418bcC43F00145adef0eDB8E";
|
|
3598
|
+
readonly symbol: "renDOGE";
|
|
3599
|
+
readonly oracleId: "renDOGE";
|
|
3600
|
+
readonly decimals: 8;
|
|
3601
|
+
readonly chainId: 137;
|
|
3602
|
+
readonly website: "https://renproject.io/";
|
|
3603
|
+
readonly description: "renDOGE is a one-for-one representation of Dogecoin (DOGE) on Polygon via RenVM.";
|
|
3604
|
+
readonly logoURI: "https://polygonscan.com/token/images/rendogecoin_32.png";
|
|
3605
|
+
};
|
|
3606
|
+
readonly SNX: {
|
|
3607
|
+
readonly name: "SNX";
|
|
3608
|
+
readonly address: "0x50B728D8D964fd00C2d0AAD81718b71311feF68a";
|
|
3609
|
+
readonly symbol: "SNX";
|
|
3610
|
+
readonly oracleId: "SNX";
|
|
3611
|
+
readonly decimals: 18;
|
|
3612
|
+
readonly chainId: 137;
|
|
3613
|
+
readonly website: "https://synthetix.io/";
|
|
3614
|
+
readonly description: "Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets.";
|
|
3615
|
+
readonly logoURI: "https://app.sushi.com/images/tokens/snx-square.jpg";
|
|
3616
|
+
};
|
|
3617
|
+
readonly CRV: {
|
|
3618
|
+
readonly name: "Curve Protocol";
|
|
3619
|
+
readonly symbol: "CRV";
|
|
3620
|
+
readonly oracleId: "CRV";
|
|
3621
|
+
readonly address: "0x172370d5Cd63279eFa6d502DAB29171933a610AF";
|
|
3622
|
+
readonly chainId: 137;
|
|
3623
|
+
readonly decimals: 18;
|
|
3624
|
+
readonly website: "https://curve.finance/";
|
|
3625
|
+
readonly description: "Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.";
|
|
3626
|
+
readonly bridge: "polygon-canonical";
|
|
3627
|
+
readonly documentation: "https://curve.readthedocs.io/";
|
|
3628
|
+
};
|
|
3629
|
+
readonly DOKI: {
|
|
3630
|
+
readonly name: "DokiDoki Finance";
|
|
3631
|
+
readonly symbol: "DOKI";
|
|
3632
|
+
readonly oracleId: "DOKI";
|
|
3633
|
+
readonly address: "0x5C7F7Fe4766fE8f0fa9b41E2E4194d939488ff1C";
|
|
3634
|
+
readonly chainId: 137;
|
|
3635
|
+
readonly decimals: 18;
|
|
3636
|
+
readonly website: "https://dokidoki.finance/stake/pool/1";
|
|
3637
|
+
readonly description: "Doki is the platform token for DokiDoki Finance.";
|
|
3638
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x9cEB84f92A0561fa3Cc4132aB9c0b76A59787544/logo.png";
|
|
3639
|
+
};
|
|
3640
|
+
readonly PZAP: {
|
|
3641
|
+
readonly name: "PolyZap";
|
|
3642
|
+
readonly symbol: "PZAP";
|
|
3643
|
+
readonly oracleId: "PZAP";
|
|
3644
|
+
readonly address: "0xeb2778f74E5ee038E67AA6c77f0F0451ABd748FD";
|
|
3645
|
+
readonly chainId: 137;
|
|
3646
|
+
readonly decimals: 18;
|
|
3647
|
+
readonly website: "https://farm.polyzap.finance/";
|
|
3648
|
+
readonly description: "PolyZap is an innovative and reliable, next-generation Automated Market Maker (AMM) and Yield Farm on the Polygon Network, with unique features and attributes:";
|
|
3649
|
+
readonly logoURI: "https://polyzap.finance/logo.png";
|
|
3650
|
+
};
|
|
3651
|
+
readonly WFIL: {
|
|
3652
|
+
readonly name: "Wrapped Filecoin";
|
|
3653
|
+
readonly symbol: "WFIL";
|
|
3654
|
+
readonly oracleId: "WFIL";
|
|
3655
|
+
readonly address: "0xEde1B77C0Ccc45BFa949636757cd2cA7eF30137F";
|
|
3656
|
+
readonly chainId: 137;
|
|
3657
|
+
readonly decimals: 18;
|
|
3658
|
+
readonly website: "https://filecoin.io/";
|
|
3659
|
+
readonly description: "Filecoin is an open-source cloud storage marketplace, protocol, and cryptocurrency.";
|
|
3660
|
+
readonly logoURI: "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/polygon/assets/0xEde1B77C0Ccc45BFa949636757cd2cA7eF30137F/logo.png";
|
|
3661
|
+
};
|
|
3662
|
+
readonly ibBTC: {
|
|
3663
|
+
readonly name: "Interest bearing BTC";
|
|
3664
|
+
readonly symbol: "ibBTC";
|
|
3665
|
+
readonly oracleId: "ibBTC";
|
|
3666
|
+
readonly address: "0x4EaC4c4e9050464067D673102F8E24b2FccEB350";
|
|
3667
|
+
readonly chainId: 137;
|
|
3668
|
+
readonly decimals: 18;
|
|
3669
|
+
readonly website: "https://app.badger.finance/ibBTC";
|
|
3670
|
+
readonly description: "ibBTC is an asset launched in collaboration with DeFiDollar, it stands for Interest Bearing Bitcoin. It was created to serve as the default Bitcoin asset on Ethereum while generating interest to the users who hold it.";
|
|
3671
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599/logo.png";
|
|
3672
|
+
};
|
|
3673
|
+
readonly BNB: {
|
|
3674
|
+
readonly name: "AnySwap Bridge Polygon Binance Coin";
|
|
3675
|
+
readonly symbol: "BNB";
|
|
3676
|
+
readonly oracleId: "BNB";
|
|
3677
|
+
readonly address: "0xA649325Aa7C5093d12D6F98EB4378deAe68CE23F";
|
|
3678
|
+
readonly chainId: 137;
|
|
3679
|
+
readonly decimals: 18;
|
|
3680
|
+
readonly website: "https://www.binance.com/";
|
|
3681
|
+
readonly 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.";
|
|
3682
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c.png";
|
|
3683
|
+
};
|
|
3684
|
+
readonly rUSD: {
|
|
3685
|
+
readonly name: "Ramp USD";
|
|
3686
|
+
readonly symbol: "rUSD";
|
|
3687
|
+
readonly oracleId: "rUSD";
|
|
3688
|
+
readonly address: "0xfC40a4F89b410a1b855b5e205064a38fC29F5eb5";
|
|
3689
|
+
readonly chainId: 137;
|
|
3690
|
+
readonly decimals: 18;
|
|
3691
|
+
readonly website: "https://rampdefi.com/";
|
|
3692
|
+
readonly description: "Ramp aims to empower users with access to a global, blockchain-agnostic liquidity network. rUSD can be minted on Binance Smart Chain and Polygon, with more chains in the near future.";
|
|
3693
|
+
readonly logoURI: "https://appv2.rampdefi.com/assets/icon/rusdc.svg";
|
|
3694
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
3695
|
+
};
|
|
3696
|
+
readonly UST: {
|
|
3697
|
+
readonly name: "USD Terra";
|
|
3698
|
+
readonly symbol: "UST";
|
|
3699
|
+
readonly oracleId: "UST";
|
|
3700
|
+
readonly address: "0x692597b009d13C4049a947CAB2239b7d6517875F";
|
|
3701
|
+
readonly chainId: 137;
|
|
3702
|
+
readonly decimals: 18;
|
|
3703
|
+
readonly website: "https://www.terra.money/";
|
|
3704
|
+
readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
|
|
3705
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/7129.png";
|
|
3706
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
3707
|
+
};
|
|
3708
|
+
readonly WMATIC_DFYN: {
|
|
3709
|
+
readonly name: "Wrapped Matic, DFYN version";
|
|
3710
|
+
readonly symbol: "WMATIC";
|
|
3711
|
+
readonly oracleId: "DFYN";
|
|
3712
|
+
readonly address: "0x4c28f48448720e9000907BC2611F73022fdcE1fA";
|
|
3713
|
+
readonly chainId: 137;
|
|
3714
|
+
readonly decimals: 18;
|
|
3715
|
+
readonly website: "https://polygon.technology/";
|
|
3716
|
+
readonly description: "DFyn version. Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
|
|
3717
|
+
readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png";
|
|
3718
|
+
};
|
|
3719
|
+
readonly pWINGS: {
|
|
3720
|
+
readonly name: "JetSwap Polygon Token";
|
|
3721
|
+
readonly symbol: "pWINGS";
|
|
3722
|
+
readonly oracleId: "pWINGS";
|
|
3723
|
+
readonly address: "0x845E76A8691423fbc4ECb8Dd77556Cb61c09eE25";
|
|
3724
|
+
readonly chainId: 137;
|
|
3725
|
+
readonly decimals: 18;
|
|
3726
|
+
readonly website: "https://jetswap.finance/";
|
|
3727
|
+
readonly description: "Jetswap is a decentralized Automated Market Maker (AMM) on Binance Smart Chain & Polygon with low fees and instant trade execution. Trade from the comfort of your own wallet! ";
|
|
3728
|
+
readonly logoURI: "https://polygon-info.jetswap.finance/static/media/wings.dca9f9fe.png";
|
|
3729
|
+
};
|
|
3730
|
+
readonly HONOR: {
|
|
3731
|
+
readonly name: "FarmHero HONOR";
|
|
3732
|
+
readonly symbol: "HONOR";
|
|
3733
|
+
readonly oracleId: "HONOR";
|
|
3734
|
+
readonly address: "0xb82A20B4522680951F11c94c54B8800c1C237693";
|
|
3735
|
+
readonly chainId: 137;
|
|
3736
|
+
readonly decimals: 18;
|
|
3737
|
+
readonly website: "https://polygon.farmhero.io/";
|
|
3738
|
+
readonly description: "FarmHero is a protocol that mixes NFT, gaming and DEFI concepts.";
|
|
3739
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/10620.png";
|
|
3740
|
+
};
|
|
3741
|
+
readonly ironICE: {
|
|
3742
|
+
readonly name: "Iron Finance ICE Token";
|
|
3743
|
+
readonly symbol: "ironICE";
|
|
3744
|
+
readonly oracleId: "ironICE";
|
|
3745
|
+
readonly address: "0x4A81f8796e0c6Ad4877A51C86693B0dE8093F2ef";
|
|
3746
|
+
readonly chainId: 137;
|
|
3747
|
+
readonly decimals: 18;
|
|
3748
|
+
readonly website: "https://iron.finance/";
|
|
3749
|
+
readonly description: "Iron Finance is building a full suite of decentralized finance ecosystem of products and use cases on the Polygon network. The official Iron Finance token is the ICE token, inspired by A Song of Ice and Fire novels, where the Iron Throne is a well-known symbol.";
|
|
3750
|
+
readonly logoURI: "https://app.iron.finance/static/media/ice-square.6e960434.svg";
|
|
3751
|
+
};
|
|
3752
|
+
readonly ICE: {
|
|
3753
|
+
readonly name: "IceToken";
|
|
3754
|
+
readonly address: "0x4e1581f01046eFDd7a1a2CDB0F82cdd7F71F2E59";
|
|
3755
|
+
readonly symbol: "ICE";
|
|
3756
|
+
readonly oracleId: "ICE";
|
|
3757
|
+
readonly decimals: 18;
|
|
3758
|
+
readonly chainId: 137;
|
|
3759
|
+
readonly website: "https://popsicle.finance/";
|
|
3760
|
+
readonly description: "Popsicle is a next-gen cross-chain yield enhancement platform focusing on Automated Market-Making (AMM) Liquidity Providers (LP).";
|
|
3761
|
+
readonly logoURI: "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/ethereum/assets/0xf16e81dce15B08F326220742020379B855B87DF9/logo.png";
|
|
3762
|
+
};
|
|
3763
|
+
readonly NEXO: {
|
|
3764
|
+
readonly name: "Nexo";
|
|
3765
|
+
readonly symbol: "NEXO";
|
|
3766
|
+
readonly oracleId: "NEXO";
|
|
3767
|
+
readonly address: "0x41b3966B4FF7b427969ddf5da3627d6AEAE9a48E";
|
|
3768
|
+
readonly chainId: 137;
|
|
3769
|
+
readonly decimals: 18;
|
|
3770
|
+
readonly website: "https://nexo.io/";
|
|
3771
|
+
readonly description: "Since 2018 Nexo has strived to bring professional financial services to the world of digital assets. Leveraging the best of the team’s years of experience in FinTech along with the power of blockchain technology, Nexo is empowering thousands of people to harness the value behind their crypto assets and live the future of finance today.";
|
|
3772
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/200x200/2694.png";
|
|
3773
|
+
};
|
|
3774
|
+
readonly DINO: {
|
|
3775
|
+
readonly name: "DINO";
|
|
3776
|
+
readonly symbol: "DINO";
|
|
3777
|
+
readonly oracleId: "DINO";
|
|
3778
|
+
readonly address: "0xAa9654BECca45B5BDFA5ac646c939C62b527D394";
|
|
3779
|
+
readonly chainId: 137;
|
|
3780
|
+
readonly decimals: 18;
|
|
3781
|
+
readonly website: "https://dinoswap.exchange/";
|
|
3782
|
+
readonly description: "DinoSwap is a cross-chain infrastructure project that builds liquidity for layer-one blockchains, AMMs and partnering projects.";
|
|
3783
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/17103/small/DINO.png";
|
|
3784
|
+
};
|
|
3785
|
+
readonly BCT: {
|
|
3786
|
+
readonly name: "Toucan Protocol: Base Carbon Tonne";
|
|
3787
|
+
readonly symbol: "BCT";
|
|
3788
|
+
readonly oracleId: "BCT";
|
|
3789
|
+
readonly address: "0x2F800Db0fdb5223b3C3f354886d907A671414A7F";
|
|
3790
|
+
readonly chainId: 137;
|
|
3791
|
+
readonly decimals: 18;
|
|
3792
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x2F800Db0fdb5223b3C3f354886d907A671414A7F.svg";
|
|
3793
|
+
readonly website: "https://toucan.earth/";
|
|
3794
|
+
readonly description: "Toucan Protocol brings carbon as a new money-lego to Web3. Kickstarting an open and decentralized climate finance ecosystem.";
|
|
3795
|
+
};
|
|
3796
|
+
readonly KLIMA: {
|
|
3797
|
+
readonly name: "Klima DAO";
|
|
3798
|
+
readonly symbol: "KLIMA";
|
|
3799
|
+
readonly oracleId: "KLIMA";
|
|
3800
|
+
readonly address: "0x4e78011Ce80ee02d2c3e649Fb657E45898257815";
|
|
3801
|
+
readonly chainId: 137;
|
|
3802
|
+
readonly decimals: 9;
|
|
3803
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4e78011Ce80ee02d2c3e649Fb657E45898257815.svg";
|
|
3804
|
+
readonly website: "https://www.klimadao.finance/";
|
|
3805
|
+
readonly description: "Klima DAO gives Web3 builders and users the opportunity to participate in the carbon market through the KLIMA token.";
|
|
3806
|
+
};
|
|
3807
|
+
readonly polyWISE: {
|
|
3808
|
+
readonly name: "Polywise";
|
|
3809
|
+
readonly symbol: "WISE";
|
|
3810
|
+
readonly oracleId: "polyWISE";
|
|
3811
|
+
readonly address: "0x4c19DdeebAF84cA3A255730295AD9d824D4Ff51f";
|
|
3812
|
+
readonly chainId: 137;
|
|
3813
|
+
readonly decimals: 18;
|
|
3814
|
+
readonly website: "https://polywise.finance/";
|
|
3815
|
+
readonly description: "PolyWise Finance is a next-generation yield farming protocol on the Polygon network with lots of unique and creative features that enable you to earn a passive income. We are trying to create a protocol like Yearn, but with a reduced token supply and high value for Polygon Network users, LP providers and stakers. The max supply of WISE token is 5400.";
|
|
3816
|
+
};
|
|
3817
|
+
readonly polySAGE: {
|
|
3818
|
+
readonly name: "PolySage";
|
|
3819
|
+
readonly symbol: "SAGE";
|
|
3820
|
+
readonly oracleId: "polySAGE";
|
|
3821
|
+
readonly address: "0x2ed945Dc703D85c80225d95ABDe41cdeE14e1992";
|
|
3822
|
+
readonly chainId: 137;
|
|
3823
|
+
readonly decimals: 18;
|
|
3824
|
+
readonly website: "https://polysage.finance/";
|
|
3825
|
+
readonly description: "PolySage Finance is a next-generation yield farming protocol on the Polygon network with lots of unique and creative features that enable you to earn a passive income.";
|
|
3826
|
+
readonly logoURI: "https://polysage.finance/images/sage.png";
|
|
3827
|
+
};
|
|
3828
|
+
readonly TOMB: {
|
|
3829
|
+
readonly name: "TOMB";
|
|
3830
|
+
readonly symbol: "TOMB";
|
|
3831
|
+
readonly oracleId: "TOMB";
|
|
3832
|
+
readonly address: "0x0e98C977B943f06075b2D795794238fBfB9b9a34";
|
|
3833
|
+
readonly chainId: 137;
|
|
3834
|
+
readonly decimals: 18;
|
|
3835
|
+
readonly logoURI: "";
|
|
3836
|
+
readonly website: "https://tomb.finance/";
|
|
3837
|
+
readonly description: "The first algorithmic stablecoin on Fantom Opera, pegged to the price of 1 FTM via seigniorage";
|
|
3838
|
+
};
|
|
3839
|
+
readonly CLAM: {
|
|
3840
|
+
readonly name: "Otter Clam";
|
|
3841
|
+
readonly symbol: "CLAM";
|
|
3842
|
+
readonly oracleId: "CLAM";
|
|
3843
|
+
readonly address: "0xC250e9987A032ACAC293d838726C511E6E1C029d";
|
|
3844
|
+
readonly chainId: 137;
|
|
3845
|
+
readonly decimals: 9;
|
|
3846
|
+
readonly logoURI: "";
|
|
3847
|
+
readonly website: "https://www.otterclam.finance/#/";
|
|
3848
|
+
readonly description: "The first store of value meme";
|
|
3849
|
+
};
|
|
3850
|
+
readonly HBAR: {
|
|
3851
|
+
readonly name: "HBAR[0x]";
|
|
3852
|
+
readonly symbol: "HBAR";
|
|
3853
|
+
readonly oracleId: "HBAR";
|
|
3854
|
+
readonly address: "0x1646C835d70F76D9030DF6BaAeec8f65c250353d";
|
|
3855
|
+
readonly chainId: 137;
|
|
3856
|
+
readonly decimals: 8;
|
|
3857
|
+
readonly logoURI: "";
|
|
3858
|
+
readonly website: "https://hedera.com/";
|
|
3859
|
+
readonly description: "Hedera is the most used enterprise-grade public network for you to make your digital world exactly as it should be – yours. HBAR is the native, energy-efficient cryptocurrency of Hedera that powers the decentralized economy. Whether youre a startup or enterprise, a creator or consumer, Hedera goes beyond blockchain for developers to create the next era of fast, fair, and secure applications.";
|
|
3860
|
+
};
|
|
3861
|
+
readonly EURA: {
|
|
3862
|
+
readonly name: "EURA (previously agEUR)";
|
|
3863
|
+
readonly symbol: "EURA";
|
|
3864
|
+
readonly oracleId: "agEUR";
|
|
3865
|
+
readonly address: "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4";
|
|
3866
|
+
readonly chainId: 137;
|
|
3867
|
+
readonly decimals: 18;
|
|
3868
|
+
readonly logoURI: "";
|
|
3869
|
+
readonly website: "https://www.angle.money/";
|
|
3870
|
+
readonly description: "EURA (previously agEUR) is pegged to the value of the Euro (€) and is a product of Angle, a decentralized, capital-efficient and over-collateralized stablecoins protocol.";
|
|
3871
|
+
readonly bridge: "layer-zero";
|
|
3872
|
+
readonly documentation: "https://docs.angle.money/";
|
|
3873
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
3874
|
+
};
|
|
3875
|
+
readonly jJPY: {
|
|
3876
|
+
readonly name: "Jarvis Synthetic Yen";
|
|
3877
|
+
readonly symbol: "jJPY";
|
|
3878
|
+
readonly oracleId: "jJPY";
|
|
3879
|
+
readonly address: "0x8343091F2499FD4b6174A46D067A920a3b851FF9";
|
|
3880
|
+
readonly chainId: 137;
|
|
3881
|
+
readonly decimals: 18;
|
|
3882
|
+
readonly website: "https://jarvis.network/";
|
|
3883
|
+
readonly description: "jJPY is a multi-collateralized synthetic token tracking the price of Yen. It is built on the top of UMA and Chainlink.";
|
|
3884
|
+
readonly logoURI: "";
|
|
3885
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
3886
|
+
};
|
|
3887
|
+
readonly JPYC: {
|
|
3888
|
+
readonly name: "JPY Coin";
|
|
3889
|
+
readonly symbol: "JPYC";
|
|
3890
|
+
readonly oracleId: "JPYC";
|
|
3891
|
+
readonly address: "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB";
|
|
3892
|
+
readonly chainId: 137;
|
|
3893
|
+
readonly decimals: 18;
|
|
3894
|
+
readonly website: "https://jpyc.jp/";
|
|
3895
|
+
readonly description: "JPYC (JPYCoin) is Japan's first Japanese Yen stablecoin that utilizes blockchain technology.";
|
|
3896
|
+
readonly logoURI: "";
|
|
3897
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
3898
|
+
};
|
|
3899
|
+
readonly PSP: {
|
|
3900
|
+
readonly name: "ParaSwap";
|
|
3901
|
+
readonly symbol: "PSP";
|
|
3902
|
+
readonly oracleId: "PSP";
|
|
3903
|
+
readonly address: "0x42d61D766B85431666B39B89C43011f24451bFf6";
|
|
3904
|
+
readonly chainId: 137;
|
|
3905
|
+
readonly decimals: 18;
|
|
3906
|
+
readonly website: "https://paraswap.io/";
|
|
3907
|
+
readonly description: "ParaSwap aggregates decentralized exchanges and other DeFi services in one comprehensive interface to streamline and facilitate users' interactions with decentralized finance on Ethereum and EVM-compatible chains: Polygon, Avalanche, BSC & more to come.";
|
|
3908
|
+
readonly logoURI: "";
|
|
3909
|
+
};
|
|
3910
|
+
readonly KIRO: {
|
|
3911
|
+
readonly name: "Kirobo";
|
|
3912
|
+
readonly symbol: "KIRO";
|
|
3913
|
+
readonly oracleId: "KIRO";
|
|
3914
|
+
readonly address: "0xB382C1cfA622795a534e5bd56Fac93d59BAc8B0D";
|
|
3915
|
+
readonly chainId: 137;
|
|
3916
|
+
readonly decimals: 18;
|
|
3917
|
+
readonly website: "https://www.kirobo.io/";
|
|
3918
|
+
readonly description: "Kirobos decentralized applications remove the risk of losing funds enabling you to use blockchain technology to its fullest potential from one consolidated platform.";
|
|
3919
|
+
readonly logoURI: "";
|
|
3920
|
+
};
|
|
3921
|
+
readonly GIDDY: {
|
|
3922
|
+
readonly name: "Giddy";
|
|
3923
|
+
readonly symbol: "GIDDY";
|
|
3924
|
+
readonly oracleId: "GIDDY";
|
|
3925
|
+
readonly address: "0x67eB41A14C0fe5CD701FC9d5A3D6597A72F641a6";
|
|
3926
|
+
readonly chainId: 137;
|
|
3927
|
+
readonly decimals: 18;
|
|
3928
|
+
readonly website: "https://www.giddy.co/";
|
|
3929
|
+
readonly description: "Giddy is an in-development app that simplifies sophisticated DeFi processes into a one-tap investing experience. The app will allow users to earn passive income with crypto assets using a multi-identity, self-custody, private key solution. The fully doxxed Giddy team focuses on security, compliance, and ease of use. Its mission is simple: to grow and adapt to the ever-changing regulatory landscape. This goal will keep investors and their funds within the bounds of current financial regulation. The Giddy token standard allows smart contracts to communicate effectively with compliant tokens. Its method involves encoding contract approval data into a meta-transaction, which removes the need for standalone and infinite contract approvals. GIDDY has a max capped supply of 1 billion tokens and began trading on April 6, 2022";
|
|
3930
|
+
readonly logoURI: "";
|
|
3931
|
+
};
|
|
3932
|
+
readonly EURe: {
|
|
3933
|
+
readonly name: "Monerium EURe emoney";
|
|
3934
|
+
readonly symbol: "EURe";
|
|
3935
|
+
readonly oracleId: "EURe";
|
|
3936
|
+
readonly address: "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6";
|
|
3937
|
+
readonly chainId: 137;
|
|
3938
|
+
readonly decimals: 18;
|
|
3939
|
+
readonly logoURI: "https://assets.coingecko.com/coins/images/23354/small/eur.png?1643926562";
|
|
3940
|
+
readonly website: "https://monerium.com/";
|
|
3941
|
+
readonly description: "EURe is a Euro stable-coin from Monerium. Monerium is the first company authorized to issue money on blockchains under European financial regulation. They have issued EUR, USD, GBP, and ISK as e-money tokens on Ethereum and EUR on Algorand. Monerium also operates a gateway for instant transfers of EUR between bank accounts and blockchain wallets/smart contracts.";
|
|
3942
|
+
};
|
|
3943
|
+
readonly HOP: {
|
|
3944
|
+
readonly name: "HOP Protocol";
|
|
3945
|
+
readonly symbol: "HOP";
|
|
3946
|
+
readonly oracleId: "HOP";
|
|
3947
|
+
readonly address: "0xc5102fE9359FD9a28f877a67E36B0F050d81a3CC";
|
|
3948
|
+
readonly chainId: 137;
|
|
3949
|
+
readonly decimals: 18;
|
|
3950
|
+
readonly website: "https://app.hop.exchange";
|
|
3951
|
+
readonly description: "Hop Protocol is a blockchain bridge protocol that allows users to move tokens from one chain to another without having to wait for a challenge period.";
|
|
3952
|
+
readonly logoURI: "https://docs.velodrome.finance/tokens/HOP.svg";
|
|
3953
|
+
readonly documentation: "https://docs.hop.exchange/";
|
|
3954
|
+
};
|
|
3955
|
+
readonly hETH: {
|
|
3956
|
+
readonly name: "ETH Hop Token";
|
|
3957
|
+
readonly symbol: "hETH";
|
|
3958
|
+
readonly oracleId: "hETH";
|
|
3959
|
+
readonly address: "0x1fDeAF938267ca43388eD1FdB879eaF91e920c7A";
|
|
3960
|
+
readonly chainId: 137;
|
|
3961
|
+
readonly decimals: 18;
|
|
3962
|
+
readonly website: "https://app.hop.exchange";
|
|
3963
|
+
readonly description: "hETH is the bridge token for transferring ETH via the Hop Protocol. Hop Protocol is a blockchain bridge protocol that allows users to move tokens from one chain to another without having to wait for a challenge period.";
|
|
3964
|
+
readonly logoURI: "";
|
|
3965
|
+
readonly documentation: "https://docs.hop.exchange/";
|
|
3966
|
+
};
|
|
3967
|
+
readonly hUSDC: {
|
|
3968
|
+
readonly name: "USDC Hop Token";
|
|
3969
|
+
readonly symbol: "hUSDC";
|
|
3970
|
+
readonly oracleId: "hUSDC";
|
|
3971
|
+
readonly address: "0x9ec9551d4A1a1593b0ee8124D98590CC71b3B09D";
|
|
3972
|
+
readonly chainId: 137;
|
|
3973
|
+
readonly decimals: 6;
|
|
3974
|
+
readonly website: "https://app.hop.exchange";
|
|
3975
|
+
readonly description: "hUSDC is the bridge token for transferring USDC via the Hop Protocol. Hop Protocol is a blockchain bridge protocol that allows users to move tokens from one chain to another without having to wait for a challenge period.";
|
|
3976
|
+
readonly logoURI: "";
|
|
3977
|
+
readonly documentation: "https://docs.hop.exchange/";
|
|
3978
|
+
};
|
|
3979
|
+
readonly hUSDT: {
|
|
3980
|
+
readonly name: "USDT Hop Token";
|
|
3981
|
+
readonly symbol: "hUSDT";
|
|
3982
|
+
readonly oracleId: "hUSDT";
|
|
3983
|
+
readonly address: "0x9F93ACA246F457916E49Ec923B8ed099e313f763";
|
|
3984
|
+
readonly chainId: 137;
|
|
3985
|
+
readonly decimals: 6;
|
|
3986
|
+
readonly website: "https://app.hop.exchange";
|
|
3987
|
+
readonly description: "hUSDT is the bridge token for transferring USDT via the Hop Protocol. Hop Protocol is a blockchain bridge protocol that allows users to move tokens from one chain to another without having to wait for a challenge period.";
|
|
3988
|
+
readonly logoURI: "";
|
|
3989
|
+
readonly documentation: "https://docs.hop.exchange/";
|
|
3990
|
+
};
|
|
3991
|
+
readonly hDAI: {
|
|
3992
|
+
readonly name: "DAI Hop Token";
|
|
3993
|
+
readonly symbol: "hDAI";
|
|
3994
|
+
readonly oracleId: "hDAI";
|
|
3995
|
+
readonly address: "0xb8901acB165ed027E32754E0FFe830802919727f";
|
|
3996
|
+
readonly chainId: 137;
|
|
3997
|
+
readonly decimals: 18;
|
|
3998
|
+
readonly website: "https://app.hop.exchange";
|
|
3999
|
+
readonly description: "hDAI is the bridge token for transferring DAI via the Hop Protocol. Hop Protocol is a blockchain bridge protocol that allows users to move tokens from one chain to another without having to wait for a challenge period.";
|
|
4000
|
+
readonly logoURI: "";
|
|
4001
|
+
readonly documentation: "https://docs.hop.exchange/";
|
|
4002
|
+
};
|
|
4003
|
+
readonly amUSDT: {
|
|
4004
|
+
readonly name: "Aave Tether USD";
|
|
4005
|
+
readonly symbol: "amUSDT";
|
|
4006
|
+
readonly oracleId: "amUSDT";
|
|
4007
|
+
readonly address: "0x60D55F02A771d515e077c9C2403a1ef324885CeC";
|
|
4008
|
+
readonly chainId: 137;
|
|
4009
|
+
readonly decimals: 6;
|
|
4010
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
4011
|
+
readonly website: "https://tether.to/";
|
|
4012
|
+
readonly description: "Aave interest bearing USDT. 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.";
|
|
4013
|
+
readonly bridge: "polygon-canonical";
|
|
4014
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
4015
|
+
};
|
|
4016
|
+
readonly wamUSDT: {
|
|
4017
|
+
readonly name: "Wrapped Aave Tether USD";
|
|
4018
|
+
readonly symbol: "wamUSDT";
|
|
4019
|
+
readonly oracleId: "wamUSDT";
|
|
4020
|
+
readonly address: "0x19C60a251e525fa88Cd6f3768416a8024e98fC19";
|
|
4021
|
+
readonly chainId: 137;
|
|
4022
|
+
readonly decimals: 6;
|
|
4023
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
4024
|
+
readonly website: "https://tether.to/";
|
|
4025
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
4026
|
+
readonly description: "Wrapped Aave interest bearing USDT. 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.";
|
|
4027
|
+
};
|
|
4028
|
+
readonly bbamUSDT: {
|
|
4029
|
+
readonly name: "Balancer Aave USDT Linear Pool";
|
|
4030
|
+
readonly symbol: "bbamUSDT";
|
|
4031
|
+
readonly oracleId: "bbamUSDT";
|
|
4032
|
+
readonly address: "0xFf4ce5AAAb5a627bf82f4A571AB1cE94Aa365eA6";
|
|
4033
|
+
readonly chainId: 137;
|
|
4034
|
+
readonly decimals: 18;
|
|
4035
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
4036
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
4037
|
+
readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
|
|
4038
|
+
readonly description: "Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.";
|
|
4039
|
+
};
|
|
4040
|
+
readonly amUSDC: {
|
|
4041
|
+
readonly name: "Aave USDC";
|
|
4042
|
+
readonly symbol: "amUSDC";
|
|
4043
|
+
readonly oracleId: "amUSDC";
|
|
4044
|
+
readonly address: "0x1a13F4Ca1d028320A707D99520AbFefca3998b7F";
|
|
4045
|
+
readonly chainId: 137;
|
|
4046
|
+
readonly decimals: 6;
|
|
4047
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
4048
|
+
readonly website: "https://www.circle.com/usdc";
|
|
4049
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
4050
|
+
readonly description: "Aave interest bearing USDC. 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.";
|
|
4051
|
+
readonly bridge: "polygon-canonical";
|
|
4052
|
+
};
|
|
4053
|
+
readonly wamUSDC: {
|
|
4054
|
+
readonly name: "Wrapped Aave Tether USD";
|
|
4055
|
+
readonly symbol: "wamUSDC";
|
|
4056
|
+
readonly oracleId: "wamUSDC";
|
|
4057
|
+
readonly address: "0x221836a597948Dce8F3568E044fF123108aCc42A";
|
|
4058
|
+
readonly chainId: 137;
|
|
4059
|
+
readonly decimals: 6;
|
|
4060
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
4061
|
+
readonly website: "https://www.circle.com/usdc";
|
|
4062
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
4063
|
+
readonly description: "Wrapped Aave interest bearing USDC. 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.";
|
|
4064
|
+
};
|
|
4065
|
+
readonly bbamUSDC: {
|
|
4066
|
+
readonly name: "Balancer Aave USDC Linear Pool";
|
|
4067
|
+
readonly symbol: "bbamUSDC";
|
|
4068
|
+
readonly oracleId: "bbamUSDC";
|
|
4069
|
+
readonly address: "0xF93579002DBE8046c43FEfE86ec78b1112247BB8";
|
|
4070
|
+
readonly chainId: 137;
|
|
4071
|
+
readonly decimals: 18;
|
|
4072
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
4073
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
4074
|
+
readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
|
|
4075
|
+
readonly description: "Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.";
|
|
4076
|
+
};
|
|
4077
|
+
readonly amDAI: {
|
|
4078
|
+
readonly name: "Aave DAI";
|
|
4079
|
+
readonly symbol: "amDAI";
|
|
4080
|
+
readonly oracleId: "amDAI";
|
|
4081
|
+
readonly address: "0x27F8D03b3a2196956ED754baDc28D73be8830A6e";
|
|
4082
|
+
readonly chainId: 137;
|
|
4083
|
+
readonly decimals: 18;
|
|
4084
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
4085
|
+
readonly website: "https://makerdao.com/en/";
|
|
4086
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
4087
|
+
readonly description: "Aave interest bearing DAI. Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain.";
|
|
4088
|
+
readonly bridge: "native";
|
|
4089
|
+
};
|
|
4090
|
+
readonly wamDAI: {
|
|
4091
|
+
readonly name: "Wrapped Aave Tether DAI";
|
|
4092
|
+
readonly symbol: "wamDAI";
|
|
4093
|
+
readonly oracleId: "wamDAI";
|
|
4094
|
+
readonly address: "0xEE029120c72b0607344f35B17cdD90025e647B00";
|
|
4095
|
+
readonly chainId: 137;
|
|
4096
|
+
readonly decimals: 18;
|
|
4097
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
4098
|
+
readonly website: "https://makerdao.com/en/";
|
|
4099
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
4100
|
+
readonly description: "Wrapped Aave interest bearing DAI. Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain.";
|
|
4101
|
+
};
|
|
4102
|
+
readonly bbamDAI: {
|
|
4103
|
+
readonly name: "Balancer Aave DAI Linear Pool";
|
|
4104
|
+
readonly symbol: "bbamDAI";
|
|
4105
|
+
readonly oracleId: "bbamDAI";
|
|
4106
|
+
readonly address: "0x178E029173417b1F9C8bC16DCeC6f697bC323746";
|
|
4107
|
+
readonly chainId: 137;
|
|
4108
|
+
readonly decimals: 18;
|
|
4109
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
4110
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
4111
|
+
readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
|
|
4112
|
+
readonly description: "Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.";
|
|
4113
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
4114
|
+
};
|
|
4115
|
+
readonly bbamUSD: {
|
|
4116
|
+
readonly name: "Balancer Aave Stable Composable Pool";
|
|
4117
|
+
readonly symbol: "bbamUSD";
|
|
4118
|
+
readonly oracleId: "balancer-bbamUSD";
|
|
4119
|
+
readonly address: "0x48e6B98ef6329f8f0A30eBB8c7C960330d648085";
|
|
4120
|
+
readonly chainId: 137;
|
|
4121
|
+
readonly decimals: 18;
|
|
4122
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
4123
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
4124
|
+
readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
|
|
4125
|
+
readonly description: "Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.";
|
|
4126
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
4127
|
+
};
|
|
4128
|
+
readonly '2BRZ': {
|
|
4129
|
+
readonly name: "Balancer 2BRZ Pool";
|
|
4130
|
+
readonly symbol: "2BRZ";
|
|
4131
|
+
readonly oracleId: "balancer-brz-jbrl";
|
|
4132
|
+
readonly address: "0xE22483774bd8611bE2Ad2F4194078DaC9159F4bA";
|
|
4133
|
+
readonly chainId: 137;
|
|
4134
|
+
readonly decimals: 18;
|
|
4135
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
4136
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
4137
|
+
readonly documentation: "https://docs.balancer.fi/products/balancer-pools/";
|
|
4138
|
+
readonly description: "Balancer composable pool that consist of BRZ and jBRL";
|
|
4139
|
+
};
|
|
4140
|
+
readonly jBRL: {
|
|
4141
|
+
readonly name: "Jarvis Synthetic Brazilian Real";
|
|
4142
|
+
readonly symbol: "jBRL";
|
|
4143
|
+
readonly oracleId: "jBRL";
|
|
4144
|
+
readonly address: "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722";
|
|
4145
|
+
readonly chainId: 137;
|
|
4146
|
+
readonly decimals: 18;
|
|
4147
|
+
readonly website: "https://jarvis.network/";
|
|
4148
|
+
readonly description: "jBRL is a multi-collateralized synthetic token tracking the price of Brazilian Real. It is built on the top of UMA and Chainlink.";
|
|
4149
|
+
readonly logoURI: "https://jarvis.network/images/jBRL.svg";
|
|
4150
|
+
readonly documentation: "https://learn.jarvis.network/";
|
|
4151
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
4152
|
+
};
|
|
4153
|
+
readonly BRZ: {
|
|
4154
|
+
readonly name: "BRZ Token";
|
|
4155
|
+
readonly symbol: "BRZ";
|
|
4156
|
+
readonly oracleId: "BRZ";
|
|
4157
|
+
readonly address: "0x491a4eB4f1FC3BfF8E1d2FC856a6A46663aD556f";
|
|
4158
|
+
readonly chainId: 137;
|
|
4159
|
+
readonly decimals: 4;
|
|
4160
|
+
readonly website: "https://brztoken.io/";
|
|
4161
|
+
readonly 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.";
|
|
4162
|
+
readonly logoURI: "https://bscscan.com/token/images/brztoken_32.png";
|
|
4163
|
+
readonly documentation: "https://brztoken.io/files/white_paper_BRZ_2023.pdf";
|
|
4164
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
4165
|
+
};
|
|
4166
|
+
readonly multiWUSDR: {
|
|
4167
|
+
readonly name: "Real USD";
|
|
4168
|
+
readonly symbol: "wUSDR";
|
|
4169
|
+
readonly oracleId: "multiWUSDR";
|
|
4170
|
+
readonly address: "0xAF0D9D65fC54de245cdA37af3d18cbEc860A4D4b";
|
|
4171
|
+
readonly chainId: 137;
|
|
4172
|
+
readonly decimals: 9;
|
|
4173
|
+
readonly website: "https://www.tangible.store/realusd";
|
|
4174
|
+
readonly documentation: "https://docs.tangible.store/";
|
|
4175
|
+
readonly 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.";
|
|
4176
|
+
readonly logoURI: "";
|
|
4177
|
+
};
|
|
4178
|
+
readonly multiUSDR: {
|
|
4179
|
+
readonly name: "Real USD";
|
|
4180
|
+
readonly symbol: "USDR";
|
|
4181
|
+
readonly oracleId: "multiUSDR";
|
|
4182
|
+
readonly address: "0xb5DFABd7fF7F83BAB83995E72A52B97ABb7bcf63";
|
|
4183
|
+
readonly chainId: 137;
|
|
4184
|
+
readonly decimals: 9;
|
|
4185
|
+
readonly website: "https://www.tangible.store/realusd";
|
|
4186
|
+
readonly documentation: "https://docs.tangible.store/";
|
|
4187
|
+
readonly 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.";
|
|
4188
|
+
readonly logoURI: "";
|
|
4189
|
+
};
|
|
4190
|
+
readonly wUSDR: {
|
|
4191
|
+
readonly name: "Real USD";
|
|
4192
|
+
readonly symbol: "wUSDR";
|
|
4193
|
+
readonly oracleId: "wUSDR";
|
|
4194
|
+
readonly address: "0x00e8c0E92eB3Ad88189E7125Ec8825eDc03Ab265";
|
|
4195
|
+
readonly chainId: 137;
|
|
4196
|
+
readonly decimals: 9;
|
|
4197
|
+
readonly website: "https://www.tangible.store/realusd";
|
|
4198
|
+
readonly documentation: "https://docs.tangible.store/";
|
|
4199
|
+
readonly 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.";
|
|
4200
|
+
readonly logoURI: "";
|
|
4201
|
+
};
|
|
4202
|
+
readonly USDR: {
|
|
4203
|
+
readonly name: "Real USD";
|
|
4204
|
+
readonly symbol: "USDR";
|
|
4205
|
+
readonly oracleId: "USDR";
|
|
4206
|
+
readonly address: "0x40379a439D4F6795B6fc9aa5687dB461677A2dBa";
|
|
4207
|
+
readonly chainId: 137;
|
|
4208
|
+
readonly decimals: 9;
|
|
4209
|
+
readonly website: "https://www.tangible.store/realusd";
|
|
4210
|
+
readonly documentation: "https://docs.tangible.store/";
|
|
4211
|
+
readonly 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.";
|
|
4212
|
+
readonly logoURI: "";
|
|
4213
|
+
};
|
|
4214
|
+
readonly CVR: {
|
|
4215
|
+
readonly name: "CAVIAR";
|
|
4216
|
+
readonly symbol: "CVR";
|
|
4217
|
+
readonly oracleId: "CVR";
|
|
4218
|
+
readonly address: "0x6AE96Cc93331c19148541D4D2f31363684917092";
|
|
4219
|
+
readonly chainId: 137;
|
|
4220
|
+
readonly decimals: 18;
|
|
4221
|
+
readonly website: "https://www.tangible.store/caviar";
|
|
4222
|
+
readonly documentation: "https://docs.tangible.store/caviar/";
|
|
4223
|
+
readonly description: "A liquid wrapper for vePearl by Tangible";
|
|
4224
|
+
readonly logoURI: "";
|
|
4225
|
+
};
|
|
4226
|
+
readonly amWBTC: {
|
|
4227
|
+
readonly name: "Aave WBTC";
|
|
4228
|
+
readonly symbol: "amWBTC";
|
|
4229
|
+
readonly oracleId: "amWBTC";
|
|
4230
|
+
readonly address: "0x5c2ed810328349100A66B82b78a1791B101C9D61";
|
|
4231
|
+
readonly chainId: 137;
|
|
4232
|
+
readonly decimals: 8;
|
|
4233
|
+
readonly logoURI: "";
|
|
4234
|
+
readonly website: "https://wbtc.network/";
|
|
4235
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
4236
|
+
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
4237
|
+
readonly bridge: "polygon-canonical";
|
|
4238
|
+
};
|
|
4239
|
+
readonly aWMATIC: {
|
|
4240
|
+
readonly name: "Aave WMATIC";
|
|
4241
|
+
readonly symbol: "aWMATIC";
|
|
4242
|
+
readonly oracleId: "aWMATIC";
|
|
4243
|
+
readonly address: "0x6d80113e533a2C0fe82EaBD35f1875DcEA89Ea97";
|
|
4244
|
+
readonly chainId: 137;
|
|
4245
|
+
readonly decimals: 18;
|
|
4246
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
4247
|
+
readonly website: "https://polygon.technology/";
|
|
4248
|
+
readonly description: "Aave interest bearing MATIC. Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
|
|
4249
|
+
};
|
|
4250
|
+
readonly waWMATIC: {
|
|
4251
|
+
readonly name: "Wrapped Aave WMATIC";
|
|
4252
|
+
readonly symbol: "waWMATIC";
|
|
4253
|
+
readonly oracleId: "waWMATIC";
|
|
4254
|
+
readonly address: "0x0D6135b2cFBAE3b1c58368a93b855fa54FA5aae1";
|
|
4255
|
+
readonly chainId: 137;
|
|
4256
|
+
readonly decimals: 18;
|
|
4257
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
4258
|
+
readonly website: "https://polygon.technology/";
|
|
4259
|
+
readonly description: "Wrapped Aave interest bearing MATIC. Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
|
|
4260
|
+
};
|
|
4261
|
+
readonly bbaWMATIC: {
|
|
4262
|
+
readonly name: "Balancer Aave WMATIC Linear Pool";
|
|
4263
|
+
readonly symbol: "bbaWMATIC";
|
|
4264
|
+
readonly oracleId: "bbaWMATIC";
|
|
4265
|
+
readonly address: "0xE4885Ed2818Cc9E840A25f94F9b2A28169D1AEA7";
|
|
4266
|
+
readonly chainId: 137;
|
|
4267
|
+
readonly decimals: 18;
|
|
4268
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
4269
|
+
readonly website: "https://polygon.technology/";
|
|
4270
|
+
readonly description: "Balancer Boosted Aave interest bearing MATIC. Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
|
|
4271
|
+
readonly bridge: "native";
|
|
4272
|
+
};
|
|
4273
|
+
readonly aWETH: {
|
|
4274
|
+
readonly name: "Aave WETH";
|
|
4275
|
+
readonly symbol: "aWETH";
|
|
4276
|
+
readonly oracleId: "aWETH";
|
|
4277
|
+
readonly address: "0xe50fA9b3c56FfB159cB0FCA61F5c9D750e8128c8";
|
|
4278
|
+
readonly chainId: 137;
|
|
4279
|
+
readonly decimals: 18;
|
|
4280
|
+
readonly website: "https://weth.io/";
|
|
4281
|
+
readonly description: "Aave interest bearing WETH. Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
4282
|
+
readonly logoURI: "";
|
|
4283
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
4284
|
+
};
|
|
4285
|
+
readonly waWETH: {
|
|
4286
|
+
readonly name: "Wrapped Aave WETH";
|
|
4287
|
+
readonly symbol: "waWETH";
|
|
4288
|
+
readonly oracleId: "waWETH";
|
|
4289
|
+
readonly address: "0xa5bBf0f46B9dc8a43147862ba35c8134eB45f1F5";
|
|
4290
|
+
readonly chainId: 137;
|
|
4291
|
+
readonly decimals: 18;
|
|
4292
|
+
readonly website: "https://weth.io/";
|
|
4293
|
+
readonly description: "Wrapped Aave Interest Bearing ETH. Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
4294
|
+
readonly logoURI: "";
|
|
4295
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
4296
|
+
};
|
|
4297
|
+
readonly bbaWETH: {
|
|
4298
|
+
readonly name: "Balancer Aave WETH Linear Pool";
|
|
4299
|
+
readonly symbol: "bbaWETH";
|
|
4300
|
+
readonly oracleId: "bbaWETH";
|
|
4301
|
+
readonly address: "0x43894DE14462B421372bCFe445fA51b1b4A0Ff3D";
|
|
4302
|
+
readonly chainId: 137;
|
|
4303
|
+
readonly decimals: 18;
|
|
4304
|
+
readonly website: "https://weth.io/";
|
|
4305
|
+
readonly description: "Balancer Boosted Aave ETH. Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
4306
|
+
readonly logoURI: "";
|
|
4307
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
4308
|
+
};
|
|
4309
|
+
readonly AXL: {
|
|
4310
|
+
readonly name: "Axelar";
|
|
4311
|
+
readonly symbol: "AXL";
|
|
4312
|
+
readonly oracleId: "AXL";
|
|
4313
|
+
readonly address: "0x6e4E624106Cb12E168E6533F8ec7c82263358940";
|
|
4314
|
+
readonly chainId: 137;
|
|
4315
|
+
readonly decimals: 6;
|
|
4316
|
+
readonly website: "https://axelar.network/";
|
|
4317
|
+
readonly description: "Axelar delivers secure cross-chain communication for Web3, enabling you to build Interchain dApps that grow beyond a single chain. Secure means Axelar is built on proof-of-stake, the battle-tested approach used by Ethereum, Polygon, Cosmos, and more. Cross-chain communication means you can build a complete experience for your users that lets them interact with any asset, any application, on any chain with one click.";
|
|
4318
|
+
readonly logoURI: "";
|
|
4319
|
+
readonly documentation: "https://docs.axelar.dev/";
|
|
4320
|
+
};
|
|
4321
|
+
readonly axlUSDC: {
|
|
4322
|
+
readonly name: "Axelar Wrapped USDC";
|
|
4323
|
+
readonly symbol: "axlUSDC";
|
|
4324
|
+
readonly oracleId: "axlUSDC";
|
|
4325
|
+
readonly address: "0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed";
|
|
4326
|
+
readonly chainId: 137;
|
|
4327
|
+
readonly decimals: 6;
|
|
4328
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed.svg";
|
|
4329
|
+
readonly website: "https://www.axelar.network/";
|
|
4330
|
+
readonly bridge: "axelar";
|
|
4331
|
+
readonly description: "axlUSDC is a cross-chain representation of USDC, secured by a validator set using delegated Proof-of-Stake and multi-party cryptography. It allows USDC to move seamlessly across different blockchain ecosystems, minted by depositing USDC into an Axelar Gateway on Ethereum, and can be acquired through DEXs, cross-chain swaps via Squid, or bridging via Satellite.money.";
|
|
4332
|
+
readonly documentation: "https://docs.axelar.dev/learn/axlusdc";
|
|
4333
|
+
};
|
|
4334
|
+
readonly TNGBL: {
|
|
4335
|
+
readonly name: "Tangible";
|
|
4336
|
+
readonly symbol: "TNGBL";
|
|
4337
|
+
readonly oracleId: "TNGBL";
|
|
4338
|
+
readonly address: "0x49e6A20f1BBdfEeC2a8222E052000BbB14EE6007";
|
|
4339
|
+
readonly chainId: 137;
|
|
4340
|
+
readonly decimals: 18;
|
|
4341
|
+
readonly logoURI: "";
|
|
4342
|
+
readonly website: "https://www.tangible.store/";
|
|
4343
|
+
readonly description: "Tangible converts real world assets into tangible NFTs (TNFTs) that can be redeemed for the physical product at any time.";
|
|
4344
|
+
readonly bridge: "native";
|
|
4345
|
+
};
|
|
4346
|
+
readonly BETS: {
|
|
4347
|
+
readonly name: "BetSwirl Token";
|
|
4348
|
+
readonly symbol: "BETS";
|
|
4349
|
+
readonly oracleId: "BETS";
|
|
4350
|
+
readonly address: "0x9246a5F10A79a5a939b0C2a75A3AD196aAfDB43b";
|
|
4351
|
+
readonly chainId: 137;
|
|
4352
|
+
readonly decimals: 18;
|
|
4353
|
+
readonly logoURI: "";
|
|
4354
|
+
readonly website: "https://www.betswirl.com/";
|
|
4355
|
+
readonly description: "BetSwirl is a fully decentralized online cryptocurrency gaming platform, where everyone will be able to enjoy a fair play, a fun time and an innovative gamer experience.";
|
|
4356
|
+
readonly documentation: "https://documentation.betswirl.com/";
|
|
4357
|
+
};
|
|
4358
|
+
readonly RETRO: {
|
|
4359
|
+
readonly name: "RETRO";
|
|
4360
|
+
readonly symbol: "RETRO";
|
|
4361
|
+
readonly oracleId: "RETRO";
|
|
4362
|
+
readonly address: "0xBFA35599c7AEbb0dAcE9b5aa3ca5f2a79624D8Eb";
|
|
4363
|
+
readonly chainId: 137;
|
|
4364
|
+
readonly decimals: 18;
|
|
4365
|
+
readonly logoURI: "";
|
|
4366
|
+
readonly website: "https://retro.finance/";
|
|
4367
|
+
readonly description: "Retro is more than just a decentralized exchange and automated market maker. We are a solution for protocols on Polygon to incentivize liquidity and earn revenue. For users, we provide a mix of tried-and-true as well as innovative ve(3,3) tokenomics to bring them greater yields and liquidity. Our structure and commitment to maximizing gains for all users will continue to drive us to make changes and improvements to the ve(3,3) model.";
|
|
4368
|
+
readonly documentation: "https://docs.retro.finance/protocol-overview/welcome-to-retro-finance";
|
|
4369
|
+
readonly bridge: "native";
|
|
4370
|
+
};
|
|
4371
|
+
readonly AURA: {
|
|
4372
|
+
readonly name: "Aura";
|
|
4373
|
+
readonly symbol: "AURA";
|
|
4374
|
+
readonly oracleId: "AURA";
|
|
4375
|
+
readonly address: "0x1509706a6c66CA549ff0cB464de88231DDBe213B";
|
|
4376
|
+
readonly chainId: 137;
|
|
4377
|
+
readonly decimals: 18;
|
|
4378
|
+
readonly website: "https://aura.finance/";
|
|
4379
|
+
readonly description: "Aura Finance is a protocol built on top of the Balancer system to provide maximum incentives to Balancer liquidity providers and BAL stakers (into veBAL) through social aggregation of BAL deposits and Aura’s native token. For BAL stakers, Aura provides a seamless onboarding process to veBAL, by creating a tokenised wrapper token called auraBAL that represents the 80/20 BPT locked up for the maximum time in VotingEscrow (read more about what this means). This can be staked to receive existing rewards (BAL and bbaUSD) from Balancer, in addition to a share of any BAL earned by Aura (read more about the fees), and additional AURA. This minting process is irreversible however users can trade their auraBAL back to BAL through an incentivised liquidity pool.";
|
|
4380
|
+
readonly bridge: "layer-zero";
|
|
4381
|
+
readonly logoURI: "";
|
|
4382
|
+
readonly documentation: "https://docs.aura.finance/";
|
|
4383
|
+
};
|
|
4384
|
+
readonly LUCHA: {
|
|
4385
|
+
readonly name: "Luchadores.io LUCHA Token";
|
|
4386
|
+
readonly symbol: "LUCHA";
|
|
4387
|
+
readonly oracleId: "LUCHA";
|
|
4388
|
+
readonly address: "0x6749441Fdc8650b5b5a854ed255C82EF361f1596";
|
|
4389
|
+
readonly chainId: 137;
|
|
4390
|
+
readonly decimals: 18;
|
|
4391
|
+
readonly website: "https://luchadores.io";
|
|
4392
|
+
readonly description: "Luchadores.io is a 100% on-chain auto-battler in an 8-bit style for the nostalgic retro gamer and the universe of Lucha Libre!";
|
|
4393
|
+
readonly bridge: "native";
|
|
4394
|
+
readonly logoURI: "";
|
|
4395
|
+
readonly documentation: "https://luchadores.notion.site/Luchadores-io-e9a8f397637643e1a821dd6890a2216a";
|
|
4396
|
+
};
|
|
4397
|
+
readonly CASH: {
|
|
4398
|
+
readonly name: "CASH";
|
|
4399
|
+
readonly symbol: "CASH";
|
|
4400
|
+
readonly oracleId: "CASH";
|
|
4401
|
+
readonly address: "0x5D066D022EDE10eFa2717eD3D79f22F949F8C175";
|
|
4402
|
+
readonly chainId: 137;
|
|
4403
|
+
readonly decimals: 18;
|
|
4404
|
+
readonly logoURI: "";
|
|
4405
|
+
readonly website: "https://stabl.fi/";
|
|
4406
|
+
readonly 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.";
|
|
4407
|
+
readonly bridge: "native";
|
|
4408
|
+
readonly documentation: "https://docs.stabl.fi/protocol-overview/introducing-stabl.fi";
|
|
4409
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
4410
|
+
};
|
|
4411
|
+
readonly asdCRV: {
|
|
4412
|
+
readonly name: "Aladdin sdCRV";
|
|
4413
|
+
readonly address: "0x75289388d50364c3013583d97bd70cED0e183e32";
|
|
4414
|
+
readonly symbol: "asdCRV";
|
|
4415
|
+
readonly oracleId: "asdCRV";
|
|
4416
|
+
readonly decimals: 18;
|
|
4417
|
+
readonly chainId: 137;
|
|
4418
|
+
readonly website: "https://concentrator.aladdin.club/";
|
|
4419
|
+
readonly description: "asdCRV represents the compounding sdCRV in the StakeDAO CRV Locker. The total amount of asdCRV contained in the compounder is equal to the total sdCRV balance multiplied by the current index";
|
|
4420
|
+
readonly bridge: "stargate";
|
|
4421
|
+
readonly logoURI: "";
|
|
4422
|
+
};
|
|
4423
|
+
readonly cbETH: {
|
|
4424
|
+
readonly name: "Coinbase Wrapped Staked ETH (FXERC20)";
|
|
4425
|
+
readonly symbol: "fxcbETH";
|
|
4426
|
+
readonly oracleId: "cbETH";
|
|
4427
|
+
readonly address: "0x4b4327dB1600B8B1440163F667e199CEf35385f5";
|
|
4428
|
+
readonly chainId: 137;
|
|
4429
|
+
readonly decimals: 18;
|
|
4430
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4b4327dB1600B8B1440163F667e199CEf35385f5.svg";
|
|
4431
|
+
readonly website: "https://www.coinbase.com/";
|
|
4432
|
+
readonly description: "Coinbase Wrapped Staked ETH (“cbETH”) is a utility token that represents Ethereum 2 (ETH2), which is ETH staked through Coinbase. Over time, the price of cbETH will likely deviate from ETH because cbETH represents 1 staked ETH plus all of its accrued staking interest starting from when cbETH's conversion rate and balance were initialized (June 16, 2022 19:34 UTC). cbETH is minted exclusively by Coinbase.";
|
|
4433
|
+
readonly documentation: "https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth";
|
|
4434
|
+
readonly bridge: "polygon-canonical";
|
|
4435
|
+
};
|
|
4436
|
+
readonly ZRO: {
|
|
4437
|
+
readonly name: "LayerZero";
|
|
4438
|
+
readonly symbol: "ZRO";
|
|
4439
|
+
readonly oracleId: "ZRO";
|
|
4440
|
+
readonly address: "0x6985884C4392D348587B19cb9eAAf157F13271cd";
|
|
4441
|
+
readonly chainId: 137;
|
|
4442
|
+
readonly decimals: 18;
|
|
4443
|
+
readonly logoURI: "";
|
|
4444
|
+
readonly website: "https://layerzero.network/";
|
|
4445
|
+
readonly documentation: "https://docs.layerzero.network/v2";
|
|
4446
|
+
readonly 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.";
|
|
4447
|
+
readonly bridge: "layer-zero";
|
|
4448
|
+
};
|
|
4449
|
+
}>;
|
|
4450
|
+
readonly native: {
|
|
4451
|
+
readonly symbol: "POL";
|
|
4452
|
+
readonly oracleId: "MATIC";
|
|
4453
|
+
};
|
|
4454
|
+
};
|