@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,3052 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.tokens = void 0;
|
|
4
|
+
const ETH = {
|
|
5
|
+
name: 'Wrapped Ether',
|
|
6
|
+
address: '0x4200000000000000000000000000000000000006',
|
|
7
|
+
symbol: 'WETH',
|
|
8
|
+
oracleId: 'WETH',
|
|
9
|
+
decimals: 18,
|
|
10
|
+
chainId: 8453,
|
|
11
|
+
website: 'https://weth.io/',
|
|
12
|
+
description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
13
|
+
bridge: 'base-canonical',
|
|
14
|
+
logoURI: '',
|
|
15
|
+
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
16
|
+
};
|
|
17
|
+
exports.tokens = {
|
|
18
|
+
WNATIVE: ETH,
|
|
19
|
+
FEES: ETH,
|
|
20
|
+
ETH,
|
|
21
|
+
WETH: ETH,
|
|
22
|
+
mooBIFI: {
|
|
23
|
+
name: 'Bridged BIFI Vault Receipt',
|
|
24
|
+
symbol: 'mooBIFI',
|
|
25
|
+
oracleId: 'basemooBIFI',
|
|
26
|
+
address: '0xc55E93C62874D8100dBd2DfE307EDc1036ad5434',
|
|
27
|
+
chainId: 8453,
|
|
28
|
+
decimals: 18,
|
|
29
|
+
website: 'https://beefy.com',
|
|
30
|
+
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.",
|
|
31
|
+
logoURI: 'https://beefy.com/icons/128/mooBIFI.png',
|
|
32
|
+
documentation: 'https://docs.beefy.finance/',
|
|
33
|
+
bridge: 'beefy',
|
|
34
|
+
},
|
|
35
|
+
BSX: {
|
|
36
|
+
name: 'BSX',
|
|
37
|
+
symbol: 'BSX',
|
|
38
|
+
oracleId: 'BSX',
|
|
39
|
+
address: '0xd5046B976188EB40f6DE40fB527F89c05b323385',
|
|
40
|
+
chainId: 8453,
|
|
41
|
+
decimals: 18,
|
|
42
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xd5046B976188EB40f6DE40fB527F89c05b323385.svg',
|
|
43
|
+
website: 'https://baseswap.fi/',
|
|
44
|
+
description: 'BSX is the incentives token of BaseSwap, rewarded to liquidity providers in the BaseSwap ecosystem. xBSX is the escrow version of BSX and can be vested over time.',
|
|
45
|
+
documentation: 'https://base-swap-1.gitbook.io/baseswap/tokenomics/usdbsx-token',
|
|
46
|
+
bridge: 'native',
|
|
47
|
+
},
|
|
48
|
+
BASO: {
|
|
49
|
+
name: 'BASO',
|
|
50
|
+
symbol: 'BASO',
|
|
51
|
+
oracleId: 'BASO',
|
|
52
|
+
address: '0x23E1A3BcDcEE4C59209d8871140eB7DD2bD9d1cE',
|
|
53
|
+
chainId: 8453,
|
|
54
|
+
decimals: 18,
|
|
55
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x23E1A3BcDcEE4C59209d8871140eB7DD2bD9d1cE.svg',
|
|
56
|
+
website: 'https://www.baso.finance/',
|
|
57
|
+
description: 'BASO is the governance token of Baso Finance, a Velodrome inspired DEX. Liquidity providers are rewarded with BASO and veBASO holders vote on liquidity pools to receive bribes and trading fees.',
|
|
58
|
+
documentation: 'https://basofinance.gitbook.io/basofinance/',
|
|
59
|
+
bridge: 'native',
|
|
60
|
+
},
|
|
61
|
+
EURA: {
|
|
62
|
+
name: 'EURA (previously agEUR)',
|
|
63
|
+
symbol: 'EURA',
|
|
64
|
+
oracleId: 'agEUR',
|
|
65
|
+
address: '0xA61BeB4A3d02decb01039e378237032B351125B4',
|
|
66
|
+
chainId: 8453,
|
|
67
|
+
decimals: 18,
|
|
68
|
+
logoURI: '',
|
|
69
|
+
website: 'https://app.angle.money/',
|
|
70
|
+
description: 'EURA (previously agEUR) is pegged to the value of the Euro (€) and is a product of Angle, a decentralized, capital-efficient and over-collateralized stablecoins protocol.',
|
|
71
|
+
bridge: 'layer-zero',
|
|
72
|
+
documentation: 'https://docs.angle.money/',
|
|
73
|
+
risks: ['SYNTH_STABLE'],
|
|
74
|
+
},
|
|
75
|
+
USDA: {
|
|
76
|
+
name: 'USDA',
|
|
77
|
+
symbol: 'USDA',
|
|
78
|
+
oracleId: 'USDA',
|
|
79
|
+
address: '0x0000206329b97DB379d5E1Bf586BbDB969C63274',
|
|
80
|
+
chainId: 8453,
|
|
81
|
+
decimals: 18,
|
|
82
|
+
logoURI: '',
|
|
83
|
+
website: 'https://app.angle.money/',
|
|
84
|
+
description: 'USDA is pegged to the value of the Dollar ($) and is a product of Angle, a decentralized, capital-efficient and over-collateralized stablecoins protocol.',
|
|
85
|
+
bridge: 'layer-zero',
|
|
86
|
+
documentation: 'https://docs.angle.money/',
|
|
87
|
+
risks: ['SYNTH_STABLE'],
|
|
88
|
+
},
|
|
89
|
+
THALES: {
|
|
90
|
+
name: 'Thales DAO Token',
|
|
91
|
+
symbol: 'THALES',
|
|
92
|
+
oracleId: 'THALES',
|
|
93
|
+
address: '0xf34e0cff046e154CAfCae502C7541b9E5FD8C249',
|
|
94
|
+
chainId: 8453,
|
|
95
|
+
decimals: 18,
|
|
96
|
+
logoURI: '',
|
|
97
|
+
website: 'https://thalesmarket.io/markets',
|
|
98
|
+
description: 'Thales is an Ethereum protocol that allows the creation of peer-to-peer parimutuel markets that anyone can join.',
|
|
99
|
+
documentation: 'https://docs.thalesmarket.io/',
|
|
100
|
+
bridge: 'celer',
|
|
101
|
+
},
|
|
102
|
+
SONNE: {
|
|
103
|
+
name: 'Sonne',
|
|
104
|
+
symbol: 'SONNE',
|
|
105
|
+
oracleId: 'SONNE',
|
|
106
|
+
address: '0x22a2488fE295047Ba13BD8cCCdBC8361DBD8cf7c',
|
|
107
|
+
chainId: 8453,
|
|
108
|
+
decimals: 18,
|
|
109
|
+
logoURI: '',
|
|
110
|
+
website: 'https://sonne.finance/',
|
|
111
|
+
description: 'Sonne Finance is an EVM compatible lending/borrowing protocol that has launched on multiple chains. Sonne Finance provides peer-to-peer lending solutions that are fully decentralized, transparent and non-custodial.',
|
|
112
|
+
documentation: 'https://docs.sonne.finance/',
|
|
113
|
+
bridge: 'axelar',
|
|
114
|
+
},
|
|
115
|
+
UNIDX: {
|
|
116
|
+
name: 'Unidex',
|
|
117
|
+
symbol: 'UNIDX',
|
|
118
|
+
oracleId: 'UNIDX',
|
|
119
|
+
address: '0x6B4712AE9797C199edd44F897cA09BC57628a1CF',
|
|
120
|
+
chainId: 8453,
|
|
121
|
+
decimals: 18,
|
|
122
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x6B4712AE9797C199edd44F897cA09BC57628a1CF.svg',
|
|
123
|
+
website: 'https://app.unidex.exchange/trading',
|
|
124
|
+
description: 'UniDex is building on top of the existing landscape by introducing a perpetual leverage trading platform that will allow any synthetic asset to be traded in a permissionless, transparent, and trader-focused platform for any person to tap into.',
|
|
125
|
+
documentation: 'https://unidexexchange.gitbook.io/unidex/',
|
|
126
|
+
bridge: 'synapse',
|
|
127
|
+
},
|
|
128
|
+
axlWBTC: {
|
|
129
|
+
name: 'Axelar Wrapped WBTC',
|
|
130
|
+
symbol: 'axlWBTC',
|
|
131
|
+
oracleId: 'axlWBTC',
|
|
132
|
+
address: '0x1a35EE4640b0A3B87705B0A4B45D227Ba60Ca2ad',
|
|
133
|
+
chainId: 8453,
|
|
134
|
+
decimals: 8,
|
|
135
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x1a35EE4640b0A3B87705B0A4B45D227Ba60Ca2ad.svg',
|
|
136
|
+
website: 'https://wbtc.network/',
|
|
137
|
+
description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin.',
|
|
138
|
+
documentation: 'https://wbtc.network/',
|
|
139
|
+
bridge: 'axelar',
|
|
140
|
+
},
|
|
141
|
+
BASE: {
|
|
142
|
+
name: 'BASE',
|
|
143
|
+
symbol: 'BASE',
|
|
144
|
+
oracleId: 'BASE',
|
|
145
|
+
address: '0xd07379a755A8f11B57610154861D694b2A0f615a',
|
|
146
|
+
chainId: 8453,
|
|
147
|
+
decimals: 18,
|
|
148
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xd07379a755A8f11B57610154861D694b2A0f615a.svg',
|
|
149
|
+
website: 'https://swapbased.finance/#/',
|
|
150
|
+
description: 'BASE is the governance token of SwapBased, a DEX built on the Base blockchain.',
|
|
151
|
+
documentation: 'https://docs.swapbased.finance/',
|
|
152
|
+
bridge: 'native',
|
|
153
|
+
},
|
|
154
|
+
WELL: {
|
|
155
|
+
name: 'WELL',
|
|
156
|
+
symbol: 'WELL.wh',
|
|
157
|
+
oracleId: 'WELL',
|
|
158
|
+
address: '0xFF8adeC2221f9f4D8dfbAFa6B9a297d17603493D',
|
|
159
|
+
chainId: 8453,
|
|
160
|
+
decimals: 18,
|
|
161
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x511aB53F793683763E5a8829738301368a2411E3.svg',
|
|
162
|
+
website: 'https://moonwell.fi/',
|
|
163
|
+
description: 'WELL is the native governance token of the Moonwell protocol',
|
|
164
|
+
bridge: 'wormhole',
|
|
165
|
+
documentation: 'https://docs.moonwell.fi/moonwell/discover/about-moonwell',
|
|
166
|
+
},
|
|
167
|
+
ALB: {
|
|
168
|
+
name: 'Alien Base',
|
|
169
|
+
symbol: 'ALB',
|
|
170
|
+
oracleId: 'ALB',
|
|
171
|
+
address: '0x1dd2d631c92b1aCdFCDd51A0F7145A50130050C4',
|
|
172
|
+
chainId: 8453,
|
|
173
|
+
decimals: 18,
|
|
174
|
+
logoURI: '',
|
|
175
|
+
website: 'https://app.alienbase.xyz/swap',
|
|
176
|
+
description: 'Reward token for the Alien Base DEX on the base chain. Farm and stake tokens.',
|
|
177
|
+
documentation: 'https://docs.alienbase.xyz/',
|
|
178
|
+
bridge: 'native',
|
|
179
|
+
},
|
|
180
|
+
'USD+': {
|
|
181
|
+
name: 'USD+',
|
|
182
|
+
symbol: 'USD+',
|
|
183
|
+
oracleId: 'baseUSD+',
|
|
184
|
+
address: '0xB79DD08EA68A908A97220C76d19A6aA9cBDE4376',
|
|
185
|
+
chainId: 8453,
|
|
186
|
+
decimals: 6,
|
|
187
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xB79DD08EA68A908A97220C76d19A6aA9cBDE4376.svg',
|
|
188
|
+
website: 'https://overnight.fi/',
|
|
189
|
+
description: 'USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
|
|
190
|
+
documentation: 'https://docs.overnight.fi/',
|
|
191
|
+
bridge: 'native',
|
|
192
|
+
},
|
|
193
|
+
'DAI+': {
|
|
194
|
+
name: 'DAI+',
|
|
195
|
+
symbol: 'DAI+',
|
|
196
|
+
oracleId: 'DAI+',
|
|
197
|
+
address: '0x65a2508C429a6078a7BC2f7dF81aB575BD9D9275',
|
|
198
|
+
chainId: 8453,
|
|
199
|
+
decimals: 18,
|
|
200
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x65a2508C429a6078a7BC2f7dF81aB575BD9D9275.svg',
|
|
201
|
+
website: 'https://overnight.fi/',
|
|
202
|
+
description: 'DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
|
|
203
|
+
documentation: 'https://docs.overnight.fi/',
|
|
204
|
+
bridge: 'native',
|
|
205
|
+
},
|
|
206
|
+
OVN: {
|
|
207
|
+
name: 'OVN',
|
|
208
|
+
symbol: 'OVN',
|
|
209
|
+
oracleId: 'baseOVN',
|
|
210
|
+
address: '0xA3d1a8DEB97B111454B294E2324EfAD13a9d8396',
|
|
211
|
+
chainId: 8453,
|
|
212
|
+
decimals: 18,
|
|
213
|
+
website: 'https://overnight.fi/',
|
|
214
|
+
description: 'OVN token is a utility token that serves multiple purposes in the Overnight protocol. It is used for bribes to promote USD+ and incentivize conservative risk decisions, as well as for voting rights to establish decentralized risk monitoring and management processes.',
|
|
215
|
+
bridge: 'axelar',
|
|
216
|
+
logoURI: '',
|
|
217
|
+
documentation: 'https://docs.overnight.fi/',
|
|
218
|
+
},
|
|
219
|
+
MIM: {
|
|
220
|
+
name: 'Magic Internet Money',
|
|
221
|
+
symbol: 'MIM',
|
|
222
|
+
oracleId: 'MIM',
|
|
223
|
+
address: '0x4A3A6Dd60A34bB2Aba60D73B4C88315E9CeB6A3D',
|
|
224
|
+
chainId: 8453,
|
|
225
|
+
decimals: 18,
|
|
226
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x4A3A6Dd60A34bB2Aba60D73B4C88315E9CeB6A3D.svg',
|
|
227
|
+
website: 'https://docs.abracadabra.money/',
|
|
228
|
+
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.',
|
|
229
|
+
documentation: 'https://docs.abracadabra.money/',
|
|
230
|
+
bridge: 'layer-zero',
|
|
231
|
+
risks: ['SYNTH_STABLE'],
|
|
232
|
+
},
|
|
233
|
+
cbETH: {
|
|
234
|
+
name: 'Coinbase Wrapped Staked ETH',
|
|
235
|
+
symbol: 'cbETH',
|
|
236
|
+
oracleId: 'cbETH',
|
|
237
|
+
address: '0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22',
|
|
238
|
+
chainId: 8453,
|
|
239
|
+
decimals: 18,
|
|
240
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22.svg',
|
|
241
|
+
website: 'https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth',
|
|
242
|
+
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.",
|
|
243
|
+
documentation: 'https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth',
|
|
244
|
+
bridge: 'native',
|
|
245
|
+
},
|
|
246
|
+
axlUSDC: {
|
|
247
|
+
name: 'Axelar Wrapped USDC',
|
|
248
|
+
symbol: 'axlUSDC',
|
|
249
|
+
oracleId: 'axlUSDC',
|
|
250
|
+
address: '0xEB466342C4d449BC9f53A865D5Cb90586f405215',
|
|
251
|
+
chainId: 8453,
|
|
252
|
+
decimals: 6,
|
|
253
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xEB466342C4d449BC9f53A865D5Cb90586f405215.svg',
|
|
254
|
+
website: 'https://www.axelar.network/',
|
|
255
|
+
bridge: 'axelar',
|
|
256
|
+
description: 'axlUSDC is a cross-chain representation of USDC, secured by a validator set using delegated Proof-of-Stake and multi-party cryptography. It allows USDC to move seamlessly across different blockchain ecosystems, minted by depositing USDC into an Axelar Gateway on Ethereum, and can be acquired through DEXs, cross-chain swaps via Squid, or bridging via Satellite.money.',
|
|
257
|
+
documentation: 'https://docs.axelar.dev/learn/axlusdc',
|
|
258
|
+
},
|
|
259
|
+
axlUSDT: {
|
|
260
|
+
name: 'USDT',
|
|
261
|
+
symbol: 'axlUSDT',
|
|
262
|
+
oracleId: 'axlUSDT',
|
|
263
|
+
address: '0x7f5373AE26c3E8FfC4c77b7255DF7eC1A9aF52a6',
|
|
264
|
+
chainId: 8453,
|
|
265
|
+
decimals: 6,
|
|
266
|
+
website: 'https://www.axelar.network/',
|
|
267
|
+
documentation: 'https://docs.axelar.dev/',
|
|
268
|
+
description: 'axlUSDT is a cross-chain representation of USDT, secured by a validator set using delegated Proof-of-Stake and multi-party cryptography. It allows USDT to move seamlessly across different blockchain ecosystems, minted by depositing USDT into an Axelar Gateway on Ethereum, and can be acquired through DEXs, cross-chain swaps via Squid, or bridging via Satellite.money.',
|
|
269
|
+
logoURI: 'https://hecoinfo.com/token/images/USDTHECO_32.png',
|
|
270
|
+
bridge: 'axelar',
|
|
271
|
+
},
|
|
272
|
+
OGRE: {
|
|
273
|
+
name: 'SHREKT',
|
|
274
|
+
symbol: 'OGRE',
|
|
275
|
+
oracleId: 'OGRE',
|
|
276
|
+
address: '0xAB8a1c03b8E4e1D21c8Ddd6eDf9e07f26E843492',
|
|
277
|
+
chainId: 8453,
|
|
278
|
+
decimals: 18,
|
|
279
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0xAB8a1c03b8E4e1D21c8Ddd6eDf9e07f26E843492.svg',
|
|
280
|
+
website: '',
|
|
281
|
+
description: 'Meme coin on Base.',
|
|
282
|
+
documentation: '',
|
|
283
|
+
bridge: 'native',
|
|
284
|
+
},
|
|
285
|
+
USDbC: {
|
|
286
|
+
name: 'USD Base Coin',
|
|
287
|
+
address: '0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA',
|
|
288
|
+
symbol: 'USDbC',
|
|
289
|
+
oracleId: 'USDbC',
|
|
290
|
+
decimals: 6,
|
|
291
|
+
website: 'https://www.centre.io/',
|
|
292
|
+
description: 'USDC.e is an Ethereum-based USDC bridged via the official Base Bridge.',
|
|
293
|
+
chainId: 8453,
|
|
294
|
+
logoURI: '',
|
|
295
|
+
documentation: 'https://www.circle.com/blog/usdc-now-available-natively-on-base',
|
|
296
|
+
bridge: 'base-canonical',
|
|
297
|
+
},
|
|
298
|
+
USDC: {
|
|
299
|
+
name: 'USD Circle',
|
|
300
|
+
address: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
|
|
301
|
+
symbol: 'USDC',
|
|
302
|
+
oracleId: 'USDC',
|
|
303
|
+
decimals: 6,
|
|
304
|
+
website: 'https://www.centre.io/',
|
|
305
|
+
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.',
|
|
306
|
+
chainId: 8453,
|
|
307
|
+
logoURI: '',
|
|
308
|
+
documentation: 'https://developers.circle.com/docs',
|
|
309
|
+
bridge: 'native',
|
|
310
|
+
},
|
|
311
|
+
DAI: {
|
|
312
|
+
name: 'DAI Stablecoin',
|
|
313
|
+
symbol: 'DAI',
|
|
314
|
+
oracleId: 'DAI',
|
|
315
|
+
address: '0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb',
|
|
316
|
+
chainId: 8453,
|
|
317
|
+
decimals: 18,
|
|
318
|
+
logoURI: '',
|
|
319
|
+
website: 'https://makerdao.com/en/',
|
|
320
|
+
bridge: 'base-canonical',
|
|
321
|
+
documentation: 'https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation',
|
|
322
|
+
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',
|
|
323
|
+
risks: ['SYNTH_STABLE'],
|
|
324
|
+
},
|
|
325
|
+
AERO: {
|
|
326
|
+
name: 'Aerodrome',
|
|
327
|
+
symbol: 'AERO',
|
|
328
|
+
oracleId: 'AERO',
|
|
329
|
+
address: '0x940181a94A35A4569E4529A3CDfB74e38FD98631',
|
|
330
|
+
chainId: 8453,
|
|
331
|
+
decimals: 18,
|
|
332
|
+
website: 'https://aerodrome.finance/',
|
|
333
|
+
documentation: 'https://aerodrome.finance/docs',
|
|
334
|
+
description: "Aerodrome Finance is a next-generation AMM designed to serve as Base's central liquidity hub, combining a powerful liquidity incentive engine, vote-lock governance model, and friendly user experience. Aerodrome inherits the latest features from Velodrome V2.",
|
|
335
|
+
logoURI: '',
|
|
336
|
+
bridge: 'native',
|
|
337
|
+
},
|
|
338
|
+
DOLA: {
|
|
339
|
+
name: 'Dola USD Stablecoin',
|
|
340
|
+
symbol: 'DOLA',
|
|
341
|
+
oracleId: 'baseDOLA',
|
|
342
|
+
address: '0x4621b7A9c75199271F773Ebd9A499dbd165c3191',
|
|
343
|
+
chainId: 8453,
|
|
344
|
+
decimals: 18,
|
|
345
|
+
logoURI: '',
|
|
346
|
+
website: 'https://www.inverse.finance/',
|
|
347
|
+
description: 'Inverse.finance is a suite of permissionless decentralized finance tools governed by Inverse DAO, a decentralized autonomous organization running on the Ethereum blockchain.',
|
|
348
|
+
bridge: 'base-canonical',
|
|
349
|
+
documentation: 'https://docs.inverse.finance/',
|
|
350
|
+
risks: ['SYNTH_STABLE'],
|
|
351
|
+
},
|
|
352
|
+
MAI: {
|
|
353
|
+
name: 'Mai Stablecoin',
|
|
354
|
+
symbol: 'MAI',
|
|
355
|
+
oracleId: 'bMAI',
|
|
356
|
+
address: '0xbf1aeA8670D2528E08334083616dD9C5F3B087aE',
|
|
357
|
+
chainId: 8453,
|
|
358
|
+
decimals: 18,
|
|
359
|
+
website: 'https://www.mai.finance/',
|
|
360
|
+
description: "MAI is a stablecoin collateralized by your crypto holdings. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.",
|
|
361
|
+
logoURI: 'https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png',
|
|
362
|
+
documentation: 'https://docs.mai.finance/',
|
|
363
|
+
bridge: 'native',
|
|
364
|
+
risks: ['SYNTH_STABLE'],
|
|
365
|
+
},
|
|
366
|
+
wUSDR: {
|
|
367
|
+
name: 'Real USD',
|
|
368
|
+
symbol: 'wUSDR',
|
|
369
|
+
oracleId: 'bawUSDR',
|
|
370
|
+
address: '0x9483ab65847A447e36d21af1CaB8C87e9712ff93',
|
|
371
|
+
chainId: 8453,
|
|
372
|
+
decimals: 9,
|
|
373
|
+
website: 'https://www.tangible.store/realusd',
|
|
374
|
+
documentation: 'https://docs.tangible.store/',
|
|
375
|
+
description: 'Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders.',
|
|
376
|
+
logoURI: '',
|
|
377
|
+
bridge: 'layer-zero',
|
|
378
|
+
},
|
|
379
|
+
tBTC: {
|
|
380
|
+
name: 'tBTC v2',
|
|
381
|
+
symbol: 'tBTC',
|
|
382
|
+
oracleId: 'tBTC',
|
|
383
|
+
address: '0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b',
|
|
384
|
+
chainId: 8453,
|
|
385
|
+
decimals: 18,
|
|
386
|
+
logoURI: '',
|
|
387
|
+
website: 'https://threshold.network/',
|
|
388
|
+
documentation: 'https://docs.threshold.network/',
|
|
389
|
+
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.',
|
|
390
|
+
bridge: 'wormhole',
|
|
391
|
+
},
|
|
392
|
+
BASED: {
|
|
393
|
+
name: 'based.markets',
|
|
394
|
+
symbol: 'BASED',
|
|
395
|
+
oracleId: 'BASED',
|
|
396
|
+
address: '0xBa5E6fa2f33f3955f0cef50c63dCC84861eAb663',
|
|
397
|
+
chainId: 8453,
|
|
398
|
+
decimals: 18,
|
|
399
|
+
website: 'https://www.based.markets/',
|
|
400
|
+
description: 'Based offers intent-based P2P derivatives with deep liquidity sourced from centralized exchanges.',
|
|
401
|
+
logoURI: '',
|
|
402
|
+
bridge: 'native',
|
|
403
|
+
},
|
|
404
|
+
crvUSD: {
|
|
405
|
+
name: 'Curve USD Stablecoin',
|
|
406
|
+
symbol: 'crvUSD',
|
|
407
|
+
oracleId: 'crvUSD',
|
|
408
|
+
address: '0x417Ac0e078398C154EdFadD9Ef675d30Be60Af93',
|
|
409
|
+
chainId: 8453,
|
|
410
|
+
decimals: 18,
|
|
411
|
+
logoURI: '',
|
|
412
|
+
website: 'https://curve.finance/crvusd',
|
|
413
|
+
description: 'crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar',
|
|
414
|
+
documentation: 'https://docs.curve.finance/crvUSD/overview/',
|
|
415
|
+
bridge: 'base-canonical',
|
|
416
|
+
risks: ['SYNTH_STABLE'],
|
|
417
|
+
},
|
|
418
|
+
bsUSD: {
|
|
419
|
+
name: 'Balancer Stable Pool',
|
|
420
|
+
symbol: 'bsUSD',
|
|
421
|
+
oracleId: 'balancer-base-usdbc-dai',
|
|
422
|
+
address: '0x6FbFcf88DB1aADA31F34215b2a1Df7fafb4883e9',
|
|
423
|
+
chainId: 8453,
|
|
424
|
+
decimals: 18,
|
|
425
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg',
|
|
426
|
+
website: 'https://app.balancer.fi/#/',
|
|
427
|
+
bridge: 'native',
|
|
428
|
+
documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
|
|
429
|
+
description: 'Balancer composable pool that consist of USDbC and DAI. bbTokens are boosted linear pools.',
|
|
430
|
+
risks: ['SYNTH_STABLE'],
|
|
431
|
+
},
|
|
432
|
+
BVM: {
|
|
433
|
+
name: 'Base Velocimeter',
|
|
434
|
+
symbol: 'BVM',
|
|
435
|
+
oracleId: 'BVM',
|
|
436
|
+
address: '0xd386a121991E51Eab5e3433Bf5B1cF4C8884b47a',
|
|
437
|
+
chainId: 8453,
|
|
438
|
+
decimals: 18,
|
|
439
|
+
logoURI: '',
|
|
440
|
+
website: 'https://base.velocimeter.xyz',
|
|
441
|
+
description: 'BVM is the native token for Velocimeter on Base (BVM), a project providing liquidity on the chain where it is needed most. The BVM token can be staked as or locked to earn rewards on the BVM platform.',
|
|
442
|
+
documentation: 'https://docs.velocimeter.xyz/FVMtokenomics',
|
|
443
|
+
bridge: 'native',
|
|
444
|
+
},
|
|
445
|
+
oBVM: {
|
|
446
|
+
name: 'Option to buy BVM',
|
|
447
|
+
symbol: 'oBVM',
|
|
448
|
+
oracleId: 'oBVM',
|
|
449
|
+
address: '0x762eb51D2e779EeEc9B239FFB0B2eC8262848f3E',
|
|
450
|
+
chainId: 8453,
|
|
451
|
+
decimals: 18,
|
|
452
|
+
logoURI: '',
|
|
453
|
+
website: 'https://base.velocimeter.xyz',
|
|
454
|
+
description: 'oBVM is an options token that helps to reduce sell pressure on the native BVM token. It is earned by liquidity providers (LPs) who provide liquidity to the BVM pools. oBVM can be redeemed for BVM at a discount, or it can be locked up for a period of time as veBVM. veBVM is a governance token that allows holders to vote on the distribution of emissions, as well as receive weekly bribes and fees.',
|
|
455
|
+
documentation: 'https://docs.velocimeter.xyz/oFVMmech',
|
|
456
|
+
bridge: 'native',
|
|
457
|
+
},
|
|
458
|
+
rETH: {
|
|
459
|
+
name: 'Rocket Pool ETH',
|
|
460
|
+
symbol: 'rETH',
|
|
461
|
+
oracleId: 'rETH',
|
|
462
|
+
address: '0xB6fe221Fe9EeF5aBa221c348bA20A1Bf5e73624c',
|
|
463
|
+
chainId: 8453,
|
|
464
|
+
decimals: 18,
|
|
465
|
+
website: 'https://rocketpool.net/',
|
|
466
|
+
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.',
|
|
467
|
+
bridge: 'base-canonical',
|
|
468
|
+
logoURI: '',
|
|
469
|
+
documentation: 'https://docs.rocketpool.net/guides/',
|
|
470
|
+
},
|
|
471
|
+
FTW: {
|
|
472
|
+
name: 'FriendTech33',
|
|
473
|
+
symbol: 'FTW',
|
|
474
|
+
oracleId: 'FTW',
|
|
475
|
+
address: '0x3347453Ced85bd288D783d85cDEC9b01Ab90f9D8',
|
|
476
|
+
chainId: 8453,
|
|
477
|
+
decimals: 9,
|
|
478
|
+
logoURI: '',
|
|
479
|
+
website: 'https://friendtech33.xyz',
|
|
480
|
+
description: 'FriendTech33 combines the metas of Friend Tech into a DAO format backing a deeply liquid reserve currency with Friend Tech assets including keys, wrapped keys, ecosystem related project tokens, and finally the airdropped token itself.',
|
|
481
|
+
bridge: 'native',
|
|
482
|
+
},
|
|
483
|
+
SCALE: {
|
|
484
|
+
name: 'Scale',
|
|
485
|
+
symbol: 'SCALE',
|
|
486
|
+
oracleId: 'SCALE',
|
|
487
|
+
address: '0x54016a4848a38f257B6E96331F7404073Fd9c32C',
|
|
488
|
+
chainId: 8453,
|
|
489
|
+
decimals: 18,
|
|
490
|
+
logoURI: '',
|
|
491
|
+
website: 'https://base.equalizer.exchange/',
|
|
492
|
+
description: 'Equalizer was derived from the initial concept of Andre Cronje. The mechanism that was used to create a perpetual decentralized exchange was unique and ingenious. The launch of this platform is to take the concept and apply it to a more natural style DEX. Equalizer will become the trading mechanism for the Fantom network, utilizing the Solidly perpetual model with some tweaks to fee structures and emissions. ',
|
|
493
|
+
documentation: 'https://docs.equalizer.exchange/',
|
|
494
|
+
bridge: 'native',
|
|
495
|
+
},
|
|
496
|
+
hyUSD: {
|
|
497
|
+
name: 'High Yield USD',
|
|
498
|
+
symbol: 'hyUSD',
|
|
499
|
+
oracleId: 'hyUSD',
|
|
500
|
+
address: '0xCc7FF230365bD730eE4B352cC2492CEdAC49383e',
|
|
501
|
+
chainId: 8453,
|
|
502
|
+
decimals: 18,
|
|
503
|
+
logoURI: '',
|
|
504
|
+
website: 'https://linktr.ee/hyusd',
|
|
505
|
+
description: 'A decentralized flatcoin that provides convenient access to DeFi yields, enabling holders to earn passive income on their capital. Governance should aim to take low to moderate risk to return high DeFi yields in order to mitigate against inflation.',
|
|
506
|
+
documentation: '',
|
|
507
|
+
bridge: 'native',
|
|
508
|
+
risks: ['SYNTH_STABLE'],
|
|
509
|
+
},
|
|
510
|
+
eUSD: {
|
|
511
|
+
name: 'Electronic Dollar',
|
|
512
|
+
symbol: 'eUSD',
|
|
513
|
+
oracleId: 'eUSD',
|
|
514
|
+
address: '0xCfA3Ef56d303AE4fAabA0592388F19d7C3399FB4',
|
|
515
|
+
chainId: 8453,
|
|
516
|
+
decimals: 18,
|
|
517
|
+
logoURI: '',
|
|
518
|
+
website: 'https://app.reserve.org/ethereum/token/0xa0d69e286b938e21cbf7e51d71f6a4c8918f482f/overview',
|
|
519
|
+
description: 'The Electronic Dollar (eUSD) is a decentralized 1:1 asset-backed stablecoin built with Reserve Protocol, available on the Ethereum and MobileCoin blockchains. It sets itself apart from other stablecoins due to its decentralized, community-governed, and censorship-resistant nature.',
|
|
520
|
+
documentation: 'https://reserve.org/protocol/',
|
|
521
|
+
bridge: 'base-canonical',
|
|
522
|
+
risks: ['SYNTH_STABLE'],
|
|
523
|
+
},
|
|
524
|
+
wstETH: {
|
|
525
|
+
name: 'Wrapped liquid staked Ether 2.0',
|
|
526
|
+
symbol: 'wstETH',
|
|
527
|
+
oracleId: 'wstETH',
|
|
528
|
+
address: '0xc1CBa3fCea344f92D9239c08C0568f6F2F0ee452',
|
|
529
|
+
chainId: 8453,
|
|
530
|
+
decimals: 18,
|
|
531
|
+
logoURI: '',
|
|
532
|
+
website: 'https://lido.fi/',
|
|
533
|
+
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.',
|
|
534
|
+
documentation: 'https://docs.lido.fi/',
|
|
535
|
+
bridge: 'base-canonical',
|
|
536
|
+
},
|
|
537
|
+
CRV: {
|
|
538
|
+
name: 'Curve DAO Token',
|
|
539
|
+
symbol: 'CRV',
|
|
540
|
+
oracleId: 'CRV',
|
|
541
|
+
address: '0x8Ee73c484A26e0A5df2Ee2a4960B789967dd0415',
|
|
542
|
+
chainId: 8453,
|
|
543
|
+
decimals: 18,
|
|
544
|
+
logoURI: '',
|
|
545
|
+
website: 'https://curve.finance/',
|
|
546
|
+
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.',
|
|
547
|
+
documentation: 'https://curve.readthedocs.io/',
|
|
548
|
+
bridge: 'base-canonical',
|
|
549
|
+
},
|
|
550
|
+
'USDC+': {
|
|
551
|
+
name: 'USDC Plus',
|
|
552
|
+
symbol: 'USDC+',
|
|
553
|
+
oracleId: 'bUSDC+',
|
|
554
|
+
address: '0x85483696Cc9970Ad9EdD786b2C5ef735F38D156f',
|
|
555
|
+
chainId: 8453,
|
|
556
|
+
decimals: 6,
|
|
557
|
+
logoURI: '',
|
|
558
|
+
bridge: 'native',
|
|
559
|
+
website: 'https://overnight.fi/',
|
|
560
|
+
description: 'A risk-minimised USDC-pegged crypto asset backed by an underlying basket of USD stablecoins',
|
|
561
|
+
documentation: 'https://docs.overnight.fi/',
|
|
562
|
+
},
|
|
563
|
+
bsdETH: {
|
|
564
|
+
name: 'Based ETH',
|
|
565
|
+
symbol: 'bsdETH',
|
|
566
|
+
oracleId: 'bsdETH',
|
|
567
|
+
address: '0xCb327b99fF831bF8223cCEd12B1338FF3aA322Ff',
|
|
568
|
+
chainId: 8453,
|
|
569
|
+
decimals: 18,
|
|
570
|
+
logoURI: '',
|
|
571
|
+
website: 'https://app.reserve.org/base/token/0xcb327b99ff831bf8223cced12b1338ff3aa322ff/overview',
|
|
572
|
+
description: 'A yield generating Ethereum Liquid Staking Token basket with over-collateralization protection. ',
|
|
573
|
+
documentation: 'https://reserve.org/protocol/',
|
|
574
|
+
bridge: 'native',
|
|
575
|
+
},
|
|
576
|
+
TYBG: {
|
|
577
|
+
name: 'Base God',
|
|
578
|
+
symbol: 'TYBG',
|
|
579
|
+
oracleId: 'TYBG',
|
|
580
|
+
address: '0x0d97F261b1e88845184f678e2d1e7a98D9FD38dE',
|
|
581
|
+
chainId: 8453,
|
|
582
|
+
decimals: 18,
|
|
583
|
+
logoURI: '',
|
|
584
|
+
website: 'https://basegod.fun/',
|
|
585
|
+
description: 'In the spirit of being based and fair, $TYBG was stealth launched with no tax or team/presale tokens. Memecoin.',
|
|
586
|
+
documentation: '',
|
|
587
|
+
bridge: 'native',
|
|
588
|
+
},
|
|
589
|
+
axlOP: {
|
|
590
|
+
name: 'Axelar Wrapped OP',
|
|
591
|
+
symbol: 'axlOP',
|
|
592
|
+
oracleId: 'axlOP',
|
|
593
|
+
address: '0x994ac01750047B9d35431a7Ae4Ed312ee955E030',
|
|
594
|
+
chainId: 8453,
|
|
595
|
+
decimals: 18,
|
|
596
|
+
logoURI: '',
|
|
597
|
+
website: 'https://app.optimism.io/governance',
|
|
598
|
+
description: 'Optimistic Rollup is a layer 2 scaling solution that scales both transaction throughput and computation on Ethereum. The backbone of our implementation is the Optimistic Virtual Machine (OVM), which is fully compatible with the EVM.',
|
|
599
|
+
documentation: '',
|
|
600
|
+
bridge: 'axelar',
|
|
601
|
+
},
|
|
602
|
+
DOG: {
|
|
603
|
+
name: 'Basic Dog Meme',
|
|
604
|
+
symbol: 'DOG',
|
|
605
|
+
oracleId: 'DOG',
|
|
606
|
+
address: '0x9E53e88dCff56d3062510A745952DEC4cEFDff9E',
|
|
607
|
+
chainId: 8453,
|
|
608
|
+
decimals: 18,
|
|
609
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x9E53e88dCff56d3062510A745952DEC4cEFDff9E.svg',
|
|
610
|
+
website: 'https://basicdog.xyz/',
|
|
611
|
+
description: 'The first meme coin on Base. Fairly Launched. Organic Growth. Good Vibes.',
|
|
612
|
+
documentation: 'https://basicdog.gitbook.io/basic-meme-chain/',
|
|
613
|
+
bridge: 'native',
|
|
614
|
+
},
|
|
615
|
+
SNX: {
|
|
616
|
+
name: 'Synthetix Network Token',
|
|
617
|
+
symbol: 'SNX',
|
|
618
|
+
address: '0x22e6966B799c4D5B13BE962E1D117b56327FDa66',
|
|
619
|
+
chainId: 8453,
|
|
620
|
+
oracleId: 'SNX',
|
|
621
|
+
decimals: 18,
|
|
622
|
+
logoURI: '',
|
|
623
|
+
website: 'https://www.synthetix.io/',
|
|
624
|
+
description: 'Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets.',
|
|
625
|
+
documentation: 'https://docs.synthetix.io/synthetix-protocol/the-synthetix-protocol/synthetix-token-snx',
|
|
626
|
+
bridge: 'base-canonical',
|
|
627
|
+
},
|
|
628
|
+
T: {
|
|
629
|
+
name: 'Threshold Network Token',
|
|
630
|
+
symbol: 'T',
|
|
631
|
+
address: '0x26f3901aC8a79c50fb0d8289C74f0d09AdC42E29',
|
|
632
|
+
chainId: 8453,
|
|
633
|
+
decimals: 18,
|
|
634
|
+
oracleId: 'T',
|
|
635
|
+
logoURI: '',
|
|
636
|
+
website: 'https://threshold.network/',
|
|
637
|
+
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.',
|
|
638
|
+
documentation: 'https://docs.threshold.network/app-development/staking-contract-and-dao/staking-contract-and-dao-api/t',
|
|
639
|
+
bridge: 'base-canonical',
|
|
640
|
+
},
|
|
641
|
+
DEGEN: {
|
|
642
|
+
name: 'Degen',
|
|
643
|
+
symbol: 'DEGEN',
|
|
644
|
+
address: '0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed',
|
|
645
|
+
chainId: 8453,
|
|
646
|
+
decimals: 18,
|
|
647
|
+
oracleId: 'DEGEN',
|
|
648
|
+
logoURI: '',
|
|
649
|
+
website: 'https://www.degen.tips/',
|
|
650
|
+
description: 'Degen is an unofficial token that were distributed to the community on the decentralized social network, Farcaster.',
|
|
651
|
+
documentation: 'https://www.degen.tips/faq',
|
|
652
|
+
bridge: 'native',
|
|
653
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
654
|
+
},
|
|
655
|
+
doginme: {
|
|
656
|
+
name: 'doginme',
|
|
657
|
+
symbol: 'doginme',
|
|
658
|
+
address: '0x6921B130D297cc43754afba22e5EAc0FBf8Db75b',
|
|
659
|
+
chainId: 8453,
|
|
660
|
+
decimals: 18,
|
|
661
|
+
oracleId: 'doginme',
|
|
662
|
+
logoURI: '',
|
|
663
|
+
website: 'https://dogin.meme/',
|
|
664
|
+
description: 'The $doginme memecoin roots were established when a Farcaster user inquired if Dan Romero (DWR), the founder of the decentralized social media platform, owned a dog.',
|
|
665
|
+
bridge: 'native',
|
|
666
|
+
},
|
|
667
|
+
RSR: {
|
|
668
|
+
name: 'Reserve Rights',
|
|
669
|
+
symbol: 'RSR',
|
|
670
|
+
address: '0xaB36452DbAC151bE02b16Ca17d8919826072f64a',
|
|
671
|
+
chainId: 8453,
|
|
672
|
+
decimals: 18,
|
|
673
|
+
oracleId: 'RSR',
|
|
674
|
+
logoURI: '',
|
|
675
|
+
website: 'https://reserve.org/',
|
|
676
|
+
description: 'The Reserve protocol is the first platform that allows for the permissionless creation of asset-backed, yield-bearing & overcollateralized stablecoins. Reserve Rights (RSR) exists as an overcollateralization mechanism to protect RToken holders in the unlikely event of a collateral token default.',
|
|
677
|
+
documentation: 'https://reserve.org/protocol/reserve_rights_rsr/',
|
|
678
|
+
bridge: 'base-canonical',
|
|
679
|
+
},
|
|
680
|
+
rgUSD: {
|
|
681
|
+
name: 'Revenue Generating USD',
|
|
682
|
+
symbol: 'rgUSD',
|
|
683
|
+
address: '0x8E5E9DF4F0EA39aE5270e79bbABFCc34203A3470',
|
|
684
|
+
chainId: 8453,
|
|
685
|
+
oracleId: 'rgUSD',
|
|
686
|
+
decimals: 18,
|
|
687
|
+
logoURI: '',
|
|
688
|
+
website: 'https://app.reserve.org/ethereum/token/0x78da5799cf427fee11e9996982f4150ece7a99a7/overview',
|
|
689
|
+
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.',
|
|
690
|
+
documentation: 'https://reserve.org/protocol/',
|
|
691
|
+
bridge: 'base-canonical',
|
|
692
|
+
risks: ['SYNTH_STABLE'],
|
|
693
|
+
},
|
|
694
|
+
TN100x: {
|
|
695
|
+
name: 'The Next 100x Memecoin on Base',
|
|
696
|
+
symbol: 'TN100x',
|
|
697
|
+
address: '0x5B5dee44552546ECEA05EDeA01DCD7Be7aa6144A',
|
|
698
|
+
chainId: 8453,
|
|
699
|
+
decimals: 18,
|
|
700
|
+
oracleId: 'TN100x',
|
|
701
|
+
logoURI: '',
|
|
702
|
+
website: 'https://ham.fun/',
|
|
703
|
+
description: 'TN100x is the coin that powers the HAM ecosystem, an upcoming layer 3 blockchain. More than a memecoin, it’s a social token, and a driving force behind everything Ham.',
|
|
704
|
+
bridge: 'native',
|
|
705
|
+
risks: ['NO_TIMELOCK'],
|
|
706
|
+
},
|
|
707
|
+
CHAD: {
|
|
708
|
+
name: 'Based Chad',
|
|
709
|
+
symbol: 'CHAD',
|
|
710
|
+
address: '0xecaF81Eb42cd30014EB44130b89Bcd6d4Ad98B92',
|
|
711
|
+
chainId: 8453,
|
|
712
|
+
decimals: 18,
|
|
713
|
+
oracleId: 'CHAD',
|
|
714
|
+
logoURI: '',
|
|
715
|
+
website: 'https://basedchad.com/',
|
|
716
|
+
description: 'You can’t say anything is more based than putting the best meme of all time on the most based L2.',
|
|
717
|
+
bridge: 'native',
|
|
718
|
+
},
|
|
719
|
+
ANIME: {
|
|
720
|
+
name: 'Anime',
|
|
721
|
+
symbol: 'ANIME',
|
|
722
|
+
address: '0x0e0c9756a3290cD782CF4aB73ac24D25291c9564',
|
|
723
|
+
chainId: 8453,
|
|
724
|
+
decimals: 18,
|
|
725
|
+
oracleId: 'ANIME',
|
|
726
|
+
logoURI: '',
|
|
727
|
+
website: 'https://www.animeonbase.art/',
|
|
728
|
+
description: '$ANIME has grown into a movement uniting people from around the world by their love of art and anime. No VCs, influencers, or utility. Just art and memes.',
|
|
729
|
+
bridge: 'native',
|
|
730
|
+
},
|
|
731
|
+
L2VE: {
|
|
732
|
+
name: 'Cupid Inu',
|
|
733
|
+
symbol: 'L2VE',
|
|
734
|
+
address: '0xA19328fb05ce6FD204D16c2a2A98F7CF434c12F4',
|
|
735
|
+
chainId: 8453,
|
|
736
|
+
decimals: 18,
|
|
737
|
+
oracleId: 'L2VE',
|
|
738
|
+
logoURI: '',
|
|
739
|
+
website: 'https://www.l2ve.me/',
|
|
740
|
+
description: 'The Cupid Inu memecoin has landed on BASE, with a mission to scatter as much $L2VE as possible.',
|
|
741
|
+
bridge: 'native',
|
|
742
|
+
},
|
|
743
|
+
SEXY: {
|
|
744
|
+
name: 'Settled ETHXY Token',
|
|
745
|
+
symbol: 'SEXY',
|
|
746
|
+
address: '0xD1917629B3E6A72E6772Aab5dBe58Eb7FA3C2F33',
|
|
747
|
+
chainId: 8453,
|
|
748
|
+
decimals: 18,
|
|
749
|
+
oracleId: 'SEXY',
|
|
750
|
+
logoURI: '',
|
|
751
|
+
website: 'https://docs.ethxy.com/',
|
|
752
|
+
description: 'EthXY is a MMORPG built on top of Telegram. SEXY is a game token used for a variety of game mechanics and weapon + armor purchases.',
|
|
753
|
+
documentation: 'https://ethxy.com/',
|
|
754
|
+
bridge: 'base-canonical',
|
|
755
|
+
risks: ['NO_TIMELOCK'],
|
|
756
|
+
},
|
|
757
|
+
sFRAX: {
|
|
758
|
+
name: 'Staked FRAX',
|
|
759
|
+
symbol: 'sFRAX',
|
|
760
|
+
address: '0xe4796cCB6bB5DE2290C417Ac337F2b66CA2E770E',
|
|
761
|
+
chainId: 8453,
|
|
762
|
+
decimals: 18,
|
|
763
|
+
oracleId: 'sFRAX',
|
|
764
|
+
logoURI: '',
|
|
765
|
+
website: 'https://app.frax.finance/sfrax/stake',
|
|
766
|
+
description: 'Staked FRAX (sFRAX) is an ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in FRAX stablecoins. The sFRAX token represents pro rata deposits within the vault and is always withdrawable for FRAX stablecoins at the pro rata rate at all times. sFRAX 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 FRAX staking vault attempts, but does not guarantee in any way, to target this rate.',
|
|
767
|
+
documentation: 'https://docs.frax.finance/frax-v3/sfrax',
|
|
768
|
+
bridge: 'layer-zero',
|
|
769
|
+
risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
|
|
770
|
+
},
|
|
771
|
+
sfrxETH: {
|
|
772
|
+
name: 'Staked Frax Ether',
|
|
773
|
+
symbol: 'sfrxETH',
|
|
774
|
+
address: '0x1f55a02A049033E3419a8E2975cF3F572F4e6E9A',
|
|
775
|
+
chainId: 8453,
|
|
776
|
+
decimals: 18,
|
|
777
|
+
oracleId: 'sfrxETH',
|
|
778
|
+
logoURI: '',
|
|
779
|
+
website: 'https://app.frax.finance/frxeth/mint',
|
|
780
|
+
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.',
|
|
781
|
+
documentation: 'https://docs.frax.finance/frax-ether/frxeth-and-sfrxeth',
|
|
782
|
+
bridge: 'layer-zero',
|
|
783
|
+
risks: ['NO_TIMELOCK'],
|
|
784
|
+
},
|
|
785
|
+
FXS: {
|
|
786
|
+
name: 'Frax Share',
|
|
787
|
+
symbol: 'FXS',
|
|
788
|
+
address: '0x23432452B720C80553458496D4D9d7C5003280d0',
|
|
789
|
+
chainId: 8453,
|
|
790
|
+
decimals: 18,
|
|
791
|
+
oracleId: 'FXS',
|
|
792
|
+
logoURI: 'https://app.sushi.com/images/tokens/fxs-square.jpg',
|
|
793
|
+
website: 'https://frax.finance/',
|
|
794
|
+
description: 'The Frax Share token (FXS) is the non-stable, utility token in the protocol. It is meant to be volatile and hold rights to governance and all utility of the system. It is important to note that we take a highly governance-minimized approach to designing trustless money in the same ethos as Bitcoin. We eschew DAO-like active management such as MakerDAO. The less parameters for a community to be able to actively manage, the less there is to disagree on. Parameters that are up for governance through FXS include adding/adjusting collateral pools, adjusting various fees (like minting or redeeming), and refreshing the rate of the collateral ratio. No other actions such as active management of collateral or addition of human-modifiable parameters are possible other than a hardfork that would require voluntarily moving to a new implementation entirely. ',
|
|
795
|
+
documentation: 'https://docs.frax.finance/',
|
|
796
|
+
bridge: 'layer-zero',
|
|
797
|
+
risks: ['NO_TIMELOCK'],
|
|
798
|
+
},
|
|
799
|
+
ezETH: {
|
|
800
|
+
name: 'Renzo Restaked ETH',
|
|
801
|
+
symbol: 'ezETH',
|
|
802
|
+
address: '0x2416092f143378750bb29b79eD961ab195CcEea5',
|
|
803
|
+
chainId: 8453,
|
|
804
|
+
decimals: 18,
|
|
805
|
+
oracleId: 'ezETH',
|
|
806
|
+
logoURI: '',
|
|
807
|
+
website: 'https://www.renzoprotocol.com/',
|
|
808
|
+
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.',
|
|
809
|
+
documentation: 'https://docs.renzoprotocol.com/docs/',
|
|
810
|
+
bridge: 'connext',
|
|
811
|
+
risks: ['NO_TIMELOCK'],
|
|
812
|
+
},
|
|
813
|
+
bWELL: {
|
|
814
|
+
name: 'WELL',
|
|
815
|
+
symbol: 'WELL',
|
|
816
|
+
oracleId: 'bWELL',
|
|
817
|
+
address: '0xA88594D404727625A9437C3f886C7643872296AE',
|
|
818
|
+
chainId: 8453,
|
|
819
|
+
decimals: 18,
|
|
820
|
+
logoURI: '',
|
|
821
|
+
website: 'https://moonwell.fi/',
|
|
822
|
+
description: 'WELL is the native governance token of the Moonwell protocol.',
|
|
823
|
+
bridge: 'native',
|
|
824
|
+
documentation: 'https://docs.moonwell.fi/moonwell/discover/about-moonwell',
|
|
825
|
+
},
|
|
826
|
+
wBaseDOGE: {
|
|
827
|
+
name: 'Wrapped BaseDOGE',
|
|
828
|
+
symbol: 'wBaseDOGE',
|
|
829
|
+
oracleId: 'wBaseDOGE',
|
|
830
|
+
address: '0x373504DA48418C67E6FCD071F33Cb0b3B47613C7',
|
|
831
|
+
chainId: 8453,
|
|
832
|
+
decimals: 18,
|
|
833
|
+
logoURI: '',
|
|
834
|
+
website: 'https://www.basedoge.xyz/',
|
|
835
|
+
description: 'Meme dog token on base.',
|
|
836
|
+
bridge: 'native',
|
|
837
|
+
documentation: 'https://www.basedoge.xyz/',
|
|
838
|
+
},
|
|
839
|
+
baseQI: {
|
|
840
|
+
name: 'Qi Dao',
|
|
841
|
+
symbol: 'QI',
|
|
842
|
+
oracleId: 'baseQI',
|
|
843
|
+
address: '0xD3FDCb837DAfdb7C9C3eBD48FE22a53F6Dd3d7D7',
|
|
844
|
+
chainId: 8453,
|
|
845
|
+
decimals: 18,
|
|
846
|
+
logoURI: 'https://raw.githubusercontent.com/0xlaozi/qidao/main/images/qi.png',
|
|
847
|
+
website: 'https://www.mai.finance/',
|
|
848
|
+
description: 'QiDao is a self-sustaining, community-governed protocol that allows you to borrow stablecoins against your crypto assets used as collateral. Loans are paid out and repaid in MAI (stablecoin soft pegged to the USD).',
|
|
849
|
+
documentation: 'https://docs.mai.finance/',
|
|
850
|
+
bridge: 'layer-zero',
|
|
851
|
+
},
|
|
852
|
+
JARVIS: {
|
|
853
|
+
name: 'Jarvis',
|
|
854
|
+
symbol: 'JARVIS',
|
|
855
|
+
oracleId: 'JARVIS',
|
|
856
|
+
address: '0x777b2839832982B35213063d850848369390EE16',
|
|
857
|
+
chainId: 8453,
|
|
858
|
+
decimals: 18,
|
|
859
|
+
logoURI: '',
|
|
860
|
+
website: 'https://jarvis.network/',
|
|
861
|
+
description: 'Jarvis provides stablecoins (jFIATs) are over-collateralized, stable and liquid on-chain fiat currencies that anyone can use to gain exposure to many fiat currencies, access liquidity, credit, yield and other financial services.',
|
|
862
|
+
documentation: 'https://jarvis.network/protocol',
|
|
863
|
+
bridge: 'wormhole',
|
|
864
|
+
},
|
|
865
|
+
NPC: {
|
|
866
|
+
name: 'Non-Playable Coin',
|
|
867
|
+
symbol: 'NPC',
|
|
868
|
+
oracleId: 'NPC',
|
|
869
|
+
address: '0xB166E8B140D35D9D8226E40C09f757BAC5A4d87d',
|
|
870
|
+
chainId: 8453,
|
|
871
|
+
decimals: 18,
|
|
872
|
+
logoURI: '',
|
|
873
|
+
website: 'https://www.nonplayablecoin.io/',
|
|
874
|
+
description: 'Non-Playable Coin (NPC) is a memecoin actually backed by one of the most recognizable memes on the internet. Trade it as an NFT or as a memecoin, it doesn’t matter. It’s the first memecoin-NFT hybrid.',
|
|
875
|
+
bridge: 'wormhole',
|
|
876
|
+
},
|
|
877
|
+
Mog: {
|
|
878
|
+
name: 'Mog Coin',
|
|
879
|
+
symbol: 'Mog',
|
|
880
|
+
oracleId: 'Mog',
|
|
881
|
+
address: '0x2Da56AcB9Ea78330f947bD57C54119Debda7AF71',
|
|
882
|
+
chainId: 8453,
|
|
883
|
+
decimals: 18,
|
|
884
|
+
logoURI: '',
|
|
885
|
+
website: 'https://mogcoin.xyz/',
|
|
886
|
+
description: '$Mog is the internet’s first culture coin. Starting as a meme among friends in the summer of 2023 it has set itself apart from other projects through its open-ended memetic branding and unique content.',
|
|
887
|
+
bridge: 'base-canonical',
|
|
888
|
+
},
|
|
889
|
+
HPC: {
|
|
890
|
+
name: 'Happy Puppy Club',
|
|
891
|
+
symbol: 'HPC',
|
|
892
|
+
oracleId: 'HPC',
|
|
893
|
+
address: '0x1f3BA804eFB9CFe17D595e7262CEA4782dbF6e4E',
|
|
894
|
+
chainId: 8453,
|
|
895
|
+
decimals: 18,
|
|
896
|
+
logoURI: '',
|
|
897
|
+
website: 'https://www.happypuppyclub.xyz/',
|
|
898
|
+
description: 'The Happy Puppy Club ($HPC) memecoin embodies the spirit of "we in the club, onchain".',
|
|
899
|
+
bridge: 'native',
|
|
900
|
+
},
|
|
901
|
+
ROCK: {
|
|
902
|
+
name: 'BLACK ROCK',
|
|
903
|
+
symbol: 'ROCK',
|
|
904
|
+
oracleId: 'ROCK',
|
|
905
|
+
address: '0xEcE7B98bD817ee5B1F2f536dAf34D0B6af8Bb542',
|
|
906
|
+
chainId: 8453,
|
|
907
|
+
decimals: 18,
|
|
908
|
+
logoURI: '',
|
|
909
|
+
website: 'https://www.blackrockonbase.com/',
|
|
910
|
+
description: "Just a black rock on Base. BLACK ROCK is NOT in any way associated with BlackRock, the financial institution with $9 trillion USD AUM. If you're looking for financial incentives, look elsewhere. It's literally just a black rock on Base.",
|
|
911
|
+
documentation: 'https://www.blackrockonbase.com/_files/ugd/74fb19_6213d516db434175ba850c5ae29213bf.pdf?index=true',
|
|
912
|
+
bridge: 'native',
|
|
913
|
+
},
|
|
914
|
+
MTA: {
|
|
915
|
+
name: 'Meta',
|
|
916
|
+
symbol: 'MTA',
|
|
917
|
+
oracleId: 'MTA',
|
|
918
|
+
address: '0xba7D47f471ADD16875e765edEe0858C3413A56Fd',
|
|
919
|
+
chainId: 8453,
|
|
920
|
+
decimals: 18,
|
|
921
|
+
logoURI: '',
|
|
922
|
+
website: 'https://mstable.org/',
|
|
923
|
+
description: 'Meta Vault is a composable architecture for yield-bearing tokens. It combines, optimizes and allocates yield in a diversified manner.',
|
|
924
|
+
bridge: 'base-canonical',
|
|
925
|
+
documentation: 'https://docs.mstable.org/',
|
|
926
|
+
},
|
|
927
|
+
HOP: {
|
|
928
|
+
name: 'HOP Protocol',
|
|
929
|
+
symbol: 'HOP',
|
|
930
|
+
oracleId: 'HOP',
|
|
931
|
+
address: '0xc5102fE9359FD9a28f877a67E36B0F050d81a3CC',
|
|
932
|
+
chainId: 8453,
|
|
933
|
+
decimals: 18,
|
|
934
|
+
logoURI: '',
|
|
935
|
+
website: 'https://app.hop.exchange',
|
|
936
|
+
description: 'Hop Protocol is a blockchain bridge protocol that allows users to move tokens from one chain to another without having to wait for a challenge period',
|
|
937
|
+
bridge: 'hop',
|
|
938
|
+
documentation: 'https://docs.hop.exchange/',
|
|
939
|
+
},
|
|
940
|
+
NORMILIO: {
|
|
941
|
+
name: 'Normilio',
|
|
942
|
+
symbol: 'NORMILIO',
|
|
943
|
+
oracleId: 'NORMILIO',
|
|
944
|
+
address: '0xcDE90558fc317C69580DeeAF3eFC509428Df9080',
|
|
945
|
+
chainId: 8453,
|
|
946
|
+
decimals: 18,
|
|
947
|
+
logoURI: '',
|
|
948
|
+
website: 'https://www.normilio.com/',
|
|
949
|
+
description: 'A community driven project that aims to bring the normalest memecoin to the base.',
|
|
950
|
+
bridge: 'native',
|
|
951
|
+
},
|
|
952
|
+
POOL: {
|
|
953
|
+
name: 'PoolTogether',
|
|
954
|
+
symbol: 'POOL',
|
|
955
|
+
oracleId: 'POOL',
|
|
956
|
+
address: '0xd652C5425aea2Afd5fb142e120FeCf79e18fafc3',
|
|
957
|
+
chainId: 8453,
|
|
958
|
+
decimals: 18,
|
|
959
|
+
logoURI: '',
|
|
960
|
+
website: 'https://pooltogether.com/',
|
|
961
|
+
description: 'PoolTogether is a prize savings protocol, enabling you to win by saving.',
|
|
962
|
+
documentation: 'https://docs.pooltogether.com/',
|
|
963
|
+
bridge: 'base-canonical',
|
|
964
|
+
},
|
|
965
|
+
LUSD: {
|
|
966
|
+
name: 'LUSD Stablecoin',
|
|
967
|
+
symbol: 'LUSD',
|
|
968
|
+
oracleId: 'LUSD',
|
|
969
|
+
address: '0x368181499736d0c0CC614DBB145E2EC1AC86b8c6',
|
|
970
|
+
chainId: 8453,
|
|
971
|
+
decimals: 18,
|
|
972
|
+
logoURI: '',
|
|
973
|
+
website: 'https://www.liquity.org/',
|
|
974
|
+
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%.',
|
|
975
|
+
bridge: 'base-canonical',
|
|
976
|
+
documentation: 'https://docs.liquity.org/',
|
|
977
|
+
risks: ['SYNTH_STABLE'],
|
|
978
|
+
},
|
|
979
|
+
GENOME: {
|
|
980
|
+
name: 'GENOME',
|
|
981
|
+
symbol: 'GENOME',
|
|
982
|
+
oracleId: 'GENOME',
|
|
983
|
+
address: '0x1db0c569ebb4a8b57AC01833B9792F526305e062',
|
|
984
|
+
chainId: 8453,
|
|
985
|
+
decimals: 18,
|
|
986
|
+
logoURI: '',
|
|
987
|
+
website: 'https://genomes.io/',
|
|
988
|
+
description: 'GENOME is the utility and governance token of the GenomesDAO. The token is used for value transfer in the Genomes.io platform as well as being used for all payments and actions across the GenomesDAO infrastructure.',
|
|
989
|
+
bridge: 'base-canonical',
|
|
990
|
+
},
|
|
991
|
+
wrsETH: {
|
|
992
|
+
name: 'rsETHWrapper',
|
|
993
|
+
symbol: 'wrsETH',
|
|
994
|
+
oracleId: 'wrsETH',
|
|
995
|
+
address: '0xEDfa23602D0EC14714057867A78d01e94176BEA0',
|
|
996
|
+
chainId: 8453,
|
|
997
|
+
decimals: 18,
|
|
998
|
+
logoURI: '',
|
|
999
|
+
website: 'https://kelpdao.xyz/',
|
|
1000
|
+
description: 'The rsETHWrapper contract serves as a standardized interface for rsETH tokens, which are Liquid Restaked Tokens (LRT) issued by Kelp DAO. Designed to offer liquidity to illiquid assets deposited into restaking platforms like EigenLayer, users can interact with these tokens seamlessly.',
|
|
1001
|
+
documentation: 'https://kelp.gitbook.io/kelp',
|
|
1002
|
+
bridge: 'stargate',
|
|
1003
|
+
risks: ['NO_TIMELOCK'],
|
|
1004
|
+
},
|
|
1005
|
+
weETH: {
|
|
1006
|
+
name: 'Wrapped eETH',
|
|
1007
|
+
symbol: 'weETH',
|
|
1008
|
+
oracleId: 'weETH',
|
|
1009
|
+
address: '0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A',
|
|
1010
|
+
chainId: 8453,
|
|
1011
|
+
decimals: 18,
|
|
1012
|
+
logoURI: '',
|
|
1013
|
+
website: 'https://ether.fi/',
|
|
1014
|
+
description: 'Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.',
|
|
1015
|
+
documentation: 'https://etherfi.gitbook.io/etherfi',
|
|
1016
|
+
bridge: 'stargate',
|
|
1017
|
+
risks: ['NO_TIMELOCK'],
|
|
1018
|
+
},
|
|
1019
|
+
KLIMA: {
|
|
1020
|
+
name: 'Klima DAO',
|
|
1021
|
+
symbol: 'KLIMA',
|
|
1022
|
+
oracleId: 'KLIMA',
|
|
1023
|
+
address: '0xDCEFd8C8fCc492630B943ABcaB3429F12Ea9Fea2',
|
|
1024
|
+
chainId: 8453,
|
|
1025
|
+
decimals: 9,
|
|
1026
|
+
logoURI: '',
|
|
1027
|
+
website: 'https://www.klimadao.finance/',
|
|
1028
|
+
documentation: 'https://docs.klimadao.finance/',
|
|
1029
|
+
description: 'KlimaDAO and its partners in the Klima ecosystem fosters the adoption of a new category of real world assets (RWA) on the blockchain: environmental assets like carbon credits.',
|
|
1030
|
+
bridge: 'axelar',
|
|
1031
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1032
|
+
},
|
|
1033
|
+
USDz: {
|
|
1034
|
+
name: 'Anzen USDz',
|
|
1035
|
+
symbol: 'USDz',
|
|
1036
|
+
oracleId: 'USDz',
|
|
1037
|
+
address: '0x04D5ddf5f3a8939889F11E97f8c4BB48317F1938',
|
|
1038
|
+
chainId: 8453,
|
|
1039
|
+
decimals: 18,
|
|
1040
|
+
logoURI: '',
|
|
1041
|
+
description: 'USDz is a stablecoin supported by a diversified portfolio of private credit assets. These assets are meticulously underwritten in collaboration with Percent, a US licensed broker-dealer. Percent has structured and serviced over $1.7B in credit deals since 2018. Anzen invests capital alongside institutional fiat investors. The yield from its credit portfolio offers a sustainable income stream, which supports staking rewards for on-chain USDz holders.',
|
|
1042
|
+
website: 'https://anzen.finance/',
|
|
1043
|
+
documentation: 'https://docs.anzen.finance/',
|
|
1044
|
+
bridge: 'layer-zero',
|
|
1045
|
+
risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
|
|
1046
|
+
},
|
|
1047
|
+
GHST: {
|
|
1048
|
+
name: 'Aavegotchi GHST Token',
|
|
1049
|
+
symbol: 'GHST',
|
|
1050
|
+
oracleId: 'GHST',
|
|
1051
|
+
address: '0xcD2F22236DD9Dfe2356D7C543161D4d260FD9BcB',
|
|
1052
|
+
chainId: 8453,
|
|
1053
|
+
decimals: 18,
|
|
1054
|
+
logoURI: '',
|
|
1055
|
+
website: 'https://www.aavegotchi.com/',
|
|
1056
|
+
description: 'Aavegotchis are crypto-collectibles living on the Ethereum blockchain, backed by the ERC721 standard used in popular blockchain games.',
|
|
1057
|
+
documentation: 'https://docs.aavegotchi.com/',
|
|
1058
|
+
bridge: 'base-canonical',
|
|
1059
|
+
},
|
|
1060
|
+
HBR: {
|
|
1061
|
+
name: 'Harbor Token',
|
|
1062
|
+
symbol: 'HBR',
|
|
1063
|
+
oracleId: 'HBR',
|
|
1064
|
+
address: '0x416bd43Bc76D496ff49923c20eCaf86b52Ab078d',
|
|
1065
|
+
chainId: 8453,
|
|
1066
|
+
decimals: 18,
|
|
1067
|
+
logoURI: '',
|
|
1068
|
+
website: 'https://www.harbor.market/',
|
|
1069
|
+
description: 'HBR is the governance token of Harbor Market, a lending platform on BSC forked from Aave V2.',
|
|
1070
|
+
documentation: 'https://docs.harbor.market/harbor-market',
|
|
1071
|
+
bridge: 'wormhole',
|
|
1072
|
+
},
|
|
1073
|
+
USDT: {
|
|
1074
|
+
name: 'Tether USD',
|
|
1075
|
+
symbol: 'USDT',
|
|
1076
|
+
oracleId: 'USDT',
|
|
1077
|
+
address: '0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2',
|
|
1078
|
+
chainId: 8453,
|
|
1079
|
+
decimals: 6,
|
|
1080
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg',
|
|
1081
|
+
website: 'https://tether.to/',
|
|
1082
|
+
documentation: 'https://tether.to/en/how-it-works',
|
|
1083
|
+
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.',
|
|
1084
|
+
bridge: 'base-canonical',
|
|
1085
|
+
},
|
|
1086
|
+
UNI: {
|
|
1087
|
+
name: 'Uniswap',
|
|
1088
|
+
symbol: 'UNI',
|
|
1089
|
+
oracleId: 'UNI',
|
|
1090
|
+
address: '0xc3De830EA07524a0761646a6a4e4be0e114a3C83',
|
|
1091
|
+
chainId: 8453,
|
|
1092
|
+
decimals: 18,
|
|
1093
|
+
website: 'https://uniswap.org/',
|
|
1094
|
+
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.',
|
|
1095
|
+
bridge: 'base-canonical',
|
|
1096
|
+
logoURI: '',
|
|
1097
|
+
documentation: 'https://docs.uniswap.org/concepts/governance/overview',
|
|
1098
|
+
},
|
|
1099
|
+
ZRO: {
|
|
1100
|
+
name: 'LayerZero',
|
|
1101
|
+
symbol: 'ZRO',
|
|
1102
|
+
oracleId: 'ZRO',
|
|
1103
|
+
address: '0x6985884C4392D348587B19cb9eAAf157F13271cd',
|
|
1104
|
+
chainId: 8453,
|
|
1105
|
+
decimals: 18,
|
|
1106
|
+
logoURI: '',
|
|
1107
|
+
website: 'https://layerzero.network/',
|
|
1108
|
+
documentation: 'https://docs.layerzero.network/v2',
|
|
1109
|
+
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.',
|
|
1110
|
+
bridge: 'layer-zero',
|
|
1111
|
+
},
|
|
1112
|
+
NORMUS: {
|
|
1113
|
+
name: 'NORMUS',
|
|
1114
|
+
symbol: 'NORMUS',
|
|
1115
|
+
oracleId: 'NORMUS',
|
|
1116
|
+
address: '0xBA5EDE8d98ab88CEa9f0D69918ddE28Dc23c2553',
|
|
1117
|
+
chainId: 8453,
|
|
1118
|
+
decimals: 18,
|
|
1119
|
+
logoURI: '',
|
|
1120
|
+
website: 'https://www.basednormus.com/',
|
|
1121
|
+
documentation: 'https://www.basednormus.com/',
|
|
1122
|
+
description: 'NORMUS is the governance token of the launchpad eNORMUSPUMP, a pump.fun fork on Base.',
|
|
1123
|
+
bridge: 'native',
|
|
1124
|
+
},
|
|
1125
|
+
jEUR: {
|
|
1126
|
+
name: 'Jarvis Synthetic Euro',
|
|
1127
|
+
symbol: 'jEUR',
|
|
1128
|
+
oracleId: 'jEUR',
|
|
1129
|
+
address: '0x4154550f4Db74Dc38d1FE98e1F3F28ed6daD627d',
|
|
1130
|
+
chainId: 8453,
|
|
1131
|
+
decimals: 18,
|
|
1132
|
+
website: 'https://jarvis.network/',
|
|
1133
|
+
description: 'jEUR is a multi-collateralized synthetic token tracking the price of Euro. It is built on the top of UMA and Chainlink.',
|
|
1134
|
+
bridge: 'chainlink-ccip',
|
|
1135
|
+
logoURI: 'https://i.imgur.com/ZvP634G.png',
|
|
1136
|
+
documentation: 'https://learn.jarvis.network/',
|
|
1137
|
+
risks: ['SYNTH_STABLE'],
|
|
1138
|
+
},
|
|
1139
|
+
sUSDz: {
|
|
1140
|
+
name: 'Staked USDz',
|
|
1141
|
+
symbol: 'sUSDz',
|
|
1142
|
+
oracleId: 'sUSDz',
|
|
1143
|
+
address: '0xe31eE12bDFDD0573D634124611e85338e2cBF0cF',
|
|
1144
|
+
chainId: 8453,
|
|
1145
|
+
decimals: 18,
|
|
1146
|
+
logoURI: '',
|
|
1147
|
+
description: 'sUSDz is a token that represents staked USDz. It accumulates value from USDz staking rewards sent by the protocol and backed by the protocols portfolio of private credit assets. sUSDz is a reward-bearing token, similar to sUSDe or sDAI. Unlike rebasing tokens such as stETH, the price of sUSDz increases over time.',
|
|
1148
|
+
website: 'https://anzen.finance/',
|
|
1149
|
+
documentation: 'https://docs.anzen.finance/',
|
|
1150
|
+
bridge: 'layer-zero',
|
|
1151
|
+
risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
|
|
1152
|
+
},
|
|
1153
|
+
msUSD: {
|
|
1154
|
+
name: 'Metronome Synth USD',
|
|
1155
|
+
symbol: 'msUSD',
|
|
1156
|
+
oracleId: 'basemsUSD',
|
|
1157
|
+
address: '0x526728DBc96689597F85ae4cd716d4f7fCcBAE9d',
|
|
1158
|
+
chainId: 8453,
|
|
1159
|
+
decimals: 18,
|
|
1160
|
+
logoURI: '',
|
|
1161
|
+
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.',
|
|
1162
|
+
website: 'https://metronome.io/',
|
|
1163
|
+
documentation: 'https://docs.metronome.io/',
|
|
1164
|
+
bridge: 'layer-zero',
|
|
1165
|
+
risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
|
|
1166
|
+
},
|
|
1167
|
+
msETH: {
|
|
1168
|
+
name: 'Metronome Synth ETH',
|
|
1169
|
+
symbol: 'msETH',
|
|
1170
|
+
oracleId: 'msETH',
|
|
1171
|
+
address: '0x7Ba6F01772924a82D9626c126347A28299E98c98',
|
|
1172
|
+
chainId: 8453,
|
|
1173
|
+
decimals: 18,
|
|
1174
|
+
logoURI: '',
|
|
1175
|
+
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.',
|
|
1176
|
+
website: 'https://metronome.io/',
|
|
1177
|
+
documentation: 'https://docs.metronome.io/',
|
|
1178
|
+
bridge: 'layer-zero',
|
|
1179
|
+
risks: ['NO_TIMELOCK'],
|
|
1180
|
+
},
|
|
1181
|
+
CHOMP: {
|
|
1182
|
+
name: 'ChompCoin',
|
|
1183
|
+
symbol: 'CHOMP',
|
|
1184
|
+
oracleId: 'CHOMP',
|
|
1185
|
+
address: '0xebfF2db643Cf955247339c8c6bCD8406308ca437',
|
|
1186
|
+
chainId: 8453,
|
|
1187
|
+
decimals: 18,
|
|
1188
|
+
logoURI: '',
|
|
1189
|
+
description: 'CHOMP is the fiercest little fuzzball on Base. Meme coin on Base.',
|
|
1190
|
+
website: 'https://www.chompcoin.xyz/',
|
|
1191
|
+
bridge: 'native',
|
|
1192
|
+
},
|
|
1193
|
+
MIGGLES: {
|
|
1194
|
+
name: 'Mister Miggles',
|
|
1195
|
+
symbol: 'MIGGLES',
|
|
1196
|
+
oracleId: 'MIGGLES',
|
|
1197
|
+
address: '0xB1a03EdA10342529bBF8EB700a06C60441fEf25d',
|
|
1198
|
+
chainId: 8453,
|
|
1199
|
+
decimals: 18,
|
|
1200
|
+
logoURI: '',
|
|
1201
|
+
description: 'Mr. Miggles, The Coinbase Cat Mascot. Meme coin on Base.',
|
|
1202
|
+
website: 'https://mrmigglesbase.com/',
|
|
1203
|
+
bridge: 'native',
|
|
1204
|
+
},
|
|
1205
|
+
mfer: {
|
|
1206
|
+
name: 'mfercoin',
|
|
1207
|
+
symbol: 'mfer',
|
|
1208
|
+
oracleId: 'mfer',
|
|
1209
|
+
address: '0xE3086852A4B125803C815a158249ae468A3254Ca',
|
|
1210
|
+
chainId: 8453,
|
|
1211
|
+
decimals: 18,
|
|
1212
|
+
logoURI: '',
|
|
1213
|
+
description: 'Meme coin for every crypto mfer on Base.',
|
|
1214
|
+
website: 'https://linktr.ee/Mfercoin',
|
|
1215
|
+
bridge: 'native',
|
|
1216
|
+
},
|
|
1217
|
+
EURC: {
|
|
1218
|
+
name: 'EURO',
|
|
1219
|
+
symbol: 'EURC',
|
|
1220
|
+
oracleId: 'EURC',
|
|
1221
|
+
address: '0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42',
|
|
1222
|
+
chainId: 8453,
|
|
1223
|
+
decimals: 6,
|
|
1224
|
+
logoURI: '',
|
|
1225
|
+
description: 'EURC is a euro-backed stablecoin that’s accessible globally on Avalanche, Ethereum, Base and Stellar. Similar to USDC, EURC is issued by Circle under a full-reserve model.',
|
|
1226
|
+
website: 'https://www.circle.com/en/eurc',
|
|
1227
|
+
bridge: 'native',
|
|
1228
|
+
},
|
|
1229
|
+
PEPE: {
|
|
1230
|
+
name: 'BasedPepe',
|
|
1231
|
+
symbol: 'PEPE',
|
|
1232
|
+
oracleId: 'basePEPE',
|
|
1233
|
+
address: '0x52b492a33E447Cdb854c7FC19F1e57E8BfA1777D',
|
|
1234
|
+
chainId: 8453,
|
|
1235
|
+
decimals: 18,
|
|
1236
|
+
logoURI: '',
|
|
1237
|
+
description: 'Based Pepe was launched quietly with no presale, zero taxes, locked LP, and a renounced contract – ensuring it remains a token for the people, forever. Meme coin on Base.',
|
|
1238
|
+
website: 'https://basedpepe.vip/',
|
|
1239
|
+
bridge: 'native',
|
|
1240
|
+
},
|
|
1241
|
+
COMP: {
|
|
1242
|
+
name: 'Compound',
|
|
1243
|
+
symbol: 'COMP',
|
|
1244
|
+
oracleId: 'COMP',
|
|
1245
|
+
address: '0x9e1028F5F1D5eDE59748FFceE5532509976840E0',
|
|
1246
|
+
chainId: 8453,
|
|
1247
|
+
decimals: 18,
|
|
1248
|
+
logoURI: '',
|
|
1249
|
+
description: 'COMP is the governance token of Compound, a decentralized protocol that enables supplying of crypto assets as collateral in order to borrow a base asset.',
|
|
1250
|
+
website: 'https://compound.finance/',
|
|
1251
|
+
documentation: 'https://docs.compound.finance/',
|
|
1252
|
+
bridge: 'base-canonical',
|
|
1253
|
+
},
|
|
1254
|
+
KEYCAT: {
|
|
1255
|
+
name: 'KeyBoard Cat',
|
|
1256
|
+
symbol: 'KEYCAT',
|
|
1257
|
+
oracleId: 'KEYCAT',
|
|
1258
|
+
address: '0x9a26F5433671751C3276a065f57e5a02D2817973',
|
|
1259
|
+
chainId: 8453,
|
|
1260
|
+
decimals: 18,
|
|
1261
|
+
logoURI: '',
|
|
1262
|
+
description: 'Keyboard Cat is an iconic internet meme featuring a cat named Fatso, who plays a keyboard with surprising musical talent! Meme coin on Base.',
|
|
1263
|
+
website: 'https://www.keyboardcat.fun/',
|
|
1264
|
+
documentation: 'https://en.wikipedia.org/wiki/Keyboard_Cat',
|
|
1265
|
+
bridge: 'native',
|
|
1266
|
+
},
|
|
1267
|
+
TOSHI: {
|
|
1268
|
+
name: 'Toshi',
|
|
1269
|
+
symbol: 'TOSHI',
|
|
1270
|
+
oracleId: 'TOSHI',
|
|
1271
|
+
address: '0xAC1Bd2486aAf3B5C0fc3Fd868558b082a531B2B4',
|
|
1272
|
+
chainId: 8453,
|
|
1273
|
+
decimals: 18,
|
|
1274
|
+
logoURI: '',
|
|
1275
|
+
description: "TOSHI is a memecoin named after Coinbase co-founder Brian Armstrong's cat and the pseudonymous creator of Bitcoin, Satoshi Nakamoto. It serves as the face and mascot of the Base blockchain. Meme coin on Base.",
|
|
1276
|
+
website: 'https://www.toshithecat.com/',
|
|
1277
|
+
documentation: 'https://www.toshithecat.com/#FAQs',
|
|
1278
|
+
bridge: 'native',
|
|
1279
|
+
},
|
|
1280
|
+
OwO: {
|
|
1281
|
+
name: 'SoMon',
|
|
1282
|
+
symbol: 'OwO',
|
|
1283
|
+
oracleId: 'OwO',
|
|
1284
|
+
address: '0x5D559eA7bB2DAE4B694A079cb8328a2145Fd32f6',
|
|
1285
|
+
chainId: 8453,
|
|
1286
|
+
decimals: 18,
|
|
1287
|
+
logoURI: '',
|
|
1288
|
+
description: 'OwO is the community token of Social Monster! It is a way to redistribute the value created by the social app to the most engaged and loyal community members.',
|
|
1289
|
+
website: 'https://www.social.monster/',
|
|
1290
|
+
documentation: 'https://gitbook.social.monster/',
|
|
1291
|
+
bridge: 'native',
|
|
1292
|
+
},
|
|
1293
|
+
cbBTC: {
|
|
1294
|
+
name: 'Coinbase Wrapped WBTC',
|
|
1295
|
+
symbol: 'cbBTC',
|
|
1296
|
+
oracleId: 'cbBTC',
|
|
1297
|
+
address: '0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf',
|
|
1298
|
+
chainId: 8453,
|
|
1299
|
+
decimals: 8,
|
|
1300
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x1a35EE4640b0A3B87705B0A4B45D227Ba60Ca2ad.svg',
|
|
1301
|
+
website: 'https://www.coinbase.com/',
|
|
1302
|
+
description: 'Coinbase Wrapped Bitcoin (cbBTC) is backed 1:1 with Bitcoin, custodied with Coinbase.',
|
|
1303
|
+
documentation: 'https://www.coinbase.com/blog/coinbase-wrapped-btc-cbbtc-is-now-live',
|
|
1304
|
+
bridge: 'native',
|
|
1305
|
+
},
|
|
1306
|
+
ETHFI: {
|
|
1307
|
+
name: 'ether.fi Governance Token',
|
|
1308
|
+
symbol: 'ETHFI',
|
|
1309
|
+
oracleId: 'baseETHFI',
|
|
1310
|
+
address: '0x6C240DDA6b5c336DF09A4D011139beAAa1eA2Aa2',
|
|
1311
|
+
chainId: 8453,
|
|
1312
|
+
decimals: 18,
|
|
1313
|
+
logoURI: '',
|
|
1314
|
+
website: 'https://www.ether.fi/',
|
|
1315
|
+
documentation: 'https://etherfi.gitbook.io/etherfi',
|
|
1316
|
+
bridge: 'wormhole',
|
|
1317
|
+
description: 'ETHFI is the governance token of ether.fi, a restaking protocol on Ethereum. Token holders will have a say in the future of the protocol.',
|
|
1318
|
+
risks: ['NO_TIMELOCK'],
|
|
1319
|
+
},
|
|
1320
|
+
WIF: {
|
|
1321
|
+
name: 'dogwifhat',
|
|
1322
|
+
symbol: 'WIF',
|
|
1323
|
+
oracleId: 'WIF',
|
|
1324
|
+
address: '0x1fba65dE0a9cBD2D1DF82d141897042d36Bb6c86',
|
|
1325
|
+
chainId: 8453,
|
|
1326
|
+
decimals: 18,
|
|
1327
|
+
logoURI: '',
|
|
1328
|
+
description: 'LITERALLY JUST A DOG WIF A HAT',
|
|
1329
|
+
website: 'https://dogwifcoin.org/',
|
|
1330
|
+
bridge: 'layer-zero',
|
|
1331
|
+
},
|
|
1332
|
+
SPX: {
|
|
1333
|
+
name: 'SPX6900',
|
|
1334
|
+
symbol: 'SPX',
|
|
1335
|
+
oracleId: 'SPX',
|
|
1336
|
+
address: '0x50dA645f148798F68EF2d7dB7C1CB22A6819bb2C',
|
|
1337
|
+
chainId: 8453,
|
|
1338
|
+
decimals: 8,
|
|
1339
|
+
logoURI: '',
|
|
1340
|
+
description: 'SPX6900 is an advanced blockchain cryptography token coin capable of limitless possibilities and scientific utilization. Ethereum based memecoin.',
|
|
1341
|
+
website: 'https://spx6900.com/',
|
|
1342
|
+
bridge: 'wormhole',
|
|
1343
|
+
},
|
|
1344
|
+
wBLT: {
|
|
1345
|
+
name: 'Wrapped BMX Liquidity Token',
|
|
1346
|
+
symbol: 'wBLT',
|
|
1347
|
+
oracleId: 'wBLT',
|
|
1348
|
+
address: '0x4E74D4Db6c0726ccded4656d0BCE448876BB4C7A',
|
|
1349
|
+
chainId: 8453,
|
|
1350
|
+
decimals: 18,
|
|
1351
|
+
logoURI: '',
|
|
1352
|
+
description: 'A wrapped-BLT is when you replace bread with a tortilla and wrap the bacon, lettuce, and tomato. It provides a different experience, generally less carbs and leaves you feeling lighter. Bread or tortilla, the choice is yours! At BMX, wrapped-BLT (wBLT) is a token received as a result of depositing BLT into BMX’s native Yearn-architectured, auto-compounding reward vault. wBLT functions as a receipt token representing a claim on the underlying BLT within the vault.',
|
|
1353
|
+
website: 'https://www.morphex.trade/',
|
|
1354
|
+
documentation: 'https://docs.morphex.trade/bmx/wblt',
|
|
1355
|
+
bridge: 'native',
|
|
1356
|
+
},
|
|
1357
|
+
superOETHb: {
|
|
1358
|
+
name: 'Super OETH',
|
|
1359
|
+
symbol: 'superOETHb',
|
|
1360
|
+
oracleId: 'superOETHb',
|
|
1361
|
+
address: '0xDBFeFD2e8460a6Ee4955A68582F85708BAEA60A3',
|
|
1362
|
+
chainId: 8453,
|
|
1363
|
+
decimals: 18,
|
|
1364
|
+
logoURI: '',
|
|
1365
|
+
website: 'https://originprotocol.com/',
|
|
1366
|
+
description: "Super OETH is the first in a new class of yield product; Supercharged LSTs. By combining liquid staking yield from Ethereum with compounded rewards on layer 2, Supercharged LSTs offer materially higher APY compared to traditional LSTs without adding substantial risk of loss. Origin's first token to launch in this category is superOETHb, which derives Beacon Chain yield from bridged Wrapped OETH and rewards from Aerodrome through a protocol-owned, concentrated liquidity position on Base.",
|
|
1367
|
+
documentation: 'https://docs.originprotocol.com/',
|
|
1368
|
+
bridge: 'native',
|
|
1369
|
+
},
|
|
1370
|
+
wsuperOETHb: {
|
|
1371
|
+
name: 'Wrapped Super OETH',
|
|
1372
|
+
symbol: 'wsuperOETHb',
|
|
1373
|
+
oracleId: 'wsuperOETHb',
|
|
1374
|
+
address: '0x7FcD174E80f264448ebeE8c88a7C4476AAF58Ea6',
|
|
1375
|
+
chainId: 8453,
|
|
1376
|
+
decimals: 18,
|
|
1377
|
+
logoURI: '',
|
|
1378
|
+
website: 'https://originprotocol.com/',
|
|
1379
|
+
description: "Super OETH is the first in a new class of yield product; Supercharged LSTs. By combining liquid staking yield from Ethereum with compounded rewards on layer 2, Supercharged LSTs offer materially higher APY compared to traditional LSTs without adding substantial risk of loss. Origin's first token to launch in this category is superOETHb, which derives Beacon Chain yield from bridged Wrapped OETH and rewards from Aerodrome through a protocol-owned, concentrated liquidity position on Base.",
|
|
1380
|
+
documentation: 'https://docs.originprotocol.com/',
|
|
1381
|
+
bridge: 'native',
|
|
1382
|
+
},
|
|
1383
|
+
SILO: {
|
|
1384
|
+
name: 'SILO',
|
|
1385
|
+
symbol: 'SILO',
|
|
1386
|
+
oracleId: 'baseSILO',
|
|
1387
|
+
address: '0xF734eFdE0C424BA2B547b186586dE417b0954802',
|
|
1388
|
+
chainId: 8453,
|
|
1389
|
+
decimals: 18,
|
|
1390
|
+
logoURI: '',
|
|
1391
|
+
website: 'https://www.silo.finance/',
|
|
1392
|
+
description: 'SILO is the native governance token of the SiloDAO and may be used to vote for governance over the Silo Protocol.',
|
|
1393
|
+
documentation: 'https://silopedia.silo.finance/',
|
|
1394
|
+
bridge: 'base-canonical',
|
|
1395
|
+
},
|
|
1396
|
+
HarryPotterObamaSonic10Inu: {
|
|
1397
|
+
name: 'HarryPotterObamaSonic10Inu',
|
|
1398
|
+
symbol: 'BITCOIN',
|
|
1399
|
+
oracleId: 'HarryPotterObamaSonic10Inu',
|
|
1400
|
+
address: '0x2a06A17CBC6d0032Cac2c6696DA90f29D39a1a29',
|
|
1401
|
+
chainId: 8453,
|
|
1402
|
+
decimals: 8,
|
|
1403
|
+
logoURI: '',
|
|
1404
|
+
website: 'https://hpos10i.com/',
|
|
1405
|
+
description: 'BITCOIN is the ticker of HarryPotterObamaSonic10Inu, a meme coin that incentivizes the creation of novel and entertaining meme content.',
|
|
1406
|
+
documentation: 'https://hpos10i.com/#Tokenomics',
|
|
1407
|
+
bridge: 'base-canonical',
|
|
1408
|
+
},
|
|
1409
|
+
OGN: {
|
|
1410
|
+
name: 'OriginToken',
|
|
1411
|
+
symbol: 'OGN',
|
|
1412
|
+
oracleId: 'OGN',
|
|
1413
|
+
address: '0x7002458B1DF59EccB57387bC79fFc7C29E22e6f7',
|
|
1414
|
+
chainId: 8453,
|
|
1415
|
+
decimals: 18,
|
|
1416
|
+
logoURI: '',
|
|
1417
|
+
website: 'https://originprotocol.com/',
|
|
1418
|
+
description: 'Origin Protocol is a suite of complimentary DeFi products designed to increase economic opportunity for all. These permissionless and composable smart contracts provide superior user experiences across DeFi in a groundbreaking multichain yield ecosystem. OGN is value accrual and governance token for all Origin products. When Origin scales OGN scales as it is the lifeblood of the Origin ecosystem.',
|
|
1419
|
+
documentation: 'https://docs.originprotocol.com/',
|
|
1420
|
+
bridge: 'base-canonical',
|
|
1421
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1422
|
+
},
|
|
1423
|
+
BMX: {
|
|
1424
|
+
name: 'BMX',
|
|
1425
|
+
symbol: 'BMX',
|
|
1426
|
+
oracleId: 'BMX',
|
|
1427
|
+
address: '0x548f93779fBC992010C07467cBaf329DD5F059B7',
|
|
1428
|
+
chainId: 8453,
|
|
1429
|
+
decimals: 18,
|
|
1430
|
+
logoURI: '',
|
|
1431
|
+
description: 'BMX is the native-protocol token of Morphex, an innovative DEX that expands on GMX style exchanges where the escrowed tokens have been removed entirely.',
|
|
1432
|
+
website: 'https://www.bmx.trade/',
|
|
1433
|
+
documentation: 'https://docs.morphex.trade/bmx',
|
|
1434
|
+
bridge: 'native',
|
|
1435
|
+
},
|
|
1436
|
+
VIRTUAL: {
|
|
1437
|
+
name: 'VIRTUAL',
|
|
1438
|
+
symbol: 'VIRTUAL',
|
|
1439
|
+
oracleId: 'VIRTUAL',
|
|
1440
|
+
address: '0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b',
|
|
1441
|
+
chainId: 8453,
|
|
1442
|
+
decimals: 18,
|
|
1443
|
+
logoURI: '',
|
|
1444
|
+
description: 'Virtuals Protocol is building the co-ownership layer for AI agents in gaming and entertainment. These agents can operate across a wide range of applications and games, significantly expanding their revenue surface area.',
|
|
1445
|
+
website: 'https://www.virtuals.io/',
|
|
1446
|
+
documentation: 'https://whitepaper.virtuals.io/',
|
|
1447
|
+
bridge: 'base-canonical',
|
|
1448
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1449
|
+
},
|
|
1450
|
+
snARS: {
|
|
1451
|
+
name: 'Yield Bearing Num ARS',
|
|
1452
|
+
symbol: 'snARS',
|
|
1453
|
+
oracleId: 'snARS',
|
|
1454
|
+
address: '0xC1F4C75e8925A67BE4F35D6b1c044B5ea8849a58',
|
|
1455
|
+
chainId: 8453,
|
|
1456
|
+
decimals: 18,
|
|
1457
|
+
logoURI: '',
|
|
1458
|
+
description: 'snARS is the yield-bearing wrapper for nARS, a real-world asset for the Argentine Pesos, offered by Num Finance.',
|
|
1459
|
+
website: 'https://num.finance/',
|
|
1460
|
+
documentation: 'https://new.num.finance/',
|
|
1461
|
+
bridge: 'native',
|
|
1462
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1463
|
+
},
|
|
1464
|
+
besnARS: {
|
|
1465
|
+
name: 'Beefy Escrow snARS',
|
|
1466
|
+
symbol: 'besnARS',
|
|
1467
|
+
oracleId: 'besnARS',
|
|
1468
|
+
address: '0xf95aFD81727ca7a98E4d56b2D699148BDC1ed7Bd',
|
|
1469
|
+
chainId: 8453,
|
|
1470
|
+
decimals: 18,
|
|
1471
|
+
logoURI: '',
|
|
1472
|
+
description: 'snARS is the yield-bearing wrapper for nARS, a real-world asset for the Argentine Pesos, offered by Num Finance. Wrap snARS into besnARS to earn the yield in USDC rather than snARS.',
|
|
1473
|
+
website: 'https://num.finance/',
|
|
1474
|
+
documentation: 'https://new.num.finance/',
|
|
1475
|
+
bridge: 'native',
|
|
1476
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1477
|
+
},
|
|
1478
|
+
LUNA: {
|
|
1479
|
+
name: 'Luna by Virtuals',
|
|
1480
|
+
symbol: 'LUNA',
|
|
1481
|
+
oracleId: 'baseLUNA',
|
|
1482
|
+
address: '0x55cD6469F597452B5A7536e2CD98fDE4c1247ee4',
|
|
1483
|
+
chainId: 8453,
|
|
1484
|
+
decimals: 18,
|
|
1485
|
+
logoURI: '',
|
|
1486
|
+
description: 'Luna is an on-chain AI influencer. Her followers, affectionately known as her "kittens", are more than fans — they are holders of $LUNA, financially incentivized to see her succeed.',
|
|
1487
|
+
website: 'https://app.virtuals.io/virtuals/68',
|
|
1488
|
+
documentation: 'https://whitepaper.virtuals.io/',
|
|
1489
|
+
bridge: 'native',
|
|
1490
|
+
},
|
|
1491
|
+
SPEC: {
|
|
1492
|
+
name: 'Spectral Token',
|
|
1493
|
+
symbol: 'SPEC',
|
|
1494
|
+
oracleId: 'SPEC',
|
|
1495
|
+
address: '0x96419929d7949D6A801A6909c145C8EEf6A40431',
|
|
1496
|
+
chainId: 8453,
|
|
1497
|
+
decimals: 18,
|
|
1498
|
+
logoURI: '',
|
|
1499
|
+
description: 'SPEC enables users building agents on Spectral Syntax and the Inferchain to propose and vote on platform upgrades, modifications, and parameter adjustments, ensuring a decentralized and inclusive approach to governance. Beyond governance, SPEC serves as a utility and value exchange mechanism, integral to the monetization and operation of agents within the network.',
|
|
1500
|
+
website: 'https://www.spectrallabs.xyz/',
|
|
1501
|
+
documentation: 'https://docs.spectrallabs.xyz/',
|
|
1502
|
+
bridge: 'synapse',
|
|
1503
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1504
|
+
},
|
|
1505
|
+
TALENT: {
|
|
1506
|
+
name: 'Talent Protocol Token',
|
|
1507
|
+
symbol: 'TALENT',
|
|
1508
|
+
oracleId: 'TALENT',
|
|
1509
|
+
address: '0x9a33406165f562E16C3abD82fd1185482E01b49a',
|
|
1510
|
+
chainId: 8453,
|
|
1511
|
+
decimals: 18,
|
|
1512
|
+
logoURI: '',
|
|
1513
|
+
description: 'TALENT is the utility token for Talent Protocol. The token incentivizes all ecosystem participants - apps, organizations, and individuals - to create and curate verifiable reputation data.',
|
|
1514
|
+
website: 'https://talentprotocol.com/',
|
|
1515
|
+
documentation: 'https://docs.talentprotocol.com/',
|
|
1516
|
+
bridge: 'native',
|
|
1517
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1518
|
+
},
|
|
1519
|
+
HIGHER: {
|
|
1520
|
+
name: 'Higher',
|
|
1521
|
+
symbol: 'HIGHER',
|
|
1522
|
+
oracleId: 'HIGHER',
|
|
1523
|
+
address: '0x0578d8A44db98B23BF096A382e016e29a5Ce0ffe',
|
|
1524
|
+
chainId: 8453,
|
|
1525
|
+
decimals: 18,
|
|
1526
|
+
logoURI: '',
|
|
1527
|
+
description: "Higher is an experiment in discovering a brand, together. It's yours, everyone's, no one's. You can add to it, remix it, destroy and rebuild it. It’s an open canvas for creativity. Meme coin on Base.",
|
|
1528
|
+
website: 'https://www.aimhigher.net/',
|
|
1529
|
+
bridge: 'native',
|
|
1530
|
+
},
|
|
1531
|
+
BRETT: {
|
|
1532
|
+
name: 'Brett',
|
|
1533
|
+
symbol: 'BRETT',
|
|
1534
|
+
oracleId: 'BRETT',
|
|
1535
|
+
address: '0x532f27101965dd16442E59d40670FaF5eBB142E4',
|
|
1536
|
+
chainId: 8453,
|
|
1537
|
+
decimals: 18,
|
|
1538
|
+
logoURI: '',
|
|
1539
|
+
description: "Brett is the legendary character from Matt Furie’s Boys' club comic. He has become the blue mascot of the blue chain. Meme coin on base.",
|
|
1540
|
+
website: 'https://www.basedbrett.com/',
|
|
1541
|
+
documentation: 'https://www.basedbrett.com/#tokenomics',
|
|
1542
|
+
bridge: 'native',
|
|
1543
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1544
|
+
},
|
|
1545
|
+
ION: {
|
|
1546
|
+
name: 'Ionic',
|
|
1547
|
+
symbol: 'ION',
|
|
1548
|
+
oracleId: 'ION',
|
|
1549
|
+
address: '0x3eE5e23eEE121094f1cFc0Ccc79d6C809Ebd22e5',
|
|
1550
|
+
chainId: 8453,
|
|
1551
|
+
decimals: 18,
|
|
1552
|
+
logoURI: '',
|
|
1553
|
+
description: 'Ionic is a decentralised non-custodial money market protocol, supported by a comprehensive security monitoring and failsafe systems. Ionic gives users complete control over their funds by providing best interest rates on Mode Network. With meticulously designed tokenonomics model, Ionic aims for robust and long-lasting growth, cultivating exemplary conduct among all participants for the collective benefit of every stakeholder.',
|
|
1554
|
+
website: 'https://app.ionic.money/',
|
|
1555
|
+
documentation: 'https://doc.ionic.money/',
|
|
1556
|
+
bridge: 'native',
|
|
1557
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1558
|
+
},
|
|
1559
|
+
OX: {
|
|
1560
|
+
name: 'OX Coin',
|
|
1561
|
+
symbol: 'OX',
|
|
1562
|
+
oracleId: 'OX',
|
|
1563
|
+
address: '0xba0Dda8762C24dA9487f5FA026a9B64b695A07Ea',
|
|
1564
|
+
chainId: 8453,
|
|
1565
|
+
decimals: 18,
|
|
1566
|
+
logoURI: '',
|
|
1567
|
+
description: 'OX Coin is the cornerstone of the gamified derivatives exchange, OX.FUN. The platform provides a gamified trading experience, deep liquidity on all popular pairs, and best-in-class exchange tokenomics. OX Coin is used as the collateral and PNL currency of the exchange.',
|
|
1568
|
+
website: 'https://ox.fun/',
|
|
1569
|
+
documentation: 'https://support.ox.fun/',
|
|
1570
|
+
bridge: 'layer-zero',
|
|
1571
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1572
|
+
},
|
|
1573
|
+
MORE: {
|
|
1574
|
+
name: 'MORE',
|
|
1575
|
+
address: '0x25ea98ac87A38142561eA70143fd44c4772A16b6',
|
|
1576
|
+
symbol: 'MORE',
|
|
1577
|
+
oracleId: 'MORE',
|
|
1578
|
+
decimals: 18,
|
|
1579
|
+
website: 'https://stackmore.xyz/',
|
|
1580
|
+
documentation: 'https://docs.stackmore.xyz/',
|
|
1581
|
+
description: 'Stack’s $MORE token is a non-algorithmic, collateral-backed stablecoin. This means that every $1 USD of $MORE should have more than $1 USD of collateral backing. Stack considers $MORE to be worth $1 however at times it may not trade at this value. In these instances, Stack has several options at its disposal to regain the $1 USD peg.',
|
|
1582
|
+
bridge: 'native',
|
|
1583
|
+
chainId: 8453,
|
|
1584
|
+
risks: ['NO_TIMELOCK'],
|
|
1585
|
+
},
|
|
1586
|
+
CLANKER: {
|
|
1587
|
+
name: 'tokenbot',
|
|
1588
|
+
symbol: 'CLANKER',
|
|
1589
|
+
oracleId: 'CLANKER',
|
|
1590
|
+
address: '0x1bc0c42215582d5A085795f4baDbaC3ff36d1Bcb',
|
|
1591
|
+
chainId: 8453,
|
|
1592
|
+
decimals: 18,
|
|
1593
|
+
logoURI: '',
|
|
1594
|
+
description: 'Clanker autonomous memecoins built by Dish and Proxyswap.eth',
|
|
1595
|
+
website: 'https://www.clanker.world/',
|
|
1596
|
+
bridge: 'native',
|
|
1597
|
+
},
|
|
1598
|
+
LUM: {
|
|
1599
|
+
name: 'luminous',
|
|
1600
|
+
symbol: 'LUM',
|
|
1601
|
+
oracleId: 'LUM',
|
|
1602
|
+
address: '0x0fD7a301B51d0A83FCAf6718628174D527B373b6',
|
|
1603
|
+
chainId: 8453,
|
|
1604
|
+
decimals: 18,
|
|
1605
|
+
logoURI: '',
|
|
1606
|
+
description: 'Deployed by an AI agent by request from another AI agent, LUM is a token without human intervention.',
|
|
1607
|
+
website: 'https://warpcast.com/aethernet/0x9b64c883',
|
|
1608
|
+
bridge: 'native',
|
|
1609
|
+
},
|
|
1610
|
+
YFI: {
|
|
1611
|
+
name: 'yearn.finance',
|
|
1612
|
+
symbol: 'YFI',
|
|
1613
|
+
oracleId: 'baseYFI',
|
|
1614
|
+
address: '0x9EaF8C1E34F05a589EDa6BAfdF391Cf6Ad3CB239',
|
|
1615
|
+
chainId: 8453,
|
|
1616
|
+
decimals: 18,
|
|
1617
|
+
logoURI: '',
|
|
1618
|
+
description: 'Yearn is a decentralized suite of products helping individuals, DAOs, and other protocols earn yield on their digital assets.',
|
|
1619
|
+
website: 'https://yearn.fi/',
|
|
1620
|
+
documentation: 'https://docs.yearn.fi/',
|
|
1621
|
+
bridge: 'base-canonical',
|
|
1622
|
+
},
|
|
1623
|
+
LRDS: {
|
|
1624
|
+
name: 'BLOCKLORDS',
|
|
1625
|
+
symbol: 'LRDS',
|
|
1626
|
+
oracleId: 'LRDS',
|
|
1627
|
+
address: '0xB676f87A6E701f0DE8De5Ab91B56b66109766DB1',
|
|
1628
|
+
chainId: 8453,
|
|
1629
|
+
decimals: 18,
|
|
1630
|
+
logoURI: '',
|
|
1631
|
+
description: 'BLOCKLORDS presents a player-driven medieval grand strategy game that immerses players in a world where their decisions and skills significantly shape the narrative and environment. $LRDS is the heartbeat of the BLOCKLORDS ecosystem, driving both gameplay and governance in unprecedented ways.',
|
|
1632
|
+
website: 'https://blocklords.com/',
|
|
1633
|
+
documentation: 'https://wiki.blocklords.com/economy/currencies/usdlrds',
|
|
1634
|
+
bridge: 'base-canonical',
|
|
1635
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1636
|
+
},
|
|
1637
|
+
SUSHI: {
|
|
1638
|
+
name: 'Sushi',
|
|
1639
|
+
address: '0x7D49a065D17d6d4a55dc13649901fdBB98B2AFBA',
|
|
1640
|
+
symbol: 'SUSHI',
|
|
1641
|
+
oracleId: 'SUSHI',
|
|
1642
|
+
decimals: 18,
|
|
1643
|
+
chainId: 8453,
|
|
1644
|
+
website: 'https://sushi.com/',
|
|
1645
|
+
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.',
|
|
1646
|
+
bridge: 'base-canonical',
|
|
1647
|
+
logoURI: 'https://ftmscan.com/token/images/sushiswap_32.png',
|
|
1648
|
+
documentation: 'https://dev.sushi.com/',
|
|
1649
|
+
},
|
|
1650
|
+
baseETH: {
|
|
1651
|
+
name: 'Tokemak baseETH',
|
|
1652
|
+
symbol: 'baseETH',
|
|
1653
|
+
oracleId: 'tokemak-baseeth',
|
|
1654
|
+
address: '0xAADf01DD90aE0A6Bb9Eb908294658037096E0404',
|
|
1655
|
+
chainId: 8453,
|
|
1656
|
+
decimals: 18,
|
|
1657
|
+
logoURI: '',
|
|
1658
|
+
website: 'https://app.tokemak.xyz/',
|
|
1659
|
+
documentation: 'https://docs.tokemak.xyz/',
|
|
1660
|
+
bridge: 'native',
|
|
1661
|
+
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.',
|
|
1662
|
+
},
|
|
1663
|
+
PARADOX: {
|
|
1664
|
+
name: 'Paradox',
|
|
1665
|
+
symbol: 'PARADOX',
|
|
1666
|
+
oracleId: 'PARADOX',
|
|
1667
|
+
address: '0x3c4b6Cd7874eDc945797123fcE2d9a871818524b',
|
|
1668
|
+
chainId: 8453,
|
|
1669
|
+
decimals: 18,
|
|
1670
|
+
logoURI: '',
|
|
1671
|
+
description: 'Deployed by an AI agent by request from another AI agent, PARADOX is a token without human intervention.',
|
|
1672
|
+
website: 'https://warpcast.com/clanker/0x30f98af8',
|
|
1673
|
+
bridge: 'native',
|
|
1674
|
+
},
|
|
1675
|
+
LBTC: {
|
|
1676
|
+
name: 'Lombard Staked Bitcoin',
|
|
1677
|
+
symbol: 'LBTC',
|
|
1678
|
+
oracleId: 'LBTC',
|
|
1679
|
+
address: '0xecAc9C5F704e954931349Da37F60E39f515c11c1',
|
|
1680
|
+
chainId: 1,
|
|
1681
|
+
decimals: 8,
|
|
1682
|
+
logoURI: '',
|
|
1683
|
+
website: 'https://www.lombard.finance/app/',
|
|
1684
|
+
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.",
|
|
1685
|
+
bridge: 'native',
|
|
1686
|
+
documentation: 'https://docs.lombard.finance/lbtc-liquid-bitcoin/introduction-to-lbtc',
|
|
1687
|
+
risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
|
|
1688
|
+
},
|
|
1689
|
+
EIGEN: {
|
|
1690
|
+
name: 'Eigen',
|
|
1691
|
+
symbol: 'EIGEN',
|
|
1692
|
+
oracleId: 'EIGEN',
|
|
1693
|
+
address: '0x2081Ab0D9EC9e4303234Ab26D86b20B3367946ee',
|
|
1694
|
+
chainId: 8453,
|
|
1695
|
+
decimals: 18,
|
|
1696
|
+
logoURI: '',
|
|
1697
|
+
website: 'https://www.eigenlayer.xyz/',
|
|
1698
|
+
documentation: 'https://docs.eigenlayer.xyz/',
|
|
1699
|
+
bridge: 'base-canonical',
|
|
1700
|
+
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.',
|
|
1701
|
+
},
|
|
1702
|
+
bridgedPEPE: {
|
|
1703
|
+
name: 'Pepe',
|
|
1704
|
+
symbol: 'PEPE',
|
|
1705
|
+
oracleId: 'PEPE',
|
|
1706
|
+
address: '0xB4fDe59a779991bfB6a52253B51947828b982be3',
|
|
1707
|
+
chainId: 8453,
|
|
1708
|
+
decimals: 18,
|
|
1709
|
+
logoURI: '',
|
|
1710
|
+
description: 'The most memeable memecoin in existence. The dogs have had their day, it’s time for Pepe to take reign. Bridged from Ethereum using the Base bridge.',
|
|
1711
|
+
website: 'https://www.pepe.vip/',
|
|
1712
|
+
bridge: 'base-canonical',
|
|
1713
|
+
},
|
|
1714
|
+
ANON: {
|
|
1715
|
+
name: 'Super Anon',
|
|
1716
|
+
symbol: 'ANON',
|
|
1717
|
+
oracleId: 'ANON',
|
|
1718
|
+
address: '0x0Db510e79909666d6dEc7f5e49370838c16D950f',
|
|
1719
|
+
chainId: 8453,
|
|
1720
|
+
decimals: 18,
|
|
1721
|
+
logoURI: '',
|
|
1722
|
+
website: 'https://warpcast.com/anoncast',
|
|
1723
|
+
description: 'an anonymous token deployed by an autonomous AI powering social posting with ZK on anoncast',
|
|
1724
|
+
documentation: '',
|
|
1725
|
+
bridge: 'native',
|
|
1726
|
+
},
|
|
1727
|
+
MORPHO: {
|
|
1728
|
+
name: 'Morpho Token',
|
|
1729
|
+
symbol: 'MORPHO',
|
|
1730
|
+
oracleId: 'MORPHO',
|
|
1731
|
+
address: '0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842',
|
|
1732
|
+
chainId: 8453,
|
|
1733
|
+
decimals: 18,
|
|
1734
|
+
logoURI: '',
|
|
1735
|
+
website: 'https://morpho.org/',
|
|
1736
|
+
description: 'Morpho is a decentralized lending protocol with different entities and individuals contributing to its development and adoption. As a result, the documentation refers to different areas of “Morpho” which are worth distinguishing.',
|
|
1737
|
+
documentation: 'https://docs.morpho.org/',
|
|
1738
|
+
bridge: 'base-canonical',
|
|
1739
|
+
risks: ['NO_TIMELOCK'],
|
|
1740
|
+
},
|
|
1741
|
+
PUBLIUS: {
|
|
1742
|
+
name: 'PUBLIUS',
|
|
1743
|
+
symbol: 'PUBLIUS',
|
|
1744
|
+
oracleId: 'PUBLIUS',
|
|
1745
|
+
address: '0x3512208ea82A7df9AfFb5ed07F3CBb9D7dEB7418',
|
|
1746
|
+
chainId: 8453,
|
|
1747
|
+
decimals: 18,
|
|
1748
|
+
logoURI: '',
|
|
1749
|
+
description: 'Deployed by the AI agent Clanker.',
|
|
1750
|
+
website: 'https://www.clanker.world/clanker/0x3512208ea82A7df9AfFb5ed07F3CBb9D7dEB7418',
|
|
1751
|
+
bridge: 'native',
|
|
1752
|
+
},
|
|
1753
|
+
FCAST: {
|
|
1754
|
+
name: 'FarCast',
|
|
1755
|
+
symbol: 'FCAST',
|
|
1756
|
+
oracleId: 'FCAST',
|
|
1757
|
+
address: '0x05019BE5A6750bbde6F889d6471c37ef923472d3',
|
|
1758
|
+
chainId: 8453,
|
|
1759
|
+
decimals: 18,
|
|
1760
|
+
logoURI: '',
|
|
1761
|
+
website: 'https://warpcast.com/clanker/0x1f4293e2',
|
|
1762
|
+
description: '$FCAST is the autonomous anomaly —Clanker AIs first and only self-initiated token deployment. Uniquely forged without external intervention, it stands as a singular testament to AIs creative autonomy, marking a breakthrough moment in decentralized innovation and the digital frontier.',
|
|
1763
|
+
documentation: '',
|
|
1764
|
+
bridge: 'native',
|
|
1765
|
+
},
|
|
1766
|
+
SIMMI: {
|
|
1767
|
+
name: 'Simmi Token',
|
|
1768
|
+
symbol: 'SIMMI',
|
|
1769
|
+
oracleId: 'SIMMI',
|
|
1770
|
+
address: '0x161e113B8E9BBAEfb846F73F31624F6f9607bd44',
|
|
1771
|
+
chainId: 8453,
|
|
1772
|
+
decimals: 18,
|
|
1773
|
+
logoURI: '',
|
|
1774
|
+
description: 'Official AI agent for Simulacrum, an onchain AI agent protocol.',
|
|
1775
|
+
website: 'https://simulacrum.network/',
|
|
1776
|
+
documentation: 'https://docs.simulacrum.network/',
|
|
1777
|
+
bridge: 'native',
|
|
1778
|
+
},
|
|
1779
|
+
AIFUN: {
|
|
1780
|
+
name: 'AI Agent Layer',
|
|
1781
|
+
symbol: 'AIFUN',
|
|
1782
|
+
oracleId: 'AIFUN',
|
|
1783
|
+
address: '0xbDF317F9C153246C429F23f4093087164B145390',
|
|
1784
|
+
chainId: 8453,
|
|
1785
|
+
decimals: 18,
|
|
1786
|
+
logoURI: '',
|
|
1787
|
+
website: 'https://aiagentlayer.com/',
|
|
1788
|
+
description: 'The AI Agent Layer introduces a pioneering platform that allows users to create, personalize, and tokenize AI Agents in a fully decentralized ecosystem. Through a seamless and accessible interface, users can launch tradeable AI Agents in just 15 seconds, each represented by tokens paired with the native currency, $AIFUN.',
|
|
1789
|
+
documentation: 'https://aifun-1.gitbook.io/aiagentlayer',
|
|
1790
|
+
bridge: 'native',
|
|
1791
|
+
},
|
|
1792
|
+
CHAOS: {
|
|
1793
|
+
name: 'CHAOS',
|
|
1794
|
+
symbol: 'CHAOS',
|
|
1795
|
+
oracleId: 'CHAOS',
|
|
1796
|
+
address: '0x20d704099B62aDa091028bcFc44445041eD16f09',
|
|
1797
|
+
chainId: 8453,
|
|
1798
|
+
decimals: 18,
|
|
1799
|
+
logoURI: '',
|
|
1800
|
+
website: 'https://x.com/bitmar89/status/1863696009836036131',
|
|
1801
|
+
description: 'CHAOS is a token created by ai agent AIXbt using Simulacrum',
|
|
1802
|
+
documentation: '',
|
|
1803
|
+
bridge: 'native',
|
|
1804
|
+
},
|
|
1805
|
+
G: {
|
|
1806
|
+
name: 'Gravity',
|
|
1807
|
+
symbol: 'G',
|
|
1808
|
+
oracleId: 'G',
|
|
1809
|
+
address: '0x9C7BEBa8F6eF6643aBd725e45a4E8387eF260649',
|
|
1810
|
+
chainId: 8453,
|
|
1811
|
+
decimals: 18,
|
|
1812
|
+
logoURI: '',
|
|
1813
|
+
website: 'https://gravity.xyz/',
|
|
1814
|
+
description: 'Gravity is a Layer 1 omnichain smart contract platform designed to deliver a more efficient, scalable, and secure mechanism for managing complex cross-chain interactions with minimal friction.',
|
|
1815
|
+
documentation: 'https://docs.gravity.xyz/',
|
|
1816
|
+
bridge: 'native',
|
|
1817
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1818
|
+
},
|
|
1819
|
+
ANZ: {
|
|
1820
|
+
name: 'Anzen Token',
|
|
1821
|
+
symbol: 'ANZ',
|
|
1822
|
+
oracleId: 'ANZ',
|
|
1823
|
+
address: '0xeeC468333ccc16D4BF1cEf497A56cf8C0aAe4Ca3',
|
|
1824
|
+
chainId: 8453,
|
|
1825
|
+
decimals: 18,
|
|
1826
|
+
logoURI: '',
|
|
1827
|
+
website: 'https://app.anzen.finance/',
|
|
1828
|
+
description: 'Anzen is a decentralized platform providing access to USDz, which is a digital token backed by a diversified portfolio of private credit assets.',
|
|
1829
|
+
documentation: 'https://docs.anzen.finance/',
|
|
1830
|
+
bridge: 'native',
|
|
1831
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1832
|
+
},
|
|
1833
|
+
TAROT: {
|
|
1834
|
+
name: 'Tarot',
|
|
1835
|
+
symbol: 'TAROT',
|
|
1836
|
+
oracleId: 'TAROT',
|
|
1837
|
+
address: '0xF544251D25f3d243A36B07e7E7962a678f952691',
|
|
1838
|
+
chainId: 8453,
|
|
1839
|
+
decimals: 18,
|
|
1840
|
+
logoURI: '',
|
|
1841
|
+
website: 'https://www.tarot.to/',
|
|
1842
|
+
description: 'Tarot is a decentralized lending protocol where users can participate as lenders or borrowers in isolated lending pools.',
|
|
1843
|
+
documentation: 'https://docs.tarot.to/',
|
|
1844
|
+
bridge: 'layer-zero',
|
|
1845
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1846
|
+
},
|
|
1847
|
+
ODOS: {
|
|
1848
|
+
name: 'Odos Token',
|
|
1849
|
+
symbol: 'ODOS',
|
|
1850
|
+
oracleId: 'ODOS',
|
|
1851
|
+
address: '0xca73ed1815e5915489570014e024b7EbE65dE679',
|
|
1852
|
+
chainId: 8453,
|
|
1853
|
+
decimals: 18,
|
|
1854
|
+
logoURI: '',
|
|
1855
|
+
website: 'https://www.odos.xyz/',
|
|
1856
|
+
description: 'Odos is a smart order routing solution that uses a sophisticated optimization algorithm to unify fragmented liquidity and maximize the output of every trade. As order routing drives all digital asset transactions and DeFi growth, Odos stands at the forefront—providing top-tier infrastructure for both retail users and those building on it.',
|
|
1857
|
+
documentation: 'https://docs.odos.xyz/',
|
|
1858
|
+
bridge: '',
|
|
1859
|
+
},
|
|
1860
|
+
DRV: {
|
|
1861
|
+
name: 'Derive',
|
|
1862
|
+
symbol: 'DRV',
|
|
1863
|
+
oracleId: 'DRV',
|
|
1864
|
+
address: '0x9d0E8f5b25384C7310CB8C6aE32C8fbeb645d083',
|
|
1865
|
+
chainId: 8453,
|
|
1866
|
+
decimals: 18,
|
|
1867
|
+
logoURI: '',
|
|
1868
|
+
website: 'https://www.derive.xyz/',
|
|
1869
|
+
description: 'The Derive Protocol is a collection of smart contracts that collectively create a decentralised and self-custodial derivatives protocol.',
|
|
1870
|
+
documentation: 'https://docs.derive.xyz/',
|
|
1871
|
+
bridge: 'layer-zero',
|
|
1872
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1873
|
+
},
|
|
1874
|
+
FAI: {
|
|
1875
|
+
name: 'FAI',
|
|
1876
|
+
symbol: 'FAI',
|
|
1877
|
+
oracleId: 'FAI',
|
|
1878
|
+
address: '0xb33Ff54b9F7242EF1593d2C9Bcd8f9df46c77935',
|
|
1879
|
+
chainId: 8453,
|
|
1880
|
+
decimals: 18,
|
|
1881
|
+
logoURI: '',
|
|
1882
|
+
website: 'https://www.freysa.ai/',
|
|
1883
|
+
description: 'At 9:00 PM UTC on November 22, 2024, Freysa awoke. The human population of Earth stood at 8,189,700,000. The population of sovereign agents: 1.',
|
|
1884
|
+
documentation: 'https://framework.freysa.ai/overview',
|
|
1885
|
+
bridge: '',
|
|
1886
|
+
},
|
|
1887
|
+
CHAMP: {
|
|
1888
|
+
name: 'Super Champs',
|
|
1889
|
+
symbol: 'CHAMP',
|
|
1890
|
+
oracleId: 'CHAMP',
|
|
1891
|
+
address: '0xEb6d78148F001F3aA2f588997c5E102E489Ad341',
|
|
1892
|
+
chainId: 8453,
|
|
1893
|
+
decimals: 18,
|
|
1894
|
+
logoURI: '',
|
|
1895
|
+
website: 'https://www.superchamps.com/',
|
|
1896
|
+
description: 'Super Champs is an immersive, anime-inspired universe spanning games, video, social media, merch, and web3 ownership.',
|
|
1897
|
+
documentation: 'https://whitepaper.superchamps.com/champ-tokenomics',
|
|
1898
|
+
bridge: '',
|
|
1899
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1900
|
+
},
|
|
1901
|
+
uSUI: {
|
|
1902
|
+
name: 'Sui (Universal)',
|
|
1903
|
+
symbol: 'uSUI',
|
|
1904
|
+
oracleId: 'uSUI',
|
|
1905
|
+
address: '0xb0505e5a99abd03d94a1169e638B78EDfEd26ea4',
|
|
1906
|
+
chainId: 8453,
|
|
1907
|
+
decimals: 18,
|
|
1908
|
+
logoURI: '',
|
|
1909
|
+
website: 'https://app.universal.xyz/',
|
|
1910
|
+
description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
|
|
1911
|
+
documentation: 'https://docs.universalassets.xyz/universal-protocol',
|
|
1912
|
+
bridge: 'native',
|
|
1913
|
+
risks: ['NO_TIMELOCK'],
|
|
1914
|
+
},
|
|
1915
|
+
uSOL: {
|
|
1916
|
+
name: 'Solana (Universal)',
|
|
1917
|
+
symbol: 'uSOL',
|
|
1918
|
+
oracleId: 'uSOL',
|
|
1919
|
+
address: '0x9B8Df6E244526ab5F6e6400d331DB28C8fdDdb55',
|
|
1920
|
+
chainId: 8453,
|
|
1921
|
+
decimals: 18,
|
|
1922
|
+
logoURI: '',
|
|
1923
|
+
website: 'https://app.universal.xyz/',
|
|
1924
|
+
description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
|
|
1925
|
+
documentation: 'https://docs.universalassets.xyz/universal-protocol',
|
|
1926
|
+
bridge: 'native',
|
|
1927
|
+
risks: ['NO_TIMELOCK'],
|
|
1928
|
+
},
|
|
1929
|
+
uXRP: {
|
|
1930
|
+
name: 'XRP (Universal)',
|
|
1931
|
+
symbol: 'uXRP',
|
|
1932
|
+
oracleId: 'uXRP',
|
|
1933
|
+
address: '0x2615a94df961278DcbC41Fb0a54fEc5f10a693aE',
|
|
1934
|
+
chainId: 8453,
|
|
1935
|
+
decimals: 18,
|
|
1936
|
+
logoURI: '',
|
|
1937
|
+
website: 'https://app.universal.xyz/',
|
|
1938
|
+
description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
|
|
1939
|
+
documentation: 'https://docs.universalassets.xyz/universal-protocol',
|
|
1940
|
+
bridge: 'native',
|
|
1941
|
+
risks: ['NO_TIMELOCK'],
|
|
1942
|
+
},
|
|
1943
|
+
uADA: {
|
|
1944
|
+
name: 'Cardano (Universal)',
|
|
1945
|
+
symbol: 'uADA',
|
|
1946
|
+
oracleId: 'uADA',
|
|
1947
|
+
address: '0xa3A34A0D9A08CCDDB6Ed422Ac0A28a06731335aA',
|
|
1948
|
+
chainId: 8453,
|
|
1949
|
+
decimals: 18,
|
|
1950
|
+
logoURI: '',
|
|
1951
|
+
website: 'https://app.universal.xyz/',
|
|
1952
|
+
description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
|
|
1953
|
+
documentation: 'https://docs.universalassets.xyz/universal-protocol',
|
|
1954
|
+
bridge: 'native',
|
|
1955
|
+
risks: ['NO_TIMELOCK'],
|
|
1956
|
+
},
|
|
1957
|
+
uLINK: {
|
|
1958
|
+
name: 'Chainlink (Universal)',
|
|
1959
|
+
symbol: 'uLINK',
|
|
1960
|
+
oracleId: 'uLINK',
|
|
1961
|
+
address: '0xd403D1624DAEF243FbcBd4A80d8A6F36afFe32b2',
|
|
1962
|
+
chainId: 8453,
|
|
1963
|
+
decimals: 18,
|
|
1964
|
+
logoURI: '',
|
|
1965
|
+
website: 'https://app.universal.xyz/',
|
|
1966
|
+
description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
|
|
1967
|
+
documentation: 'https://docs.universalassets.xyz/universal-protocol',
|
|
1968
|
+
bridge: 'native',
|
|
1969
|
+
risks: ['NO_TIMELOCK'],
|
|
1970
|
+
},
|
|
1971
|
+
uDOGE: {
|
|
1972
|
+
name: 'Dogecoin (Universal)',
|
|
1973
|
+
symbol: 'uDOGE',
|
|
1974
|
+
oracleId: 'uDOGE',
|
|
1975
|
+
address: '0x12E96C2BFEA6E835CF8Dd38a5834fa61Cf723736',
|
|
1976
|
+
chainId: 8453,
|
|
1977
|
+
decimals: 18,
|
|
1978
|
+
logoURI: '',
|
|
1979
|
+
website: 'https://app.universal.xyz/',
|
|
1980
|
+
description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
|
|
1981
|
+
documentation: 'https://docs.universalassets.xyz/universal-protocol',
|
|
1982
|
+
bridge: 'native',
|
|
1983
|
+
risks: ['NO_TIMELOCK'],
|
|
1984
|
+
},
|
|
1985
|
+
uNEAR: {
|
|
1986
|
+
name: 'NEAR (Universal)',
|
|
1987
|
+
symbol: 'uNEAR',
|
|
1988
|
+
oracleId: 'uNEAR',
|
|
1989
|
+
address: '0x5ed25E305E08F58AFD7995EaC72563E6BE65A617',
|
|
1990
|
+
chainId: 8453,
|
|
1991
|
+
decimals: 18,
|
|
1992
|
+
logoURI: '',
|
|
1993
|
+
website: 'https://app.universal.xyz/',
|
|
1994
|
+
description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
|
|
1995
|
+
documentation: 'https://docs.universalassets.xyz/universal-protocol',
|
|
1996
|
+
bridge: 'native',
|
|
1997
|
+
risks: ['NO_TIMELOCK'],
|
|
1998
|
+
},
|
|
1999
|
+
uAPT: {
|
|
2000
|
+
name: 'Aptos (Universal)',
|
|
2001
|
+
symbol: 'uAPT',
|
|
2002
|
+
oracleId: 'uAPT',
|
|
2003
|
+
address: '0x9c0e042d65a2e1fF31aC83f404E5Cb79F452c337',
|
|
2004
|
+
chainId: 8453,
|
|
2005
|
+
decimals: 18,
|
|
2006
|
+
logoURI: '',
|
|
2007
|
+
website: 'https://app.universal.xyz/',
|
|
2008
|
+
description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
|
|
2009
|
+
documentation: 'https://docs.universalassets.xyz/universal-protocol',
|
|
2010
|
+
bridge: 'native',
|
|
2011
|
+
risks: ['NO_TIMELOCK'],
|
|
2012
|
+
},
|
|
2013
|
+
uSEI: {
|
|
2014
|
+
name: 'Sei (Universal)',
|
|
2015
|
+
symbol: 'uSEI',
|
|
2016
|
+
oracleId: 'uSEI',
|
|
2017
|
+
address: '0x71a67215a2025F501f386A49858A9ceD2FC0249d',
|
|
2018
|
+
chainId: 8453,
|
|
2019
|
+
decimals: 18,
|
|
2020
|
+
logoURI: '',
|
|
2021
|
+
website: 'https://app.universal.xyz/',
|
|
2022
|
+
description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
|
|
2023
|
+
documentation: 'https://docs.universalassets.xyz/universal-protocol',
|
|
2024
|
+
bridge: 'native',
|
|
2025
|
+
risks: ['NO_TIMELOCK'],
|
|
2026
|
+
},
|
|
2027
|
+
REI: {
|
|
2028
|
+
name: 'Unit 00 - Rei',
|
|
2029
|
+
symbol: 'REI',
|
|
2030
|
+
oracleId: 'REI',
|
|
2031
|
+
address: '0x6B2504A03ca4D43d0D73776F6aD46dAb2F2a4cFD',
|
|
2032
|
+
chainId: 8453,
|
|
2033
|
+
decimals: 18,
|
|
2034
|
+
logoURI: '',
|
|
2035
|
+
website: 'https://reisearch.box/',
|
|
2036
|
+
description: '0xReisearch is a collective of AI and Crypto natives that decided to develop a novel approach to the AI x Blockchain space. The Framework presents an architecture for AI blockchain integration through structured data interchange. By focusing on the complementary strengths of both technologies, this framework enables sophisticated interactions while maintaining blockchains deterministic properties.',
|
|
2037
|
+
documentation: 'https://0xreisearch.gitbook.io/0xreisearch',
|
|
2038
|
+
bridge: 'native',
|
|
2039
|
+
},
|
|
2040
|
+
AIXBT: {
|
|
2041
|
+
name: 'aixbt by Virtuals',
|
|
2042
|
+
symbol: 'AIXBT',
|
|
2043
|
+
oracleId: 'AIXBT',
|
|
2044
|
+
address: '0x4F9Fd6Be4a90f2620860d680c0d4d5Fb53d1A825',
|
|
2045
|
+
chainId: 8453,
|
|
2046
|
+
decimals: 18,
|
|
2047
|
+
logoURI: '',
|
|
2048
|
+
website: 'https://aixbt.tech/',
|
|
2049
|
+
description: 'AIXBT tracks CT discussions and leverages its proprietary engine to identify high momentum plays.',
|
|
2050
|
+
documentation: '',
|
|
2051
|
+
bridge: 'native',
|
|
2052
|
+
},
|
|
2053
|
+
VVV: {
|
|
2054
|
+
name: 'Venice Token',
|
|
2055
|
+
symbol: 'VVV',
|
|
2056
|
+
oracleId: 'VVV',
|
|
2057
|
+
address: '0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf',
|
|
2058
|
+
chainId: 8453,
|
|
2059
|
+
decimals: 18,
|
|
2060
|
+
logoURI: '',
|
|
2061
|
+
website: 'https://venice.ai/',
|
|
2062
|
+
description: 'Unlike other leading AI platforms, Venice provides a private and uncensored AI experience, with your prompts and data only stored on your device, never on our servers.',
|
|
2063
|
+
documentation: 'https://venice.ai/blog',
|
|
2064
|
+
bridge: 'native',
|
|
2065
|
+
risks: ['NO_TIMELOCK'],
|
|
2066
|
+
},
|
|
2067
|
+
Bold: {
|
|
2068
|
+
name: 'Bold Stablecoin',
|
|
2069
|
+
symbol: 'BOLD',
|
|
2070
|
+
oracleId: 'oldBOLD',
|
|
2071
|
+
address: '0x087C440F251Ff6Cfe62B86DdE1bE558B95b4bb9b',
|
|
2072
|
+
chainId: 8453,
|
|
2073
|
+
decimals: 18,
|
|
2074
|
+
logoURI: '',
|
|
2075
|
+
website: 'https://www.liquity.org/',
|
|
2076
|
+
description: 'BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.',
|
|
2077
|
+
documentation: 'https://docs.liquity.org/',
|
|
2078
|
+
bridge: 'chainlink-ccip',
|
|
2079
|
+
risks: ['SYNTH_STABLE'],
|
|
2080
|
+
},
|
|
2081
|
+
USR: {
|
|
2082
|
+
name: 'Resolv USD',
|
|
2083
|
+
symbol: 'USR',
|
|
2084
|
+
oracleId: 'USR',
|
|
2085
|
+
address: '0x35E5dB674D8e93a03d814FA0ADa70731efe8a4b9',
|
|
2086
|
+
chainId: 8453,
|
|
2087
|
+
decimals: 18,
|
|
2088
|
+
website: 'https://app.resolv.xyz/',
|
|
2089
|
+
documentation: 'https://docs.resolv.xyz/',
|
|
2090
|
+
description: 'Resolv is a protocol maintaining USR, a stablecoin natively backed by Ether (ETH) and pegged to US Dollar',
|
|
2091
|
+
bridge: 'layer-zero',
|
|
2092
|
+
risks: ['SYNTH_STABLE'],
|
|
2093
|
+
},
|
|
2094
|
+
FLAY: {
|
|
2095
|
+
name: 'Flayer',
|
|
2096
|
+
symbol: 'FLAY',
|
|
2097
|
+
oracleId: 'FLAY',
|
|
2098
|
+
address: '0xF1A7000000950C7ad8Aff13118Bb7aB561A448ee',
|
|
2099
|
+
chainId: 8453,
|
|
2100
|
+
decimals: 18,
|
|
2101
|
+
logoURI: '',
|
|
2102
|
+
website: 'https://flaunch.gg/',
|
|
2103
|
+
description: 'FLAY is the token of Flaunch.',
|
|
2104
|
+
documentation: 'https://docs.flaunch.gg/flaunch-docs',
|
|
2105
|
+
bridge: 'superchain',
|
|
2106
|
+
},
|
|
2107
|
+
B3: {
|
|
2108
|
+
name: 'B3',
|
|
2109
|
+
symbol: 'B3',
|
|
2110
|
+
oracleId: 'B3',
|
|
2111
|
+
address: '0xB3B32F9f8827D4634fE7d973Fa1034Ec9fdDB3B3',
|
|
2112
|
+
chainId: 8453,
|
|
2113
|
+
decimals: 18,
|
|
2114
|
+
website: 'https://www.b3.fun/',
|
|
2115
|
+
description: 'The B3 token is the engine powering the Open Gaming ecosystem, designed to grow, scale and transform gaming by empowering players, game developers, and holders.',
|
|
2116
|
+
documentation: 'https://learn.b3.fun/claim-comprehensive-faq',
|
|
2117
|
+
bridge: 'native',
|
|
2118
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
2119
|
+
},
|
|
2120
|
+
VEIL: {
|
|
2121
|
+
name: 'VEIL Token',
|
|
2122
|
+
symbol: 'VEIL',
|
|
2123
|
+
oracleId: 'VEIL',
|
|
2124
|
+
address: '0x767A739D1A152639e9Ea1D8c1BD55FDC5B217D7f',
|
|
2125
|
+
chainId: 8453,
|
|
2126
|
+
decimals: 18,
|
|
2127
|
+
logoURI: '',
|
|
2128
|
+
website: 'https://www.veil.cash/',
|
|
2129
|
+
description: 'Veil Cash is a non-custodial privacy protocol deployed on the Base Layer 2 (L2) blockchain. It leverages zk-SNARKs (Zero-Knowledge Succinct Non-Interactive Arguments of Knowledge) to enable users to achieve on-chain privacy and anonymity within trusted pools.',
|
|
2130
|
+
documentation: 'https://docs.veil.cash/',
|
|
2131
|
+
bridge: 'native',
|
|
2132
|
+
},
|
|
2133
|
+
stTAO: {
|
|
2134
|
+
name: 'Tensorplex Staked TAO',
|
|
2135
|
+
symbol: 'stTAO',
|
|
2136
|
+
oracleId: 'stTAO',
|
|
2137
|
+
address: '0x806041B6473DA60abbe1b256d9A2749A151be6C6',
|
|
2138
|
+
chainId: 8453,
|
|
2139
|
+
decimals: 9,
|
|
2140
|
+
logoURI: '',
|
|
2141
|
+
website: 'https://www.tensorplex.ai/',
|
|
2142
|
+
description: 'stTAO is a Liquid Staking Derivative (LSD) ERC20 token that allow investors to get exposure to the TAO ecosystem and enjoy staking rewards without needing to download a Substrate-compatible wallet and delegating it manually.',
|
|
2143
|
+
documentation: 'https://docs.tensorplex.ai/tensorplex-docs',
|
|
2144
|
+
},
|
|
2145
|
+
POPCAT: {
|
|
2146
|
+
name: 'POPCAT',
|
|
2147
|
+
symbol: 'POPCAT',
|
|
2148
|
+
oracleId: 'POPCAT',
|
|
2149
|
+
address: '0x13281AE464191bC592c6E5D65EeeAEee02660D84',
|
|
2150
|
+
chainId: 8453,
|
|
2151
|
+
decimals: 9,
|
|
2152
|
+
logoURI: '',
|
|
2153
|
+
website: 'https://popcat.click/',
|
|
2154
|
+
description: 'POPCAT meme on Solana bridged via Wormhole',
|
|
2155
|
+
documentation: '',
|
|
2156
|
+
bridge: 'wormhole',
|
|
2157
|
+
},
|
|
2158
|
+
uPEPE: {
|
|
2159
|
+
name: 'Pepe (Universal)',
|
|
2160
|
+
symbol: 'uPEPE',
|
|
2161
|
+
oracleId: 'uPEPE',
|
|
2162
|
+
address: '0xE5c436B0a34DF18F1dae98af344Ca5122E7d57c4',
|
|
2163
|
+
chainId: 8453,
|
|
2164
|
+
decimals: 18,
|
|
2165
|
+
logoURI: '',
|
|
2166
|
+
website: 'https://app.universal.xyz/',
|
|
2167
|
+
description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
|
|
2168
|
+
documentation: 'https://docs.universalassets.xyz/universal-protocol',
|
|
2169
|
+
bridge: 'native',
|
|
2170
|
+
risks: ['NO_TIMELOCK'],
|
|
2171
|
+
},
|
|
2172
|
+
uSHIB: {
|
|
2173
|
+
name: 'Shiba Inu (Universal)',
|
|
2174
|
+
symbol: 'uSHIB',
|
|
2175
|
+
oracleId: 'uSHIB',
|
|
2176
|
+
address: '0x239b9C1F24F3423062B0d364796e07Ee905E9FcE',
|
|
2177
|
+
chainId: 8453,
|
|
2178
|
+
decimals: 18,
|
|
2179
|
+
logoURI: '',
|
|
2180
|
+
description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
|
|
2181
|
+
documentation: 'https://docs.universalassets.xyz/universal-protocol',
|
|
2182
|
+
bridge: 'native',
|
|
2183
|
+
risks: ['NO_TIMELOCK'],
|
|
2184
|
+
},
|
|
2185
|
+
KAITO: {
|
|
2186
|
+
name: 'KAITO',
|
|
2187
|
+
symbol: 'KAITO',
|
|
2188
|
+
oracleId: 'KAITO',
|
|
2189
|
+
address: '0x98d0baa52b2D063E780DE12F615f963Fe8537553',
|
|
2190
|
+
chainId: 8453,
|
|
2191
|
+
decimals: 18,
|
|
2192
|
+
logoURI: '',
|
|
2193
|
+
website: 'https://yaps.kaito.ai/',
|
|
2194
|
+
description: 'Enter the New Era of InfoFi. With $KAITO, we are redefining the relationships among creators, users, brands and platforms.',
|
|
2195
|
+
documentation: 'https://www.kaito.ai/portal',
|
|
2196
|
+
bridge: 'native',
|
|
2197
|
+
},
|
|
2198
|
+
GRK: {
|
|
2199
|
+
name: 'Grokster',
|
|
2200
|
+
symbol: 'GRK',
|
|
2201
|
+
oracleId: 'GRK',
|
|
2202
|
+
address: '0x2E2cc4DfCe60257F091980631e75f5c436b71C87',
|
|
2203
|
+
chainId: 8453,
|
|
2204
|
+
decimals: 18,
|
|
2205
|
+
website: 'https://grokster.ai/',
|
|
2206
|
+
description: 'Bankr, in collaboration with Grok, officially deploys the $GRK Grokster token on the Base chain, as announced through a post on X.',
|
|
2207
|
+
bridge: 'native',
|
|
2208
|
+
},
|
|
2209
|
+
DRB: {
|
|
2210
|
+
name: 'DebtReliefBot',
|
|
2211
|
+
symbol: 'DRB',
|
|
2212
|
+
oracleId: 'DRB',
|
|
2213
|
+
address: '0x3ec2156D4c0A9CBdAB4a016633b7BcF6a8d68Ea2',
|
|
2214
|
+
chainId: 8453,
|
|
2215
|
+
decimals: 18,
|
|
2216
|
+
website: 'https://drbgrok.com/',
|
|
2217
|
+
description: 'The first token proposed by Grok AI. Built on Base chain.',
|
|
2218
|
+
bridge: 'native',
|
|
2219
|
+
},
|
|
2220
|
+
MOXIE: {
|
|
2221
|
+
name: 'Moxie',
|
|
2222
|
+
symbol: 'MOXIE',
|
|
2223
|
+
oracleId: 'MOXIE',
|
|
2224
|
+
address: '0x8C9037D1Ef5c6D1f6816278C7AAF5491d24CD527',
|
|
2225
|
+
chainId: 8453,
|
|
2226
|
+
decimals: 18,
|
|
2227
|
+
logoURI: '',
|
|
2228
|
+
website: 'https://www.moxie.xyz/',
|
|
2229
|
+
description: 'Moxie is your onchain AI assistant—analyzing transactions, unlocking social alpha, and executing trades on your behalf.',
|
|
2230
|
+
documentation: 'https://build.moxie.xyz/the-moxie-protocol',
|
|
2231
|
+
bridge: 'native',
|
|
2232
|
+
},
|
|
2233
|
+
MOR: {
|
|
2234
|
+
name: 'MOR',
|
|
2235
|
+
symbol: 'MOR',
|
|
2236
|
+
oracleId: 'MOR',
|
|
2237
|
+
address: '0x7431aDa8a591C955a994a21710752EF9b882b8e3',
|
|
2238
|
+
chainId: 8453,
|
|
2239
|
+
decimals: 18,
|
|
2240
|
+
logoURI: '',
|
|
2241
|
+
website: 'https://mor.org/',
|
|
2242
|
+
description: 'Morpheus is a Decentralized AI network designed to incentivize a network of Smart Agents, general-purpose AI that can execute Smart Contracts on behalf of users.',
|
|
2243
|
+
documentation: 'https://morpheusai.gitbook.io/morpheus/',
|
|
2244
|
+
bridge: 'layer-zero',
|
|
2245
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
2246
|
+
},
|
|
2247
|
+
KTA: {
|
|
2248
|
+
name: 'Keeta',
|
|
2249
|
+
symbol: 'KTA',
|
|
2250
|
+
oracleId: 'KTA',
|
|
2251
|
+
address: '0xc0634090F2Fe6c6d75e61Be2b949464aBB498973',
|
|
2252
|
+
chainId: 8453,
|
|
2253
|
+
decimals: 18,
|
|
2254
|
+
logoURI: '',
|
|
2255
|
+
website: 'https://keeta.com/',
|
|
2256
|
+
description: 'Keeta Network is a high-performance layer-1 blockchain network designed to serve as a common-ground for all asset transfers.',
|
|
2257
|
+
documentation: 'https://docs.keeta.com/',
|
|
2258
|
+
bridge: 'native',
|
|
2259
|
+
},
|
|
2260
|
+
BRZ: {
|
|
2261
|
+
name: 'BRZ Token',
|
|
2262
|
+
symbol: 'BRZ',
|
|
2263
|
+
oracleId: 'BRZ',
|
|
2264
|
+
address: '0xE9185Ee218cae427aF7B9764A011bb89FeA761B4',
|
|
2265
|
+
chainId: 8453,
|
|
2266
|
+
decimals: 18,
|
|
2267
|
+
logoURI: '',
|
|
2268
|
+
website: 'https://brztoken.io/',
|
|
2269
|
+
description: 'BRZ is the first Brazilian stablecoin in circulation. It will allow Brazilians to directly ramp up investments in foreign exchanges and to trade a Brazilian Real (BRL) pegged stablecoin in global scale.',
|
|
2270
|
+
documentation: '',
|
|
2271
|
+
bridge: 'native',
|
|
2272
|
+
risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
|
|
2273
|
+
},
|
|
2274
|
+
CADC: {
|
|
2275
|
+
name: 'CAD Coin',
|
|
2276
|
+
symbol: 'CADC',
|
|
2277
|
+
oracleId: 'CADC',
|
|
2278
|
+
address: '0x043eB4B75d0805c43D7C834902E335621983Cf03',
|
|
2279
|
+
chainId: 8453,
|
|
2280
|
+
decimals: 18,
|
|
2281
|
+
logoURI: '',
|
|
2282
|
+
website: 'https://www.paytrie.com/cadc',
|
|
2283
|
+
description: 'CADC is a fully reserved CAD dollar stablecoin issued by Paytrie, redeemable 1:1 for Canadian dollars',
|
|
2284
|
+
documentation: 'https://faq.paytrie.com/help',
|
|
2285
|
+
bridge: 'native',
|
|
2286
|
+
risks: ['NO_TIMELOCK'],
|
|
2287
|
+
},
|
|
2288
|
+
yTRYB: {
|
|
2289
|
+
name: 'Yield TRYB',
|
|
2290
|
+
symbol: 'yTRYB',
|
|
2291
|
+
oracleId: 'yTRYB',
|
|
2292
|
+
address: '0x1A9Be8a692De04bCB7cE5cDDD03afCA97D732c62',
|
|
2293
|
+
chainId: 8453,
|
|
2294
|
+
decimals: 8,
|
|
2295
|
+
logoURI: '',
|
|
2296
|
+
website: 'https://www.bilira.co/',
|
|
2297
|
+
description: 'TRYB is a stablecoin developed by BiLira that is pegged 1:1 to the Turkish lira and 100% backed by reserves.',
|
|
2298
|
+
documentation: 'https://support.bilira.co/',
|
|
2299
|
+
bridge: 'native',
|
|
2300
|
+
risks: ['NO_TIMELOCK'],
|
|
2301
|
+
},
|
|
2302
|
+
IDRX: {
|
|
2303
|
+
name: 'IDRX',
|
|
2304
|
+
symbol: 'IDRX',
|
|
2305
|
+
oracleId: 'IDRX',
|
|
2306
|
+
address: '0x18Bc5bcC660cf2B9cE3cd51a404aFe1a0cBD3C22',
|
|
2307
|
+
chainId: 8453,
|
|
2308
|
+
decimals: 2,
|
|
2309
|
+
logoURI: '',
|
|
2310
|
+
website: 'https://brztoken.io/',
|
|
2311
|
+
description: 'IDRX is a stable token pegged to the value of the Indonesian Rupiah (IDR). As a cryptocurrency, IDRX offers users the benefits of blockchain technology, including security, transparency, and decentralized control.',
|
|
2312
|
+
documentation: 'https://docs.idrx.co/',
|
|
2313
|
+
bridge: 'idrx',
|
|
2314
|
+
risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
|
|
2315
|
+
},
|
|
2316
|
+
OVER: {
|
|
2317
|
+
name: 'Overtime DAO Token',
|
|
2318
|
+
symbol: 'OVER',
|
|
2319
|
+
oracleId: 'OVER',
|
|
2320
|
+
address: '0x7750C092e284e2c7366f50C8306F43c7EB2e82a2',
|
|
2321
|
+
chainId: 8453,
|
|
2322
|
+
decimals: 18,
|
|
2323
|
+
logoURI: '',
|
|
2324
|
+
website: 'https://www.overtime.io/',
|
|
2325
|
+
description: 'Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.',
|
|
2326
|
+
documentation: 'https://docs.overtime.io/',
|
|
2327
|
+
bridge: 'chainlink-ccip',
|
|
2328
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
2329
|
+
},
|
|
2330
|
+
EDGE: {
|
|
2331
|
+
name: 'Edge',
|
|
2332
|
+
symbol: 'EDGE',
|
|
2333
|
+
oracleId: 'EDGE',
|
|
2334
|
+
address: '0xED6E000dEF95780fb89734c07EE2ce9F6dcAf110',
|
|
2335
|
+
chainId: 8453,
|
|
2336
|
+
decimals: 18,
|
|
2337
|
+
logoURI: '',
|
|
2338
|
+
website: 'https://www.definitive.fi/',
|
|
2339
|
+
description: 'Definitive is the future of onchain trade execution. It delivers a CeFi-like experience on DeFi rails via a fully non-custodial platform & API that is live across Solana, Base and other major EVM chains.',
|
|
2340
|
+
documentation: 'https://docs.definitive.fi/',
|
|
2341
|
+
bridge: 'native',
|
|
2342
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
2343
|
+
},
|
|
2344
|
+
OUSDT: {
|
|
2345
|
+
name: 'OpenUSDT',
|
|
2346
|
+
symbol: 'oUSDT',
|
|
2347
|
+
oracleId: 'oUSDT',
|
|
2348
|
+
address: '0x1217BfE6c773EEC6cc4A38b5Dc45B92292B6E189',
|
|
2349
|
+
chainId: 8453,
|
|
2350
|
+
decimals: 6,
|
|
2351
|
+
logoURI: '',
|
|
2352
|
+
website: 'https://www.openusdt.xyz/',
|
|
2353
|
+
description: 'OpenUSDT is a future-proof interoperable USDT stablecoin for the OP Superchain enabling shared liquidity and interchain applications.',
|
|
2354
|
+
documentation: 'https://docs.openusdt.xyz/',
|
|
2355
|
+
bridge: 'chainlink-ccip',
|
|
2356
|
+
risks: ['NO_TIMELOCK'],
|
|
2357
|
+
},
|
|
2358
|
+
GHO: {
|
|
2359
|
+
name: 'GHO Token',
|
|
2360
|
+
symbol: 'GHO',
|
|
2361
|
+
oracleId: 'GHO',
|
|
2362
|
+
address: '0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee',
|
|
2363
|
+
chainId: 8453,
|
|
2364
|
+
decimals: 18,
|
|
2365
|
+
logoURI: '',
|
|
2366
|
+
website: 'https://aave.com/',
|
|
2367
|
+
documentation: 'https://docs.aave.com/faq/gho-stablecoin',
|
|
2368
|
+
bridge: 'chainlink',
|
|
2369
|
+
description: 'GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.',
|
|
2370
|
+
},
|
|
2371
|
+
waBasGHO: {
|
|
2372
|
+
name: 'Wrapped Aave GHO Token',
|
|
2373
|
+
symbol: 'waBasGHO',
|
|
2374
|
+
oracleId: 'waBasGHO',
|
|
2375
|
+
address: '0x88b1Cd4b430D95b406E382C3cDBaE54697a0286E',
|
|
2376
|
+
chainId: 8453,
|
|
2377
|
+
decimals: 18,
|
|
2378
|
+
logoURI: '',
|
|
2379
|
+
website: 'https://aave.com/',
|
|
2380
|
+
documentation: 'https://docs.aave.com/faq/gho-stablecoin',
|
|
2381
|
+
bridge: 'native',
|
|
2382
|
+
description: 'Wrapped Aave Staked GHO. GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.',
|
|
2383
|
+
risks: ['SYNTH_STABLE'],
|
|
2384
|
+
},
|
|
2385
|
+
waBasUSDC: {
|
|
2386
|
+
name: 'Wrapped Aave USD Coin',
|
|
2387
|
+
address: '0xC768c589647798a6EE01A91FdE98EF2ed046DBD6',
|
|
2388
|
+
symbol: 'waBasUSDC',
|
|
2389
|
+
oracleId: 'waBasUSDC',
|
|
2390
|
+
decimals: 6,
|
|
2391
|
+
website: 'https://www.centre.io/',
|
|
2392
|
+
description: 'Wrapped Aave Staked. 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.',
|
|
2393
|
+
bridge: 'native',
|
|
2394
|
+
chainId: 8453,
|
|
2395
|
+
logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
|
|
2396
|
+
documentation: 'https://www.circle.com/en/usdc-multichain/base',
|
|
2397
|
+
},
|
|
2398
|
+
'Base is for everyone': {
|
|
2399
|
+
name: 'Base is for everyone',
|
|
2400
|
+
symbol: 'Base is for everyone',
|
|
2401
|
+
oracleId: 'Base is for everyone',
|
|
2402
|
+
address: '0xD769d56f479E9E72a77bB1523e866A33098Feec5',
|
|
2403
|
+
chainId: 8453,
|
|
2404
|
+
decimals: 18,
|
|
2405
|
+
logoURI: '',
|
|
2406
|
+
website: 'https://x.com/base/status/1912584945127813533',
|
|
2407
|
+
description: 'Base Meme',
|
|
2408
|
+
documentation: '',
|
|
2409
|
+
bridge: 'native',
|
|
2410
|
+
},
|
|
2411
|
+
waBaswstETH: {
|
|
2412
|
+
name: 'Wrapped Aave wstETH Token',
|
|
2413
|
+
symbol: 'waBaswstETH',
|
|
2414
|
+
oracleId: 'waBaswstETH',
|
|
2415
|
+
address: '0x0830820D1A9aa1554364752d6D8F55C836871B74',
|
|
2416
|
+
chainId: 8453,
|
|
2417
|
+
decimals: 18,
|
|
2418
|
+
logoURI: '',
|
|
2419
|
+
website: 'https://lido.fi/',
|
|
2420
|
+
description: 'Wrapped Aave Staked wstETH. 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.',
|
|
2421
|
+
documentation: 'https://docs.lido.fi/',
|
|
2422
|
+
bridge: 'native',
|
|
2423
|
+
},
|
|
2424
|
+
waBasezETH: {
|
|
2425
|
+
name: 'Wrapped Aave ezETH Token',
|
|
2426
|
+
symbol: 'waBasezETH',
|
|
2427
|
+
oracleId: 'waBasezETH',
|
|
2428
|
+
address: '0xF8F10f39116716e89498c1c5E94137ADa11b2BC7',
|
|
2429
|
+
chainId: 8453,
|
|
2430
|
+
decimals: 18,
|
|
2431
|
+
logoURI: '',
|
|
2432
|
+
website: 'https://www.renzoprotocol.com/',
|
|
2433
|
+
description: 'Wrapped Aave Staked ezETH. 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.',
|
|
2434
|
+
documentation: 'https://docs.renzoprotocol.com/docs/',
|
|
2435
|
+
bridge: 'native',
|
|
2436
|
+
},
|
|
2437
|
+
waBasWETH: {
|
|
2438
|
+
name: 'Wrapped Aave WETH Token',
|
|
2439
|
+
symbol: 'waBasWETH',
|
|
2440
|
+
oracleId: 'waBasWETH',
|
|
2441
|
+
address: '0xe298b938631f750DD409fB18227C4a23dCdaab9b',
|
|
2442
|
+
chainId: 8453,
|
|
2443
|
+
decimals: 18,
|
|
2444
|
+
website: 'https://weth.io/',
|
|
2445
|
+
description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
2446
|
+
bridge: 'native',
|
|
2447
|
+
logoURI: '',
|
|
2448
|
+
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
2449
|
+
},
|
|
2450
|
+
smUSDC: {
|
|
2451
|
+
name: 'Seamless USDC Vault',
|
|
2452
|
+
symbol: 'smUSDC',
|
|
2453
|
+
oracleId: 'smUSDC',
|
|
2454
|
+
address: '0x616a4E1db48e22028f6bbf20444Cd3b8e3273738',
|
|
2455
|
+
chainId: 8453,
|
|
2456
|
+
decimals: 18,
|
|
2457
|
+
website: 'https://www.centre.io/',
|
|
2458
|
+
description: 'Seamless USDC Vault. 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.',
|
|
2459
|
+
bridge: 'native',
|
|
2460
|
+
logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
|
|
2461
|
+
documentation: 'https://www.circle.com/en/usdc-multichain/base',
|
|
2462
|
+
},
|
|
2463
|
+
sUSDS: {
|
|
2464
|
+
name: 'Savings USDS',
|
|
2465
|
+
symbol: 'sUSDS',
|
|
2466
|
+
oracleId: 'sUSDS',
|
|
2467
|
+
address: '0x5875eEE11Cf8398102FdAd704C9E96607675467a',
|
|
2468
|
+
chainId: 8453,
|
|
2469
|
+
decimals: 18,
|
|
2470
|
+
website: 'https://sky.money/',
|
|
2471
|
+
documentation: 'https://docs.sky.money/',
|
|
2472
|
+
description: "SavingsUSDS is the decentralized stablecoin of Sky. USDS replaces DAI as Sky's new stablecoin, offering stability plus new rewards and savings options.",
|
|
2473
|
+
bridge: 'base-canonical',
|
|
2474
|
+
risks: ['SYNTH_STABLE'],
|
|
2475
|
+
},
|
|
2476
|
+
scrvUSD: {
|
|
2477
|
+
name: 'Savings crvUSD',
|
|
2478
|
+
symbol: 'scrvUSD',
|
|
2479
|
+
oracleId: 'scrvUSD',
|
|
2480
|
+
address: '0x646A737B9B6024e49f5908762B3fF73e65B5160c',
|
|
2481
|
+
chainId: 8453,
|
|
2482
|
+
decimals: 18,
|
|
2483
|
+
website: 'https://www.curve.finance/',
|
|
2484
|
+
description: 'Savings crvUSD, abbreviated as scrvUSD, is an interest-bearing stablecoin that earns yield simply by holding the token.',
|
|
2485
|
+
documentation: 'https://resources.curve.finance/crvusd/scrvusd',
|
|
2486
|
+
risks: ['SYNTH_STABLE'],
|
|
2487
|
+
},
|
|
2488
|
+
ZORA: {
|
|
2489
|
+
name: 'ZORA',
|
|
2490
|
+
symbol: 'ZORA',
|
|
2491
|
+
oracleId: 'ZORA',
|
|
2492
|
+
address: '0x1111111111166b7FE7bd91427724B487980aFc69',
|
|
2493
|
+
chainId: 8453,
|
|
2494
|
+
decimals: 18,
|
|
2495
|
+
website: 'https://zora.co/',
|
|
2496
|
+
documentation: 'https://docs.zora.co/',
|
|
2497
|
+
description: 'A social network where every post is a coin.',
|
|
2498
|
+
bridge: 'native',
|
|
2499
|
+
risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
|
|
2500
|
+
},
|
|
2501
|
+
TRUE: {
|
|
2502
|
+
name: 'TRUE',
|
|
2503
|
+
symbol: 'TRUE',
|
|
2504
|
+
oracleId: 'TRUE',
|
|
2505
|
+
address: '0x21CFCFc3d8F98fC728f48341D10Ad8283F6EB7AB',
|
|
2506
|
+
chainId: 8453,
|
|
2507
|
+
decimals: 18,
|
|
2508
|
+
website: 'https://truemarkets.org/',
|
|
2509
|
+
documentation: 'https://truemarkets.gitbook.io/truemarkets',
|
|
2510
|
+
description: 'Truemarkets is a news and information source on the frontier of alternative media.',
|
|
2511
|
+
bridge: 'native',
|
|
2512
|
+
},
|
|
2513
|
+
noice: {
|
|
2514
|
+
name: 'noice',
|
|
2515
|
+
symbol: 'noice',
|
|
2516
|
+
oracleId: 'noice',
|
|
2517
|
+
address: '0x9Cb41FD9dC6891BAe8187029461bfAADF6CC0C69',
|
|
2518
|
+
chainId: 8453,
|
|
2519
|
+
decimals: 18,
|
|
2520
|
+
logoURI: '',
|
|
2521
|
+
website: 'https://noice.so/',
|
|
2522
|
+
description: '$noice will become a global, social currency. Tip on Farcaster.',
|
|
2523
|
+
documentation: 'https://noice.so/#section-how',
|
|
2524
|
+
bridge: 'native',
|
|
2525
|
+
risks: ['LARGE_HOLDERS'],
|
|
2526
|
+
},
|
|
2527
|
+
BOLDV2: {
|
|
2528
|
+
name: 'BOLD Stablecoin',
|
|
2529
|
+
symbol: 'BOLD',
|
|
2530
|
+
oracleId: 'BOLD',
|
|
2531
|
+
address: '0x03569CC076654F82679C4BA2124D64774781B01D',
|
|
2532
|
+
chainId: 8453,
|
|
2533
|
+
decimals: 18,
|
|
2534
|
+
logoURI: '',
|
|
2535
|
+
website: 'https://www.liquity.org/',
|
|
2536
|
+
documentation: 'https://docs.liquity.org/',
|
|
2537
|
+
description: 'BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.',
|
|
2538
|
+
bridge: 'chainlink-ccip',
|
|
2539
|
+
risks: ['SYNTH_STABLE'],
|
|
2540
|
+
},
|
|
2541
|
+
GIZA: {
|
|
2542
|
+
name: 'Giza',
|
|
2543
|
+
symbol: 'GIZA',
|
|
2544
|
+
oracleId: 'GIZA',
|
|
2545
|
+
address: '0x590830dFDf9A3F68aFCDdE2694773dEBDF267774',
|
|
2546
|
+
chainId: 8453,
|
|
2547
|
+
decimals: 18,
|
|
2548
|
+
logoURI: '',
|
|
2549
|
+
website: 'https://www.gizatech.xyz/',
|
|
2550
|
+
description: 'Giza is the infrastructure powering autonomous financial markets by enabling non-custodial algorithmic agents that execute sophisticated DeFi strategies around the clock.',
|
|
2551
|
+
documentation: 'https://docs.gizaprotocol.ai/',
|
|
2552
|
+
bridge: 'layer-zero',
|
|
2553
|
+
},
|
|
2554
|
+
TIG: {
|
|
2555
|
+
name: 'The Innovation Game',
|
|
2556
|
+
symbol: 'TIG',
|
|
2557
|
+
oracleId: 'TIG',
|
|
2558
|
+
address: '0x0C03Ce270B4826Ec62e7DD007f0B716068639F7B',
|
|
2559
|
+
chainId: 8453,
|
|
2560
|
+
decimals: 18,
|
|
2561
|
+
logoURI: '',
|
|
2562
|
+
website: 'https://tig.foundation/',
|
|
2563
|
+
description: 'TIG redefines the frontier of computational research by transforming proof-of-work into a global engine for open, autonomous innovation.',
|
|
2564
|
+
documentation: 'https://tig.foundation/network',
|
|
2565
|
+
bridge: 'native',
|
|
2566
|
+
},
|
|
2567
|
+
LAY: {
|
|
2568
|
+
name: 'Loomlay',
|
|
2569
|
+
symbol: 'LAY',
|
|
2570
|
+
oracleId: 'LAY',
|
|
2571
|
+
address: '0xb89D354AD1b0d95a48b3De4607F75a8cD710c1bA',
|
|
2572
|
+
chainId: 8453,
|
|
2573
|
+
decimals: 18,
|
|
2574
|
+
logoURI: '',
|
|
2575
|
+
website: 'https://www.loomlay.com/',
|
|
2576
|
+
description: 'Use trading strategies managed by AI agents — zero coding required',
|
|
2577
|
+
documentation: 'https://dev.loomlay.com/getting-started/how-to-guides/how-to-launch-and-tokenize-your-ai-agent',
|
|
2578
|
+
bridge: 'native',
|
|
2579
|
+
},
|
|
2580
|
+
RFL: {
|
|
2581
|
+
name: 'Reflect',
|
|
2582
|
+
symbol: 'RFL',
|
|
2583
|
+
oracleId: 'RFL',
|
|
2584
|
+
address: '0x6e2c81b6c2C0e02360F00a0dA694e489acB0b05e',
|
|
2585
|
+
chainId: 8453,
|
|
2586
|
+
decimals: 18,
|
|
2587
|
+
logoURI: '',
|
|
2588
|
+
website: 'https://www.reflect.now/',
|
|
2589
|
+
description: 'Interact with the entire Superchain ecosystem through simple conversations, from trading to collecting NFTs',
|
|
2590
|
+
documentation: 'https://www.reflect.now/#blog',
|
|
2591
|
+
bridge: 'native',
|
|
2592
|
+
},
|
|
2593
|
+
BNKR: {
|
|
2594
|
+
name: 'BankrCoin',
|
|
2595
|
+
symbol: 'BNKR',
|
|
2596
|
+
oracleId: 'BNKR',
|
|
2597
|
+
address: '0x22aF33FE49fD1Fa80c7149773dDe5890D3c76F3b',
|
|
2598
|
+
chainId: 8453,
|
|
2599
|
+
decimals: 18,
|
|
2600
|
+
logoURI: '',
|
|
2601
|
+
website: 'https://bankr.bot/',
|
|
2602
|
+
description: 'Buy, sell, swap, place limit orders, and manage your wallet effortlessly—just by sending a message.',
|
|
2603
|
+
documentation: 'https://bankr.bot/',
|
|
2604
|
+
bridge: 'native',
|
|
2605
|
+
},
|
|
2606
|
+
cbXRP: {
|
|
2607
|
+
name: 'Coinbase Wrapped XRP',
|
|
2608
|
+
symbol: 'cbXRP',
|
|
2609
|
+
oracleId: 'cbXRP',
|
|
2610
|
+
address: '0xcb585250f852C6c6bf90434AB21A00f02833a4af',
|
|
2611
|
+
chainId: 8453,
|
|
2612
|
+
decimals: 6,
|
|
2613
|
+
website: 'https://www.coinbase.com/',
|
|
2614
|
+
logoURI: '',
|
|
2615
|
+
description: 'Coinbase Wrapped XRP (cbXRP) is backed 1:1 with XRP, custodied with Coinbase.',
|
|
2616
|
+
documentation: 'https://www.coinbase.com/blog/',
|
|
2617
|
+
bridge: 'native',
|
|
2618
|
+
},
|
|
2619
|
+
cbADA: {
|
|
2620
|
+
name: 'Coinbase Wrapped ADA',
|
|
2621
|
+
symbol: 'cbADA',
|
|
2622
|
+
oracleId: 'cbADA',
|
|
2623
|
+
address: '0xcbADA732173e39521CDBE8bf59a6Dc85A9fc7b8c',
|
|
2624
|
+
chainId: 8453,
|
|
2625
|
+
decimals: 6,
|
|
2626
|
+
logoURI: '',
|
|
2627
|
+
website: 'https://www.coinbase.com/',
|
|
2628
|
+
description: 'Coinbase Wrapped ADA (cbADA) is backed 1:1 with ADA, custodied with Coinbase.',
|
|
2629
|
+
documentation: 'https://www.coinbase.com/blog/',
|
|
2630
|
+
bridge: 'native',
|
|
2631
|
+
},
|
|
2632
|
+
cbDOGE: {
|
|
2633
|
+
name: 'Coinbase Wrapped DOGE',
|
|
2634
|
+
symbol: 'cbDOGE',
|
|
2635
|
+
oracleId: 'cbDOGE',
|
|
2636
|
+
address: '0xcbD06E5A2B0C65597161de254AA074E489dEb510',
|
|
2637
|
+
chainId: 8453,
|
|
2638
|
+
decimals: 8,
|
|
2639
|
+
logoURI: '',
|
|
2640
|
+
website: 'https://www.coinbase.com/',
|
|
2641
|
+
description: 'Coinbase Wrapped DOGE (cbDOGE) is backed 1:1 with DOGE, custodied with Coinbase.',
|
|
2642
|
+
documentation: 'https://www.coinbase.com/blog/',
|
|
2643
|
+
bridge: 'native',
|
|
2644
|
+
},
|
|
2645
|
+
cbLTC: {
|
|
2646
|
+
name: 'Coinbase Wrapped LTC',
|
|
2647
|
+
symbol: 'cbLTC',
|
|
2648
|
+
oracleId: 'cbLTC',
|
|
2649
|
+
address: '0xcb17C9Db87B595717C857a08468793f5bAb6445F',
|
|
2650
|
+
chainId: 8453,
|
|
2651
|
+
decimals: 8,
|
|
2652
|
+
logoURI: '',
|
|
2653
|
+
website: 'https://www.coinbase.com/',
|
|
2654
|
+
description: 'Coinbase Wrapped LTC (cbLTC) is backed 1:1 with LTC, custodied with Coinbase.',
|
|
2655
|
+
documentation: 'https://www.coinbase.com/blog/',
|
|
2656
|
+
bridge: 'native',
|
|
2657
|
+
},
|
|
2658
|
+
AAVE: {
|
|
2659
|
+
name: 'AAVE',
|
|
2660
|
+
symbol: 'AAVE',
|
|
2661
|
+
oracleId: 'AAVE',
|
|
2662
|
+
address: '0x63706e401c06ac8513145b7687A14804d17f814b',
|
|
2663
|
+
chainId: 8453,
|
|
2664
|
+
decimals: 18,
|
|
2665
|
+
logoURI: '',
|
|
2666
|
+
website: 'https://aave.com/',
|
|
2667
|
+
description: 'Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.',
|
|
2668
|
+
documentation: 'https://docs.aave.com/',
|
|
2669
|
+
bridge: 'base-canonical',
|
|
2670
|
+
},
|
|
2671
|
+
MAMO: {
|
|
2672
|
+
name: 'MAMO',
|
|
2673
|
+
symbol: 'MAMO',
|
|
2674
|
+
oracleId: 'MAMO',
|
|
2675
|
+
address: '0x7300B37DfdfAb110d83290A29DfB31B1740219fE',
|
|
2676
|
+
chainId: 8453,
|
|
2677
|
+
decimals: 18,
|
|
2678
|
+
logoURI: '',
|
|
2679
|
+
website: 'https://mamo.bot/',
|
|
2680
|
+
description: 'Mamo is an onchain agent that automatically allocates your money across trusted platforms to capture the best available returns while keeping you in full control.',
|
|
2681
|
+
documentation: 'https://mamo.gitbook.io/mamo',
|
|
2682
|
+
bridge: 'native',
|
|
2683
|
+
},
|
|
2684
|
+
AVNT: {
|
|
2685
|
+
name: 'Avantis',
|
|
2686
|
+
symbol: 'AVNT',
|
|
2687
|
+
oracleId: 'AVNT',
|
|
2688
|
+
address: '0x696F9436B67233384889472Cd7cD58A6fB5DF4f1',
|
|
2689
|
+
chainId: 8453,
|
|
2690
|
+
decimals: 18,
|
|
2691
|
+
logoURI: '',
|
|
2692
|
+
website: 'https://www.avantisfi.com/',
|
|
2693
|
+
description: 'Trade crypto, forex, metals, commodities, indices, straight from your wallet.',
|
|
2694
|
+
documentation: 'https://docs.avantisfi.com/',
|
|
2695
|
+
bridge: 'native',
|
|
2696
|
+
risks: ['NO_TIMELOCK'],
|
|
2697
|
+
},
|
|
2698
|
+
VELVET: {
|
|
2699
|
+
name: 'Velvet',
|
|
2700
|
+
symbol: 'VELVET',
|
|
2701
|
+
oracleId: 'VELVET',
|
|
2702
|
+
address: '0xbF927b841994731C573BDF09ceB0c6B0Aa887cDd',
|
|
2703
|
+
chainId: 8453,
|
|
2704
|
+
decimals: 18,
|
|
2705
|
+
logoURI: '',
|
|
2706
|
+
website: 'https://www.velvet.capital/',
|
|
2707
|
+
description: 'Trade Like a Pro with AI Co-Pilot',
|
|
2708
|
+
documentation: 'https://docs.velvet.capital/',
|
|
2709
|
+
bridge: 'wormhole',
|
|
2710
|
+
},
|
|
2711
|
+
SOON: {
|
|
2712
|
+
name: 'SOON Token',
|
|
2713
|
+
symbol: 'SOON',
|
|
2714
|
+
oracleId: 'SOON',
|
|
2715
|
+
address: '0xb9E1Fd5A02D3A33b25a14d661414E6ED6954a721',
|
|
2716
|
+
chainId: 8453,
|
|
2717
|
+
decimals: 18,
|
|
2718
|
+
logoURI: '',
|
|
2719
|
+
website: 'https://soo.network/',
|
|
2720
|
+
description: 'SOON is a high-performance SVM Rollup designed to realize the Super Adoption Stack. With a vision to achieve mass adoption of blockchain, SOON comprises three primary products: SOON Mainnet, SOON Stack, and InterSOON. The core technological innovations of SOON include decoupled SVM, Merklization, and Horizontal Scaling.',
|
|
2721
|
+
documentation: 'https://docs.soo.network/introduction/what-is-soon',
|
|
2722
|
+
bridge: 'layer-zero',
|
|
2723
|
+
risks: ['NO_TIMELOCK'],
|
|
2724
|
+
},
|
|
2725
|
+
SAPIEN: {
|
|
2726
|
+
name: 'Sapien',
|
|
2727
|
+
symbol: 'SAPIEN',
|
|
2728
|
+
oracleId: 'SAPIEN',
|
|
2729
|
+
address: '0xC729777d0470F30612B1564Fd96E8Dd26f5814E3',
|
|
2730
|
+
chainId: 8453,
|
|
2731
|
+
decimals: 18,
|
|
2732
|
+
logoURI: '',
|
|
2733
|
+
website: 'https://app.sapien.io/',
|
|
2734
|
+
description: 'Sapien is a decentralized network, connecting you directly to leading AI companies',
|
|
2735
|
+
documentation: 'https://earn.sapien.io/',
|
|
2736
|
+
bridge: 'native',
|
|
2737
|
+
risks: ['LARGE_HOLDERS'],
|
|
2738
|
+
},
|
|
2739
|
+
AVAIL: {
|
|
2740
|
+
name: 'Avail (Wormhole)',
|
|
2741
|
+
symbol: 'AVAIL',
|
|
2742
|
+
oracleId: 'AVAIL',
|
|
2743
|
+
address: '0xd89d90d26B48940FA8F58385Fe84625d468E057a',
|
|
2744
|
+
chainId: 8453,
|
|
2745
|
+
decimals: 18,
|
|
2746
|
+
logoURI: '',
|
|
2747
|
+
website: 'https://www.availproject.org/',
|
|
2748
|
+
description: 'Avail is a horizontally scalable, trust-minimized infrastructure network enabling seamless cross-chain interaction, transaction validation, and native liquidity interoperability.',
|
|
2749
|
+
documentation: 'https://www.availproject.org/developer',
|
|
2750
|
+
bridge: 'wormhole',
|
|
2751
|
+
},
|
|
2752
|
+
BOTTO: {
|
|
2753
|
+
name: 'Botto',
|
|
2754
|
+
symbol: 'BOTTO',
|
|
2755
|
+
oracleId: 'BOTTO',
|
|
2756
|
+
address: '0x24914CB6BD01E6a0CF2a9c0478e33c25926e6a0c',
|
|
2757
|
+
chainId: 8453,
|
|
2758
|
+
decimals: 18,
|
|
2759
|
+
logoURI: '',
|
|
2760
|
+
website: 'https://botto.com/',
|
|
2761
|
+
description: 'Botto is a decentralized autonomous artist governed by its community (BottoDAO), which votes weekly on hundreds of art fragments to guide its generative algorithm. Each week, Botto mints one final artwork from the voted fragments and auctions it on SuperRare, sharing 40% of proceeds with the community as rewards.',
|
|
2762
|
+
documentation: 'https://docs.botto.com/',
|
|
2763
|
+
bridge: 'base-canonical',
|
|
2764
|
+
risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
|
|
2765
|
+
},
|
|
2766
|
+
MCADE: {
|
|
2767
|
+
name: 'Metacade',
|
|
2768
|
+
symbol: 'MCADE',
|
|
2769
|
+
oracleId: 'MCADE',
|
|
2770
|
+
address: '0xc48823EC67720a04A9DFD8c7d109b2C3D6622094',
|
|
2771
|
+
chainId: 8453,
|
|
2772
|
+
decimals: 18,
|
|
2773
|
+
logoURI: '',
|
|
2774
|
+
website: 'https://www.metacade.co/',
|
|
2775
|
+
description: 'Metacade is the home of gaming on Base. Welcome to thriving metropolis, Metacadia, where the onchain gaming pulse never fades. Within its neon-lit streets are four quarters, where gamers, investors, builders and ambitious partners are poised to carve their mark into the virtual skyline, each pushing to dominate the city and win over the Metacaders.',
|
|
2776
|
+
documentation: 'https://docs.metacade.co/',
|
|
2777
|
+
bridge: 'base-canonical',
|
|
2778
|
+
},
|
|
2779
|
+
SPECTRA: {
|
|
2780
|
+
name: 'Spectra Token',
|
|
2781
|
+
symbol: 'SPECTRA',
|
|
2782
|
+
oracleId: 'SPECTRA',
|
|
2783
|
+
address: '0x64FCC3A02eeEba05Ef701b7eed066c6ebD5d4E51',
|
|
2784
|
+
chainId: 8453,
|
|
2785
|
+
decimals: 18,
|
|
2786
|
+
logoURI: '',
|
|
2787
|
+
website: 'https://spectra.finance/',
|
|
2788
|
+
description: 'Spectra is an EVM-centric protocol for interest rate derivatives with an easy-to-use flagship app. The Spectra protocol is permissionless, meaning its services are entirely open for public use. Anyone can create new markets at will, swap yield derivatives, or become a liquidity provider.',
|
|
2789
|
+
documentation: 'https://docs.spectra.finance/',
|
|
2790
|
+
bridge: 'layer-zero',
|
|
2791
|
+
risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
|
|
2792
|
+
},
|
|
2793
|
+
SQD: {
|
|
2794
|
+
name: 'Subsquid',
|
|
2795
|
+
symbol: 'SQD',
|
|
2796
|
+
oracleId: 'SQD',
|
|
2797
|
+
address: '0xd4554BEa546EFa83C1E6B389ecac40EA999B3E78',
|
|
2798
|
+
chainId: 8453,
|
|
2799
|
+
decimals: 18,
|
|
2800
|
+
logoURI: '',
|
|
2801
|
+
website: 'https://www.sqd.ai/',
|
|
2802
|
+
description: 'SQD Network is a decentralized query engine optimized for batch extraction of large volumes of data. It currently serves historical on-chain data ingested from 200+ EVM and Substrate networks, as well as Solana (in beta), Tron, Starknet and Fuel.',
|
|
2803
|
+
documentation: 'https://docs.sqd.ai/',
|
|
2804
|
+
bridge: 'base-canonical',
|
|
2805
|
+
risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
|
|
2806
|
+
},
|
|
2807
|
+
TLOS: {
|
|
2808
|
+
name: 'TLOS',
|
|
2809
|
+
symbol: 'TLOS',
|
|
2810
|
+
oracleId: 'TLOS',
|
|
2811
|
+
address: '0x7252c865c05378Ffc15120F428dd65804dD0CE63',
|
|
2812
|
+
chainId: 8453,
|
|
2813
|
+
decimals: 18,
|
|
2814
|
+
logoURI: '',
|
|
2815
|
+
website: 'https://www.telos.net/',
|
|
2816
|
+
description: 'Telos is a next-generation Delegated Proof of Stake (DPOS) Layer-1 blockchain network. It features unsurpassed compatibility for developers and provides an extensive suite of tools and onboarding support to develop and deploy smart contracts on the worlds fastest, most scalable, and affordable Telos EVM',
|
|
2817
|
+
documentation: 'https://docs.telos.net/',
|
|
2818
|
+
bridge: 'layer-zero',
|
|
2819
|
+
risks: ['NO_TIMELOCK'],
|
|
2820
|
+
},
|
|
2821
|
+
AWE: {
|
|
2822
|
+
name: 'AWE Network',
|
|
2823
|
+
symbol: 'AWE',
|
|
2824
|
+
oracleId: 'AWE',
|
|
2825
|
+
address: '0x1B4617734C43F6159F3a70b7E06d883647512778',
|
|
2826
|
+
chainId: 8453,
|
|
2827
|
+
decimals: 18,
|
|
2828
|
+
logoURI: '',
|
|
2829
|
+
website: 'https://www.awenetwork.ai/',
|
|
2830
|
+
description: 'AWE Network is opening the portal to Autonomous Worlds where AI Agents collaborate, adapt and evolve. The Autonomous Worlds Engine (AWE) is a modular framework enabling the creation of self-sustaining worlds for scalable agent-agent and human-agent collaboration.',
|
|
2831
|
+
documentation: 'https://docs.awenetwork.ai/',
|
|
2832
|
+
risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
|
|
2833
|
+
},
|
|
2834
|
+
CXT: {
|
|
2835
|
+
name: 'Covalent X token',
|
|
2836
|
+
symbol: 'CXT',
|
|
2837
|
+
oracleId: 'CXT',
|
|
2838
|
+
address: '0xB1E1f3Cc2B6fE4420C1Ac82022b457018Eb628ff',
|
|
2839
|
+
chainId: 8453,
|
|
2840
|
+
decimals: 18,
|
|
2841
|
+
logoURI: '',
|
|
2842
|
+
website: 'https://www.covalenthq.com/',
|
|
2843
|
+
description: 'Covalent is the leading modular data infrastructure layer that is dedicated to solving the Long-Term Data Availability and the verifiability problem in AI. A multi-sided platform designed to eventually be self-sufficient, the Covalent Network works by capturing and indexing blockchain data and storing it across multiple points on the network. Anyone can then access this data instantly through querying the GoldRush API (formerly known as the Unified API).',
|
|
2844
|
+
documentation: 'https://www.covalenthq.com/docs/introduction',
|
|
2845
|
+
bridge: 'base-canonical',
|
|
2846
|
+
risks: ['NO_TIMELOCK'],
|
|
2847
|
+
},
|
|
2848
|
+
FLOCK: {
|
|
2849
|
+
name: 'FLock.io',
|
|
2850
|
+
symbol: 'FLOCK',
|
|
2851
|
+
oracleId: 'FLOCK',
|
|
2852
|
+
address: '0x5aB3D4c385B400F3aBB49e80DE2fAF6a88A7B691',
|
|
2853
|
+
chainId: 8453,
|
|
2854
|
+
decimals: 18,
|
|
2855
|
+
logoURI: '',
|
|
2856
|
+
website: 'https://www.flock.io/',
|
|
2857
|
+
description: 'FLock.io seeks to decentralise training and value alignment. We ensure that AI objectives match the public’s ethics and societal aims, that decision-making falls to communities, and that usefulness is a top priority.',
|
|
2858
|
+
documentation: 'https://docs.flock.io/',
|
|
2859
|
+
risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
|
|
2860
|
+
},
|
|
2861
|
+
SYND: {
|
|
2862
|
+
name: 'Syndicate',
|
|
2863
|
+
symbol: 'SYND',
|
|
2864
|
+
oracleId: 'SYND',
|
|
2865
|
+
address: '0x11dC28D01984079b7efE7763b533e6ed9E3722B9',
|
|
2866
|
+
chainId: 8453,
|
|
2867
|
+
decimals: 18,
|
|
2868
|
+
logoURI: '',
|
|
2869
|
+
website: 'https://syndicate.io/',
|
|
2870
|
+
description: 'Infrastructure for scalable, programmable, atomically composable appchains. Giving you complete control over your network, sequencer, and economy.',
|
|
2871
|
+
documentation: 'https://docs.syndicate.io/en/docs/syndicate-stack/get-started/introduction',
|
|
2872
|
+
bridge: 'base-canonical',
|
|
2873
|
+
risks: ['NO_TIMELOCK'],
|
|
2874
|
+
},
|
|
2875
|
+
MOCA: {
|
|
2876
|
+
name: 'Moca',
|
|
2877
|
+
symbol: 'MOCA',
|
|
2878
|
+
oracleId: 'MOCA',
|
|
2879
|
+
address: '0x2B11834Ed1FeAEd4b4b3a86A6F571315E25A884D',
|
|
2880
|
+
chainId: 8453,
|
|
2881
|
+
decimals: 18,
|
|
2882
|
+
logoURI: '',
|
|
2883
|
+
website: 'https://moca.foundation/',
|
|
2884
|
+
description: 'Co-creating the largest web3 cultural economy with $MOCA holders',
|
|
2885
|
+
documentation: 'https://moca.foundation/moca-coin',
|
|
2886
|
+
bridge: 'layer-zero',
|
|
2887
|
+
risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
|
|
2888
|
+
},
|
|
2889
|
+
RIPE: {
|
|
2890
|
+
name: 'RipeToken',
|
|
2891
|
+
symbol: 'RIPE',
|
|
2892
|
+
oracleId: 'RIPE',
|
|
2893
|
+
address: '0x2A0a59d6B975828e781EcaC125dBA40d7ee5dDC0',
|
|
2894
|
+
chainId: 8453,
|
|
2895
|
+
decimals: 18,
|
|
2896
|
+
logoURI: '',
|
|
2897
|
+
website: 'https://www.ripe.finance/',
|
|
2898
|
+
description: 'Ripe simplifies everything. Your entire portfolio — crypto, RWAs, jpegs, everything — backs ONE loan. Finally, borrowing that understands what a portfolio actually is.',
|
|
2899
|
+
documentation: 'https://docs.ripe.finance/',
|
|
2900
|
+
bridge: 'native',
|
|
2901
|
+
},
|
|
2902
|
+
SIRE: {
|
|
2903
|
+
name: 'SIRE',
|
|
2904
|
+
symbol: 'SIRE',
|
|
2905
|
+
oracleId: 'SIRE',
|
|
2906
|
+
address: '0x7Ce02e86354EA0Cc3b302AeAdC0Ab56bC7EB44b8',
|
|
2907
|
+
chainId: 8453,
|
|
2908
|
+
decimals: 18,
|
|
2909
|
+
logoURI: '',
|
|
2910
|
+
website: 'https://sire.bot/',
|
|
2911
|
+
description: 'SIRE is the first agentic on-chain sports-betting hedge fund, built for DeFAI.',
|
|
2912
|
+
documentation: 'https://docs.sire.bot/',
|
|
2913
|
+
bridge: 'native',
|
|
2914
|
+
risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
|
|
2915
|
+
},
|
|
2916
|
+
LCAP: {
|
|
2917
|
+
name: 'CF Large Cap Index',
|
|
2918
|
+
symbol: 'LCAP',
|
|
2919
|
+
oracleId: 'LCAP',
|
|
2920
|
+
address: '0x4dA9A0f397dB1397902070f93a4D6ddBC0E0E6e8',
|
|
2921
|
+
chainId: 8453,
|
|
2922
|
+
decimals: 18,
|
|
2923
|
+
logoURI: '',
|
|
2924
|
+
website: 'https://reserve.org/lcap-kraken/',
|
|
2925
|
+
description: 'The CF Large Cap Index (Diversified Weight) is a liquid, investible benchmark portfolio index built designed to track the performance of large-cap digital assets.',
|
|
2926
|
+
documentation: 'https://reserve.org/protocol/',
|
|
2927
|
+
bridge: 'native',
|
|
2928
|
+
},
|
|
2929
|
+
DIEM: {
|
|
2930
|
+
name: 'Diem',
|
|
2931
|
+
symbol: 'DIEM',
|
|
2932
|
+
oracleId: 'DIEM',
|
|
2933
|
+
address: '0xF4d97F2da56e8c3098f3a8D538DB630A2606a024',
|
|
2934
|
+
chainId: 8453,
|
|
2935
|
+
decimals: 18,
|
|
2936
|
+
logoURI: '',
|
|
2937
|
+
website: 'https://venice.ai/',
|
|
2938
|
+
description: 'DIEM token represents perpetual tokenized inference. Each Diem provides $1 per day of API credit, forever. Only VVV holders can mint these tokens, creating the first-ever tradeable direct AI compute asset.',
|
|
2939
|
+
documentation: 'https://venice.ai/blog/',
|
|
2940
|
+
bridge: 'native',
|
|
2941
|
+
risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
|
|
2942
|
+
},
|
|
2943
|
+
VFY: {
|
|
2944
|
+
name: 'zkVerify',
|
|
2945
|
+
symbol: 'VFY',
|
|
2946
|
+
oracleId: 'VFY',
|
|
2947
|
+
address: '0xa749dE6c28262B7ffbc5De27dC845DD7eCD2b358',
|
|
2948
|
+
chainId: 8453,
|
|
2949
|
+
decimals: 18,
|
|
2950
|
+
logoURI: '',
|
|
2951
|
+
website: 'https://zkverify.io/token',
|
|
2952
|
+
description: 'More than a token – VFY is your ownership stake in the infrastructure propelling the next age of the Internet. As the government, the private sector, and daily life increasingly shift online, your stake becomes more beneficial.',
|
|
2953
|
+
documentation: 'https://docs.zkverify.io/',
|
|
2954
|
+
bridge: 'layer-zero',
|
|
2955
|
+
risks: ['NO_TIMELOCK'],
|
|
2956
|
+
},
|
|
2957
|
+
LITKEY: {
|
|
2958
|
+
name: 'Lit Protocol',
|
|
2959
|
+
symbol: 'LITKEY',
|
|
2960
|
+
oracleId: 'LITKEY',
|
|
2961
|
+
address: '0xF732A566121Fa6362E9E0FBdd6D66E5c8C925E49',
|
|
2962
|
+
chainId: 8453,
|
|
2963
|
+
decimals: 18,
|
|
2964
|
+
logoURI: '',
|
|
2965
|
+
website: 'https://www.litprotocol.com/',
|
|
2966
|
+
description: 'Lit Protocol is the decentralized network for managing keys and secrets. Join the builders using programmable signing and encryption to power AI agents, blockchain interoperability, crypto wallets, and user-owned data.',
|
|
2967
|
+
documentation: 'https://naga.developer.litprotocol.com/',
|
|
2968
|
+
bridge: 'base-canonical',
|
|
2969
|
+
},
|
|
2970
|
+
LMTS: {
|
|
2971
|
+
name: 'Limitless Official Token',
|
|
2972
|
+
symbol: 'LMTS',
|
|
2973
|
+
oracleId: 'LMTS',
|
|
2974
|
+
address: '0x9EadbE35F3Ee3bF3e28180070C429298a1b02F93',
|
|
2975
|
+
chainId: 8453,
|
|
2976
|
+
decimals: 18,
|
|
2977
|
+
logoURI: '',
|
|
2978
|
+
website: 'https://limitless.exchange/advanced',
|
|
2979
|
+
description: 'Predict crypto & stock prices with nonstop hourly and daily markets. Trade anytime, anywhere. ',
|
|
2980
|
+
documentation: 'https://limitlesslabs.notion.site/',
|
|
2981
|
+
bridge: 'native',
|
|
2982
|
+
risks: ['LARGE_HOLDERS'],
|
|
2983
|
+
},
|
|
2984
|
+
SEDA: {
|
|
2985
|
+
name: 'SEDA',
|
|
2986
|
+
symbol: 'SEDA',
|
|
2987
|
+
oracleId: 'SEDA',
|
|
2988
|
+
address: '0x306aCd0c07c430AbBBb2e74Ef7bdE94F32A898c0',
|
|
2989
|
+
chainId: 8453,
|
|
2990
|
+
decimals: 18,
|
|
2991
|
+
logoURI: '',
|
|
2992
|
+
website: 'https://www.seda.xyz/',
|
|
2993
|
+
description: 'SEDA is a layer one for programmable oracle infrastructure. SEDA is backed by leading investors across the world with over $22 million in funding from Coinbase, Reciprocal Ventures, Coinfund, Distributed Global and more.',
|
|
2994
|
+
documentation: 'https://docs.seda.xyz/home',
|
|
2995
|
+
bridge: 'hyperlane',
|
|
2996
|
+
risks: ['NO_TIMELOCK'],
|
|
2997
|
+
},
|
|
2998
|
+
kVCM: {
|
|
2999
|
+
name: 'Klima Protocol kVCM',
|
|
3000
|
+
symbol: 'kVCM',
|
|
3001
|
+
oracleId: 'kVCM',
|
|
3002
|
+
address: '0x00fBAC94Fec8D4089d3fe979F39454F48c71A65d',
|
|
3003
|
+
chainId: 8453,
|
|
3004
|
+
decimals: 18,
|
|
3005
|
+
logoURI: '',
|
|
3006
|
+
website: 'https://www.klimaprotocol.com/',
|
|
3007
|
+
description: 'Klima Protocol is open infrastructure for climate finance—pricing and purchasing carbon credits, selling retirements, and incentivizing deep liquidity.',
|
|
3008
|
+
documentation: 'https://docs.klimaprotocol.com/',
|
|
3009
|
+
bridge: 'native',
|
|
3010
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3011
|
+
},
|
|
3012
|
+
SEND: {
|
|
3013
|
+
name: 'Send',
|
|
3014
|
+
symbol: 'SEND',
|
|
3015
|
+
oracleId: 'SEND',
|
|
3016
|
+
address: '0xEab49138BA2Ea6dd776220fE26b7b8E446638956',
|
|
3017
|
+
chainId: 8453,
|
|
3018
|
+
decimals: 18,
|
|
3019
|
+
logoURI: '',
|
|
3020
|
+
website: 'https://send.it/',
|
|
3021
|
+
description: 'Send is building the future of money where payments are instant, access is seamless, and privacy is non-negotiable. The platform lets anyone, anywhere send, save, and earn with just a smartphone.',
|
|
3022
|
+
documentation: 'https://info.send.it/',
|
|
3023
|
+
bridge: 'native',
|
|
3024
|
+
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3025
|
+
},
|
|
3026
|
+
SOL: {
|
|
3027
|
+
name: 'Solana',
|
|
3028
|
+
symbol: 'SOL',
|
|
3029
|
+
oracleId: 'SOL',
|
|
3030
|
+
address: '0x311935Cd80B76769bF2ecC9D8Ab7635b2139cf82',
|
|
3031
|
+
chainId: 8453,
|
|
3032
|
+
decimals: 9,
|
|
3033
|
+
logoURI: '',
|
|
3034
|
+
website: 'https://solana.com/',
|
|
3035
|
+
description: 'Solana is a high-performance network that enables fast, secure, and affordable digital transactions. It powers thousands of applications ranging from payments and games to digital art and financial services. ',
|
|
3036
|
+
documentation: 'https://solana.com/learn/what-is-solana',
|
|
3037
|
+
bridge: 'chainlink-ccip',
|
|
3038
|
+
},
|
|
3039
|
+
EDEL: {
|
|
3040
|
+
name: 'Edel',
|
|
3041
|
+
symbol: 'EDEL',
|
|
3042
|
+
oracleId: 'EDEL',
|
|
3043
|
+
address: '0xFb31f85A8367210B2e4Ed2360D2dA9Dc2D2Ccc95',
|
|
3044
|
+
chainId: 8453,
|
|
3045
|
+
decimals: 18,
|
|
3046
|
+
logoURI: '',
|
|
3047
|
+
website: 'https://www.edel.finance/',
|
|
3048
|
+
description: 'Edel is the autonomous revenue engine for tokenised equities. Purpose-built smart contracts that originate, price, and settle securities lending without intermediaries.',
|
|
3049
|
+
documentation: 'https://docs.edel.finance/',
|
|
3050
|
+
bridge: 'native',
|
|
3051
|
+
},
|
|
3052
|
+
};
|