@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,2754 @@
|
|
|
1
|
+
export declare const tokens: {
|
|
2
|
+
readonly WNATIVE: {
|
|
3
|
+
readonly name: "Wrapped Ether";
|
|
4
|
+
readonly address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2";
|
|
5
|
+
readonly symbol: "WETH";
|
|
6
|
+
readonly oracleId: "WETH";
|
|
7
|
+
readonly decimals: 18;
|
|
8
|
+
readonly chainId: 1;
|
|
9
|
+
readonly website: "https://weth.io/";
|
|
10
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain. ";
|
|
11
|
+
readonly bridge: "native";
|
|
12
|
+
readonly logoURI: "https://arbiscan.io/token/images/weth_28.png";
|
|
13
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
14
|
+
};
|
|
15
|
+
readonly FEES: {
|
|
16
|
+
readonly name: "Wrapped Ether";
|
|
17
|
+
readonly address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2";
|
|
18
|
+
readonly symbol: "WETH";
|
|
19
|
+
readonly oracleId: "WETH";
|
|
20
|
+
readonly decimals: 18;
|
|
21
|
+
readonly chainId: 1;
|
|
22
|
+
readonly website: "https://weth.io/";
|
|
23
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain. ";
|
|
24
|
+
readonly bridge: "native";
|
|
25
|
+
readonly logoURI: "https://arbiscan.io/token/images/weth_28.png";
|
|
26
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
27
|
+
};
|
|
28
|
+
readonly ETH: {
|
|
29
|
+
readonly name: "Wrapped Ether";
|
|
30
|
+
readonly address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2";
|
|
31
|
+
readonly symbol: "WETH";
|
|
32
|
+
readonly oracleId: "WETH";
|
|
33
|
+
readonly decimals: 18;
|
|
34
|
+
readonly chainId: 1;
|
|
35
|
+
readonly website: "https://weth.io/";
|
|
36
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain. ";
|
|
37
|
+
readonly bridge: "native";
|
|
38
|
+
readonly logoURI: "https://arbiscan.io/token/images/weth_28.png";
|
|
39
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
40
|
+
};
|
|
41
|
+
readonly WETH: {
|
|
42
|
+
readonly name: "Wrapped Ether";
|
|
43
|
+
readonly address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2";
|
|
44
|
+
readonly symbol: "WETH";
|
|
45
|
+
readonly oracleId: "WETH";
|
|
46
|
+
readonly decimals: 18;
|
|
47
|
+
readonly chainId: 1;
|
|
48
|
+
readonly website: "https://weth.io/";
|
|
49
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain. ";
|
|
50
|
+
readonly bridge: "native";
|
|
51
|
+
readonly logoURI: "https://arbiscan.io/token/images/weth_28.png";
|
|
52
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
53
|
+
};
|
|
54
|
+
readonly BIFI: {
|
|
55
|
+
readonly name: "Beefy";
|
|
56
|
+
readonly symbol: "BIFI";
|
|
57
|
+
readonly oracleId: "BIFI";
|
|
58
|
+
readonly address: "0xB1F1ee126e9c96231Cc3d3fAD7C08b4cf873b1f1";
|
|
59
|
+
readonly chainId: 1;
|
|
60
|
+
readonly decimals: 18;
|
|
61
|
+
readonly website: "https://www.beefy.finance/";
|
|
62
|
+
readonly documentation: "https://docs.beefy.finance/";
|
|
63
|
+
readonly description: "The Beefy Token (BIFI) is the governance token of the Beefy DAO. Holders of the token are entitled to submit and vote on proposals on all areas affecting the DAO through the Beefy Snapshot Space, as well as to participate in Beefy's governance incentives programme through the BIFI Pool or BIFI Vault.";
|
|
64
|
+
readonly logoURI: "https://beefy.com/icons/128/BIFI.png";
|
|
65
|
+
readonly bridge: "native";
|
|
66
|
+
};
|
|
67
|
+
readonly rBIFI: {
|
|
68
|
+
readonly name: "BIFI Pool Receipt";
|
|
69
|
+
readonly symbol: "rBIFI";
|
|
70
|
+
readonly oracleId: "rBIFI";
|
|
71
|
+
readonly address: "0xb1F131437e314614313aAb3a3016FA05c1b0e087";
|
|
72
|
+
readonly chainId: 1;
|
|
73
|
+
readonly decimals: 18;
|
|
74
|
+
readonly website: "https://www.beefy.finance/";
|
|
75
|
+
readonly documentation: "https://docs.beefy.finance/";
|
|
76
|
+
readonly description: "The Beefy Token (BIFI) is the governance token of the Beefy DAO. Holders of the token are entitled to submit and vote on proposals on all areas affecting the DAO through the Beefy Snapshot Space, as well as to participate in Beefy's governance incentives programme through the BIFI Pool or BIFI Vault.";
|
|
77
|
+
readonly logoURI: "https://beefy.com/icons/128/BIFI.png";
|
|
78
|
+
readonly bridge: "native";
|
|
79
|
+
};
|
|
80
|
+
readonly mooBIFI: {
|
|
81
|
+
readonly name: "BIFI Vault Receipt";
|
|
82
|
+
readonly symbol: "mooBIFI";
|
|
83
|
+
readonly oracleId: "mooBIFI";
|
|
84
|
+
readonly address: "0xBEEF8e0982874e0292E6C5751C5A4092b3e1BEEF";
|
|
85
|
+
readonly chainId: 1;
|
|
86
|
+
readonly decimals: 18;
|
|
87
|
+
readonly website: "https://www.beefy.finance/";
|
|
88
|
+
readonly documentation: "https://docs.beefy.finance/";
|
|
89
|
+
readonly description: "The incentive-bearing Beefy Token (mooBIFI) applies the magic of Beefy's autocompounding technology to the BIFI token. It is the vault token for the BIFI Vault, which automatically claims and swaps governance incentives into more BIFI, and redeposits to unlock exponential growth. On chains other than Ethereum, mooBIFI is a bridged copy of the native Ethereum token, and cannot be returned to BIFI without first bridging back to Ethereum. mooBIFI holders on all chains retain their full voting power corresponding to the underlying amount of BIFI deposited and compounding on Ethereum.";
|
|
90
|
+
readonly logoURI: "https://beefy.com/icons/128/mooBIFI.png";
|
|
91
|
+
readonly bridge: "native";
|
|
92
|
+
};
|
|
93
|
+
readonly xmooBIFI: {
|
|
94
|
+
readonly name: "BIFI Vault Receipt xERC20";
|
|
95
|
+
readonly symbol: "xmooBIFI";
|
|
96
|
+
readonly oracleId: "xmooBIFI";
|
|
97
|
+
readonly address: "0xb1feA302f3B2E93FA04E46dCCE35F2Fc522d7bB9";
|
|
98
|
+
readonly chainId: 1;
|
|
99
|
+
readonly decimals: 18;
|
|
100
|
+
readonly website: "https://www.beefy.finance/";
|
|
101
|
+
readonly documentation: "https://docs.beefy.finance/";
|
|
102
|
+
readonly description: "The incentive-bearing Beefy Token (mooBIFI) applies the magic of Beefy's autocompounding technology to the BIFI token. It is the vault token for the BIFI Vault, which automatically claims and swaps governance incentives into more BIFI, and redeposits to unlock exponential growth. On chains other than Ethereum, mooBIFI is a bridged copy of the native Ethereum token, and cannot be returned to BIFI without first bridging back to Ethereum. mooBIFI holders on all chains retain their full voting power corresponding to the underlying amount of BIFI deposited and compounding on Ethereum.";
|
|
103
|
+
readonly logoURI: "https://beefy.com/icons/128/mooBIFI.png";
|
|
104
|
+
readonly bridge: "native";
|
|
105
|
+
};
|
|
106
|
+
readonly oldBIFI: {
|
|
107
|
+
readonly name: "Beefy.Finance";
|
|
108
|
+
readonly symbol: "oldBIFI";
|
|
109
|
+
readonly oracleId: "oldBIFI";
|
|
110
|
+
readonly address: "0x5870700f1272a1AdbB87C3140bD770880a95e55D";
|
|
111
|
+
readonly chainId: 1;
|
|
112
|
+
readonly decimals: 18;
|
|
113
|
+
readonly website: "https://www.beefy.finance/";
|
|
114
|
+
readonly documentation: "https://docs.beefy.finance/";
|
|
115
|
+
readonly description: "Beefy Finance is a Decentralized, Multi-Chain Yield Optimizer platform that allows its users to earn compound interest on their crypto holdings.";
|
|
116
|
+
readonly logoURI: "https://raw.githubusercontent.com/beefyfinance/beefy-app/prod/src/images/single-assets/BIFI.png";
|
|
117
|
+
};
|
|
118
|
+
readonly USDC: {
|
|
119
|
+
readonly name: "USD Coin";
|
|
120
|
+
readonly address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
121
|
+
readonly symbol: "USDC";
|
|
122
|
+
readonly oracleId: "USDC";
|
|
123
|
+
readonly decimals: 6;
|
|
124
|
+
readonly website: "https://www.circle.com/usdc";
|
|
125
|
+
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.";
|
|
126
|
+
readonly bridge: "native";
|
|
127
|
+
readonly chainId: 1;
|
|
128
|
+
readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
|
|
129
|
+
readonly documentation: "https://developers.circle.com/docs";
|
|
130
|
+
};
|
|
131
|
+
readonly STG: {
|
|
132
|
+
readonly name: "Stargate";
|
|
133
|
+
readonly symbol: "STG";
|
|
134
|
+
readonly oracleId: "STG";
|
|
135
|
+
readonly address: "0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6";
|
|
136
|
+
readonly chainId: 1;
|
|
137
|
+
readonly decimals: 18;
|
|
138
|
+
readonly logoURI: "https://raw.githubusercontent.com/traderjoe-xyz/joe-tokenlists/main/logos/0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590/logo.png";
|
|
139
|
+
readonly website: "https://stargate.finance/";
|
|
140
|
+
readonly description: "Stargate is a community-driven organization building the first fully composable native asset bridge, and the first dApp built on LayerZero.";
|
|
141
|
+
readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
|
|
142
|
+
};
|
|
143
|
+
readonly CNC: {
|
|
144
|
+
readonly name: "Conic Finance Token";
|
|
145
|
+
readonly symbol: "CNC";
|
|
146
|
+
readonly oracleId: "CNC";
|
|
147
|
+
readonly address: "0x9aE380F0272E2162340a5bB646c354271c0F5cFC";
|
|
148
|
+
readonly chainId: 1;
|
|
149
|
+
readonly decimals: 18;
|
|
150
|
+
readonly website: "https://conic.finance/";
|
|
151
|
+
readonly description: "Conic Finance is an easy-to-use platform built for liquidity providers to easily diversify their exposure to multiple Curve pools. Any user can provide liquidity into a Conic Omnipool which allocates funds across Curve in proportion to protocol controlled pool weights.";
|
|
152
|
+
readonly bridge: "native";
|
|
153
|
+
readonly documentation: "https://docs.conic.finance/conic-finance/";
|
|
154
|
+
};
|
|
155
|
+
readonly CTR: {
|
|
156
|
+
readonly name: "Concentrator Token";
|
|
157
|
+
readonly symbol: "CTR";
|
|
158
|
+
readonly oracleId: "CTR";
|
|
159
|
+
readonly address: "0xb3Ad645dB386D7F6D753B2b9C3F4B853DA6890B8";
|
|
160
|
+
readonly chainId: 1;
|
|
161
|
+
readonly decimals: 18;
|
|
162
|
+
readonly website: "https://concentrator.aladdin.club/";
|
|
163
|
+
readonly description: "Concentrator by Aladdin DAO maximizes Convex APYs and earns yield in the best DeFi tokens. Concentrator is a yield enhancer that boosts yields on Convex vaults by concentrating all rewards into auto-compounding top-tier tokens like aCRV (cvxCRV) and aFXS (cvxFXS/FXS).";
|
|
164
|
+
readonly bridge: "native";
|
|
165
|
+
readonly documentation: "https://docs.aladdin.club/concentrator";
|
|
166
|
+
};
|
|
167
|
+
readonly MATIC: {
|
|
168
|
+
readonly name: "Matic Token";
|
|
169
|
+
readonly symbol: "MATIC";
|
|
170
|
+
readonly oracleId: "MATIC";
|
|
171
|
+
readonly address: "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0";
|
|
172
|
+
readonly chainId: 1;
|
|
173
|
+
readonly decimals: 18;
|
|
174
|
+
readonly website: "https://polygon.technology/";
|
|
175
|
+
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.";
|
|
176
|
+
readonly bridge: "native";
|
|
177
|
+
};
|
|
178
|
+
readonly wstETH: {
|
|
179
|
+
readonly name: "Lido Wrapped Staked ETH";
|
|
180
|
+
readonly symbol: "wstETH";
|
|
181
|
+
readonly oracleId: "wstETH";
|
|
182
|
+
readonly address: "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0";
|
|
183
|
+
readonly chainId: 1;
|
|
184
|
+
readonly decimals: 18;
|
|
185
|
+
readonly website: "https://lido.fi/";
|
|
186
|
+
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.";
|
|
187
|
+
readonly bridge: "native";
|
|
188
|
+
readonly logoURI: "";
|
|
189
|
+
readonly documentation: "https://docs.lido.fi/";
|
|
190
|
+
};
|
|
191
|
+
readonly stETH: {
|
|
192
|
+
readonly name: "Lido Wrapped Staked ETH";
|
|
193
|
+
readonly symbol: "stETH";
|
|
194
|
+
readonly oracleId: "stETH";
|
|
195
|
+
readonly address: "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84";
|
|
196
|
+
readonly chainId: 1;
|
|
197
|
+
readonly decimals: 18;
|
|
198
|
+
readonly website: "https://lido.fi/";
|
|
199
|
+
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.";
|
|
200
|
+
readonly bridge: "native";
|
|
201
|
+
readonly logoURI: "";
|
|
202
|
+
readonly documentation: "https://docs.lido.fi/";
|
|
203
|
+
};
|
|
204
|
+
readonly pETH: {
|
|
205
|
+
readonly name: "JPEG'd ETH";
|
|
206
|
+
readonly symbol: "pETH";
|
|
207
|
+
readonly oracleId: "pETH";
|
|
208
|
+
readonly address: "0x836A808d4828586A69364065A1e064609F5078c7";
|
|
209
|
+
readonly chainId: 1;
|
|
210
|
+
readonly decimals: 18;
|
|
211
|
+
readonly website: "https://jpegd.io/";
|
|
212
|
+
readonly description: "pETH is an Ethereum derivative supported by the JPEG'd protocol. It is minted when a user borrows against their NFT and burned when they decide to repay their loan. Unlike the 2% interest rate for borrowing PUSd, minting $pETH against an NFT has a 5% interest rate.";
|
|
213
|
+
readonly documentation: "https://docs.jpegd.io/tokenomics/usdpeth";
|
|
214
|
+
};
|
|
215
|
+
readonly FRAX: {
|
|
216
|
+
readonly chainId: 1;
|
|
217
|
+
readonly address: "0x853d955aCEf822Db058eb8505911ED77F175b99e";
|
|
218
|
+
readonly decimals: 18;
|
|
219
|
+
readonly name: "Frax";
|
|
220
|
+
readonly symbol: "FRAX";
|
|
221
|
+
readonly oracleId: "FRAX";
|
|
222
|
+
readonly website: "https://frax.finance/";
|
|
223
|
+
readonly description: "FRAX (LFRAX, Legacy Frax) is the original stablecoin of the Frax protocol. Users can migrate 1:1 to frxUSD.";
|
|
224
|
+
readonly bridge: "native";
|
|
225
|
+
readonly logoURI: "";
|
|
226
|
+
readonly documentation: "https://docs.frax.finance/";
|
|
227
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
228
|
+
};
|
|
229
|
+
readonly frxUSD: {
|
|
230
|
+
readonly chainId: 1;
|
|
231
|
+
readonly address: "0xCAcd6fd266aF91b8AeD52aCCc382b4e165586E29";
|
|
232
|
+
readonly decimals: 18;
|
|
233
|
+
readonly name: "Frax USD";
|
|
234
|
+
readonly symbol: "frxUSD";
|
|
235
|
+
readonly oracleId: "frxUSD";
|
|
236
|
+
readonly website: "https://frax.finance/";
|
|
237
|
+
readonly description: "frxUSD is a replacement for FRAX on Ethereum. frxUSD is a crypto collateralized stablecoin pegged to the US dollar.";
|
|
238
|
+
readonly bridge: "native";
|
|
239
|
+
readonly logoURI: "";
|
|
240
|
+
readonly documentation: "https://docs.frax.finance/";
|
|
241
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
242
|
+
};
|
|
243
|
+
readonly sfrxUSD: {
|
|
244
|
+
readonly name: "Staked Frax USD";
|
|
245
|
+
readonly symbol: "sfrxUSD";
|
|
246
|
+
readonly oracleId: "sfrxUSD";
|
|
247
|
+
readonly chainId: 1;
|
|
248
|
+
readonly address: "0xcf62F905562626CfcDD2261162a51fd02Fc9c5b6";
|
|
249
|
+
readonly decimals: 18;
|
|
250
|
+
readonly website: "https://frax.finance/";
|
|
251
|
+
readonly description: "Staked Frax USD (sfrxUSD) is an ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in frxUSD stablecoins. The sfrxUSD token represents pro rata deposits within the vault and is always withdrawable for frxUSD stablecoins at the pro rata rate at all times. sfrxUSD APY attempts to roughly track the interest on reserve balances (IORB) rate of the United States Federal Reserve using the IORB oracle. This benchmark rate is generally accepted as the “risk free rate” of the US Dollar. The frxUSD staking vault attempts, but does not guarantee in any way, to target this rate.";
|
|
252
|
+
readonly bridge: "native";
|
|
253
|
+
readonly documentation: "https://docs.frax.finance/";
|
|
254
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
255
|
+
};
|
|
256
|
+
readonly WBTC: {
|
|
257
|
+
readonly chainId: 1;
|
|
258
|
+
readonly address: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599";
|
|
259
|
+
readonly decimals: 8;
|
|
260
|
+
readonly name: "Wrapped BTC";
|
|
261
|
+
readonly symbol: "WBTC";
|
|
262
|
+
readonly oracleId: "WBTC";
|
|
263
|
+
readonly website: "https://wbtc.network/";
|
|
264
|
+
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
265
|
+
readonly bridge: "wbtc-dao";
|
|
266
|
+
readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x408D4cD0ADb7ceBd1F1A1C33A0Ba2098E1295bAB/logo.png";
|
|
267
|
+
};
|
|
268
|
+
readonly sBTC: {
|
|
269
|
+
readonly chainId: 1;
|
|
270
|
+
readonly address: "0xfE18be6b3Bd88A2D2A7f928d00292E7a9963CfC6";
|
|
271
|
+
readonly decimals: 18;
|
|
272
|
+
readonly name: "Synthetix: sBTC";
|
|
273
|
+
readonly symbol: "sBTC";
|
|
274
|
+
readonly oracleId: "sBTC";
|
|
275
|
+
readonly website: "https://www.synthetix.io/";
|
|
276
|
+
readonly description: "sBTC is a synthetic Bitcoin token enabled by the Synthetix protocol. It tracks the price of Bitcoin through price feeds supplied by Chainlink’s decentralized network of oracles.";
|
|
277
|
+
readonly bridge: "native";
|
|
278
|
+
readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x408D4cD0ADb7ceBd1F1A1C33A0Ba2098E1295bAB/logo.png";
|
|
279
|
+
};
|
|
280
|
+
readonly multiBTC: {
|
|
281
|
+
readonly chainId: 1;
|
|
282
|
+
readonly address: "0x66eFF5221ca926636224650Fd3B9c497FF828F7D";
|
|
283
|
+
readonly decimals: 8;
|
|
284
|
+
readonly name: "Multichain BTC";
|
|
285
|
+
readonly symbol: "multiBTC";
|
|
286
|
+
readonly oracleId: "multiBTC";
|
|
287
|
+
readonly website: "https://app.multichain.org/";
|
|
288
|
+
readonly description: "Multichain supports to swap BTC to MultiBTC (Multichain BTC) 1:1.";
|
|
289
|
+
readonly bridge: "multichain";
|
|
290
|
+
readonly documentation: "https://docs.multichain.org/getting-started/introduction";
|
|
291
|
+
};
|
|
292
|
+
readonly alETH: {
|
|
293
|
+
readonly name: "Alchemix ETH";
|
|
294
|
+
readonly symbol: "alETH";
|
|
295
|
+
readonly oracleId: "alETH";
|
|
296
|
+
readonly address: "0x0100546F2cD4C9D97f798fFC9755E47865FF7Ee6";
|
|
297
|
+
readonly chainId: 1;
|
|
298
|
+
readonly decimals: 18;
|
|
299
|
+
readonly logoURI: "";
|
|
300
|
+
readonly website: "https://alchemix.fi/";
|
|
301
|
+
readonly documentation: "https://alchemix-finance.gitbook.io/v2/";
|
|
302
|
+
readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
|
|
303
|
+
};
|
|
304
|
+
readonly alUSD: {
|
|
305
|
+
readonly name: "Alchemix USD";
|
|
306
|
+
readonly symbol: "alUSD";
|
|
307
|
+
readonly oracleId: "alUSD";
|
|
308
|
+
readonly address: "0xBC6DA0FE9aD5f3b0d58160288917AA56653660E9";
|
|
309
|
+
readonly chainId: 1;
|
|
310
|
+
readonly decimals: 18;
|
|
311
|
+
readonly logoURI: "";
|
|
312
|
+
readonly website: "https://alchemix.fi/";
|
|
313
|
+
readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
|
|
314
|
+
readonly bridge: "native";
|
|
315
|
+
readonly documentation: "https://alchemix-finance.gitbook.io/user-docs/";
|
|
316
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
317
|
+
};
|
|
318
|
+
readonly MIM: {
|
|
319
|
+
readonly name: "Magic Internet Money";
|
|
320
|
+
readonly address: "0x99D8a9C45b2ecA8864373A26D1459e3Dff1e17F3";
|
|
321
|
+
readonly symbol: "MIM";
|
|
322
|
+
readonly oracleId: "MIM";
|
|
323
|
+
readonly decimals: 18;
|
|
324
|
+
readonly chainId: 1;
|
|
325
|
+
readonly website: "https://abracadabra.money/";
|
|
326
|
+
readonly description: "You, the Spellcaster, can provide collateral in the form of various interest bearing crypto assets such as yvYFI, yvUSDT, yvUSDC, xSUSHI and more. With this, you can borrow magic internet money (MIM) which is a stable coin that you can swap for any other traditional stable coin.";
|
|
327
|
+
readonly bridge: "native";
|
|
328
|
+
readonly logoURI: "";
|
|
329
|
+
readonly documentation: "https://docs.abracadabra.money/";
|
|
330
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
331
|
+
};
|
|
332
|
+
readonly ApeUSD: {
|
|
333
|
+
readonly name: "ApeUSD";
|
|
334
|
+
readonly address: "0xfF709449528B6fB6b88f557F7d93dEce33bca78D";
|
|
335
|
+
readonly symbol: "ApeUSD";
|
|
336
|
+
readonly oracleId: "ApeUSD";
|
|
337
|
+
readonly decimals: 18;
|
|
338
|
+
readonly chainId: 1;
|
|
339
|
+
readonly website: "https://ape.fi/";
|
|
340
|
+
readonly documentation: "https://github.com/ape-fi/ape-finance";
|
|
341
|
+
readonly description: "Ape Finance is building DeFi tools for metaverse dwellers, proud PFP owners, and digital collectible enthusiasts in all of us. We appreciate culture, art, and games. Ape Finance begins with the creation of the ApeUSD.";
|
|
342
|
+
readonly bridge: "native";
|
|
343
|
+
readonly logoURI: "";
|
|
344
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
345
|
+
};
|
|
346
|
+
readonly auraBAL: {
|
|
347
|
+
readonly name: "Aura Staked BAL BPT";
|
|
348
|
+
readonly symbol: "auraBAL";
|
|
349
|
+
readonly oracleId: "auraBAL";
|
|
350
|
+
readonly address: "0x616e8BfA43F920657B3497DBf40D6b1A02D4608d";
|
|
351
|
+
readonly chainId: 1;
|
|
352
|
+
readonly decimals: 18;
|
|
353
|
+
readonly website: "https://aura.finance/";
|
|
354
|
+
readonly description: "auraBAL is Aura's liquid staking locked BAL (80 BAL / 20 ETH) BPT";
|
|
355
|
+
readonly bridge: "native";
|
|
356
|
+
readonly logoURI: "";
|
|
357
|
+
readonly documentation: "https://docs.aura.finance/aura/what-is-aura/for-usdbal-stakers";
|
|
358
|
+
};
|
|
359
|
+
readonly BAL: {
|
|
360
|
+
readonly name: "Balancer";
|
|
361
|
+
readonly symbol: "BAL";
|
|
362
|
+
readonly oracleId: "BAL";
|
|
363
|
+
readonly address: "0xba100000625a3754423978a60c9317c58a424e3D";
|
|
364
|
+
readonly chainId: 1;
|
|
365
|
+
readonly decimals: 18;
|
|
366
|
+
readonly website: "https://balancer.fi/";
|
|
367
|
+
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. ";
|
|
368
|
+
readonly logoURI: "";
|
|
369
|
+
readonly documentation: "https://docs.balancer.fi/";
|
|
370
|
+
};
|
|
371
|
+
readonly AURA: {
|
|
372
|
+
readonly name: "Aura";
|
|
373
|
+
readonly symbol: "AURA";
|
|
374
|
+
readonly oracleId: "AURA";
|
|
375
|
+
readonly address: "0xC0c293ce456fF0ED870ADd98a0828Dd4d2903DBF";
|
|
376
|
+
readonly chainId: 1;
|
|
377
|
+
readonly decimals: 18;
|
|
378
|
+
readonly website: "https://aura.finance/";
|
|
379
|
+
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.";
|
|
380
|
+
readonly bridge: "native";
|
|
381
|
+
readonly logoURI: "";
|
|
382
|
+
readonly documentation: "https://docs.aura.finance/";
|
|
383
|
+
};
|
|
384
|
+
readonly MAI: {
|
|
385
|
+
readonly name: "Mai Stablecoin";
|
|
386
|
+
readonly symbol: "MAI";
|
|
387
|
+
readonly oracleId: "MAI";
|
|
388
|
+
readonly address: "0x8D6CeBD76f18E1558D4DB88138e2DeFB3909fAD6";
|
|
389
|
+
readonly chainId: 1;
|
|
390
|
+
readonly decimals: 18;
|
|
391
|
+
readonly logoURI: "";
|
|
392
|
+
readonly website: "https://mai.finance/";
|
|
393
|
+
readonly documentation: "https://docs.mai.finance/";
|
|
394
|
+
readonly description: "MAI is a stable coin collateralized by your MATIC holdings. Its powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
|
|
395
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
396
|
+
};
|
|
397
|
+
readonly tBTC: {
|
|
398
|
+
readonly name: "tBTC v2";
|
|
399
|
+
readonly symbol: "tBTC";
|
|
400
|
+
readonly oracleId: "tBTC";
|
|
401
|
+
readonly address: "0x18084fbA666a33d37592fA2633fD49a74DD93a88";
|
|
402
|
+
readonly chainId: 1;
|
|
403
|
+
readonly decimals: 18;
|
|
404
|
+
readonly logoURI: "";
|
|
405
|
+
readonly website: "https://threshold.network/";
|
|
406
|
+
readonly documentation: "https://docs.threshold.network/";
|
|
407
|
+
readonly description: "Threshold is the first ever on-chain merge between two existing networks and communities, Keep and NuCypher. Threshold provides a suite of threshold cryptography services that power user sovereignty on the blockchain.";
|
|
408
|
+
readonly bridge: "threshold";
|
|
409
|
+
};
|
|
410
|
+
readonly thUSD: {
|
|
411
|
+
readonly name: "Threshold USD";
|
|
412
|
+
readonly symbol: "thUSD";
|
|
413
|
+
readonly oracleId: "thUSD";
|
|
414
|
+
readonly address: "0xCFC5bD99915aAa815401C5a41A927aB7a38d29cf";
|
|
415
|
+
readonly chainId: 1;
|
|
416
|
+
readonly decimals: 18;
|
|
417
|
+
readonly logoURI: "";
|
|
418
|
+
readonly website: "https://www.thresholdusd.org/";
|
|
419
|
+
readonly documentation: "https://docs.threshold.network/applications/threshold-usd";
|
|
420
|
+
readonly description: "Threshold USD (thUSD) is a stablecoin soft-pegged against USD and backed by ETH and tBTC as collateral, with a minimum collateral ratio of 110%.";
|
|
421
|
+
readonly bridge: "native";
|
|
422
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
423
|
+
};
|
|
424
|
+
readonly T: {
|
|
425
|
+
readonly name: "Threshold Network Token";
|
|
426
|
+
readonly symbol: "T";
|
|
427
|
+
readonly oracleId: "T";
|
|
428
|
+
readonly address: "0xCdF7028ceAB81fA0C6971208e83fa7872994beE5";
|
|
429
|
+
readonly chainId: 1;
|
|
430
|
+
readonly decimals: 18;
|
|
431
|
+
readonly logoURI: "";
|
|
432
|
+
readonly website: "https://threshold.network/";
|
|
433
|
+
readonly description: "Threshold is the first ever on-chain merge between two existing networks and communities, Keep and NuCypher. Threshold provides a suite of threshold cryptography services that power user sovereignty on the blockchain.";
|
|
434
|
+
readonly bridge: "native";
|
|
435
|
+
readonly documentation: "https://docs.threshold.network/app-development/staking-contract-and-dao/staking-contract-and-dao-api/t";
|
|
436
|
+
};
|
|
437
|
+
readonly eCFX: {
|
|
438
|
+
readonly name: "ethereum Conflux";
|
|
439
|
+
readonly symbol: "eCFX";
|
|
440
|
+
readonly oracleId: "eCFX";
|
|
441
|
+
readonly address: "0xA1f82E14bc09A1b42710dF1A8a999B62f294e592";
|
|
442
|
+
readonly chainId: 1;
|
|
443
|
+
readonly decimals: 18;
|
|
444
|
+
readonly logoURI: "";
|
|
445
|
+
readonly website: "https://confluxnetwork.org/";
|
|
446
|
+
readonly description: "Conflux’s token economy is built around the $CFX token, a unit of value on the platform that enables token holders to pay transaction fees, earn rewards through staking, rent storage, and participate in network governance. CFX also incentivizes and rewards miners, who ensure the secure operation of the Network.";
|
|
447
|
+
};
|
|
448
|
+
readonly USDP: {
|
|
449
|
+
readonly name: "Pax Dollar";
|
|
450
|
+
readonly symbol: "USDP";
|
|
451
|
+
readonly oracleId: "USDP";
|
|
452
|
+
readonly address: "0x8E870D67F660D95d5be530380D0eC0bd388289E1";
|
|
453
|
+
readonly chainId: 1;
|
|
454
|
+
readonly decimals: 18;
|
|
455
|
+
readonly logoURI: "";
|
|
456
|
+
readonly website: "https://paxos.com/usdp/";
|
|
457
|
+
readonly description: "Pax Dollar (USDP) is a stablecoin created by Paxos, a licenced trust firm and financial institution that ensures the backing of the tokens with US dollar deposits. With the USDP, Paxos created a token that combines the confidence and stability of fiat money with the usefulness and immediacy of digital assets.";
|
|
458
|
+
};
|
|
459
|
+
readonly CRV: {
|
|
460
|
+
readonly name: "CRV";
|
|
461
|
+
readonly address: "0xD533a949740bb3306d119CC777fa900bA034cd52";
|
|
462
|
+
readonly symbol: "CRV";
|
|
463
|
+
readonly oracleId: "CRV";
|
|
464
|
+
readonly decimals: 18;
|
|
465
|
+
readonly chainId: 1;
|
|
466
|
+
readonly website: "https://curve.finance/";
|
|
467
|
+
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.";
|
|
468
|
+
readonly bridge: "native";
|
|
469
|
+
readonly logoURI: "";
|
|
470
|
+
readonly documentation: "https://curve.readthedocs.io/";
|
|
471
|
+
};
|
|
472
|
+
readonly scrvUSD: {
|
|
473
|
+
readonly name: "Savings crvUSD";
|
|
474
|
+
readonly symbol: "scrvUSD";
|
|
475
|
+
readonly oracleId: "scrvUSD";
|
|
476
|
+
readonly address: "0x0655977FEb2f289A4aB78af67BAB0d17aAb84367";
|
|
477
|
+
readonly chainId: 1;
|
|
478
|
+
readonly decimals: 18;
|
|
479
|
+
readonly website: "https://www.curve.finance/";
|
|
480
|
+
readonly description: "Savings crvUSD, abbreviated as scrvUSD, is an interest-bearing stablecoin that earns yield simply by holding the token.";
|
|
481
|
+
readonly documentation: "https://resources.curve.finance/crvusd/scrvusd";
|
|
482
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
483
|
+
};
|
|
484
|
+
readonly reUSD: {
|
|
485
|
+
readonly name: "Resupply USD";
|
|
486
|
+
readonly symbol: "reUSD";
|
|
487
|
+
readonly oracleId: "reUSD";
|
|
488
|
+
readonly address: "0x57aB1E0003F623289CD798B1824Be09a793e4Bec";
|
|
489
|
+
readonly chainId: 1;
|
|
490
|
+
readonly decimals: 18;
|
|
491
|
+
readonly website: "https://resupply.fi/";
|
|
492
|
+
readonly description: "A decentralized stablecoin backed by Collateralized Debt Positions (CDP), leveraging the liquidity and stability of lending markets.";
|
|
493
|
+
readonly documentation: "https://docs.resupply.fi/";
|
|
494
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
495
|
+
};
|
|
496
|
+
readonly CVX: {
|
|
497
|
+
readonly name: "CVX";
|
|
498
|
+
readonly address: "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B";
|
|
499
|
+
readonly symbol: "CVX";
|
|
500
|
+
readonly oracleId: "CVX";
|
|
501
|
+
readonly decimals: 18;
|
|
502
|
+
readonly chainId: 1;
|
|
503
|
+
readonly website: "https://www.convexfinance.com/";
|
|
504
|
+
readonly documentation: "https://docs.convexfinance.com/";
|
|
505
|
+
readonly description: "Convex allows Curve liquidity providers to earn trading fees and claim boosted CRV without locking CRV themselves. Liquidity providers can receive boosted CRV and liquidity mining rewards with minimal effort.";
|
|
506
|
+
readonly bridge: "native";
|
|
507
|
+
readonly logoURI: "";
|
|
508
|
+
};
|
|
509
|
+
readonly cvxCRV: {
|
|
510
|
+
readonly name: "cvxCRV";
|
|
511
|
+
readonly address: "0x62B9c7356A2Dc64a1969e19C23e4f579F9810Aa7";
|
|
512
|
+
readonly symbol: "cvxCRV";
|
|
513
|
+
readonly oracleId: "cvxCRV";
|
|
514
|
+
readonly decimals: 18;
|
|
515
|
+
readonly chainId: 1;
|
|
516
|
+
readonly website: "https://www.convexfinance.com/";
|
|
517
|
+
readonly documentation: "https://docs.convexfinance.com/";
|
|
518
|
+
readonly description: "Convex allows Curve liquidity providers to earn trading fees and claim boosted CRV without locking CRV themselves. Liquidity providers can receive boosted CRV and liquidity mining rewards with minimal effort.";
|
|
519
|
+
readonly bridge: "native";
|
|
520
|
+
readonly logoURI: "";
|
|
521
|
+
};
|
|
522
|
+
readonly cvxFXS: {
|
|
523
|
+
readonly name: "Convex FXS";
|
|
524
|
+
readonly address: "0xFEEf77d3f69374f66429C91d732A244f074bdf74";
|
|
525
|
+
readonly symbol: "cvxFXS";
|
|
526
|
+
readonly oracleId: "cvxFXS";
|
|
527
|
+
readonly decimals: 18;
|
|
528
|
+
readonly chainId: 1;
|
|
529
|
+
readonly website: "https://frax.convexfinance.com/";
|
|
530
|
+
readonly documentation: "https://docs.convexfinance.com/";
|
|
531
|
+
readonly description: "Convex Finance has expanded to optimize opportunities for liquidity providers on Frax the same way it has done so for Curve LPs.";
|
|
532
|
+
readonly bridge: "native";
|
|
533
|
+
readonly logoURI: "";
|
|
534
|
+
};
|
|
535
|
+
readonly cvxFPIS: {
|
|
536
|
+
readonly name: "Convex FPIS";
|
|
537
|
+
readonly address: "0xa2847348b58CEd0cA58d23c7e9106A49f1427Df6";
|
|
538
|
+
readonly symbol: "cvxFPIS";
|
|
539
|
+
readonly oracleId: "cvxFPIS";
|
|
540
|
+
readonly decimals: 18;
|
|
541
|
+
readonly chainId: 1;
|
|
542
|
+
readonly website: "https://frax.convexfinance.com/";
|
|
543
|
+
readonly documentation: "https://docs.convexfinance.com/";
|
|
544
|
+
readonly description: "Convex also now supports Frax Finance's FPIS token, the governance token for the FPI stablecoin launched by Frax. Frax documentation explains the mechanisms behind the FPI stablecoin and the FPIS governance token in detail.";
|
|
545
|
+
readonly bridge: "native";
|
|
546
|
+
readonly logoURI: "";
|
|
547
|
+
};
|
|
548
|
+
readonly cvxFXN: {
|
|
549
|
+
readonly name: "Convex FXN";
|
|
550
|
+
readonly address: "0x183395DbD0B5e93323a7286D1973150697FFFCB3";
|
|
551
|
+
readonly symbol: "cvxFXN";
|
|
552
|
+
readonly oracleId: "cvxFXN";
|
|
553
|
+
readonly decimals: 18;
|
|
554
|
+
readonly chainId: 1;
|
|
555
|
+
readonly website: "https://fx.convexfinance.com/";
|
|
556
|
+
readonly documentation: "https://docs.convexfinance.com/";
|
|
557
|
+
readonly description: "Convex Finance has extended its optimization efforts to benefit liquidity providers on FX Protocol, similar to its approach with Curve LPs.";
|
|
558
|
+
readonly bridge: "native";
|
|
559
|
+
readonly logoURI: "";
|
|
560
|
+
};
|
|
561
|
+
readonly FXN: {
|
|
562
|
+
readonly name: "FXN Token";
|
|
563
|
+
readonly address: "0x365AccFCa291e7D3914637ABf1F7635dB165Bb09";
|
|
564
|
+
readonly symbol: "FXN";
|
|
565
|
+
readonly oracleId: "FXN";
|
|
566
|
+
readonly decimals: 18;
|
|
567
|
+
readonly chainId: 1;
|
|
568
|
+
readonly website: "https://fx.aladdin.club/";
|
|
569
|
+
readonly documentation: "https://docs.aladdin.club/f-x-protocol";
|
|
570
|
+
readonly description: "FXN is the f(x) Protocol governance token";
|
|
571
|
+
readonly bridge: "native";
|
|
572
|
+
readonly logoURI: "";
|
|
573
|
+
};
|
|
574
|
+
readonly fxUSD: {
|
|
575
|
+
readonly name: "f(x) USD";
|
|
576
|
+
readonly address: "0x085780639CC2cACd35E474e71f4d000e2405d8f6";
|
|
577
|
+
readonly symbol: "fxUSD";
|
|
578
|
+
readonly oracleId: "fxUSD";
|
|
579
|
+
readonly decimals: 18;
|
|
580
|
+
readonly chainId: 1;
|
|
581
|
+
readonly website: "https://fx.aladdin.club/";
|
|
582
|
+
readonly documentation: "https://docs.aladdin.club/f-x-protocol";
|
|
583
|
+
readonly description: "f(x) Protocol stablecoin";
|
|
584
|
+
readonly bridge: "native";
|
|
585
|
+
readonly logoURI: "";
|
|
586
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
587
|
+
};
|
|
588
|
+
readonly sethUSDC: {
|
|
589
|
+
readonly name: "Stargate USD Coin LP";
|
|
590
|
+
readonly symbol: "sethUSDC";
|
|
591
|
+
readonly oracleId: "stargate-eth-usdc";
|
|
592
|
+
readonly address: "0xdf0770dF86a8034b3EFEf0A1Bb3c889B8332FF56";
|
|
593
|
+
readonly chainId: 1;
|
|
594
|
+
readonly decimals: 6;
|
|
595
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0xef4229c8c3250C675F21BCefa42f58EfbfF6002a.svg";
|
|
596
|
+
readonly website: "https://stargate.finance/";
|
|
597
|
+
readonly description: "Stargate allows users and dApps to bridge native tokens with instant guaranteed finality. USDC is deposited in a LP pool to enable high liquidity for bridging.";
|
|
598
|
+
readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
|
|
599
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
600
|
+
};
|
|
601
|
+
readonly sethUSDT: {
|
|
602
|
+
readonly name: "Stargate Tether USD LP";
|
|
603
|
+
readonly symbol: "sethUSDT";
|
|
604
|
+
readonly oracleId: "stargate-eth-usdt";
|
|
605
|
+
readonly address: "0x38EA452219524Bb87e18dE1C24D3bB59510BD783";
|
|
606
|
+
readonly chainId: 1;
|
|
607
|
+
readonly decimals: 6;
|
|
608
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
609
|
+
readonly website: "https://tether.to/";
|
|
610
|
+
readonly description: "Stargate allows users and dApps to bridge native tokens with instant guaranteed finality. USDT is deposited in a LP pool to enable high liquidity for bridging.";
|
|
611
|
+
readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
|
|
612
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
613
|
+
};
|
|
614
|
+
readonly rETH: {
|
|
615
|
+
readonly name: "Rocket Pool ETH";
|
|
616
|
+
readonly symbol: "rETH";
|
|
617
|
+
readonly oracleId: "rETH";
|
|
618
|
+
readonly address: "0xae78736Cd615f374D3085123A210448E74Fc6393";
|
|
619
|
+
readonly chainId: 1;
|
|
620
|
+
readonly decimals: 18;
|
|
621
|
+
readonly website: "https://rocketpool.net/";
|
|
622
|
+
readonly description: "As a Rocket Pool staker, your role is to deposit ETH into the deposit pool which will enable a node operator to create a new Beacon Chain validator. You can stake as little as 0.01 ETH. In doing so, you will be given a token called rETH. rETH represents both how much ETH you deposited, and when you deposited it.";
|
|
623
|
+
readonly bridge: "native";
|
|
624
|
+
readonly logoURI: "";
|
|
625
|
+
readonly documentation: "https://docs.rocketpool.net/guides/";
|
|
626
|
+
};
|
|
627
|
+
readonly USDT: {
|
|
628
|
+
readonly name: "Tether USD";
|
|
629
|
+
readonly symbol: "USDT";
|
|
630
|
+
readonly oracleId: "USDT";
|
|
631
|
+
readonly address: "0xdAC17F958D2ee523a2206206994597C13D831ec7";
|
|
632
|
+
readonly chainId: 1;
|
|
633
|
+
readonly decimals: 6;
|
|
634
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
635
|
+
readonly website: "https://tether.to/";
|
|
636
|
+
readonly documentation: "https://tether.to/en/how-it-works";
|
|
637
|
+
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.";
|
|
638
|
+
readonly bridge: "native";
|
|
639
|
+
};
|
|
640
|
+
readonly DOLA: {
|
|
641
|
+
readonly name: "Dola USD Stablecoin";
|
|
642
|
+
readonly symbol: "DOLA";
|
|
643
|
+
readonly oracleId: "DOLA";
|
|
644
|
+
readonly address: "0x865377367054516e17014CcdED1e7d814EDC9ce4";
|
|
645
|
+
readonly chainId: 1;
|
|
646
|
+
readonly decimals: 18;
|
|
647
|
+
readonly logoURI: "";
|
|
648
|
+
readonly website: "https://www.inverse.finance/";
|
|
649
|
+
readonly documentation: "https://docs.inverse.finance/inverse-finance/using-dola/how-to-acquire-dola";
|
|
650
|
+
readonly description: "Inverse.finance is a suite of permissionless decentralized finance tools governed by Inverse DAO, a decentralized autonomous organization running on the Ethereum blockchain.";
|
|
651
|
+
readonly bridge: "native";
|
|
652
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
653
|
+
};
|
|
654
|
+
readonly sETH: {
|
|
655
|
+
readonly name: "Synth sETH";
|
|
656
|
+
readonly symbol: "sETH";
|
|
657
|
+
readonly oracleId: "sETH";
|
|
658
|
+
readonly address: "0x5e74C9036fb86BD7eCdcb084a0673EFc32eA31cb";
|
|
659
|
+
readonly chainId: 1;
|
|
660
|
+
readonly decimals: 18;
|
|
661
|
+
readonly logoURI: "";
|
|
662
|
+
readonly website: "https://synthetix.io/";
|
|
663
|
+
readonly description: "Synths are derivative tokens providing exposure to a range of assets. They can be traded with infinite liquidity and zero slippage by leveraging the Synthetix protocol’s unique pooled collateral model. Trades between Synths generate a small fee that is distributed to SNX collateral providers.";
|
|
664
|
+
readonly bridge: "native";
|
|
665
|
+
};
|
|
666
|
+
readonly cbETH: {
|
|
667
|
+
readonly name: "Coinbase Wrapped Staked ETH";
|
|
668
|
+
readonly symbol: "cbETH";
|
|
669
|
+
readonly oracleId: "cbETH";
|
|
670
|
+
readonly address: "0xBe9895146f7AF43049ca1c1AE358B0541Ea49704";
|
|
671
|
+
readonly chainId: 1;
|
|
672
|
+
readonly decimals: 18;
|
|
673
|
+
readonly logoURI: "";
|
|
674
|
+
readonly website: "https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth";
|
|
675
|
+
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.";
|
|
676
|
+
readonly bridge: "native";
|
|
677
|
+
readonly documentation: "https://www.coinbase.com/price/coinbase-wrapped-staked-eth#AboutSection";
|
|
678
|
+
};
|
|
679
|
+
readonly USDD: {
|
|
680
|
+
readonly name: "Decentralized USD";
|
|
681
|
+
readonly symbol: "USDD";
|
|
682
|
+
readonly oracleId: "USDD";
|
|
683
|
+
readonly address: "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6";
|
|
684
|
+
readonly chainId: 1;
|
|
685
|
+
readonly decimals: 18;
|
|
686
|
+
readonly logoURI: "";
|
|
687
|
+
readonly website: "https://usdd.io/";
|
|
688
|
+
readonly description: "The USDD protocol aims to provide the blockchain industry with the most stable, decentralized, tamper-proof, and freeze-free stablecoin system, a perpetual system independent from any centralized entity.";
|
|
689
|
+
readonly bridge: "bittorent";
|
|
690
|
+
readonly documentation: "https://usdd.io/docs/";
|
|
691
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
692
|
+
};
|
|
693
|
+
readonly aUSDT: {
|
|
694
|
+
readonly name: "Aave Tether USD";
|
|
695
|
+
readonly symbol: "aUSDT";
|
|
696
|
+
readonly oracleId: "aUSDT";
|
|
697
|
+
readonly address: "0x23878914EFE38d27C4D67Ab83ed1b93A74D4086a";
|
|
698
|
+
readonly chainId: 1;
|
|
699
|
+
readonly decimals: 6;
|
|
700
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
701
|
+
readonly website: "https://tether.to/";
|
|
702
|
+
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.";
|
|
703
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
704
|
+
};
|
|
705
|
+
readonly sethETH: {
|
|
706
|
+
readonly name: "Stargate Ethereum LP";
|
|
707
|
+
readonly symbol: "sethETH";
|
|
708
|
+
readonly oracleId: "stargate-eth-eth";
|
|
709
|
+
readonly address: "0x101816545F6bd2b1076434B54383a1E633390A2E";
|
|
710
|
+
readonly chainId: 1;
|
|
711
|
+
readonly decimals: 18;
|
|
712
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x2170ed0880ac9a755fd29b2688956bd959f933f8.png";
|
|
713
|
+
readonly website: "https://stargate.finance/";
|
|
714
|
+
readonly description: "Stargate allows users and dApps to bridge native tokens with instant guaranteed finality. ETH is deposited in a LP pool to enable high liquidity for bridging.";
|
|
715
|
+
readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
|
|
716
|
+
};
|
|
717
|
+
readonly waUSDT: {
|
|
718
|
+
readonly name: "Wrapped Aave Tether USD";
|
|
719
|
+
readonly symbol: "waUSDT";
|
|
720
|
+
readonly oracleId: "waUSDT";
|
|
721
|
+
readonly address: "0x65799b9fD4206CdaA4A1DB79254FCbc2Fd2fFEe6";
|
|
722
|
+
readonly chainId: 1;
|
|
723
|
+
readonly decimals: 6;
|
|
724
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
725
|
+
readonly website: "https://tether.to/";
|
|
726
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
727
|
+
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.";
|
|
728
|
+
};
|
|
729
|
+
readonly bbaUSDT: {
|
|
730
|
+
readonly name: "Balancer Aave USDT Linear Pool";
|
|
731
|
+
readonly symbol: "bbaUSDT";
|
|
732
|
+
readonly oracleId: "bbaUSDT";
|
|
733
|
+
readonly address: "0xcfAE6E251369467F465f13836Ac8135bd42f8A56";
|
|
734
|
+
readonly chainId: 1;
|
|
735
|
+
readonly decimals: 18;
|
|
736
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
737
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
738
|
+
readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
|
|
739
|
+
readonly description: "Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.";
|
|
740
|
+
};
|
|
741
|
+
readonly aUSDC: {
|
|
742
|
+
readonly name: "Aave USDC";
|
|
743
|
+
readonly symbol: "aUSDC";
|
|
744
|
+
readonly oracleId: "aUSDC";
|
|
745
|
+
readonly address: "0x98C23E9d8f34FEFb1B7BD6a91B7FF122F4e16F5c";
|
|
746
|
+
readonly chainId: 1;
|
|
747
|
+
readonly decimals: 6;
|
|
748
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
749
|
+
readonly website: "https://www.circle.com/usdc";
|
|
750
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
751
|
+
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.";
|
|
752
|
+
};
|
|
753
|
+
readonly waUSDC: {
|
|
754
|
+
readonly name: "Wrapped Aave Tether USD";
|
|
755
|
+
readonly symbol: "waUSDC";
|
|
756
|
+
readonly oracleId: "waUSDC";
|
|
757
|
+
readonly address: "0x02c2d189b45CE213a40097b62D311cf0dD16eC92";
|
|
758
|
+
readonly chainId: 1;
|
|
759
|
+
readonly decimals: 6;
|
|
760
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
761
|
+
readonly website: "https://www.circle.com/usdc";
|
|
762
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
763
|
+
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.";
|
|
764
|
+
};
|
|
765
|
+
readonly bbaUSDC: {
|
|
766
|
+
readonly name: "Balancer Aave USDC Linear Pool";
|
|
767
|
+
readonly symbol: "bbaUSDC";
|
|
768
|
+
readonly oracleId: "bbaUSDC";
|
|
769
|
+
readonly address: "0xc50d4347209F285247BDa8A09Fc1C12CE42031c3";
|
|
770
|
+
readonly chainId: 1;
|
|
771
|
+
readonly decimals: 18;
|
|
772
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
773
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
774
|
+
readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
|
|
775
|
+
readonly description: "Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.";
|
|
776
|
+
};
|
|
777
|
+
readonly DAI: {
|
|
778
|
+
readonly name: "DAI Stablecoin";
|
|
779
|
+
readonly symbol: "DAI";
|
|
780
|
+
readonly oracleId: "DAI";
|
|
781
|
+
readonly address: "0x6B175474E89094C44Da98b954EedeAC495271d0F";
|
|
782
|
+
readonly chainId: 1;
|
|
783
|
+
readonly decimals: 18;
|
|
784
|
+
readonly logoURI: "";
|
|
785
|
+
readonly website: "https://makerdao.com/en/";
|
|
786
|
+
readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
|
|
787
|
+
readonly description: "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";
|
|
788
|
+
readonly bridge: "native";
|
|
789
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
790
|
+
};
|
|
791
|
+
readonly aDAI: {
|
|
792
|
+
readonly name: "Aave DAI";
|
|
793
|
+
readonly symbol: "aDAI";
|
|
794
|
+
readonly oracleId: "aDAI";
|
|
795
|
+
readonly address: "0x018008bfb33d285247A21d44E50697654f754e63";
|
|
796
|
+
readonly chainId: 1;
|
|
797
|
+
readonly decimals: 18;
|
|
798
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
799
|
+
readonly website: "https://makerdao.com/en/";
|
|
800
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
801
|
+
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.";
|
|
802
|
+
};
|
|
803
|
+
readonly waDAI: {
|
|
804
|
+
readonly name: "Wrapped Aave Tether DAI";
|
|
805
|
+
readonly symbol: "waDAI";
|
|
806
|
+
readonly oracleId: "waDAI";
|
|
807
|
+
readonly address: "0xEb708639E8e518B86a916db3685f90216b1C1c67";
|
|
808
|
+
readonly chainId: 1;
|
|
809
|
+
readonly decimals: 18;
|
|
810
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
811
|
+
readonly website: "https://makerdao.com/en/";
|
|
812
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
813
|
+
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.";
|
|
814
|
+
};
|
|
815
|
+
readonly bbaDAI: {
|
|
816
|
+
readonly name: "Balancer Aave DAI Linear Pool";
|
|
817
|
+
readonly symbol: "bbaDAI";
|
|
818
|
+
readonly oracleId: "bbaDAI";
|
|
819
|
+
readonly address: "0xfa24A90A3F2bBE5FEEA92B95cD0d14Ce709649f9";
|
|
820
|
+
readonly chainId: 1;
|
|
821
|
+
readonly decimals: 18;
|
|
822
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
823
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
824
|
+
readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
|
|
825
|
+
readonly description: "Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.";
|
|
826
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
827
|
+
};
|
|
828
|
+
readonly aETH: {
|
|
829
|
+
readonly name: "Aave ETH";
|
|
830
|
+
readonly symbol: "aETH";
|
|
831
|
+
readonly oracleId: "aETH";
|
|
832
|
+
readonly address: "0x4d5F47FA6A74757f35C14fD3a6Ef8E3C9BC514E8";
|
|
833
|
+
readonly chainId: 1;
|
|
834
|
+
readonly decimals: 18;
|
|
835
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
836
|
+
readonly website: "https://weth.io/";
|
|
837
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
838
|
+
readonly description: "Aave interest bearing DAI. Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
839
|
+
readonly bridge: "native";
|
|
840
|
+
};
|
|
841
|
+
readonly waETH: {
|
|
842
|
+
readonly name: "Wrapped Aave Tether ETH";
|
|
843
|
+
readonly symbol: "waETH";
|
|
844
|
+
readonly oracleId: "waETH";
|
|
845
|
+
readonly address: "0x03928473f25bb2da6Bc880b07eCBaDC636822264";
|
|
846
|
+
readonly chainId: 1;
|
|
847
|
+
readonly decimals: 18;
|
|
848
|
+
readonly logoURI: "";
|
|
849
|
+
readonly website: "https://weth.io/";
|
|
850
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
851
|
+
readonly description: "Wrapped Aave interest bearing ETH. Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
852
|
+
readonly bridge: "native";
|
|
853
|
+
};
|
|
854
|
+
readonly bbaETH: {
|
|
855
|
+
readonly name: "Balancer Aave ETH Linear Pool";
|
|
856
|
+
readonly symbol: "bbaETH";
|
|
857
|
+
readonly oracleId: "bbaETH";
|
|
858
|
+
readonly address: "0xbB6881874825E60e1160416D6C426eae65f2459E";
|
|
859
|
+
readonly chainId: 1;
|
|
860
|
+
readonly decimals: 18;
|
|
861
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
862
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
863
|
+
readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
|
|
864
|
+
readonly description: "Balancer linear pool that consist of ETH and wrapped Aave Interest Bearing ETH.";
|
|
865
|
+
readonly bridge: "native";
|
|
866
|
+
};
|
|
867
|
+
readonly bbaUSD: {
|
|
868
|
+
readonly name: "Balancer Aave Stable Composable Pool";
|
|
869
|
+
readonly symbol: "bbaUSD";
|
|
870
|
+
readonly oracleId: "bbaUSD";
|
|
871
|
+
readonly address: "0xc443C15033FCB6Cf72cC24f1BDA0Db070DdD9786";
|
|
872
|
+
readonly chainId: 1;
|
|
873
|
+
readonly decimals: 18;
|
|
874
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
875
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
876
|
+
readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
|
|
877
|
+
readonly bridge: "native";
|
|
878
|
+
readonly description: "Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.";
|
|
879
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
880
|
+
};
|
|
881
|
+
readonly frxETH: {
|
|
882
|
+
readonly name: "Frax Ether";
|
|
883
|
+
readonly symbol: "frxETH";
|
|
884
|
+
readonly oracleId: "frxETH";
|
|
885
|
+
readonly address: "0x5E8422345238F34275888049021821E8E08CAa1f";
|
|
886
|
+
readonly chainId: 1;
|
|
887
|
+
readonly decimals: 18;
|
|
888
|
+
readonly website: "https://app.frax.finance/frxeth/mint";
|
|
889
|
+
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.";
|
|
890
|
+
readonly bridge: "native";
|
|
891
|
+
readonly logoURI: "";
|
|
892
|
+
readonly documentation: "https://docs.frax.finance/frax-ether/frxeth-and-sfrxeth";
|
|
893
|
+
};
|
|
894
|
+
readonly sfrxETH: {
|
|
895
|
+
readonly name: "Staked Frax Ether";
|
|
896
|
+
readonly symbol: "sfrxETH";
|
|
897
|
+
readonly oracleId: "sfrxETH";
|
|
898
|
+
readonly address: "0xac3E018457B222d93114458476f3E3416Abbe38F";
|
|
899
|
+
readonly chainId: 1;
|
|
900
|
+
readonly decimals: 18;
|
|
901
|
+
readonly website: "https://app.frax.finance/frxeth/mint";
|
|
902
|
+
readonly description: "sfrxETH is a ERC-4626 vault designed to accrue the staking yield of the Frax ETH validators. At any time, frxETH can be exchanged for sfrxETH by depositing it into the sfrxETH vault, which allows users to earn staking yield on their frxETH. Over time, as validators accrue staking yield, an equivalent amount of frxETH is minted and added to the vault, allowing users to redeem their sfrxETH for an greater amount of frxETH than they deposited. ";
|
|
903
|
+
readonly bridge: "native";
|
|
904
|
+
readonly logoURI: "";
|
|
905
|
+
readonly documentation: "https://docs.frax.finance/frax-ether/frxeth-and-sfrxeth";
|
|
906
|
+
};
|
|
907
|
+
readonly INV: {
|
|
908
|
+
readonly name: "Inverse Finance";
|
|
909
|
+
readonly symbol: "INV";
|
|
910
|
+
readonly oracleId: "INV";
|
|
911
|
+
readonly address: "0x41D5D79431A913C4aE7d69a668ecdfE5fF9DFB68";
|
|
912
|
+
readonly chainId: 1;
|
|
913
|
+
readonly decimals: 18;
|
|
914
|
+
readonly website: "https://www.inverse.finance/";
|
|
915
|
+
readonly documentation: "https://docs.inverse.finance/inverse-finance/about-inverse";
|
|
916
|
+
readonly description: "Inverse.finance is a suite of permissionless decentralized finance tools governed by Inverse DAO, a decentralized autonomous organization running on the Ethereum blockchain.";
|
|
917
|
+
readonly logoURI: "https://assets.spookyswap.finance/tokens/INV.png";
|
|
918
|
+
};
|
|
919
|
+
readonly ACX: {
|
|
920
|
+
readonly name: "Across Protocol Token";
|
|
921
|
+
readonly symbol: "ACX";
|
|
922
|
+
readonly oracleId: "ACX";
|
|
923
|
+
readonly address: "0x44108f0223A3C3028F5Fe7AEC7f9bb2E66beF82F";
|
|
924
|
+
readonly chainId: 1;
|
|
925
|
+
readonly decimals: 18;
|
|
926
|
+
readonly website: "https://across.to/";
|
|
927
|
+
readonly documentation: "https://docs.across.to/";
|
|
928
|
+
readonly description: "Across is a cross-chain bridge for L2s and rollups secured by UMAs optimistic oracle. It is optimized for capital efficiency with a single liquidity pool, a competitive relayer landscape, and a no-slippage fee model.";
|
|
929
|
+
readonly logoURI: "";
|
|
930
|
+
};
|
|
931
|
+
readonly 'BAL-WETH-80-20': {
|
|
932
|
+
readonly name: "Balancer Pool Token BAL-WETH 80/20";
|
|
933
|
+
readonly symbol: "BAL-WETH-80-20";
|
|
934
|
+
readonly oracleId: "BAL-WETH-80-20";
|
|
935
|
+
readonly address: "0x5c6Ee304399DBdB9C8Ef030aB642B10820DB8F56";
|
|
936
|
+
readonly chainId: 1;
|
|
937
|
+
readonly decimals: 18;
|
|
938
|
+
readonly website: "https://app.balancer.fi/";
|
|
939
|
+
readonly description: "Instead of locking pure BAL, users obtain veBAL by locking 80/20 BAL/WETH Balancer Pool Tokens (BPTs). This ensures that even if a large portion of BAL tokens are locked, there is deep trading liquidity.";
|
|
940
|
+
readonly bridge: "native";
|
|
941
|
+
readonly logoURI: "";
|
|
942
|
+
readonly documentation: "https://docs.balancer.fi/ecosystem/vebal-and-gauges/vebal";
|
|
943
|
+
};
|
|
944
|
+
readonly SUSHI: {
|
|
945
|
+
readonly name: "SushiToken";
|
|
946
|
+
readonly symbol: "SUSHI";
|
|
947
|
+
readonly oracleId: "SUSHI";
|
|
948
|
+
readonly address: "0x6B3595068778DD592e39A122f4f5a5cF09C90fE2";
|
|
949
|
+
readonly chainId: 1;
|
|
950
|
+
readonly decimals: 18;
|
|
951
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x6B3595068778DD592e39A122f4f5a5cF09C90fE2.svg";
|
|
952
|
+
readonly website: "https://sushi.com/";
|
|
953
|
+
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.";
|
|
954
|
+
readonly bridge: "native";
|
|
955
|
+
readonly documentation: "https://dev.sushi.com/";
|
|
956
|
+
};
|
|
957
|
+
readonly ILV: {
|
|
958
|
+
readonly name: "Illuvium";
|
|
959
|
+
readonly symbol: "ILV";
|
|
960
|
+
readonly oracleId: "ILV";
|
|
961
|
+
readonly address: "0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E";
|
|
962
|
+
readonly chainId: 1;
|
|
963
|
+
readonly decimals: 18;
|
|
964
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E.svg";
|
|
965
|
+
readonly website: "https://illuvium.io/";
|
|
966
|
+
readonly description: "A fully decentralized protocol, Illuvium represents a new age in gaming. It has been engineered from the ground-up to support the long-term sustainability of the Illuvium game and governance and provide players with a AAA-rated blockchain gaming experience. What makes Illuvium unique is that stakers receive regular distributions and can vote on everything from tokenomics related issues to the features in the game itself. With Illuvium, the power to define the project into the future is purposefully left to those who stake in the protocol.";
|
|
967
|
+
readonly documentation: "https://docs.illuvium.io/";
|
|
968
|
+
};
|
|
969
|
+
readonly LDO: {
|
|
970
|
+
readonly name: "Lido DAO Token";
|
|
971
|
+
readonly symbol: "LDO";
|
|
972
|
+
readonly oracleId: "LDO";
|
|
973
|
+
readonly address: "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32";
|
|
974
|
+
readonly chainId: 1;
|
|
975
|
+
readonly decimals: 18;
|
|
976
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32.svg";
|
|
977
|
+
readonly website: "https://stake.lido.fi/";
|
|
978
|
+
readonly documentation: "https://docs.lido.fi/";
|
|
979
|
+
readonly description: "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.";
|
|
980
|
+
readonly bridge: "native";
|
|
981
|
+
};
|
|
982
|
+
readonly SYN: {
|
|
983
|
+
readonly name: "Synapse";
|
|
984
|
+
readonly symbol: "SYN";
|
|
985
|
+
readonly oracleId: "SYN";
|
|
986
|
+
readonly address: "0x0f2D719407FdBeFF09D87557AbB7232601FD9F29";
|
|
987
|
+
readonly chainId: 1;
|
|
988
|
+
readonly decimals: 18;
|
|
989
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x0f2D719407FdBeFF09D87557AbB7232601FD9F29.svg";
|
|
990
|
+
readonly website: "https://synapseprotocol.com/landing";
|
|
991
|
+
readonly description: "Synapse is a universal interoperability protocol that enables secure cross-chain communication. Synapse connects blockchains by offering an extensible cross-chain messaging protocol that supports assets, smart contract calls, and more. By leveraging Synapse, blockchains can easily and securely interoperate with each other and developers can build truly cross-chain applications including cross-chain DEX, lending platforms, margining systems, derivatives markets, yield aggregators, and much more.";
|
|
992
|
+
readonly bridge: "native";
|
|
993
|
+
readonly documentation: "https://docs.synapseprotocol.com/";
|
|
994
|
+
};
|
|
995
|
+
readonly SOLID: {
|
|
996
|
+
readonly name: "Solidly";
|
|
997
|
+
readonly symbol: "SOLID";
|
|
998
|
+
readonly oracleId: "SOLID";
|
|
999
|
+
readonly address: "0x777172D858dC1599914a1C4c6c9fC48c99a60990";
|
|
1000
|
+
readonly chainId: 1;
|
|
1001
|
+
readonly decimals: 18;
|
|
1002
|
+
readonly logoURI: "";
|
|
1003
|
+
readonly website: "https://solidly.com/";
|
|
1004
|
+
readonly description: "Solidly is an AMM allowing fully decentralized token swapping with support for low slippage trades between pegged assets like stablecoins.";
|
|
1005
|
+
readonly bridge: "native";
|
|
1006
|
+
readonly documentation: "";
|
|
1007
|
+
};
|
|
1008
|
+
readonly SNX: {
|
|
1009
|
+
readonly name: "Synthetix Network Token";
|
|
1010
|
+
readonly symbol: "SNX";
|
|
1011
|
+
readonly oracleId: "SNX";
|
|
1012
|
+
readonly address: "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F";
|
|
1013
|
+
readonly chainId: 1;
|
|
1014
|
+
readonly decimals: 18;
|
|
1015
|
+
readonly logoURI: "";
|
|
1016
|
+
readonly website: "https://www.synthetix.io/";
|
|
1017
|
+
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";
|
|
1018
|
+
readonly documentation: "https://docs.synthetix.io/synthetix-protocol/welcome-to-synthetix";
|
|
1019
|
+
};
|
|
1020
|
+
readonly HEX: {
|
|
1021
|
+
readonly name: "HEX";
|
|
1022
|
+
readonly symbol: "HEX";
|
|
1023
|
+
readonly oracleId: "HEX";
|
|
1024
|
+
readonly address: "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39";
|
|
1025
|
+
readonly chainId: 1;
|
|
1026
|
+
readonly decimals: 8;
|
|
1027
|
+
readonly logoURI: "";
|
|
1028
|
+
readonly website: "https://hex.com/";
|
|
1029
|
+
readonly description: "HEX is the first high-yield blockchain certificate of deposit";
|
|
1030
|
+
readonly documentation: "https://hex.com/faq/";
|
|
1031
|
+
};
|
|
1032
|
+
readonly moSOLID: {
|
|
1033
|
+
readonly name: "moSOLID: Tokenized veSOLID";
|
|
1034
|
+
readonly symbol: "moSOLID";
|
|
1035
|
+
readonly oracleId: "moSOLID";
|
|
1036
|
+
readonly address: "0x848578e351D25B6Ec0d486E42677891521c3d743";
|
|
1037
|
+
readonly chainId: 1;
|
|
1038
|
+
readonly decimals: 18;
|
|
1039
|
+
readonly logoURI: "";
|
|
1040
|
+
readonly website: "https://alpha.mono.farm/home";
|
|
1041
|
+
readonly description: "A tokenized version of veSOLID, moSOLID, is returned to the user at a 1:1 rate.";
|
|
1042
|
+
readonly documentation: "https://docs.mono.farm/monolith-documentation/";
|
|
1043
|
+
};
|
|
1044
|
+
readonly FTM: {
|
|
1045
|
+
readonly name: "Fantom Token";
|
|
1046
|
+
readonly symbol: "FTM";
|
|
1047
|
+
readonly oracleId: "FTM";
|
|
1048
|
+
readonly address: "0x4E15361FD6b4BB609Fa63C81A2be19d873717870";
|
|
1049
|
+
readonly chainId: 1;
|
|
1050
|
+
readonly decimals: 18;
|
|
1051
|
+
readonly logoURI: "";
|
|
1052
|
+
readonly website: "https://fantom.foundation/";
|
|
1053
|
+
readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
|
|
1054
|
+
readonly documentation: "";
|
|
1055
|
+
};
|
|
1056
|
+
readonly DEUS: {
|
|
1057
|
+
readonly name: "DEUS";
|
|
1058
|
+
readonly symbol: "DEUS";
|
|
1059
|
+
readonly oracleId: "DEUS";
|
|
1060
|
+
readonly address: "0xDE5ed76E7c05eC5e4572CfC88d1ACEA165109E44";
|
|
1061
|
+
readonly chainId: 1;
|
|
1062
|
+
readonly decimals: 18;
|
|
1063
|
+
readonly website: "https://deus.finance/";
|
|
1064
|
+
readonly description: "DEUS Finance Evolution is a marketplace of decentralized financial services. We provide the infrastructure for others to build financial instruments, such as synthetic stock trading platforms, options and futures trading, and more.";
|
|
1065
|
+
readonly logoURI: "https://app.deus.finance/tokens/deus.svg";
|
|
1066
|
+
readonly documentation: "https://docs.deus.finance/";
|
|
1067
|
+
};
|
|
1068
|
+
readonly GEAR: {
|
|
1069
|
+
readonly name: "Gearbox";
|
|
1070
|
+
readonly symbol: "GEAR";
|
|
1071
|
+
readonly oracleId: "GEAR";
|
|
1072
|
+
readonly address: "0xBa3335588D9403515223F109EdC4eB7269a9Ab5D";
|
|
1073
|
+
readonly chainId: 1;
|
|
1074
|
+
readonly decimals: 18;
|
|
1075
|
+
readonly website: "https://gearbox.fi/";
|
|
1076
|
+
readonly description: "Gearbox Protocol allows anyone to take DeFi-native leverage and then use it across various (DeFi & more) protocols. This enables you to compose your position as you want. You take leverage with Gearbox and then use it on other protocols you already love: Uniswap, Curve, Convex, Lido, etc. For example, you can leverage trade on Uniswap, leverage farm on Yearn, make delta-neutral strategies, hedge your exposure, get Leverage-as-a-Service for your structured product, and more... ";
|
|
1077
|
+
readonly bridge: "native";
|
|
1078
|
+
readonly logoURI: "";
|
|
1079
|
+
readonly documentation: "https://docs.gearbox.finance/";
|
|
1080
|
+
};
|
|
1081
|
+
readonly TUSD: {
|
|
1082
|
+
readonly name: "TrueUSD";
|
|
1083
|
+
readonly symbol: "TUSD";
|
|
1084
|
+
readonly oracleId: "TUSD";
|
|
1085
|
+
readonly address: "0x0000000000085d4780B73119b644AE5ecd22b376";
|
|
1086
|
+
readonly chainId: 1;
|
|
1087
|
+
readonly decimals: 18;
|
|
1088
|
+
readonly website: "https://trueusd.com/";
|
|
1089
|
+
readonly description: "The first regulated stablecoin fully backed by the US Dollar.";
|
|
1090
|
+
readonly bridge: "native";
|
|
1091
|
+
readonly logoURI: "";
|
|
1092
|
+
};
|
|
1093
|
+
readonly CLEV: {
|
|
1094
|
+
readonly name: "CLever Token";
|
|
1095
|
+
readonly symbol: "CLEV";
|
|
1096
|
+
readonly oracleId: "CLEV";
|
|
1097
|
+
readonly address: "0x72953a5C32413614d24C29c84a66AE4B59581Bbf";
|
|
1098
|
+
readonly chainId: 1;
|
|
1099
|
+
readonly decimals: 18;
|
|
1100
|
+
readonly website: "https://clever.aladdin.club/";
|
|
1101
|
+
readonly description: "Deposit top quality tokens to CLever in high-yielding collateral strategies, then claim your future yields today. Your future yields can be farmed, re-deposited to create leverage, or used wherever you need them.";
|
|
1102
|
+
readonly bridge: "native";
|
|
1103
|
+
readonly logoURI: "";
|
|
1104
|
+
readonly documentation: "https://docs.aladdin.club/clever";
|
|
1105
|
+
};
|
|
1106
|
+
readonly clevCVX: {
|
|
1107
|
+
readonly name: "CLever CVX";
|
|
1108
|
+
readonly symbol: "clevCVX";
|
|
1109
|
+
readonly oracleId: "clevCVX";
|
|
1110
|
+
readonly address: "0xf05e58fCeA29ab4dA01A495140B349F8410Ba904";
|
|
1111
|
+
readonly chainId: 1;
|
|
1112
|
+
readonly decimals: 18;
|
|
1113
|
+
readonly website: "https://clever.aladdin.club/";
|
|
1114
|
+
readonly description: "Deposit top quality tokens to CLever in high-yielding collateral strategies, then claim your future yields today. Your future yields can be farmed, re-deposited to create leverage, or used wherever you need them.";
|
|
1115
|
+
readonly bridge: "native";
|
|
1116
|
+
readonly logoURI: "";
|
|
1117
|
+
readonly documentation: "https://docs.aladdin.club/clever";
|
|
1118
|
+
};
|
|
1119
|
+
readonly yCRV: {
|
|
1120
|
+
readonly name: "Yearn: yCRV Token";
|
|
1121
|
+
readonly symbol: "yCRV";
|
|
1122
|
+
readonly oracleId: "yCRV";
|
|
1123
|
+
readonly address: "0xFCc5c47bE19d06BF83eB04298b026F81069ff65b";
|
|
1124
|
+
readonly chainId: 1;
|
|
1125
|
+
readonly decimals: 18;
|
|
1126
|
+
readonly website: "https://yearn.finance/ycrv";
|
|
1127
|
+
readonly description: "yCRV is Yearn's new and improved veCRV wrapper system designed to tokenize the different benefits of Yearn's veCRV position.";
|
|
1128
|
+
readonly bridge: "native";
|
|
1129
|
+
readonly logoURI: "";
|
|
1130
|
+
readonly documentation: "https://docs.yearn.finance/getting-started/products/ycrv/overview";
|
|
1131
|
+
};
|
|
1132
|
+
readonly eUSD: {
|
|
1133
|
+
readonly name: "Electronic USD";
|
|
1134
|
+
readonly symbol: "eUSD";
|
|
1135
|
+
readonly oracleId: "eUSD";
|
|
1136
|
+
readonly address: "0xA0d69E286B938e21CBf7E51D71F6A4c8918f482F";
|
|
1137
|
+
readonly chainId: 1;
|
|
1138
|
+
readonly decimals: 18;
|
|
1139
|
+
readonly website: "https://register.app/";
|
|
1140
|
+
readonly description: "Electronic Dollar (eUSD) is a safety-first stablecoin that brings together diversified, highly liquid backing with extra anti-bank run overcollateralization. \neUSD is asset-backed by yield bearing Aave USDT, Compound USDT, Aave USDC and Compound USDC. eUSD is available natively on Ethereum mainnet and the MobileCoin L1, and can be bridged to any blockchain.";
|
|
1141
|
+
readonly bridge: "native";
|
|
1142
|
+
readonly logoURI: "";
|
|
1143
|
+
readonly documentation: "https://reserve.org/protocol/";
|
|
1144
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1145
|
+
};
|
|
1146
|
+
readonly msETH: {
|
|
1147
|
+
readonly name: "Metronome Synth ETH";
|
|
1148
|
+
readonly symbol: "msETH";
|
|
1149
|
+
readonly oracleId: "msETH";
|
|
1150
|
+
readonly address: "0x64351fC9810aDAd17A690E4e1717Df5e7e085160";
|
|
1151
|
+
readonly chainId: 1;
|
|
1152
|
+
readonly decimals: 18;
|
|
1153
|
+
readonly logoURI: "";
|
|
1154
|
+
readonly website: "https://app.metronome.io/";
|
|
1155
|
+
readonly description: "msETH represents Metronome Synth ETH. Through the Metronome dApp, users are able to deposit crypto assets as collateral, and use that collateral to mint popular crypto synthetics.";
|
|
1156
|
+
readonly documentation: "https://docs.metronome.io/metronome-2.0/master";
|
|
1157
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
1158
|
+
};
|
|
1159
|
+
readonly BLUR: {
|
|
1160
|
+
readonly name: "Blur";
|
|
1161
|
+
readonly symbol: "BLUR";
|
|
1162
|
+
readonly oracleId: "BLUR";
|
|
1163
|
+
readonly address: "0x5283D291DBCF85356A21bA090E6db59121208b44";
|
|
1164
|
+
readonly chainId: 1;
|
|
1165
|
+
readonly decimals: 18;
|
|
1166
|
+
readonly logoURI: "";
|
|
1167
|
+
readonly website: "https://blur.io/";
|
|
1168
|
+
readonly description: "Sweep NFTs across multiple marketplaces, snipe reveals faster than others, and manage your portfolio with advanced analytics. Zero fees.";
|
|
1169
|
+
};
|
|
1170
|
+
readonly msUSD: {
|
|
1171
|
+
readonly name: "Metronome Synth USD";
|
|
1172
|
+
readonly symbol: "msUSD";
|
|
1173
|
+
readonly oracleId: "msUSD";
|
|
1174
|
+
readonly address: "0xab5eB14c09D416F0aC63661E57EDB7AEcDb9BEfA";
|
|
1175
|
+
readonly chainId: 1;
|
|
1176
|
+
readonly decimals: 18;
|
|
1177
|
+
readonly logoURI: "";
|
|
1178
|
+
readonly website: "https://app.metronome.io/";
|
|
1179
|
+
readonly description: "msUSD represents Metronome Synth USD. Through the Metronome dApp, users are able to deposit crypto assets as collateral, and use that collateral to mint popular crypto synthetics.";
|
|
1180
|
+
readonly documentation: "https://docs.metronome.io/metronome-2.0/master";
|
|
1181
|
+
readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
|
|
1182
|
+
};
|
|
1183
|
+
readonly UZD: {
|
|
1184
|
+
readonly name: "UZD Zunami Stable";
|
|
1185
|
+
readonly symbol: "UZD";
|
|
1186
|
+
readonly oracleId: "UZD";
|
|
1187
|
+
readonly address: "0xb40b6608B2743E691C9B54DdBDEe7bf03cd79f1c";
|
|
1188
|
+
readonly chainId: 1;
|
|
1189
|
+
readonly decimals: 18;
|
|
1190
|
+
readonly logoURI: "";
|
|
1191
|
+
readonly website: "https://www.zunami.io/";
|
|
1192
|
+
readonly description: "UZD is a rebase token that increases in value in proportion to the APY of the Zunami Protocol. It is over-collateralized by stablecoins allocated in Curve Finance pools and minted using ZLP. UZD is secure from depeg as it can be redeemed with USDT, USDC, or DAI at any time. Users can receive UZD by minting it through the Zunami interface or by swapping it in the Curve.";
|
|
1193
|
+
readonly documentation: "https://zunamilab.gitbook.io/product-docs/";
|
|
1194
|
+
};
|
|
1195
|
+
readonly lvUSD: {
|
|
1196
|
+
readonly name: "lvUSD";
|
|
1197
|
+
readonly symbol: "lvUSD";
|
|
1198
|
+
readonly oracleId: "lvUSD";
|
|
1199
|
+
readonly address: "0x94A18d9FE00bab617fAD8B49b11e9F1f64Db6b36";
|
|
1200
|
+
readonly chainId: 1;
|
|
1201
|
+
readonly decimals: 18;
|
|
1202
|
+
readonly logoURI: "";
|
|
1203
|
+
readonly website: "https://archimedesfi.com/";
|
|
1204
|
+
readonly description: string;
|
|
1205
|
+
readonly bridge: "native";
|
|
1206
|
+
readonly documentation: "https://docs.archimedesfi.com/";
|
|
1207
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1208
|
+
};
|
|
1209
|
+
readonly bbeUSDT: {
|
|
1210
|
+
readonly name: "Balancer Euler USDT Linear Pool";
|
|
1211
|
+
readonly symbol: "bbeUSDT";
|
|
1212
|
+
readonly oracleId: "bbeUSDT";
|
|
1213
|
+
readonly address: "0x3C640f0d3036Ad85Afa2D5A9E32bE651657B874F";
|
|
1214
|
+
readonly chainId: 1;
|
|
1215
|
+
readonly decimals: 18;
|
|
1216
|
+
readonly logoURI: "";
|
|
1217
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
1218
|
+
readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
|
|
1219
|
+
readonly description: "Balancer linear pool that consist of 50/50 USDT and Euler Interest Bearing USDT.";
|
|
1220
|
+
};
|
|
1221
|
+
readonly bbeUSDC: {
|
|
1222
|
+
readonly name: "Balancer Euler USDC Linear Pool";
|
|
1223
|
+
readonly symbol: "bbeUSDC";
|
|
1224
|
+
readonly oracleId: "bbeUSDC";
|
|
1225
|
+
readonly address: "0xD4e7C1F3DA1144c9E2CfD1b015eDA7652b4a4399";
|
|
1226
|
+
readonly chainId: 1;
|
|
1227
|
+
readonly decimals: 18;
|
|
1228
|
+
readonly logoURI: "";
|
|
1229
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
1230
|
+
readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
|
|
1231
|
+
readonly description: "Balancer linear pool that consist of 50/50 USDC and wrapped Euler Interest Bearing USDC.";
|
|
1232
|
+
};
|
|
1233
|
+
readonly bbeDAI: {
|
|
1234
|
+
readonly name: "Balancer Euler DAI Linear Pool";
|
|
1235
|
+
readonly symbol: "bbeDAI";
|
|
1236
|
+
readonly oracleId: "bbeDAI";
|
|
1237
|
+
readonly address: "0xeB486AF868AeB3b6e53066abc9623b1041b42bc0";
|
|
1238
|
+
readonly chainId: 1;
|
|
1239
|
+
readonly decimals: 18;
|
|
1240
|
+
readonly logoURI: "";
|
|
1241
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
1242
|
+
readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
|
|
1243
|
+
readonly description: "Balancer linear pool that consist of 50/50 DAI and wrapped Euler Interest Bearing DAI.";
|
|
1244
|
+
};
|
|
1245
|
+
readonly bbeUSD: {
|
|
1246
|
+
readonly name: "Balancer Euler Stable Composable Pool";
|
|
1247
|
+
readonly symbol: "bbeUSD";
|
|
1248
|
+
readonly oracleId: "bbeUSD";
|
|
1249
|
+
readonly address: "0x50Cf90B954958480b8DF7958A9E965752F627124";
|
|
1250
|
+
readonly chainId: 1;
|
|
1251
|
+
readonly decimals: 18;
|
|
1252
|
+
readonly logoURI: "";
|
|
1253
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
1254
|
+
readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
|
|
1255
|
+
readonly description: "Balancer composable pool that consist of bbeUSDT, bbeUSDC, and bbeDAI. bbTokens are Euler boosted linear pools.";
|
|
1256
|
+
};
|
|
1257
|
+
readonly VERSE: {
|
|
1258
|
+
readonly name: "Verse";
|
|
1259
|
+
readonly symbol: "VERSE";
|
|
1260
|
+
readonly oracleId: "VERSE";
|
|
1261
|
+
readonly address: "0x249cA82617eC3DfB2589c4c17ab7EC9765350a18";
|
|
1262
|
+
readonly chainId: 1;
|
|
1263
|
+
readonly decimals: 18;
|
|
1264
|
+
readonly logoURI: "";
|
|
1265
|
+
readonly website: "https://verse.bitcoin.com/";
|
|
1266
|
+
readonly description: "At Bitcoin.com our mission is to create more economic freedom in the world. We define economic freedom as the ability to make choices with respect to one’s personal resources, unencumbered by trusted third parties or borders or lack of access. We believe economic freedom is the foundation of peace and prosperity, and by creating more of it for people, we are reducing suffering in the world. We strive to help everyone, everywhere be more economically free.";
|
|
1267
|
+
readonly bridge: "native";
|
|
1268
|
+
readonly documentation: "https://www.getverse.com/verse-whitepaper.pdf";
|
|
1269
|
+
};
|
|
1270
|
+
readonly APE: {
|
|
1271
|
+
readonly name: "ApeCoin";
|
|
1272
|
+
readonly address: "0x4d224452801ACEd8B2F0aebE155379bb5D594381";
|
|
1273
|
+
readonly symbol: "APE";
|
|
1274
|
+
readonly oracleId: "APE";
|
|
1275
|
+
readonly decimals: 18;
|
|
1276
|
+
readonly chainId: 1;
|
|
1277
|
+
readonly website: "https://apecoin.com/";
|
|
1278
|
+
readonly description: "ApeCoin is the APE Ecosystems governance token, allowing token holders to participate in ApeCoin DAO and giving its participants a shared and open currency that can be used without centralized intermediaries.";
|
|
1279
|
+
readonly bridge: "native";
|
|
1280
|
+
readonly logoURI: "";
|
|
1281
|
+
};
|
|
1282
|
+
readonly OHM: {
|
|
1283
|
+
readonly name: "Olympus";
|
|
1284
|
+
readonly address: "0x64aa3364F17a4D01c6f1751Fd97C2BD3D7e7f1D5";
|
|
1285
|
+
readonly symbol: "OHM";
|
|
1286
|
+
readonly oracleId: "OHM";
|
|
1287
|
+
readonly decimals: 9;
|
|
1288
|
+
readonly chainId: 1;
|
|
1289
|
+
readonly website: "https://www.olympusdao.finance/";
|
|
1290
|
+
readonly description: "Olympus is building OHM, a community-owned, decentralized and censorship-resistant reserve currency that is asset-backed, deeply liquid and used widely across Web3.";
|
|
1291
|
+
readonly bridge: "native";
|
|
1292
|
+
readonly logoURI: "";
|
|
1293
|
+
readonly documentation: "https://docs.olympusdao.finance/";
|
|
1294
|
+
};
|
|
1295
|
+
readonly SD: {
|
|
1296
|
+
readonly name: "Stader";
|
|
1297
|
+
readonly symbol: "SD";
|
|
1298
|
+
readonly oracleId: "SD";
|
|
1299
|
+
readonly address: "0x30D20208d987713f46DFD34EF128Bb16C404D10f";
|
|
1300
|
+
readonly chainId: 1;
|
|
1301
|
+
readonly decimals: 18;
|
|
1302
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x3BC5AC0dFdC871B365d159f728dd1B9A0B5481E8.svg";
|
|
1303
|
+
readonly website: "https://staderlabs.com/";
|
|
1304
|
+
readonly description: "Stader (SD) token is the native governance and value accrual token for Stader.";
|
|
1305
|
+
readonly bridge: "native";
|
|
1306
|
+
readonly documentation: "https://docs-new.staderlabs.com/intro";
|
|
1307
|
+
};
|
|
1308
|
+
readonly FXS: {
|
|
1309
|
+
readonly name: "Frax Share";
|
|
1310
|
+
readonly symbol: "FXS";
|
|
1311
|
+
readonly oracleId: "FXS";
|
|
1312
|
+
readonly address: "0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0";
|
|
1313
|
+
readonly chainId: 1;
|
|
1314
|
+
readonly decimals: 18;
|
|
1315
|
+
readonly logoURI: "";
|
|
1316
|
+
readonly website: "https://frax.finance/";
|
|
1317
|
+
readonly description: "FRAX (previously FXS) is the governance token of the Frax Finance protocol and the gas token of the Fraxtal chain.";
|
|
1318
|
+
readonly bridge: "native";
|
|
1319
|
+
};
|
|
1320
|
+
readonly wBETH: {
|
|
1321
|
+
readonly name: "Wrapped Binance Beacon ETH";
|
|
1322
|
+
readonly symbol: "wBETH";
|
|
1323
|
+
readonly oracleId: "wBETH";
|
|
1324
|
+
readonly address: "0xa2E3356610840701BDf5611a53974510Ae27E2e1";
|
|
1325
|
+
readonly chainId: 1;
|
|
1326
|
+
readonly decimals: 18;
|
|
1327
|
+
readonly logoURI: "";
|
|
1328
|
+
readonly website: "https://www.binance.com/en";
|
|
1329
|
+
readonly documentation: "https://www.binance.com/en/wbeth";
|
|
1330
|
+
readonly description: "Wrapped Beacon ETH (\"WBETH\") is a wrapped version of BETH. Wrapped, WBETH is reward-bearing in nature. It accumulates ETH2.0 staking rewards not by growing in number, but by growing in value in relation to BETH. Unlike BETH, the value of WBETH will increase despite not being held in Binance Spot Wallet. That means WBETH provides you with double yield potential by (i) holding it to earn staking rewards, and (ii) moving it on-chain and exploring exciting DeFi and other dapps opportunities.";
|
|
1331
|
+
readonly bridge: "native";
|
|
1332
|
+
};
|
|
1333
|
+
readonly OETH: {
|
|
1334
|
+
readonly name: "Origin Ether";
|
|
1335
|
+
readonly symbol: "OETH";
|
|
1336
|
+
readonly oracleId: "OETH";
|
|
1337
|
+
readonly address: "0x856c4Efb76C1D1AE02e20CEB03A2A6a08b0b8dC3";
|
|
1338
|
+
readonly chainId: 1;
|
|
1339
|
+
readonly decimals: 18;
|
|
1340
|
+
readonly logoURI: "";
|
|
1341
|
+
readonly website: "https://www.oeth.com/";
|
|
1342
|
+
readonly documentation: "https://docs.oeth.com/";
|
|
1343
|
+
readonly description: "OETH is a yield-bearing, ether-pegged token, offering an easy way to maximize yield from ETH staking using protocols, such as Curve Finance.";
|
|
1344
|
+
readonly bridge: "native";
|
|
1345
|
+
};
|
|
1346
|
+
readonly crvUSD: {
|
|
1347
|
+
readonly name: "Curve USD Stablecoin";
|
|
1348
|
+
readonly symbol: "crvUSD";
|
|
1349
|
+
readonly oracleId: "crvUSD";
|
|
1350
|
+
readonly address: "0xf939E0A03FB07F59A73314E73794Be0E57ac1b4E";
|
|
1351
|
+
readonly chainId: 1;
|
|
1352
|
+
readonly decimals: 18;
|
|
1353
|
+
readonly logoURI: "";
|
|
1354
|
+
readonly website: "https://curve.finance/crvusd";
|
|
1355
|
+
readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
|
|
1356
|
+
readonly bridge: "native";
|
|
1357
|
+
readonly documentation: "https://docs.curve.finance/crvUSD/overview/";
|
|
1358
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1359
|
+
};
|
|
1360
|
+
readonly hyUSD: {
|
|
1361
|
+
readonly name: "High Yield USD";
|
|
1362
|
+
readonly symbol: "hyUSD";
|
|
1363
|
+
readonly oracleId: "hyUSD";
|
|
1364
|
+
readonly address: "0xaCdf0DBA4B9839b96221a8487e9ca660a48212be";
|
|
1365
|
+
readonly chainId: 1;
|
|
1366
|
+
readonly decimals: 18;
|
|
1367
|
+
readonly logoURI: "";
|
|
1368
|
+
readonly website: "https://register.app/#/overview?token=0xaCdf0DBA4B9839b96221a8487e9ca660a48212be";
|
|
1369
|
+
readonly description: "High yield USD (hyUSD), is a decentralized flatcoin initially pegged to $1 USD that provides convenient access to DeFi yields, enabling holders to grow and preserve their wealth. hyUSD is 1:1 asset backed by a basket of other yield bearing tokens including eUSD as well as tokenized lending with exposure to US Treasuries. Given the unique design and current market conditions it is estimated to yield 8% or better to anyone holding hyUSD in any wallet, outpacing the rate of inflation in over 100 countries around the world and providing safe refuge for purchasing power everywhere.";
|
|
1370
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1371
|
+
};
|
|
1372
|
+
readonly ETHx: {
|
|
1373
|
+
readonly name: "ETHx";
|
|
1374
|
+
readonly symbol: "ETHx";
|
|
1375
|
+
readonly oracleId: "ETHx";
|
|
1376
|
+
readonly address: "0xA35b1B31Ce002FBF2058D22F30f95D405200A15b";
|
|
1377
|
+
readonly chainId: 1;
|
|
1378
|
+
readonly decimals: 18;
|
|
1379
|
+
readonly logoURI: "";
|
|
1380
|
+
readonly website: "https://www.staderlabs.com/eth/";
|
|
1381
|
+
readonly bridge: "native";
|
|
1382
|
+
readonly description: "ETHx is an innovative liquid staking token developed by Stader, designed to revolutionize Ethereum staking. Stader's vision for ETHx is to transform the staking experience, providing users with the unprecedented freedom to move and utilize their staked ETH while continuing to earn rewards and engage with the growing DeFi ecosystem.";
|
|
1383
|
+
readonly documentation: "https://staderlabs.gitbook.io/ethereum";
|
|
1384
|
+
};
|
|
1385
|
+
readonly 'ETH+': {
|
|
1386
|
+
readonly name: "ETHPlus";
|
|
1387
|
+
readonly symbol: "ETH+";
|
|
1388
|
+
readonly oracleId: "ETH+";
|
|
1389
|
+
readonly address: "0xE72B141DF173b999AE7c1aDcbF60Cc9833Ce56a8";
|
|
1390
|
+
readonly chainId: 1;
|
|
1391
|
+
readonly decimals: 18;
|
|
1392
|
+
readonly logoURI: "";
|
|
1393
|
+
readonly website: "https://app.reserve.org/ethereum/token/0xe72b141df173b999ae7c1adcbf60cc9833ce56a8/overview";
|
|
1394
|
+
readonly bridge: "native";
|
|
1395
|
+
readonly description: "Safety-first diversified ETH staking index with up to 4.5% APY backed by Lido Staked ETH and Rocket Pool ETH.";
|
|
1396
|
+
};
|
|
1397
|
+
readonly dgnETH: {
|
|
1398
|
+
readonly name: "Degen ETH";
|
|
1399
|
+
readonly symbol: "dgnETH";
|
|
1400
|
+
readonly oracleId: "dgnETH";
|
|
1401
|
+
readonly address: "0x005F893EcD7bF9667195642f7649DA8163e23658";
|
|
1402
|
+
readonly chainId: 1;
|
|
1403
|
+
readonly decimals: 18;
|
|
1404
|
+
readonly logoURI: "";
|
|
1405
|
+
readonly website: "https://app.reserve.org/ethereum/token/0x005f893ecd7bf9667195642f7649da8163e23658/overview";
|
|
1406
|
+
readonly bridge: "native";
|
|
1407
|
+
readonly description: "Degen ETH is a high-yield diversified ETH strategy index designed to sustainably outperform LST market yields. Degen ETH uses a two-token model: dgnETH, which is pegged to ETH and backed 1:1 by DeFi yield strategies, and sdgnETH, obtained by depositing dgnETH in a staking vault, which accrues all yield from dgnETH's underlying assets.";
|
|
1408
|
+
};
|
|
1409
|
+
readonly 'USDC+': {
|
|
1410
|
+
readonly name: "USDC Plus";
|
|
1411
|
+
readonly symbol: "USDC+";
|
|
1412
|
+
readonly oracleId: "USDC+";
|
|
1413
|
+
readonly address: "0xFc0B1EEf20e4c68B3DCF36c4537Cfa7Ce46CA70b";
|
|
1414
|
+
readonly chainId: 1;
|
|
1415
|
+
readonly decimals: 18;
|
|
1416
|
+
readonly logoURI: "";
|
|
1417
|
+
readonly website: "https://register.app/#/overview?token=0xFc0B1EEf20e4c68B3DCF36c4537Cfa7Ce46CA70b";
|
|
1418
|
+
readonly bridge: "native";
|
|
1419
|
+
readonly description: "USDC PLUS (USDC+): A community governed yield bearing USDC index optimized for yield to holders and overcollateralization protection.";
|
|
1420
|
+
};
|
|
1421
|
+
readonly '3CRV': {
|
|
1422
|
+
readonly name: "Curve DAI/USDC/USDT";
|
|
1423
|
+
readonly symbol: "3CRV";
|
|
1424
|
+
readonly address: "0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490";
|
|
1425
|
+
readonly chainId: 1;
|
|
1426
|
+
readonly decimals: 18;
|
|
1427
|
+
readonly logoURI: "";
|
|
1428
|
+
readonly website: "https://curve.finance/";
|
|
1429
|
+
readonly oracle: "lps";
|
|
1430
|
+
readonly oracleId: "convex-3pool";
|
|
1431
|
+
readonly description: "Curve base 3pool consisting of DAI, USDC and USDT";
|
|
1432
|
+
readonly bridge: "native";
|
|
1433
|
+
};
|
|
1434
|
+
readonly R: {
|
|
1435
|
+
readonly name: "R Stablecoin";
|
|
1436
|
+
readonly symbol: "R";
|
|
1437
|
+
readonly oracleId: "R";
|
|
1438
|
+
readonly address: "0x183015a9bA6fF60230fdEaDc3F43b3D788b13e21";
|
|
1439
|
+
readonly chainId: 1;
|
|
1440
|
+
readonly decimals: 18;
|
|
1441
|
+
readonly logoURI: "";
|
|
1442
|
+
readonly website: "https://raft.fi";
|
|
1443
|
+
readonly documentation: "https://docs.raft.fi/";
|
|
1444
|
+
readonly bridge: "native";
|
|
1445
|
+
readonly description: "Raft is a governance-minimized, decentralized protocol that allows people to generate R (a USD stablecoin) by depositing capital-efficient collateral.";
|
|
1446
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1447
|
+
};
|
|
1448
|
+
readonly GHO: {
|
|
1449
|
+
readonly name: "GHO Token";
|
|
1450
|
+
readonly symbol: "GHO";
|
|
1451
|
+
readonly oracleId: "GHO";
|
|
1452
|
+
readonly address: "0x40D16FC0246aD3160Ccc09B8D0D3A2cD28aE6C2f";
|
|
1453
|
+
readonly chainId: 1;
|
|
1454
|
+
readonly decimals: 18;
|
|
1455
|
+
readonly logoURI: "";
|
|
1456
|
+
readonly website: "https://aave.com/";
|
|
1457
|
+
readonly documentation: "https://docs.aave.com/faq/gho-stablecoin";
|
|
1458
|
+
readonly bridge: "native";
|
|
1459
|
+
readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
|
|
1460
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1461
|
+
};
|
|
1462
|
+
readonly mkUSD: {
|
|
1463
|
+
readonly name: "Prisma mkUSD";
|
|
1464
|
+
readonly symbol: "mkUSD";
|
|
1465
|
+
readonly oracleId: "mkUSD";
|
|
1466
|
+
readonly address: "0x4591DBfF62656E7859Afe5e45f6f47D3669fBB28";
|
|
1467
|
+
readonly chainId: 1;
|
|
1468
|
+
readonly decimals: 18;
|
|
1469
|
+
readonly logoURI: "";
|
|
1470
|
+
readonly website: "https://app.prismafinance.com/";
|
|
1471
|
+
readonly documentation: "https://docs.prismafinance.com/";
|
|
1472
|
+
readonly bridge: "native";
|
|
1473
|
+
readonly description: "Prisma is a decentralized borrowing protocol that allows users to mint a stablecoin, mkUSD, that is fully collateralized by liquid staking tokens.";
|
|
1474
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1475
|
+
};
|
|
1476
|
+
readonly ULTRA: {
|
|
1477
|
+
readonly name: "ULTRA";
|
|
1478
|
+
readonly symbol: "ULTRA";
|
|
1479
|
+
readonly oracleId: "ULTRA";
|
|
1480
|
+
readonly address: "0x35282d87011f87508D457F08252Bc5bFa52E10A0";
|
|
1481
|
+
readonly chainId: 1;
|
|
1482
|
+
readonly decimals: 18;
|
|
1483
|
+
readonly logoURI: "";
|
|
1484
|
+
readonly website: "https://app.prismafinance.com/";
|
|
1485
|
+
readonly documentation: "https://docs.prismafinance.com/";
|
|
1486
|
+
readonly bridge: "native";
|
|
1487
|
+
readonly description: "ULTRA is a new stablecoin issued by PrismaLRT, a new borrowing protocol developed by Prisma focused on unlocking liquidity for Liquid Restaking Tokens (LRTs).";
|
|
1488
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1489
|
+
};
|
|
1490
|
+
readonly PYUSD: {
|
|
1491
|
+
readonly name: "PayPal USD";
|
|
1492
|
+
readonly symbol: "PYUSD";
|
|
1493
|
+
readonly oracleId: "PYUSD";
|
|
1494
|
+
readonly address: "0x6c3ea9036406852006290770BEdFcAbA0e23A0e8";
|
|
1495
|
+
readonly chainId: 1;
|
|
1496
|
+
readonly decimals: 6;
|
|
1497
|
+
readonly logoURI: "";
|
|
1498
|
+
readonly website: "https://www.paypal.com/us/digital-wallet/manage-money/crypto/pyusd";
|
|
1499
|
+
readonly bridge: "native";
|
|
1500
|
+
readonly description: "PayPal USD (PYUSD) is a stablecoin backed by secure and highly liquid assets.";
|
|
1501
|
+
};
|
|
1502
|
+
readonly PYUSDUSDC: {
|
|
1503
|
+
readonly name: "PayPool";
|
|
1504
|
+
readonly symbol: "PYUSDUSDC";
|
|
1505
|
+
readonly oracle: "lps";
|
|
1506
|
+
readonly oracleId: "curve-paypool";
|
|
1507
|
+
readonly address: "0x383E6b4437b59fff47B619CBA855CA29342A8559";
|
|
1508
|
+
readonly chainId: 1;
|
|
1509
|
+
readonly decimals: 18;
|
|
1510
|
+
readonly logoURI: "";
|
|
1511
|
+
readonly website: "https://curve.finance/#/ethereum/pools/factory-stable-ng-43/deposit";
|
|
1512
|
+
readonly description: "Curve base pool consisting of PYUSD and USDC";
|
|
1513
|
+
readonly bridge: "native";
|
|
1514
|
+
};
|
|
1515
|
+
readonly PRISMA: {
|
|
1516
|
+
readonly name: "Prisma Governance Token";
|
|
1517
|
+
readonly symbol: "PRISMA";
|
|
1518
|
+
readonly oracleId: "PRISMA";
|
|
1519
|
+
readonly address: "0xdA47862a83dac0c112BA89c6abC2159b95afd71C";
|
|
1520
|
+
readonly chainId: 1;
|
|
1521
|
+
readonly decimals: 18;
|
|
1522
|
+
readonly logoURI: "";
|
|
1523
|
+
readonly website: "https://app.prismafinance.com/";
|
|
1524
|
+
readonly documentation: "https://docs.prismafinance.com/";
|
|
1525
|
+
readonly bridge: "native";
|
|
1526
|
+
readonly description: "Prisma is a decentralized borrowing protocol that allows users to mint a stablecoin, mkUSD, that is fully collateralized by liquid staking tokens.";
|
|
1527
|
+
};
|
|
1528
|
+
readonly cvxPRISMA: {
|
|
1529
|
+
readonly name: "Convex Prisma";
|
|
1530
|
+
readonly symbol: "cvxPRISMA";
|
|
1531
|
+
readonly oracleId: "cvxPRISMA";
|
|
1532
|
+
readonly address: "0x34635280737b5BFe6c7DC2FC3065D60d66e78185";
|
|
1533
|
+
readonly chainId: 1;
|
|
1534
|
+
readonly decimals: 18;
|
|
1535
|
+
readonly logoURI: "";
|
|
1536
|
+
readonly website: "https://prisma.convexfinance.com/";
|
|
1537
|
+
readonly documentation: "https://docs.convexfinance.com/convexfinance/general-information/convex-for-prisma-finance";
|
|
1538
|
+
readonly bridge: "native";
|
|
1539
|
+
readonly description: "Convex Finance has expanded to optimize opportunities for liquidity providers on Prisma the same way it has done so for Curve LPs.";
|
|
1540
|
+
};
|
|
1541
|
+
readonly yPRISMA: {
|
|
1542
|
+
readonly name: "Yearn Prisma";
|
|
1543
|
+
readonly symbol: "yPRISMA";
|
|
1544
|
+
readonly oracleId: "yPRISMA";
|
|
1545
|
+
readonly address: "0xe3668873D944E4A949DA05fc8bDE419eFF543882";
|
|
1546
|
+
readonly chainId: 1;
|
|
1547
|
+
readonly decimals: 18;
|
|
1548
|
+
readonly logoURI: "";
|
|
1549
|
+
readonly website: "https://yprisma.yearn.fi/";
|
|
1550
|
+
readonly documentation: "https://docs.yearn.fi/getting-started/products/ylockers/yprisma/overview";
|
|
1551
|
+
readonly bridge: "native";
|
|
1552
|
+
readonly description: "yPRISMA is Yearn's latest liquid locker, built for Prisma Finance's governance token.";
|
|
1553
|
+
};
|
|
1554
|
+
readonly LUSD: {
|
|
1555
|
+
readonly name: "LUSD Stablecoin";
|
|
1556
|
+
readonly symbol: "LUSD";
|
|
1557
|
+
readonly oracleId: "LUSD";
|
|
1558
|
+
readonly address: "0x5f98805A4E8be255a32880FDeC7F6728C6568bA0";
|
|
1559
|
+
readonly chainId: 1;
|
|
1560
|
+
readonly decimals: 18;
|
|
1561
|
+
readonly logoURI: "";
|
|
1562
|
+
readonly website: "https://www.liquity.org/";
|
|
1563
|
+
readonly bridge: "native";
|
|
1564
|
+
readonly description: "Liquity is a decentralized borrowing protocol that allows you to draw interest-free loans against Ether used as collateral. Loans are paid out in LUSD (a USD pegged stablecoin) and need to maintain a minimum collateral ratio of 110%.";
|
|
1565
|
+
readonly documentation: "https://docs.liquity.org/";
|
|
1566
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1567
|
+
};
|
|
1568
|
+
readonly USDM: {
|
|
1569
|
+
readonly name: "Mountain Protocol USD";
|
|
1570
|
+
readonly symbol: "USDM";
|
|
1571
|
+
readonly oracleId: "USDM";
|
|
1572
|
+
readonly address: "0x59D9356E565Ab3A36dD77763Fc0d87fEaf85508C";
|
|
1573
|
+
readonly chainId: 1;
|
|
1574
|
+
readonly decimals: 18;
|
|
1575
|
+
readonly logoURI: "";
|
|
1576
|
+
readonly website: "https://mountainprotocol.com/";
|
|
1577
|
+
readonly documentation: "https://docs.mountainprotocol.com/";
|
|
1578
|
+
readonly description: "The USDM token is a rebasing ERC20 token, redeemable at a pegged 1:1 USD value by primary users. USDM is a fully backed stablecoin, backed by \"USDM Reserves\", which are held under custody with regulated financial institutions in bankruptcy-remote accounts, segregated from the Company's operating accounts, on behalf of, and for the benefit of, Users.";
|
|
1579
|
+
readonly bridge: "native";
|
|
1580
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
1581
|
+
};
|
|
1582
|
+
readonly sDAI: {
|
|
1583
|
+
readonly name: "Savings DAI";
|
|
1584
|
+
readonly symbol: "sDAI";
|
|
1585
|
+
readonly oracleId: "sDAI";
|
|
1586
|
+
readonly address: "0x83F20F44975D03b1b09e64809B757c47f942BEeA";
|
|
1587
|
+
readonly chainId: 1;
|
|
1588
|
+
readonly decimals: 18;
|
|
1589
|
+
readonly logoURI: "";
|
|
1590
|
+
readonly website: "https://app.sparkprotocol.io/sdai/";
|
|
1591
|
+
readonly documentation: "https://docs.sparkprotocol.io/hub/";
|
|
1592
|
+
readonly description: "sDAI is similar to DAI but with the added benefit of earning interest. You can use it just like DAI - own, transfer, and use it in the DeFi ecosystem. Swapping between sDAI and DAI incurs no additional costs and no slippage as is deposited or withdrawn from the DSR contract.";
|
|
1593
|
+
readonly bridge: "native";
|
|
1594
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1595
|
+
};
|
|
1596
|
+
readonly bbsDAI: {
|
|
1597
|
+
readonly name: "Balancer Aave sDAI Linear Pool";
|
|
1598
|
+
readonly symbol: "bbsDAI";
|
|
1599
|
+
readonly oracleId: "bbsDAI";
|
|
1600
|
+
readonly address: "0x2B218683178d029BAB6c9789b1073aA6c96E5176";
|
|
1601
|
+
readonly chainId: 1;
|
|
1602
|
+
readonly decimals: 18;
|
|
1603
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
1604
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
1605
|
+
readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
|
|
1606
|
+
readonly description: "Balancer linear pool that consist of DAI and sDAI.";
|
|
1607
|
+
readonly bridge: "native";
|
|
1608
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1609
|
+
};
|
|
1610
|
+
readonly acUSDC: {
|
|
1611
|
+
readonly name: "Across USD Coin LP";
|
|
1612
|
+
readonly address: "0xC9b09405959f63F72725828b5d449488b02be1cA";
|
|
1613
|
+
readonly symbol: "acUSDC";
|
|
1614
|
+
readonly oracle: "lps";
|
|
1615
|
+
readonly oracleId: "across-usdc";
|
|
1616
|
+
readonly decimals: 6;
|
|
1617
|
+
readonly website: "https://across.to/";
|
|
1618
|
+
readonly description: "acUSDC is the LP receipt for providing USDC liquidity to the Across bridge. Across is a cross-chain bridge for L2s and rollups secured by UMA's optimistic oracle.";
|
|
1619
|
+
readonly bridge: "native";
|
|
1620
|
+
readonly chainId: 1;
|
|
1621
|
+
readonly logoURI: "";
|
|
1622
|
+
readonly documentation: "https://docs.across.to/how-to-use-across/providing-liquidity";
|
|
1623
|
+
};
|
|
1624
|
+
readonly acWETH: {
|
|
1625
|
+
readonly name: "Across WETH LP";
|
|
1626
|
+
readonly address: "0x28F77208728B0A45cAb24c4868334581Fe86F95B";
|
|
1627
|
+
readonly symbol: "acWETH";
|
|
1628
|
+
readonly oracle: "lps";
|
|
1629
|
+
readonly oracleId: "across-weth";
|
|
1630
|
+
readonly decimals: 18;
|
|
1631
|
+
readonly website: "https://across.to/";
|
|
1632
|
+
readonly description: "acWETH is the LP receipt for providing WETH liquidity to the Across bridge. Across is a cross-chain bridge for L2s and rollups secured by UMA's optimistic oracle.";
|
|
1633
|
+
readonly bridge: "native";
|
|
1634
|
+
readonly chainId: 1;
|
|
1635
|
+
readonly logoURI: "";
|
|
1636
|
+
readonly documentation: "https://docs.across.to/how-to-use-across/providing-liquidity";
|
|
1637
|
+
};
|
|
1638
|
+
readonly acDAI: {
|
|
1639
|
+
readonly name: "Across DAI LP";
|
|
1640
|
+
readonly address: "0x4FaBacAC8C41466117D6A38F46d08ddD4948A0cB";
|
|
1641
|
+
readonly symbol: "acDAI";
|
|
1642
|
+
readonly oracle: "lps";
|
|
1643
|
+
readonly oracleId: "across-dai";
|
|
1644
|
+
readonly decimals: 18;
|
|
1645
|
+
readonly website: "https://across.to/";
|
|
1646
|
+
readonly description: "acDAI is the LP receipt for providing DAI liquidity to the Across bridge. Across is a cross-chain bridge for L2s and rollups secured by UMA's optimistic oracle.";
|
|
1647
|
+
readonly bridge: "native";
|
|
1648
|
+
readonly chainId: 1;
|
|
1649
|
+
readonly logoURI: "";
|
|
1650
|
+
readonly documentation: "https://docs.across.to/how-to-use-across/providing-liquidity";
|
|
1651
|
+
};
|
|
1652
|
+
readonly acUSDT: {
|
|
1653
|
+
readonly name: "Across USDT LP";
|
|
1654
|
+
readonly address: "0xC2faB88f215f62244d2E32c8a65E8F58DA8415a5";
|
|
1655
|
+
readonly symbol: "acUSDT";
|
|
1656
|
+
readonly oracle: "lps";
|
|
1657
|
+
readonly oracleId: "across-usdt";
|
|
1658
|
+
readonly decimals: 6;
|
|
1659
|
+
readonly website: "https://across.to/";
|
|
1660
|
+
readonly description: "acUSDT is the LP receipt for providing USDT liquidity to the Across bridge. Across is a cross-chain bridge for L2s and rollups secured by UMA's optimistic oracle.";
|
|
1661
|
+
readonly bridge: "native";
|
|
1662
|
+
readonly chainId: 1;
|
|
1663
|
+
readonly logoURI: "";
|
|
1664
|
+
readonly documentation: "https://docs.across.to/how-to-use-across/providing-liquidity";
|
|
1665
|
+
};
|
|
1666
|
+
readonly acWBTC: {
|
|
1667
|
+
readonly name: "Across WBTC LP";
|
|
1668
|
+
readonly address: "0x59C1427c658E97a7d568541DaC780b2E5c8affb4";
|
|
1669
|
+
readonly symbol: "acWBTC";
|
|
1670
|
+
readonly oracle: "lps";
|
|
1671
|
+
readonly oracleId: "across-wbtc";
|
|
1672
|
+
readonly decimals: 8;
|
|
1673
|
+
readonly website: "https://across.to/";
|
|
1674
|
+
readonly description: "acWBTC is the LP receipt for providing WBTC liquidity to the Across bridge. Across is a cross-chain bridge for L2s and rollups secured by UMA's optimistic oracle.";
|
|
1675
|
+
readonly bridge: "native";
|
|
1676
|
+
readonly chainId: 1;
|
|
1677
|
+
readonly logoURI: "";
|
|
1678
|
+
readonly documentation: "https://docs.across.to/how-to-use-across/providing-liquidity";
|
|
1679
|
+
};
|
|
1680
|
+
readonly acACX: {
|
|
1681
|
+
readonly name: "Across ACX LP";
|
|
1682
|
+
readonly address: "0xb0C8fEf534223B891D4A430e49537143829c4817";
|
|
1683
|
+
readonly symbol: "acACX";
|
|
1684
|
+
readonly oracle: "lps";
|
|
1685
|
+
readonly oracleId: "across-acx";
|
|
1686
|
+
readonly decimals: 18;
|
|
1687
|
+
readonly website: "https://across.to/";
|
|
1688
|
+
readonly description: "acACX is the LP receipt for providing ACX liquidity to the Across bridge. Across is a cross-chain bridge for L2s and rollups secured by UMA's optimistic oracle.";
|
|
1689
|
+
readonly bridge: "native";
|
|
1690
|
+
readonly chainId: 1;
|
|
1691
|
+
readonly logoURI: "";
|
|
1692
|
+
readonly documentation: "https://docs.across.to/how-to-use-across/providing-liquidity";
|
|
1693
|
+
};
|
|
1694
|
+
readonly bpt3POOL: {
|
|
1695
|
+
readonly name: "Balancer 3Pool BPT";
|
|
1696
|
+
readonly symbol: "bpt3POOL";
|
|
1697
|
+
readonly oracleId: "bpt-3POOL";
|
|
1698
|
+
readonly address: "0x79c58f70905F734641735BC61e45c19dD9Ad60bC";
|
|
1699
|
+
readonly chainId: 1;
|
|
1700
|
+
readonly decimals: 18;
|
|
1701
|
+
readonly logoURI: "";
|
|
1702
|
+
readonly website: "https://app.balancer.fi/#/";
|
|
1703
|
+
readonly documentation: "https://docs.balancer.fi/concepts/pools/composable-stable.html";
|
|
1704
|
+
readonly description: "Composable Stable Pools are designed for assets that are either expected to consistently swap at near parity, or at a known exchange rate. Composable Stable Pools use Stable Math (based on StableSwap, popularized by Curve) which allows for swaps of significant size before encountering substantial price impact, vastly increasing capital efficiency for like-kind and correlated-kind swaps.";
|
|
1705
|
+
readonly bridge: "native";
|
|
1706
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1707
|
+
};
|
|
1708
|
+
readonly ALCX: {
|
|
1709
|
+
readonly name: "Alchemix";
|
|
1710
|
+
readonly symbol: "ALCX";
|
|
1711
|
+
readonly oracleId: "ALCX";
|
|
1712
|
+
readonly address: "0xdBdb4d16EdA451D0503b854CF79D55697F90c8DF";
|
|
1713
|
+
readonly chainId: 1;
|
|
1714
|
+
readonly decimals: 18;
|
|
1715
|
+
readonly logoURI: "";
|
|
1716
|
+
readonly website: "https://alchemix.fi/";
|
|
1717
|
+
readonly documentation: "https://alchemix-finance.gitbook.io/user-docs/";
|
|
1718
|
+
readonly description: "Alchemix Finance is a future-yield-backed synthetic asset protocol and community DAO. The protocol gives you advances on various yield farming strategies via a synthetic token. The token represents a fungible claim on the underlying collateral in the Alchemix protocol, where the claim has to be made by a depositor of that collateral. The DAO will focus on funding projects that will help the Alchemix ecosystem grow, as well as the greater Ethereum community.";
|
|
1719
|
+
readonly bridge: "native";
|
|
1720
|
+
};
|
|
1721
|
+
readonly RPL: {
|
|
1722
|
+
readonly name: "Rocket Pool";
|
|
1723
|
+
readonly symbol: "RPL";
|
|
1724
|
+
readonly oracleId: "RPL";
|
|
1725
|
+
readonly address: "0xD33526068D116cE69F19A9ee46F0bd304F21A51f";
|
|
1726
|
+
readonly chainId: 1;
|
|
1727
|
+
readonly decimals: 18;
|
|
1728
|
+
readonly logoURI: "";
|
|
1729
|
+
readonly website: "https://rocketpool.net/";
|
|
1730
|
+
readonly documentation: "https://rocketpool.net/protocol/about";
|
|
1731
|
+
readonly description: "Rocket Pool is the oldest, most trusted & only decentralised staking protocol on Ethereum today.";
|
|
1732
|
+
readonly bridge: "native";
|
|
1733
|
+
};
|
|
1734
|
+
readonly GYD: {
|
|
1735
|
+
readonly name: "Gyro Dollar";
|
|
1736
|
+
readonly symbol: "GYD";
|
|
1737
|
+
readonly oracleId: "GYD";
|
|
1738
|
+
readonly address: "0xe07F9D810a48ab5c3c914BA3cA53AF14E4491e8A";
|
|
1739
|
+
readonly chainId: 1;
|
|
1740
|
+
readonly decimals: 18;
|
|
1741
|
+
readonly logoURI: "";
|
|
1742
|
+
readonly website: "https://gyro.finance/";
|
|
1743
|
+
readonly documentation: "https://docs.gyro.finance/gyroscope-protocol/stablecoin";
|
|
1744
|
+
readonly description: "A fully backed stablecoin: the Gyroscope stablecoin aims at a long-term reserve ratio of 100%, where every unit of stablecoin is backed by 1 USD worth of collateral.";
|
|
1745
|
+
readonly bridge: "native";
|
|
1746
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1747
|
+
};
|
|
1748
|
+
readonly SILO: {
|
|
1749
|
+
readonly name: "Silo Governance Token";
|
|
1750
|
+
readonly symbol: "SILO";
|
|
1751
|
+
readonly oracleId: "SILO";
|
|
1752
|
+
readonly address: "0x6f80310CA7F2C654691D1383149Fa1A57d8AB1f8";
|
|
1753
|
+
readonly chainId: 1;
|
|
1754
|
+
readonly decimals: 18;
|
|
1755
|
+
readonly logoURI: "";
|
|
1756
|
+
readonly website: "https://www.silo.finance/";
|
|
1757
|
+
readonly documentation: "https://devdocs.silo.finance/protocol-architecture/protocol-overview";
|
|
1758
|
+
readonly description: "Silo is a non-custodial lending protocol to borrow any crypto asset with another.";
|
|
1759
|
+
readonly bridge: "native";
|
|
1760
|
+
};
|
|
1761
|
+
readonly vETH: {
|
|
1762
|
+
readonly name: "Vector ETH";
|
|
1763
|
+
readonly symbol: "vETH";
|
|
1764
|
+
readonly oracleId: "vETH";
|
|
1765
|
+
readonly address: "0x38D64ce1Bdf1A9f24E0Ec469C9cAde61236fB4a0";
|
|
1766
|
+
readonly chainId: 1;
|
|
1767
|
+
readonly decimals: 18;
|
|
1768
|
+
readonly logoURI: "";
|
|
1769
|
+
readonly website: "https://www.vectorreserve.com/";
|
|
1770
|
+
readonly description: "vETH is a tokenized asset or index of ETH denominated Liquidity Positions (LP) against Liquid Staked Tokens (LST) and Liquid Restaked Tokens (LRT), that encapsulates both ETH and additional yield-generating opportunities.";
|
|
1771
|
+
readonly documentation: "https://vector-reserve.gitbook.io/vector-reserve/introduction/what-is-vector-reserve";
|
|
1772
|
+
readonly bridge: "native";
|
|
1773
|
+
};
|
|
1774
|
+
readonly ankrETH: {
|
|
1775
|
+
readonly name: "Ankr Staked ETH";
|
|
1776
|
+
readonly symbol: "ankrETH";
|
|
1777
|
+
readonly oracleId: "ankrETH";
|
|
1778
|
+
readonly address: "0xE95A203B1a91a908F9B9CE46459d101078c2c3cb";
|
|
1779
|
+
readonly chainId: 1;
|
|
1780
|
+
readonly decimals: 18;
|
|
1781
|
+
readonly logoURI: "";
|
|
1782
|
+
readonly website: "https://www.ankr.com/";
|
|
1783
|
+
readonly description: "ankrETH is a liquid staking solution that lets users earn Ethereum staking rewards while remaining liquid. The value of ankrETH tokens appreciates over time in relation to ETH due to reward accumulation, enhancing capital efficiency and preserving liquidity.";
|
|
1784
|
+
readonly documentation: "https://www.ankr.com/docs/liquid-staking/eth/overview/";
|
|
1785
|
+
readonly bridge: "native";
|
|
1786
|
+
};
|
|
1787
|
+
readonly ezETH: {
|
|
1788
|
+
readonly name: "Renzo Restaked ETH Token";
|
|
1789
|
+
readonly symbol: "ezETH";
|
|
1790
|
+
readonly oracleId: "ezETH";
|
|
1791
|
+
readonly address: "0xbf5495Efe5DB9ce00f80364C8B423567e58d2110";
|
|
1792
|
+
readonly chainId: 1;
|
|
1793
|
+
readonly decimals: 18;
|
|
1794
|
+
readonly logoURI: "";
|
|
1795
|
+
readonly website: "https://www.renzoprotocol.com/";
|
|
1796
|
+
readonly description: "Renzo ezETH is a Liquid Restaking Token (LRT) and Strategy Manager for EigenLayer. It is the interface to the EigenLayer ecosystem securing Actively Validated Services (AVSs) and offering a higher yield than ETH staking.";
|
|
1797
|
+
readonly documentation: "https://docs.renzoprotocol.com/docs/";
|
|
1798
|
+
readonly bridge: "native";
|
|
1799
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
1800
|
+
};
|
|
1801
|
+
readonly weETH: {
|
|
1802
|
+
readonly name: "Wrapped eETH";
|
|
1803
|
+
readonly symbol: "weETH";
|
|
1804
|
+
readonly oracleId: "weETH";
|
|
1805
|
+
readonly address: "0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee";
|
|
1806
|
+
readonly chainId: 1;
|
|
1807
|
+
readonly decimals: 18;
|
|
1808
|
+
readonly logoURI: "";
|
|
1809
|
+
readonly website: "https://www.ether.fi/";
|
|
1810
|
+
readonly description: "ether.fi is a decentralized, non-custodial delegated staking protocol with a Liquid Staking token. One of the distinguishing characteristics of ether.fi is that stakers control their keys. The ether.fi mechanism also allows for the creation of a node services marketplace where stakers and node operators can enroll nodes to provide infrastructure services.";
|
|
1811
|
+
readonly documentation: "https://etherfi.gitbook.io/etherfi";
|
|
1812
|
+
readonly bridge: "native";
|
|
1813
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
1814
|
+
};
|
|
1815
|
+
readonly weETHk: {
|
|
1816
|
+
readonly name: "King Karak LRT";
|
|
1817
|
+
readonly symbol: "weETHk";
|
|
1818
|
+
readonly oracleId: "weETHk";
|
|
1819
|
+
readonly address: "0x7223442cad8e9cA474fC40109ab981608F8c4273";
|
|
1820
|
+
readonly chainId: 1;
|
|
1821
|
+
readonly decimals: 18;
|
|
1822
|
+
readonly logoURI: "";
|
|
1823
|
+
readonly website: "https://app.ether.fi/liquid/karak";
|
|
1824
|
+
readonly description: "The King Karak LRT is intended to provide ether.fi customers an easy onboarding into the Karak ecosystem. Unlike other LRTs, users have numerous deposit options including WETH, eETH, weETH, wstETH, cbETH, bETH, rETH, mETH, swETH, etc. These assets will be directly restaked on Karak.";
|
|
1825
|
+
readonly documentation: "https://etherfi.gitbook.io/etherfi/liquid/king-karak-lrt-vault";
|
|
1826
|
+
readonly bridge: "native";
|
|
1827
|
+
};
|
|
1828
|
+
readonly weETHs: {
|
|
1829
|
+
readonly name: "Super Symbiotic LRT";
|
|
1830
|
+
readonly symbol: "weETHs";
|
|
1831
|
+
readonly oracleId: "weETHs";
|
|
1832
|
+
readonly address: "0x917ceE801a67f933F2e6b33fC0cD1ED2d5909D88";
|
|
1833
|
+
readonly chainId: 1;
|
|
1834
|
+
readonly decimals: 18;
|
|
1835
|
+
readonly logoURI: "";
|
|
1836
|
+
readonly website: "https://app.ether.fi/liquid/symbiotic";
|
|
1837
|
+
readonly description: "Super Symbiotic LRT is an Ether.Fi x Symbiotic vault that allows users to stake their ETH to accrue staking rewards and automatically restake their ETH in Symbiotic.";
|
|
1838
|
+
readonly documentation: "https://etherfi.gitbook.io/etherfi/liquid/super-symbiotic-lrt-vault";
|
|
1839
|
+
readonly bridge: "native";
|
|
1840
|
+
};
|
|
1841
|
+
readonly uniETH: {
|
|
1842
|
+
readonly name: "Universal ETH";
|
|
1843
|
+
readonly symbol: "uniETH";
|
|
1844
|
+
readonly oracleId: "uniETH";
|
|
1845
|
+
readonly address: "0xF1376bceF0f78459C0Ed0ba5ddce976F1ddF51F4";
|
|
1846
|
+
readonly chainId: 1;
|
|
1847
|
+
readonly decimals: 18;
|
|
1848
|
+
readonly logoURI: "";
|
|
1849
|
+
readonly website: "https://app.bedrock.technology/unieth";
|
|
1850
|
+
readonly description: "uniETH represents the staked ETH plus all future staking rewards and accrual of EigenLayer points and Bedrock diamonds. uniETH does not grow in quantity over time but instead, grows in value, i.e. 1 uniETH becomes worth increasingly more than 1 ETH.";
|
|
1851
|
+
readonly bridge: "native";
|
|
1852
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
1853
|
+
};
|
|
1854
|
+
readonly QIv2: {
|
|
1855
|
+
readonly name: "QiDao";
|
|
1856
|
+
readonly symbol: "QI";
|
|
1857
|
+
readonly oracleId: "QIv2";
|
|
1858
|
+
readonly address: "0x559b7bfC48a5274754b08819F75C5F27aF53D53b";
|
|
1859
|
+
readonly chainId: 1;
|
|
1860
|
+
readonly decimals: 18;
|
|
1861
|
+
readonly logoURI: "";
|
|
1862
|
+
readonly website: "https://app.mai.finance/";
|
|
1863
|
+
readonly description: "QiDao is an overcollateralized stablecoin protocol that allows users to mint stablecoins (MAI) against the value of their decentralized token collaterals. Minting occurs through loans, denomimated in MAI stablecoins. Most loans have 0% interest, meaning the value of the related debt does not change over time.";
|
|
1864
|
+
readonly documentation: "https://docs.mai.finance/introduction-1";
|
|
1865
|
+
readonly bridge: "native";
|
|
1866
|
+
};
|
|
1867
|
+
readonly qiBPT: {
|
|
1868
|
+
readonly name: "QiDao Governance Pool";
|
|
1869
|
+
readonly symbol: "QI BPT";
|
|
1870
|
+
readonly oracleId: "beQIv2";
|
|
1871
|
+
readonly address: "0x39eB558131E5eBeb9f76a6cbf6898f6E6DCe5e4E";
|
|
1872
|
+
readonly chainId: 1;
|
|
1873
|
+
readonly decimals: 18;
|
|
1874
|
+
readonly logoURI: "";
|
|
1875
|
+
readonly website: "https://app.mai.finance/";
|
|
1876
|
+
readonly description: "QiDao is an overcollateralized stablecoin protocol that allows users to mint stablecoins (MAI) against the value of their decentralized token collaterals. Minting occurs through loans, denomimated in MAI stablecoins. Most loans have 0% interest, meaning the value of the related debt does not change over time.";
|
|
1877
|
+
readonly documentation: "https://docs.mai.finance/introduction-1";
|
|
1878
|
+
readonly bridge: "native";
|
|
1879
|
+
};
|
|
1880
|
+
readonly beQI: {
|
|
1881
|
+
readonly name: "Beefy QI";
|
|
1882
|
+
readonly symbol: "beQI";
|
|
1883
|
+
readonly oracleId: "beQIv2";
|
|
1884
|
+
readonly address: "0x6c9D885B37b131aa68794ee1549fFB80be381Fa9";
|
|
1885
|
+
readonly chainId: 1;
|
|
1886
|
+
readonly decimals: 18;
|
|
1887
|
+
readonly logoURI: "";
|
|
1888
|
+
readonly website: "https://app.mai.finance/";
|
|
1889
|
+
readonly description: "Beefy QI is perpetually lock QI/ETH Balancer Pool Token. QiDao is an overcollateralized stablecoin protocol that allows users to mint stablecoins (MAI) against the value of their decentralized token collaterals. Minting occurs through loans, denomimated in MAI stablecoins. Most loans have 0% interest, meaning the value of the related debt does not change over time.";
|
|
1890
|
+
readonly documentation: "https://docs.mai.finance/introduction-1";
|
|
1891
|
+
readonly bridge: "native";
|
|
1892
|
+
};
|
|
1893
|
+
readonly USDe: {
|
|
1894
|
+
readonly name: "USDe";
|
|
1895
|
+
readonly symbol: "USDe";
|
|
1896
|
+
readonly oracleId: "USDe";
|
|
1897
|
+
readonly address: "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3";
|
|
1898
|
+
readonly chainId: 1;
|
|
1899
|
+
readonly decimals: 18;
|
|
1900
|
+
readonly logoURI: "";
|
|
1901
|
+
readonly website: "https://ethena.fi/";
|
|
1902
|
+
readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
|
|
1903
|
+
readonly description: "Ethenas USDe is not the same as a fiat stablecoin like USDC or USDT. USDe is a synthetic dollar, backed with crypto assets and corresponding short futures positions.";
|
|
1904
|
+
readonly bridge: "native";
|
|
1905
|
+
readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
|
|
1906
|
+
};
|
|
1907
|
+
readonly sUSDe: {
|
|
1908
|
+
readonly name: "Staked USDe";
|
|
1909
|
+
readonly symbol: "sUSDe";
|
|
1910
|
+
readonly oracleId: "sUSDe";
|
|
1911
|
+
readonly address: "0x9D39A5DE30e57443BfF2A8307A4256c8797A3497";
|
|
1912
|
+
readonly chainId: 1;
|
|
1913
|
+
readonly decimals: 18;
|
|
1914
|
+
readonly logoURI: "";
|
|
1915
|
+
readonly website: "https://ethena.fi/";
|
|
1916
|
+
readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
|
|
1917
|
+
readonly description: "Users are able to stake their USDe for sUSDe through the Ethena front-end. sUSDe is a reward-bearing token that accrues value from the yield that Ethena’s underlying delta-neutral position generates. sUSDe is subject to a 7-day un-staking period.";
|
|
1918
|
+
readonly bridge: "native";
|
|
1919
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1920
|
+
};
|
|
1921
|
+
readonly USD3: {
|
|
1922
|
+
readonly name: "Web 3 Dollar";
|
|
1923
|
+
readonly symbol: "USD3";
|
|
1924
|
+
readonly oracleId: "USD3";
|
|
1925
|
+
readonly address: "0x0d86883FAf4FfD7aEb116390af37746F45b6f378";
|
|
1926
|
+
readonly chainId: 1;
|
|
1927
|
+
readonly decimals: 18;
|
|
1928
|
+
readonly logoURI: "";
|
|
1929
|
+
readonly website: "https://app.reserve.org/ethereum/token/0x0d86883FAf4FfD7aEb116390af37746F45b6f378/overview";
|
|
1930
|
+
readonly description: "USD3 is 1:1 asset backed by a basket of yield-bearing tokens. Given the unique design and current market conditions, it is estimated to yield up to 10% APY from the most reputable protocols using the most established assets. USD3 is overcollateralized with auditable proof of reserves available on-chain 24/7.";
|
|
1931
|
+
readonly documentation: "https://reserve.org/protocol/";
|
|
1932
|
+
readonly bridge: "native";
|
|
1933
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1934
|
+
};
|
|
1935
|
+
readonly rgUSD: {
|
|
1936
|
+
readonly name: "Revenue Generating USD";
|
|
1937
|
+
readonly symbol: "rgUSD";
|
|
1938
|
+
readonly oracleId: "rgUSD";
|
|
1939
|
+
readonly address: "0x78da5799CF427Fee11e9996982F4150eCe7a99A7";
|
|
1940
|
+
readonly chainId: 1;
|
|
1941
|
+
readonly decimals: 18;
|
|
1942
|
+
readonly logoURI: "";
|
|
1943
|
+
readonly website: "https://app.reserve.org/ethereum/token/0x78da5799cf427fee11e9996982f4150ece7a99a7/overview";
|
|
1944
|
+
readonly description: "rgUSD is an overcollateralized stablecoin launched on Reserve Protocol that acts as a collective point for DeFi users to negotiate with stablecoin yield providers for the best returns.";
|
|
1945
|
+
readonly documentation: "https://reserve.org/protocol/";
|
|
1946
|
+
readonly bridge: "native";
|
|
1947
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
1948
|
+
};
|
|
1949
|
+
readonly rsETH: {
|
|
1950
|
+
readonly chainId: 1;
|
|
1951
|
+
readonly address: "0xA1290d69c65A6Fe4DF752f95823fae25cB99e5A7";
|
|
1952
|
+
readonly decimals: 18;
|
|
1953
|
+
readonly name: "KelpDao Restaked ETH";
|
|
1954
|
+
readonly symbol: "rsETH";
|
|
1955
|
+
readonly oracleId: "rsETH";
|
|
1956
|
+
readonly logoURI: "";
|
|
1957
|
+
readonly website: "https://kelpdao.xyz/";
|
|
1958
|
+
readonly documentation: "https://kelp.gitbook.io/kelp";
|
|
1959
|
+
readonly description: "rsETH is a Liquid Restaked Token (LRT) issued by Kelp DAO designed to offer liquidity to illiquid assets deposited into restaking platforms, such as EigenLayer.";
|
|
1960
|
+
readonly bridge: "native";
|
|
1961
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
1962
|
+
};
|
|
1963
|
+
readonly rswETH: {
|
|
1964
|
+
readonly chainId: 1;
|
|
1965
|
+
readonly address: "0xFAe103DC9cf190eD75350761e95403b7b8aFa6c0";
|
|
1966
|
+
readonly decimals: 18;
|
|
1967
|
+
readonly name: "KelpDao Restaked ETH";
|
|
1968
|
+
readonly symbol: "rswETH";
|
|
1969
|
+
readonly oracleId: "rswETH";
|
|
1970
|
+
readonly logoURI: "";
|
|
1971
|
+
readonly website: "https://www.swellnetwork.io/liquid-restaking";
|
|
1972
|
+
readonly documentation: "https://docs.swellnetwork.io/swell/rsweth-liquid-restaking";
|
|
1973
|
+
readonly description: "rswETH is a Liquid Restaked Token (LRT) issued by Swell network designed to offer liquidity to illiquid assets deposited into restaking platforms, such as EigenLayer.";
|
|
1974
|
+
readonly bridge: "native";
|
|
1975
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
1976
|
+
};
|
|
1977
|
+
readonly agETH: {
|
|
1978
|
+
readonly chainId: 1;
|
|
1979
|
+
readonly address: "0xe1B4d34E8754600962Cd944B535180Bd758E6c2e";
|
|
1980
|
+
readonly decimals: 18;
|
|
1981
|
+
readonly name: "Kelp Gain";
|
|
1982
|
+
readonly symbol: "agETH";
|
|
1983
|
+
readonly oracleId: "agETH";
|
|
1984
|
+
readonly logoURI: "";
|
|
1985
|
+
readonly website: "https://kelpdao.xyz/gain/airdrop-gain/";
|
|
1986
|
+
readonly documentation: "https://kelp.gitbook.io/kelp/kelp-gain";
|
|
1987
|
+
readonly description: "The Kelp Airdrop Gain vault is designed to maximize airdrops through a dual strategy: Earning Layer 2 (L2) airdrops and accessing mainnet DeFi opportunities. The vault takes rsETH and other ETH assets as deposit and deploys these tokens to various yield and points farm (Linea, Scroll, Karak, Eigenlayer, etc). agETH is used as the receipt token for this vault.";
|
|
1988
|
+
readonly bridge: "native";
|
|
1989
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
1990
|
+
};
|
|
1991
|
+
readonly ZRO: {
|
|
1992
|
+
readonly name: "LayerZero";
|
|
1993
|
+
readonly symbol: "ZRO";
|
|
1994
|
+
readonly oracleId: "ZRO";
|
|
1995
|
+
readonly address: "0x6985884C4392D348587B19cb9eAAf157F13271cd";
|
|
1996
|
+
readonly chainId: 1;
|
|
1997
|
+
readonly decimals: 18;
|
|
1998
|
+
readonly logoURI: "";
|
|
1999
|
+
readonly website: "https://layerzero.network/";
|
|
2000
|
+
readonly documentation: "https://docs.layerzero.network/v2";
|
|
2001
|
+
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.";
|
|
2002
|
+
readonly bridge: "layer-zero";
|
|
2003
|
+
};
|
|
2004
|
+
readonly ShezUSD: {
|
|
2005
|
+
readonly name: "ShezmuUSD";
|
|
2006
|
+
readonly symbol: "ShezUSD";
|
|
2007
|
+
readonly oracleId: "ShezUSD";
|
|
2008
|
+
readonly address: "0xD60EeA80C83779a8A5BFCDAc1F3323548e6BB62d";
|
|
2009
|
+
readonly chainId: 1;
|
|
2010
|
+
readonly decimals: 18;
|
|
2011
|
+
readonly logoURI: "";
|
|
2012
|
+
readonly website: "https://www.shezmu.io/";
|
|
2013
|
+
readonly documentation: "https://shezmu.gitbook.io/shezmu/oasis/oasis-usd-cdp-documentation";
|
|
2014
|
+
readonly description: "ShezUSD is a decentralized stablecoin issued within the Shezmu Oasis platform. Users can mint ShezUSD by locking various approved collateral types into a Collateralized Debt Position (CDP). ShezUSD aims to provide a stable and secure medium of exchange and leverage opportunity within the DeFi ecosystem.";
|
|
2015
|
+
readonly bridge: "native";
|
|
2016
|
+
readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
|
|
2017
|
+
};
|
|
2018
|
+
readonly ShezETH: {
|
|
2019
|
+
readonly name: "ShezmuETH";
|
|
2020
|
+
readonly symbol: "ShezETH";
|
|
2021
|
+
readonly oracleId: "ShezETH";
|
|
2022
|
+
readonly address: "0x63a0964A36c34E81959da5894ad888800e17405b";
|
|
2023
|
+
readonly chainId: 1;
|
|
2024
|
+
readonly decimals: 18;
|
|
2025
|
+
readonly logoURI: "";
|
|
2026
|
+
readonly website: "https://www.shezmu.io/";
|
|
2027
|
+
readonly documentation: "https://shezmu.gitbook.io/shezmu/oasis/oasis-eth-pegged-cdp-documentation";
|
|
2028
|
+
readonly description: "ShezETH is a decentralized, ETH-pegged derivative issued within the Shezmu Oasis platform. It allows users to leverage their Ethereum-based assets by minting ShezETH against them. ShezETH is designed to facilitate liquidity and leverage without the traditional risks of liquidation found in other lending platforms.";
|
|
2029
|
+
readonly bridge: "native";
|
|
2030
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
2031
|
+
};
|
|
2032
|
+
readonly UNI: {
|
|
2033
|
+
readonly name: "Uniswap";
|
|
2034
|
+
readonly symbol: "UNI";
|
|
2035
|
+
readonly oracleId: "UNI";
|
|
2036
|
+
readonly address: "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984";
|
|
2037
|
+
readonly chainId: 1;
|
|
2038
|
+
readonly decimals: 18;
|
|
2039
|
+
readonly website: "https://uniswap.org/";
|
|
2040
|
+
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.";
|
|
2041
|
+
readonly bridge: "native";
|
|
2042
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0xbf5140a22578168fd562dccf235e5d43a02ce9b1.png";
|
|
2043
|
+
readonly documentation: "https://docs.uniswap.org/concepts/governance/overview";
|
|
2044
|
+
};
|
|
2045
|
+
readonly LINK: {
|
|
2046
|
+
readonly name: "Chainlink";
|
|
2047
|
+
readonly symbol: "LINK";
|
|
2048
|
+
readonly oracleId: "LINK";
|
|
2049
|
+
readonly address: "0x514910771AF9Ca656af840dff83E8264EcF986CA";
|
|
2050
|
+
readonly chainId: 1;
|
|
2051
|
+
readonly decimals: 18;
|
|
2052
|
+
readonly website: "https://chain.link/";
|
|
2053
|
+
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.";
|
|
2054
|
+
readonly bridge: "native";
|
|
2055
|
+
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
2056
|
+
};
|
|
2057
|
+
readonly stLINK: {
|
|
2058
|
+
readonly name: "Staked LINK";
|
|
2059
|
+
readonly symbol: "stLINK";
|
|
2060
|
+
readonly oracleId: "stLINK";
|
|
2061
|
+
readonly address: "0xb8b295df2cd735b15BE5Eb419517Aa626fc43cD5";
|
|
2062
|
+
readonly chainId: 1;
|
|
2063
|
+
readonly decimals: 18;
|
|
2064
|
+
readonly website: "https://stake.link/";
|
|
2065
|
+
readonly description: "stLINK is received by staking LINK. It is received 1:1 per each LINK staked. stLINK is a rebasing token, which means that as your LINK rewards accrue the stLINK balance in your wallet increments up, and is backed 1:1 by staked LINK owned by the stake.link protocol. stLINK can be claim or unclaimed, wrapped or unwrapped, and continues to receive rewards in any scenario.";
|
|
2066
|
+
readonly bridge: "native";
|
|
2067
|
+
readonly documentation: "https://docs.stake.link/";
|
|
2068
|
+
};
|
|
2069
|
+
readonly eBTC: {
|
|
2070
|
+
readonly name: "ether.fi BTC";
|
|
2071
|
+
readonly symbol: "eBTC";
|
|
2072
|
+
readonly oracleId: "eBTC";
|
|
2073
|
+
readonly address: "0x657e8C867D8B37dCC18fA4Caead9C45EB088C642";
|
|
2074
|
+
readonly chainId: 1;
|
|
2075
|
+
readonly decimals: 8;
|
|
2076
|
+
readonly website: "https://app.ether.fi/liquid/ebtc";
|
|
2077
|
+
readonly description: "eBTC is an Ether.Fi x Symbiotic vault that allows users to stake their BTC to accrue staking rewards and automatically restake their BTC in Symbiotic. Ether.fi and Veda are both doing points campaign.";
|
|
2078
|
+
readonly bridge: "native";
|
|
2079
|
+
readonly documentation: "https://etherfi.gitbook.io/etherfi/lrts/ebtc-bitcoin-lrt";
|
|
2080
|
+
};
|
|
2081
|
+
readonly EBTC: {
|
|
2082
|
+
readonly name: "EBTC";
|
|
2083
|
+
readonly symbol: "EBTC";
|
|
2084
|
+
readonly oracleId: "EBTC";
|
|
2085
|
+
readonly address: "0x661c70333AA1850CcDBAe82776Bb436A0fCfeEfB";
|
|
2086
|
+
readonly chainId: 1;
|
|
2087
|
+
readonly decimals: 18;
|
|
2088
|
+
readonly website: "https://www.ebtc.finance/";
|
|
2089
|
+
readonly description: "eBTC is a collateralized crypto asset soft pegged to the price of Bitcoin and built on the Ethereum network. It is backed exclusively by Lido's stETH and powered by immutable smart contracts with minimized counterparty reliance. It is designed to be the most decentralized synthetic Bitcoin in DeFi and offers the ability for anyone in the world to borrow BTC at no cost.";
|
|
2090
|
+
readonly bridge: "native";
|
|
2091
|
+
readonly documentation: "https://docs.ebtc.finance/ebtc";
|
|
2092
|
+
};
|
|
2093
|
+
readonly USD0: {
|
|
2094
|
+
readonly name: "Usual USD";
|
|
2095
|
+
readonly symbol: "USD0";
|
|
2096
|
+
readonly oracleId: "USD0";
|
|
2097
|
+
readonly address: "0x73A15FeD60Bf67631dC6cd7Bc5B6e8da8190aCF5";
|
|
2098
|
+
readonly chainId: 1;
|
|
2099
|
+
readonly decimals: 18;
|
|
2100
|
+
readonly website: "https://usual.money/";
|
|
2101
|
+
readonly description: "Usual USD is a protocol that transforms real-world assets into a secure and versatile stablecoin, USD0, and shares its value with users through the $USUAL token. It is a decentralized Fiat Stablecoin issuer that redistributes ownership and governance through the $USUAL token. The protocol tokenizes real-world assets, such as real estate, commodities, and financial instruments, to enhance liquidity and accessibility in the blockchain ecosystem.";
|
|
2102
|
+
readonly bridge: "native";
|
|
2103
|
+
readonly documentation: "https://docs.usual.money/usual-products/usd0-stablecoin";
|
|
2104
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2105
|
+
};
|
|
2106
|
+
readonly 'USD0++': {
|
|
2107
|
+
readonly name: "USD0 Liquid Bond";
|
|
2108
|
+
readonly symbol: "USD0++";
|
|
2109
|
+
readonly oracleId: "USD0++";
|
|
2110
|
+
readonly address: "0x35D8949372D46B7a3D5A56006AE77B215fc69bC0";
|
|
2111
|
+
readonly chainId: 1;
|
|
2112
|
+
readonly decimals: 18;
|
|
2113
|
+
readonly website: "https://usual.money/";
|
|
2114
|
+
readonly description: "The USD0 Liquid Bond is issued when a user decides to lock their USD0 for a specified period. In return, they receive a composable and transferable USD0++ (as a LBT), which provides rewards in the form of USUAL tokens.";
|
|
2115
|
+
readonly bridge: "native";
|
|
2116
|
+
readonly documentation: "https://docs.usual.money/usual-products/usd0-liquid-staking-token";
|
|
2117
|
+
};
|
|
2118
|
+
readonly ETH0: {
|
|
2119
|
+
readonly name: "Usual ETH";
|
|
2120
|
+
readonly symbol: "ETH0";
|
|
2121
|
+
readonly oracleId: "ETH0";
|
|
2122
|
+
readonly address: "0x734eec7930bc84eC5732022B9EB949A81fB89AbE";
|
|
2123
|
+
readonly chainId: 1;
|
|
2124
|
+
readonly decimals: 18;
|
|
2125
|
+
readonly website: "https://usual.money/";
|
|
2126
|
+
readonly description: "ETH0 is an Ethereum-pegged synthetic asset issued by the Usual Protocol, fully collateralized by Lido’s wrapped staked ETH.";
|
|
2127
|
+
readonly bridge: "native";
|
|
2128
|
+
readonly documentation: "https://docs.usual.money/usual-products/eth0-synthetic";
|
|
2129
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
2130
|
+
};
|
|
2131
|
+
readonly pxETH: {
|
|
2132
|
+
readonly name: "Pirex Ether";
|
|
2133
|
+
readonly symbol: "pxETH";
|
|
2134
|
+
readonly oracleId: "pxETH";
|
|
2135
|
+
readonly address: "0x04C154b66CB340F3Ae24111CC767e0184Ed00Cc6";
|
|
2136
|
+
readonly chainId: 1;
|
|
2137
|
+
readonly decimals: 18;
|
|
2138
|
+
readonly logoURI: "";
|
|
2139
|
+
readonly website: "https://dinero.xyz/";
|
|
2140
|
+
readonly documentation: "https://dinero.xyz/docs";
|
|
2141
|
+
readonly description: "pxETH is an Ethereum liquid staking solution that forms the foundation of the Dinero protocol.";
|
|
2142
|
+
readonly bridge: "native";
|
|
2143
|
+
};
|
|
2144
|
+
readonly hETH: {
|
|
2145
|
+
readonly name: "Hinkal ETH";
|
|
2146
|
+
readonly symbol: "hETH";
|
|
2147
|
+
readonly oracleId: "hETH";
|
|
2148
|
+
readonly address: "0x270B7748CdF8243bFe68FaCE7230ef0fCE695389";
|
|
2149
|
+
readonly chainId: 1;
|
|
2150
|
+
readonly decimals: 18;
|
|
2151
|
+
readonly logoURI: "";
|
|
2152
|
+
readonly website: "https://app.hinkal.pro/";
|
|
2153
|
+
readonly documentation: "https://hinkal-team.gitbook.io/hinkal";
|
|
2154
|
+
readonly description: "Hinkal enables the staking of ETH into the Shielded Pool smart contract, receiving hETH in return. This LPT (Liquid Privacy Token) is a tokenized representation of the staked collateral and can be used across various DeFi applications. Holders of hETH are automatically rewarded with yield (generated by transaction fees) and protocol incentives.";
|
|
2155
|
+
readonly bridge: "native";
|
|
2156
|
+
};
|
|
2157
|
+
readonly SKY: {
|
|
2158
|
+
readonly name: "SKY Governance Token";
|
|
2159
|
+
readonly symbol: "SKY";
|
|
2160
|
+
readonly oracleId: "SKY";
|
|
2161
|
+
readonly address: "0x56072C95FAA701256059aa122697B133aDEd9279";
|
|
2162
|
+
readonly chainId: 1;
|
|
2163
|
+
readonly decimals: 18;
|
|
2164
|
+
readonly logoURI: "";
|
|
2165
|
+
readonly website: "https://sky.money/";
|
|
2166
|
+
readonly documentation: "https://docs.sky.money/";
|
|
2167
|
+
readonly description: "Sky.money is the next evolution of MakerDAO, introducing a powerful suite of DeFi tools including a new stablecoin (USDS), cross-chain bridging via SkyLink, and yield opportunities like the Sky Savings Rate and Sky Token Rewards.";
|
|
2168
|
+
readonly bridge: "native";
|
|
2169
|
+
};
|
|
2170
|
+
readonly USDS: {
|
|
2171
|
+
readonly name: "USDS Stablecoin";
|
|
2172
|
+
readonly symbol: "USDS";
|
|
2173
|
+
readonly oracleId: "USDS";
|
|
2174
|
+
readonly address: "0xdC035D45d973E3EC169d2276DDab16f1e407384F";
|
|
2175
|
+
readonly chainId: 1;
|
|
2176
|
+
readonly decimals: 18;
|
|
2177
|
+
readonly logoURI: "";
|
|
2178
|
+
readonly website: "https://sky.money/";
|
|
2179
|
+
readonly documentation: "https://docs.sky.money/";
|
|
2180
|
+
readonly description: "USDS is the decentralized stablecoin of Sky. USDS replaces DAI as Sky's new stablecoin, offering stability plus new rewards and savings options.";
|
|
2181
|
+
readonly bridge: "native";
|
|
2182
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2183
|
+
};
|
|
2184
|
+
readonly sUSDS: {
|
|
2185
|
+
readonly name: "Savings USDS";
|
|
2186
|
+
readonly symbol: "sUSDS";
|
|
2187
|
+
readonly oracleId: "sUSDS";
|
|
2188
|
+
readonly address: "0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD";
|
|
2189
|
+
readonly chainId: 1;
|
|
2190
|
+
readonly decimals: 18;
|
|
2191
|
+
readonly logoURI: "";
|
|
2192
|
+
readonly website: "https://sky.money/";
|
|
2193
|
+
readonly documentation: "https://docs.sky.money/";
|
|
2194
|
+
readonly description: "Savings USDS (sUSDS) is the upgraded version of sDAI, which offers higher yield than sDAI. sUSDS is a tokenized representation of USDS deposited in the Sky Savings Rate (SSR) offered by Sky. The sUSDS token enables users to receive returns on their SSR deposits while still being able to transfer, stake, lend and use it in any way they want.";
|
|
2195
|
+
readonly bridge: "native";
|
|
2196
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2197
|
+
};
|
|
2198
|
+
readonly stUSDS: {
|
|
2199
|
+
readonly name: "Staked USDS";
|
|
2200
|
+
readonly symbol: "stUSDS";
|
|
2201
|
+
readonly oracleId: "stUSDS";
|
|
2202
|
+
readonly address: "0x99CD4Ec3f88A45940936F469E4bB72A2A701EEB9";
|
|
2203
|
+
readonly chainId: 1;
|
|
2204
|
+
readonly decimals: 18;
|
|
2205
|
+
readonly logoURI: "";
|
|
2206
|
+
readonly website: "https://sky.money/";
|
|
2207
|
+
readonly documentation: "https://docs.sky.money/";
|
|
2208
|
+
readonly description: "stUSDS is a risk capital token that offers higher risk/higher reward to fund and support liquidity for SKY stakers.";
|
|
2209
|
+
readonly bridge: "native";
|
|
2210
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2211
|
+
};
|
|
2212
|
+
readonly syrupUSDC: {
|
|
2213
|
+
readonly name: "Syrup USDC";
|
|
2214
|
+
readonly symbol: "syrupUSDC";
|
|
2215
|
+
readonly oracleId: "syrupUSDC";
|
|
2216
|
+
readonly address: "0x80ac24aA929eaF5013f6436cdA2a7ba190f5Cc0b";
|
|
2217
|
+
readonly chainId: 1;
|
|
2218
|
+
readonly decimals: 6;
|
|
2219
|
+
readonly logoURI: "";
|
|
2220
|
+
readonly website: "https://syrup.fi/lend";
|
|
2221
|
+
readonly documentation: "https://syrup.gitbook.io/syrup";
|
|
2222
|
+
readonly description: "Syrup makes consistent high yield available to everyone in DeFi. The yield is generated by Maple’s digital asset lending platform that provides fixed-rate, overcollateralised loans to institutional borrowers. These short duration loans enable Syrup to provide consistent high yield as well as short term liquidity for Syrup users.";
|
|
2223
|
+
readonly bridge: "native";
|
|
2224
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2225
|
+
};
|
|
2226
|
+
readonly uniBTC: {
|
|
2227
|
+
readonly name: "Universal BTC";
|
|
2228
|
+
readonly symbol: "uniBTC";
|
|
2229
|
+
readonly oracleId: "uniBTC";
|
|
2230
|
+
readonly address: "0x004E9C3EF86bc1ca1f0bB5C7662861Ee93350568";
|
|
2231
|
+
readonly chainId: 1;
|
|
2232
|
+
readonly decimals: 8;
|
|
2233
|
+
readonly logoURI: "";
|
|
2234
|
+
readonly website: "https://app.bedrock.technology/unibtc";
|
|
2235
|
+
readonly description: "A brand new restaking protocol that accept wrapped BTC tokens partnership with the BTC staking protocol Babylon chain, the first supported wrapped BTC is wBTC token on Ethereum blockchain, so all the wBTC token holders will enjoy both yield on staking BTC tokens plus the security of Ethereum network.";
|
|
2236
|
+
readonly bridge: "native";
|
|
2237
|
+
readonly documentation: "https://docs.bedrock.technology/multi-asset-liquid-staking/unibtc/introduction";
|
|
2238
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
2239
|
+
};
|
|
2240
|
+
readonly 'SolvBTC.BBN': {
|
|
2241
|
+
readonly name: "SolvBTC Babylon";
|
|
2242
|
+
readonly symbol: "SolvBTC.BBN";
|
|
2243
|
+
readonly oracleId: "SolvBTC.BBN";
|
|
2244
|
+
readonly address: "0xd9D920AA40f578ab794426F5C90F6C731D159DEf";
|
|
2245
|
+
readonly chainId: 1;
|
|
2246
|
+
readonly decimals: 18;
|
|
2247
|
+
readonly logoURI: "";
|
|
2248
|
+
readonly website: "https://app.solv.finance/babylon";
|
|
2249
|
+
readonly description: "SolvBTC.BBN is a liquid staking token (LST) for Bitcoin, representing the staked Bitcoin in Babylon. SolvBTC.BBN allows Bitcoin holders to earn staking yields, in exchange for sharing $1.3 trillion economic security of Bitcoin with PoS chains, while enabling them the flexibility to participate in DeFi.";
|
|
2250
|
+
readonly bridge: "native";
|
|
2251
|
+
readonly documentation: "https://docs.solv.finance/solv-documentation/getting-started-2/solvbtc.bbn";
|
|
2252
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
2253
|
+
};
|
|
2254
|
+
readonly LBTC: {
|
|
2255
|
+
readonly name: "Lombard Staked Bitcoin";
|
|
2256
|
+
readonly symbol: "LBTC";
|
|
2257
|
+
readonly oracleId: "LBTC";
|
|
2258
|
+
readonly address: "0x8236a87084f8B84306f72007F36F2618A5634494";
|
|
2259
|
+
readonly chainId: 1;
|
|
2260
|
+
readonly decimals: 8;
|
|
2261
|
+
readonly logoURI: "";
|
|
2262
|
+
readonly website: "https://www.lombard.finance/app/";
|
|
2263
|
+
readonly description: "LBTC is liquid Bitcoin; it's yield-bearing, cross-chain, and 1:1 backed by BTC. LBTC enables yield-bearing BTC to move cross-chain without fragmenting liquidity, and is designed to seamlessly integrate Bitcoin into the decentralized finance (DeFi) ecosystem while maintaining the security and integrity of the underlying asset.";
|
|
2264
|
+
readonly bridge: "native";
|
|
2265
|
+
readonly documentation: "https://docs.lombard.finance/lbtc-liquid-bitcoin/introduction-to-lbtc";
|
|
2266
|
+
readonly risks: readonly ["LARGE_HOLDERS"];
|
|
2267
|
+
};
|
|
2268
|
+
readonly pumpBTC: {
|
|
2269
|
+
readonly name: "pumpBTC";
|
|
2270
|
+
readonly symbol: "pumpBTC";
|
|
2271
|
+
readonly oracleId: "pumpBTC";
|
|
2272
|
+
readonly address: "0xF469fBD2abcd6B9de8E169d128226C0Fc90a012e";
|
|
2273
|
+
readonly chainId: 1;
|
|
2274
|
+
readonly decimals: 8;
|
|
2275
|
+
readonly logoURI: "";
|
|
2276
|
+
readonly website: "https://mainnet.pumpbtc.xyz/";
|
|
2277
|
+
readonly description: "$PumpBTC is a liquid staking token that represents BTC staked on the Babylon platform through PumpBTC. By utilizing PumpBTC, you can retain liquidity for your BTC holdings while also earning yields directly from Babylon. Users will receive PumpBTC at a conversion rate of 1:1 with WBTC/BTCB.";
|
|
2278
|
+
readonly bridge: "native";
|
|
2279
|
+
readonly documentation: "https://pumpbtc.gitbook.io/pumpbtc";
|
|
2280
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
2281
|
+
};
|
|
2282
|
+
readonly EIGEN: {
|
|
2283
|
+
readonly name: "Eigen";
|
|
2284
|
+
readonly symbol: "EIGEN";
|
|
2285
|
+
readonly oracleId: "EIGEN";
|
|
2286
|
+
readonly address: "0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83";
|
|
2287
|
+
readonly chainId: 1;
|
|
2288
|
+
readonly decimals: 18;
|
|
2289
|
+
readonly logoURI: "";
|
|
2290
|
+
readonly website: "https://www.eigenlayer.xyz/";
|
|
2291
|
+
readonly documentation: "https://docs.eigenlayer.xyz/";
|
|
2292
|
+
readonly bridge: "native";
|
|
2293
|
+
readonly description: "EigenLayer is a protocol built on Ethereum that introduces restaking, a new primitive in cryptoeconomic security. This primitive enables the reuse of ETH on the consensus layer. Users that stake ETH natively or with a liquid staking token (LST) can opt-in to EigenLayer smart contracts to restake their ETH or LST and extend cryptoeconomic security to additional applications on the network to earn additional rewards.";
|
|
2294
|
+
};
|
|
2295
|
+
readonly sDOLA: {
|
|
2296
|
+
readonly name: "Staked Dola";
|
|
2297
|
+
readonly symbol: "sDOLA";
|
|
2298
|
+
readonly oracleId: "sDOLA";
|
|
2299
|
+
readonly address: "0xb45ad160634c528Cc3D2926d9807104FA3157305";
|
|
2300
|
+
readonly chainId: 1;
|
|
2301
|
+
readonly decimals: 18;
|
|
2302
|
+
readonly logoURI: "";
|
|
2303
|
+
readonly website: "https://www.inverse.finance/";
|
|
2304
|
+
readonly documentation: "https://docs.inverse.finance/inverse-finance/inverse-finance/product-guide/dola-feds";
|
|
2305
|
+
readonly description: "Staked Dola from Inverse Finance.";
|
|
2306
|
+
readonly bridge: "native";
|
|
2307
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2308
|
+
};
|
|
2309
|
+
readonly USR: {
|
|
2310
|
+
readonly name: "Resolv USD";
|
|
2311
|
+
readonly symbol: "USR";
|
|
2312
|
+
readonly oracleId: "USR";
|
|
2313
|
+
readonly address: "0x66a1E37c9b0eAddca17d3662D6c05F4DECf3e110";
|
|
2314
|
+
readonly chainId: 1;
|
|
2315
|
+
readonly decimals: 18;
|
|
2316
|
+
readonly website: "https://app.resolv.xyz/";
|
|
2317
|
+
readonly documentation: "https://docs.resolv.xyz/";
|
|
2318
|
+
readonly description: "Resolv is a protocol maintaining USR, a stablecoin natively backed by Ether (ETH) and pegged to US Dollar";
|
|
2319
|
+
readonly bridge: "native";
|
|
2320
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2321
|
+
};
|
|
2322
|
+
readonly wstUSR: {
|
|
2323
|
+
readonly name: "Wrapped stUSR";
|
|
2324
|
+
readonly symbol: "wstUSR";
|
|
2325
|
+
readonly oracleId: "wstUSR";
|
|
2326
|
+
readonly address: "0x1202F5C7b4B9E47a1A484E8B270be34dbbC75055";
|
|
2327
|
+
readonly chainId: 1;
|
|
2328
|
+
readonly decimals: 18;
|
|
2329
|
+
readonly website: "https://app.resolv.xyz/";
|
|
2330
|
+
readonly documentation: "https://docs.resolv.xyz/";
|
|
2331
|
+
readonly description: "wstUSR is a non-rebasing version of staked USR, value of which accrues over time from staking rewards.";
|
|
2332
|
+
readonly bridge: "native";
|
|
2333
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2334
|
+
};
|
|
2335
|
+
readonly Bold: {
|
|
2336
|
+
readonly name: "Bold Stablecoin";
|
|
2337
|
+
readonly symbol: "BOLD";
|
|
2338
|
+
readonly oracleId: "BOLD";
|
|
2339
|
+
readonly address: "0xb01dd87B29d187F3E3a4Bf6cdAebfb97F3D9aB98";
|
|
2340
|
+
readonly chainId: 1;
|
|
2341
|
+
readonly decimals: 18;
|
|
2342
|
+
readonly website: "https://www.liquity.org/";
|
|
2343
|
+
readonly documentation: "https://docs.liquity.org/";
|
|
2344
|
+
readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It’s fully decentralized, overcollateralized and backed only by WETH, wstETH and rETH.";
|
|
2345
|
+
readonly bridge: "native";
|
|
2346
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2347
|
+
};
|
|
2348
|
+
readonly BOLD: {
|
|
2349
|
+
readonly name: "BOLD Stablecoin";
|
|
2350
|
+
readonly symbol: "BOLD";
|
|
2351
|
+
readonly oracleId: "BOLD";
|
|
2352
|
+
readonly address: "0x6440f144b7e50D6a8439336510312d2F54beB01D";
|
|
2353
|
+
readonly chainId: 1;
|
|
2354
|
+
readonly decimals: 18;
|
|
2355
|
+
readonly website: "https://www.liquity.org/";
|
|
2356
|
+
readonly documentation: "https://docs.liquity.org/";
|
|
2357
|
+
readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It’s fully decentralized, overcollateralized and backed only by WETH, wstETH and rETH.";
|
|
2358
|
+
readonly bridge: "native";
|
|
2359
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2360
|
+
};
|
|
2361
|
+
readonly AIOZ: {
|
|
2362
|
+
readonly name: "AIOZ Network";
|
|
2363
|
+
readonly symbol: "AIOZ";
|
|
2364
|
+
readonly oracleId: "AIOZ";
|
|
2365
|
+
readonly address: "0x626E8036dEB333b408Be468F951bdB42433cBF18";
|
|
2366
|
+
readonly chainId: 1;
|
|
2367
|
+
readonly decimals: 18;
|
|
2368
|
+
readonly website: "https://aioz.network/";
|
|
2369
|
+
readonly documentation: "https://docs.aioz.network/";
|
|
2370
|
+
readonly description: "AIOZ Network is a comprehensive infrastructure solution for web3 storage, decentralized AI computation, live streaming and video on demand (VOD), powered by people.";
|
|
2371
|
+
readonly bridge: "native";
|
|
2372
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
2373
|
+
};
|
|
2374
|
+
readonly TOKE: {
|
|
2375
|
+
readonly name: "Tokemak";
|
|
2376
|
+
readonly symbol: "TOKE";
|
|
2377
|
+
readonly oracleId: "TOKE";
|
|
2378
|
+
readonly address: "0x2e9d63788249371f1DFC918a52f8d799F4a38C94";
|
|
2379
|
+
readonly chainId: 1;
|
|
2380
|
+
readonly decimals: 18;
|
|
2381
|
+
readonly logoURI: "";
|
|
2382
|
+
readonly website: "https://app.tokemak.xyz/";
|
|
2383
|
+
readonly documentation: "https://docs.tokemak.xyz/";
|
|
2384
|
+
readonly bridge: "native";
|
|
2385
|
+
readonly description: "Tokemaks Autopilot was developed to address the many challenges liquidity providers (LPs) face when optimizing for best performance. No protocol currently offers fully autonomous, transparent and sophisticated rebalance solution focused solely on liquidity provision.";
|
|
2386
|
+
};
|
|
2387
|
+
readonly autoETH: {
|
|
2388
|
+
readonly name: "Tokemak autoETH";
|
|
2389
|
+
readonly symbol: "autoETH";
|
|
2390
|
+
readonly oracleId: "tokemak-autoeth";
|
|
2391
|
+
readonly address: "0x0A2b94F6871c1D7A32Fe58E1ab5e6deA2f114E56";
|
|
2392
|
+
readonly chainId: 1;
|
|
2393
|
+
readonly decimals: 18;
|
|
2394
|
+
readonly logoURI: "";
|
|
2395
|
+
readonly website: "https://app.tokemak.xyz/";
|
|
2396
|
+
readonly documentation: "https://docs.tokemak.xyz/";
|
|
2397
|
+
readonly bridge: "native";
|
|
2398
|
+
readonly description: "Tokemaks Autopilot was developed to address the many challenges liquidity providers (LPs) face when optimizing for best performance. No protocol currently offers fully autonomous, transparent and sophisticated rebalance solution focused solely on liquidity provision.";
|
|
2399
|
+
};
|
|
2400
|
+
readonly balETH: {
|
|
2401
|
+
readonly name: "Tokemak balETH";
|
|
2402
|
+
readonly symbol: "balETH";
|
|
2403
|
+
readonly oracleId: "tokemak-baleth";
|
|
2404
|
+
readonly address: "0x6dC3ce9C57b20131347FDc9089D740DAf6eB34c5";
|
|
2405
|
+
readonly chainId: 1;
|
|
2406
|
+
readonly decimals: 18;
|
|
2407
|
+
readonly logoURI: "";
|
|
2408
|
+
readonly website: "https://app.tokemak.xyz/";
|
|
2409
|
+
readonly documentation: "https://docs.tokemak.xyz/";
|
|
2410
|
+
readonly bridge: "native";
|
|
2411
|
+
readonly description: "Tokemaks Autopilot was developed to address the many challenges liquidity providers (LPs) face when optimizing for best performance. No protocol currently offers fully autonomous, transparent and sophisticated rebalance solution focused solely on liquidity provision.";
|
|
2412
|
+
};
|
|
2413
|
+
readonly autoLRT: {
|
|
2414
|
+
readonly name: "Tokemak autoLRT";
|
|
2415
|
+
readonly symbol: "autoLRT";
|
|
2416
|
+
readonly oracleId: "tokemak-autolrt";
|
|
2417
|
+
readonly address: "0xE800e3760FC20aA98c5df6A9816147f190455AF3";
|
|
2418
|
+
readonly chainId: 1;
|
|
2419
|
+
readonly decimals: 18;
|
|
2420
|
+
readonly logoURI: "";
|
|
2421
|
+
readonly website: "https://app.tokemak.xyz/";
|
|
2422
|
+
readonly documentation: "https://docs.tokemak.xyz/";
|
|
2423
|
+
readonly bridge: "native";
|
|
2424
|
+
readonly description: "Tokemaks Autopilot was developed to address the many challenges liquidity providers (LPs) face when optimizing for best performance. No protocol currently offers fully autonomous, transparent and sophisticated rebalance solution focused solely on liquidity provision.";
|
|
2425
|
+
};
|
|
2426
|
+
readonly csUSDC: {
|
|
2427
|
+
readonly name: "Coinshift USDC";
|
|
2428
|
+
readonly symbol: "csUSDC";
|
|
2429
|
+
readonly oracleId: "csUSDC";
|
|
2430
|
+
readonly address: "0x7204B7Dbf9412567835633B6F00C3Edc3a8D6330";
|
|
2431
|
+
readonly chainId: 1;
|
|
2432
|
+
readonly decimals: 18;
|
|
2433
|
+
readonly logoURI: "";
|
|
2434
|
+
readonly website: "https://www.coinshift.xyz/";
|
|
2435
|
+
readonly documentation: "https://docs.coinshift.xyz/";
|
|
2436
|
+
readonly description: "Coinshift csUSDC is an over-collateralized and capital-efficient stablecoin issued as a receipt token for supplying Circle’s USDC to the Coinshift USDC Vault.";
|
|
2437
|
+
readonly bridge: "native";
|
|
2438
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2439
|
+
};
|
|
2440
|
+
readonly csUSDL: {
|
|
2441
|
+
readonly name: "Coinshift USDL";
|
|
2442
|
+
readonly symbol: "csUSDL";
|
|
2443
|
+
readonly oracleId: "csUSDL";
|
|
2444
|
+
readonly address: "0xbEeFc011e94f43b8B7b455eBaB290C7Ab4E216f1";
|
|
2445
|
+
readonly chainId: 1;
|
|
2446
|
+
readonly decimals: 18;
|
|
2447
|
+
readonly logoURI: "";
|
|
2448
|
+
readonly website: "https://www.coinshift.xyz/";
|
|
2449
|
+
readonly documentation: "https://docs.coinshift.xyz/";
|
|
2450
|
+
readonly description: "Coinshift collaborates with institutional partners Paxos International, Steakhouse Financial, and Morpho Protocol to launch csUSDL - the yield-bearing stablecoin designed for institutional-grade treasury management. Backed by USDL, a fully regulated and high-yield stablecoin issued by Paxos, csUSDL delivers earnings from over-collateralized loans while integrating seamlessly into the Coinshift Business Platform. This empowers businesses and DAOs to diversify their treasury investments with ease.";
|
|
2451
|
+
readonly bridge: "native";
|
|
2452
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2453
|
+
};
|
|
2454
|
+
readonly wUSDL: {
|
|
2455
|
+
readonly name: "Wrapped USDL ";
|
|
2456
|
+
readonly symbol: "wUSDL";
|
|
2457
|
+
readonly oracleId: "wUSDL";
|
|
2458
|
+
readonly address: "0x7751E2F4b8ae93EF6B79d86419d42FE3295A4559";
|
|
2459
|
+
readonly chainId: 1;
|
|
2460
|
+
readonly decimals: 18;
|
|
2461
|
+
readonly logoURI: "";
|
|
2462
|
+
readonly website: "https://liftdollar.com/";
|
|
2463
|
+
readonly documentation: "https://docs.liftdollar.com/";
|
|
2464
|
+
readonly description: "USDL is a US dollar-backed stablecoin that distributes yield to its holders every day. USDL reserves are held in short-term, highly liquid assets. USDL can always be redeemed at a rate of 1 USDL = 1 US dollar. The token is issued by Paxos Issuance MENA Ltd. (Paxos International), which is regulated by the Financial Services Regulatory Authority (FSRA) of the Abu Dhabi Global Market (ADGM)";
|
|
2465
|
+
readonly bridge: "native";
|
|
2466
|
+
};
|
|
2467
|
+
readonly USDL: {
|
|
2468
|
+
readonly name: "USDL ";
|
|
2469
|
+
readonly symbol: "USDL";
|
|
2470
|
+
readonly oracleId: "USDL";
|
|
2471
|
+
readonly address: "0xbdC7c08592Ee4aa51D06C27Ee23D5087D65aDbcD";
|
|
2472
|
+
readonly chainId: 1;
|
|
2473
|
+
readonly decimals: 18;
|
|
2474
|
+
readonly logoURI: "";
|
|
2475
|
+
readonly website: "https://liftdollar.com/";
|
|
2476
|
+
readonly documentation: "https://docs.liftdollar.com/";
|
|
2477
|
+
readonly description: "USDL is a US dollar-backed stablecoin that distributes yield to its holders every day. USDL reserves are held in short-term, highly liquid assets. USDL can always be redeemed at a rate of 1 USDL = 1 US dollar. The token is issued by Paxos Issuance MENA Ltd. (Paxos International), which is regulated by the Financial Services Regulatory Authority (FSRA) of the Abu Dhabi Global Market (ADGM)";
|
|
2478
|
+
readonly bridge: "native";
|
|
2479
|
+
};
|
|
2480
|
+
readonly USDf: {
|
|
2481
|
+
readonly name: "USDf";
|
|
2482
|
+
readonly symbol: "USDf";
|
|
2483
|
+
readonly oracleId: "USDf";
|
|
2484
|
+
readonly address: "0xFa2B947eEc368f42195f24F36d2aF29f7c24CeC2";
|
|
2485
|
+
readonly chainId: 1;
|
|
2486
|
+
readonly decimals: 18;
|
|
2487
|
+
readonly website: "https://app.falcon.finance/";
|
|
2488
|
+
readonly documentation: "https://docs.falcon.finance/";
|
|
2489
|
+
readonly description: "Falcon is the next-generation platform transforming synthetic dollars into sustainable yield opportunities. Falcon aims to empower users and institutions to unlock the true yield potential of their digital assets.";
|
|
2490
|
+
readonly bridge: "native";
|
|
2491
|
+
readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
|
|
2492
|
+
};
|
|
2493
|
+
readonly RLUSD: {
|
|
2494
|
+
readonly name: "RLUSD";
|
|
2495
|
+
readonly symbol: "RLUSD";
|
|
2496
|
+
readonly oracleId: "RLUSD";
|
|
2497
|
+
readonly address: "0x8292Bb45bf1Ee4d140127049757C2E0fF06317eD";
|
|
2498
|
+
readonly chainId: 1;
|
|
2499
|
+
readonly decimals: 18;
|
|
2500
|
+
readonly website: "https://ripple.com/solutions/stablecoin/";
|
|
2501
|
+
readonly description: "Ripple USD (RLUSD) is designed to maintain a constant value of one US dollar. Natively issued on XRP Ledger and Ethereum blockchains, Ripple USD is fully backed by a segregated reserve of cash and cash equivalents and redeemable 1:1 for US dollars.";
|
|
2502
|
+
readonly bridge: "native";
|
|
2503
|
+
};
|
|
2504
|
+
readonly lvlUSD: {
|
|
2505
|
+
readonly name: "Level USD";
|
|
2506
|
+
readonly symbol: "lvlUSD";
|
|
2507
|
+
readonly oracleId: "lvlUSD";
|
|
2508
|
+
readonly address: "0x7C1156E515aA1A2E851674120074968C905aAF37";
|
|
2509
|
+
readonly chainId: 1;
|
|
2510
|
+
readonly decimals: 18;
|
|
2511
|
+
readonly website: "https://www.level.money/";
|
|
2512
|
+
readonly documentation: "https://level-money.gitbook.io/docs";
|
|
2513
|
+
readonly description: "Level is a stablecoin protocol that issues lvlUSD, a stablecoin that allows users to earn low-risk yield from blue-chip lending protocol.";
|
|
2514
|
+
readonly bridge: "native";
|
|
2515
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2516
|
+
};
|
|
2517
|
+
readonly slvlUSD: {
|
|
2518
|
+
readonly name: "Staked lvlUSD";
|
|
2519
|
+
readonly symbol: "slvlUSD";
|
|
2520
|
+
readonly oracleId: "slvlUSD";
|
|
2521
|
+
readonly address: "0x4737D9b4592B40d51e110b94c9C043c6654067Ae";
|
|
2522
|
+
readonly chainId: 1;
|
|
2523
|
+
readonly decimals: 18;
|
|
2524
|
+
readonly website: "https://www.level.money/";
|
|
2525
|
+
readonly documentation: "https://level-money.gitbook.io/docs";
|
|
2526
|
+
readonly description: "slvlUSD is the yield accruing version of lvlUSD";
|
|
2527
|
+
readonly bridge: "native";
|
|
2528
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2529
|
+
};
|
|
2530
|
+
readonly mEDGE: {
|
|
2531
|
+
readonly name: "Midas mEDGE";
|
|
2532
|
+
readonly symbol: "mEDGE";
|
|
2533
|
+
readonly oracleId: "mEDGE";
|
|
2534
|
+
readonly address: "0xbB51E2a15A9158EBE2b0Ceb8678511e063AB7a55";
|
|
2535
|
+
readonly chainId: 1;
|
|
2536
|
+
readonly decimals: 18;
|
|
2537
|
+
readonly website: "https://midas.app/medge";
|
|
2538
|
+
readonly documentation: "https://docs.midas.app/tokens/medge";
|
|
2539
|
+
readonly description: "mEDGE is a crypto-denominated stablecoin yield strategy designed to track delta-neutral DeFi yields while maintaining a balanced market exposure. It dynamically shifts between DeFi lending, liquidity provisioning, and basis trading to optimize risk-adjusted returns. Risk-managed by Edge Capital, a leading market-neutral hedge fund and liquidity provider, mEDGE provides institutional-grade exposure to diversified DeFi yield opportunities. Its fully transparent structure and liquid collateral ensure flexibility, allowing users to earn sustainable, risk-managed yield without being locked into a single strategy.";
|
|
2540
|
+
readonly bridge: "native";
|
|
2541
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2542
|
+
};
|
|
2543
|
+
readonly mMEV: {
|
|
2544
|
+
readonly name: "Midas mMEV";
|
|
2545
|
+
readonly symbol: "mMEV";
|
|
2546
|
+
readonly oracleId: "mMEV";
|
|
2547
|
+
readonly address: "0x030b69280892c888670EDCDCD8B69Fd8026A0BF3";
|
|
2548
|
+
readonly chainId: 1;
|
|
2549
|
+
readonly decimals: 18;
|
|
2550
|
+
readonly website: "https://midas.app/mmev";
|
|
2551
|
+
readonly documentation: "https://docs.midas.app/tokens/mmev";
|
|
2552
|
+
readonly description: "mMEV is designed to track delta-neutral DeFi crypto yields, aiming to maintain a balanced exposure to the market while generating returns. MEV Capital serves as the risk advisor of mMEV.";
|
|
2553
|
+
readonly bridge: "native";
|
|
2554
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2555
|
+
};
|
|
2556
|
+
readonly waEthUSDT: {
|
|
2557
|
+
readonly name: "Wrapped Aave Ethereum USDT";
|
|
2558
|
+
readonly symbol: "waEthUSDT";
|
|
2559
|
+
readonly oracleId: "waEthUSDT";
|
|
2560
|
+
readonly address: "0x7Bc3485026Ac48b6cf9BaF0A377477Fff5703Af8";
|
|
2561
|
+
readonly chainId: 1;
|
|
2562
|
+
readonly decimals: 6;
|
|
2563
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
2564
|
+
readonly website: "https://aave.com/";
|
|
2565
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
2566
|
+
readonly description: "Wrapped Aave interest bearing Ethereum USDT.";
|
|
2567
|
+
};
|
|
2568
|
+
readonly waEthUSDC: {
|
|
2569
|
+
readonly name: "Wrapped Aave Ethereum USDC";
|
|
2570
|
+
readonly symbol: "waEthUSDC";
|
|
2571
|
+
readonly oracleId: "waEthUSDC";
|
|
2572
|
+
readonly address: "0xD4fa2D31b7968E448877f69A96DE69f5de8cD23E";
|
|
2573
|
+
readonly chainId: 1;
|
|
2574
|
+
readonly decimals: 6;
|
|
2575
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
2576
|
+
readonly website: "https://aave.com/";
|
|
2577
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
2578
|
+
readonly description: "Wrapped Aave interest bearing Ethereum USDC.";
|
|
2579
|
+
};
|
|
2580
|
+
readonly waEthLidoGHO: {
|
|
2581
|
+
readonly name: "Wrapped Aave Ethereum Lido GHO";
|
|
2582
|
+
readonly symbol: "waEthLidoGHO";
|
|
2583
|
+
readonly oracleId: "waEthLidoGHO";
|
|
2584
|
+
readonly address: "0xC71Ea051a5F82c67ADcF634c36FFE6334793D24C";
|
|
2585
|
+
readonly chainId: 1;
|
|
2586
|
+
readonly decimals: 18;
|
|
2587
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
2588
|
+
readonly website: "https://aave.com/";
|
|
2589
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
2590
|
+
readonly description: "Wrapped Aave interest bearing Ethereum Lido GHO.";
|
|
2591
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2592
|
+
};
|
|
2593
|
+
readonly waEthUSDe: {
|
|
2594
|
+
readonly name: "Wrapped Aave Ethereum USDe";
|
|
2595
|
+
readonly symbol: "waEthUSDe";
|
|
2596
|
+
readonly oracleId: "waEthUSDe";
|
|
2597
|
+
readonly address: "0x5F9D59db355b4A60501544637b00e94082cA575b";
|
|
2598
|
+
readonly chainId: 1;
|
|
2599
|
+
readonly decimals: 18;
|
|
2600
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
2601
|
+
readonly website: "https://aave.com/";
|
|
2602
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
2603
|
+
readonly description: "Wrapped Aave interest bearing Ethereum USDe.";
|
|
2604
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2605
|
+
};
|
|
2606
|
+
readonly waEthLidoWETH: {
|
|
2607
|
+
readonly name: "Wrapped Aave Ethereum Lido WETH";
|
|
2608
|
+
readonly symbol: "waEthLidoWETH";
|
|
2609
|
+
readonly oracleId: "waEthLidoWETH";
|
|
2610
|
+
readonly address: "0x0FE906e030a44eF24CA8c7dC7B7c53A6C4F00ce9";
|
|
2611
|
+
readonly chainId: 1;
|
|
2612
|
+
readonly decimals: 18;
|
|
2613
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
2614
|
+
readonly website: "https://aave.com/";
|
|
2615
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
2616
|
+
readonly description: "Wrapped Aave interest bearing Ethereum Lido WETH.";
|
|
2617
|
+
};
|
|
2618
|
+
readonly waEthLidowstETH: {
|
|
2619
|
+
readonly name: "Wrapped Aave Ethereum Lido wstETH";
|
|
2620
|
+
readonly symbol: "waEthLidowstETH";
|
|
2621
|
+
readonly oracleId: "waEthLidowstETH";
|
|
2622
|
+
readonly address: "0x775F661b0bD1739349b9A2A3EF60be277c5d2D29";
|
|
2623
|
+
readonly chainId: 1;
|
|
2624
|
+
readonly decimals: 18;
|
|
2625
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
2626
|
+
readonly website: "https://aave.com/";
|
|
2627
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
2628
|
+
readonly description: "Wrapped Aave interest bearing Ethereum Lido wstETH.";
|
|
2629
|
+
};
|
|
2630
|
+
readonly RSUP: {
|
|
2631
|
+
readonly name: "Resupply";
|
|
2632
|
+
readonly symbol: "RSUP";
|
|
2633
|
+
readonly oracleId: "RSUP";
|
|
2634
|
+
readonly address: "0x419905009e4656fdC02418C7Df35B1E61Ed5F726";
|
|
2635
|
+
readonly chainId: 1;
|
|
2636
|
+
readonly decimals: 18;
|
|
2637
|
+
readonly website: "https://resupply.fi/";
|
|
2638
|
+
readonly description: "Resupply provides users with a decentralized stablecoin protocol designed to leverage liquidity and stability in lending markets. This platform enables users to supply assets, borrow reUSD, participate in governance, stake RSUP, and claim rewards.";
|
|
2639
|
+
readonly documentation: "https://docs.resupply.fi/";
|
|
2640
|
+
};
|
|
2641
|
+
readonly fwstETH: {
|
|
2642
|
+
readonly name: "Fluid Wrapped Staked Ether";
|
|
2643
|
+
readonly symbol: "fwstETH";
|
|
2644
|
+
readonly oracleId: "fwstETH";
|
|
2645
|
+
readonly address: "0x2411802D8BEA09be0aF8fD8D08314a63e706b29C";
|
|
2646
|
+
readonly chainId: 1;
|
|
2647
|
+
readonly decimals: 18;
|
|
2648
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
2649
|
+
readonly website: "https://fluid.io/";
|
|
2650
|
+
readonly documentation: "https://fluid.guides.instadapp.io/";
|
|
2651
|
+
readonly description: "Fluid Staked Wrapped Staked Ether.";
|
|
2652
|
+
};
|
|
2653
|
+
readonly fWETH: {
|
|
2654
|
+
readonly name: "Fluid WETH";
|
|
2655
|
+
readonly symbol: "fWETH";
|
|
2656
|
+
readonly oracleId: "fWETH";
|
|
2657
|
+
readonly address: "0x90551c1795392094FE6D29B758EcCD233cFAa260";
|
|
2658
|
+
readonly chainId: 1;
|
|
2659
|
+
readonly decimals: 18;
|
|
2660
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
2661
|
+
readonly website: "https://fluid.io/";
|
|
2662
|
+
readonly documentation: "https://fluid.guides.instadapp.io/";
|
|
2663
|
+
readonly description: "Fluid Staked WETH.";
|
|
2664
|
+
};
|
|
2665
|
+
readonly cbBTC: {
|
|
2666
|
+
readonly name: "Coinbase Wrapped WBTC";
|
|
2667
|
+
readonly symbol: "cbBTC";
|
|
2668
|
+
readonly oracleId: "cbBTC";
|
|
2669
|
+
readonly address: "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf";
|
|
2670
|
+
readonly chainId: 1;
|
|
2671
|
+
readonly decimals: 8;
|
|
2672
|
+
readonly website: "https://www.coinbase.com/";
|
|
2673
|
+
readonly description: "Coinbase Wrapped Bitcoin (cbBTC) is backed 1:1 with Bitcoin, custodied with Coinbase.";
|
|
2674
|
+
readonly documentation: "https://www.coinbase.com/blog/coinbase-wrapped-btc-cbbtc-is-now-live";
|
|
2675
|
+
readonly bridge: "native";
|
|
2676
|
+
};
|
|
2677
|
+
readonly sUSD: {
|
|
2678
|
+
readonly name: "Synth sUSD";
|
|
2679
|
+
readonly address: "0x57Ab1ec28D129707052df4dF418D58a2D46d5f51";
|
|
2680
|
+
readonly symbol: "sUSD";
|
|
2681
|
+
readonly oracleId: "sUSD";
|
|
2682
|
+
readonly decimals: 18;
|
|
2683
|
+
readonly chainId: 1;
|
|
2684
|
+
readonly website: "https://synthetix.io/";
|
|
2685
|
+
readonly description: "sUSD is a synthetic USD token enabled by the Synthetix protocol. It tracks the price of the US Dollar through price feeds supplied by Chainlink’s decentralized network of oracles";
|
|
2686
|
+
readonly documentation: "https://docs.synthetix.io/synthetix-protocol/readme";
|
|
2687
|
+
readonly bridge: "native";
|
|
2688
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2689
|
+
};
|
|
2690
|
+
readonly USDaf: {
|
|
2691
|
+
readonly name: "USDaf Stablecoin";
|
|
2692
|
+
readonly address: "0x9Cf12ccd6020b6888e4D4C4e4c7AcA33c1eB91f8";
|
|
2693
|
+
readonly symbol: "USDaf";
|
|
2694
|
+
readonly oracleId: "USDaf";
|
|
2695
|
+
readonly decimals: 18;
|
|
2696
|
+
readonly chainId: 1;
|
|
2697
|
+
readonly website: "https://usdaf.asymmetry.finance/";
|
|
2698
|
+
readonly description: "Asymmetry USDaf is a decentralized, immutable, and permissionless synthetic stablecoin built on the Liquity v2 protocol by Asymmetry Finance. It is a yield-bearing stablecoin that allows users to borrow with user-set fixed interest rates against Bitcoin and various yield-bearing stablecoins. The yield earned on USDaf is in addition to the native yields of the underlying assets, enabling passive income generation through DeFi staking and savings mechanisms.";
|
|
2699
|
+
readonly documentation: "https://docs.asymmetry.finance/";
|
|
2700
|
+
readonly bridge: "native";
|
|
2701
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2702
|
+
};
|
|
2703
|
+
readonly stcUSD: {
|
|
2704
|
+
readonly name: "Staked cap USD";
|
|
2705
|
+
readonly address: "0x88887bE419578051FF9F4eb6C858A951921D8888";
|
|
2706
|
+
readonly symbol: "stcUSD";
|
|
2707
|
+
readonly oracleId: "stcUSD";
|
|
2708
|
+
readonly decimals: 18;
|
|
2709
|
+
readonly chainId: 1;
|
|
2710
|
+
readonly website: "https://cap.app/";
|
|
2711
|
+
readonly description: "stcUSD is the yield-bearing stablecoin of Cap that enables users to earn rewards via a decentralized lending framework.";
|
|
2712
|
+
readonly documentation: "https://docs.cap.app/";
|
|
2713
|
+
readonly bridge: "native";
|
|
2714
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2715
|
+
};
|
|
2716
|
+
readonly cUSD: {
|
|
2717
|
+
readonly name: "cap USD";
|
|
2718
|
+
readonly address: "0xcCcc62962d17b8914c62D74FfB843d73B2a3cccC";
|
|
2719
|
+
readonly symbol: "cUSD";
|
|
2720
|
+
readonly oracleId: "cUSD";
|
|
2721
|
+
readonly decimals: 18;
|
|
2722
|
+
readonly chainId: 1;
|
|
2723
|
+
readonly website: "https://cap.app/";
|
|
2724
|
+
readonly description: "Cap is a three-sided marketplace designed to run autonomously via economic incentives. Cap generates yield via operators ranging from banks, HFT firms, and market makers and yields are passed on to stcUSD holders.";
|
|
2725
|
+
readonly documentation: "https://docs.cap.app/";
|
|
2726
|
+
readonly bridge: "native";
|
|
2727
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2728
|
+
};
|
|
2729
|
+
readonly ysyBOLD: {
|
|
2730
|
+
readonly name: "Staked yBOLD";
|
|
2731
|
+
readonly address: "0x23346B04a7f55b8760E5860AA5A77383D63491cD";
|
|
2732
|
+
readonly symbol: "ysyBOLD";
|
|
2733
|
+
readonly oracleId: "ysyBOLD";
|
|
2734
|
+
readonly decimals: 18;
|
|
2735
|
+
readonly chainId: 1;
|
|
2736
|
+
readonly website: "https://yearn.fi/";
|
|
2737
|
+
readonly documentation: "https://docs.yearn.fi/getting-started/products/yvaults/yBold";
|
|
2738
|
+
readonly description: "yBOLD is Yearn's BOLD tokenized Stability pool product. The yield comes from the different Liquity V2 Stability Pools which is made up of liquidation fees and 75% of the system's interest rate earnings.";
|
|
2739
|
+
readonly bridge: "native";
|
|
2740
|
+
readonly risks: readonly ["SYNTH_STABLE"];
|
|
2741
|
+
};
|
|
2742
|
+
readonly YB: {
|
|
2743
|
+
readonly name: "Yield Basis";
|
|
2744
|
+
readonly address: "0x01791F726B4103694969820be083196cC7c045fF";
|
|
2745
|
+
readonly symbol: "YB";
|
|
2746
|
+
readonly oracleId: "YB";
|
|
2747
|
+
readonly decimals: 18;
|
|
2748
|
+
readonly chainId: 1;
|
|
2749
|
+
readonly website: "https://yieldbasis.com/";
|
|
2750
|
+
readonly documentation: "https://docs.yieldbasis.com/user/how-it-works/";
|
|
2751
|
+
readonly description: "YieldBasis enables users to provide BTC as liquidity in an AMM pool without impermanent loss (IL), while still earning trading fees.";
|
|
2752
|
+
readonly bridge: "native";
|
|
2753
|
+
};
|
|
2754
|
+
};
|