sushi 4.2.3 → 5.0.0
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/CHANGELOG.md +8 -0
- package/_cjs/address/getCreate2Address.js +2 -2
- package/_cjs/address/getCreate2Address.js.map +1 -1
- package/_cjs/api/price.js.map +1 -1
- package/_cjs/chain/chain-key.js +14 -0
- package/_cjs/chain/chain-key.js.map +1 -0
- package/_cjs/chain/evm/generated-chain-data.js.map +1 -0
- package/_cjs/chain/evm/id.js +60 -0
- package/_cjs/chain/evm/id.js.map +1 -0
- package/_cjs/chain/evm/index.js +278 -0
- package/_cjs/chain/evm/index.js.map +1 -0
- package/_cjs/chain/id.js +6 -54
- package/_cjs/chain/id.js.map +1 -1
- package/_cjs/chain/index.js +3 -274
- package/_cjs/chain/index.js.map +1 -1
- package/_cjs/chain/non-evm/aptos/id.js +7 -0
- package/_cjs/chain/non-evm/aptos/id.js.map +1 -0
- package/_cjs/chain/non-evm/aptos/index.js +30 -0
- package/_cjs/chain/non-evm/aptos/index.js.map +1 -0
- package/_cjs/chain/non-evm/index.js +19 -0
- package/_cjs/chain/non-evm/index.js.map +1 -0
- package/_cjs/chain/non-evm/tron/id.js +7 -0
- package/_cjs/chain/non-evm/tron/id.js.map +1 -0
- package/_cjs/chain/non-evm/tron/index.js +30 -0
- package/_cjs/chain/non-evm/tron/index.js.map +1 -0
- package/_cjs/config/api.js +1 -3
- package/_cjs/config/api.js.map +1 -1
- package/_cjs/config/features/aggregator.js +9 -9
- package/_cjs/config/features/aggregator.js.map +1 -1
- package/_cjs/config/features/bentobox.js +43 -43
- package/_cjs/config/features/bentobox.js.map +1 -1
- package/_cjs/config/features/extractor.js +44 -44
- package/_cjs/config/features/extractor.js.map +1 -1
- package/_cjs/config/features/furo.js +16 -16
- package/_cjs/config/features/furo.js.map +1 -1
- package/_cjs/config/features/master-chef.js +3 -3
- package/_cjs/config/features/master-chef.js.map +1 -1
- package/_cjs/config/features/merkl.js +17 -17
- package/_cjs/config/features/merkl.js.map +1 -1
- package/_cjs/config/features/mini-chef.js +34 -34
- package/_cjs/config/features/mini-chef.js.map +1 -1
- package/_cjs/config/features/pancakeswap-v2.js +22 -22
- package/_cjs/config/features/pancakeswap-v2.js.map +1 -1
- package/_cjs/config/features/pancakeswap-v3.js +29 -29
- package/_cjs/config/features/pancakeswap-v3.js.map +1 -1
- package/_cjs/config/features/route-processor.js +323 -323
- package/_cjs/config/features/route-processor.js.map +1 -1
- package/_cjs/config/features/squid.js +32 -32
- package/_cjs/config/features/squid.js.map +1 -1
- package/_cjs/config/features/stargate.js +580 -577
- package/_cjs/config/features/stargate.js.map +1 -1
- package/_cjs/config/features/sushiswap-v2.js +138 -137
- package/_cjs/config/features/sushiswap-v2.js.map +1 -1
- package/_cjs/config/features/sushiswap-v3.js +146 -146
- package/_cjs/config/features/sushiswap-v3.js.map +1 -1
- package/_cjs/config/features/sushiswap.js.map +1 -1
- package/_cjs/config/features/sushixswap.js +89 -89
- package/_cjs/config/features/sushixswap.js.map +1 -1
- package/_cjs/config/features/trident.js +42 -42
- package/_cjs/config/features/trident.js.map +1 -1
- package/_cjs/config/features/uniswap-v2.js +19 -19
- package/_cjs/config/features/uniswap-v2.js.map +1 -1
- package/_cjs/config/features/uniswap-v3.js +67 -67
- package/_cjs/config/features/uniswap-v3.js.map +1 -1
- package/_cjs/config/governance.js +2 -2
- package/_cjs/config/governance.js.map +1 -1
- package/_cjs/config/index.js +0 -2
- package/_cjs/config/index.js.map +1 -1
- package/_cjs/config/native-ids.js +54 -54
- package/_cjs/config/native-ids.js.map +1 -1
- package/_cjs/config/subgraph/get-subgraph-url.js +43 -0
- package/_cjs/config/subgraph/get-subgraph-url.js.map +1 -0
- package/_cjs/config/subgraph/hosts.js +7 -10
- package/_cjs/config/subgraph/hosts.js.map +1 -1
- package/_cjs/config/subgraph/max-first.js +2 -2
- package/_cjs/config/subgraph/max-first.js.map +1 -1
- package/_cjs/config/subgraph/seconds-between-blocks.js +26 -26
- package/_cjs/config/subgraph/seconds-between-blocks.js.map +1 -1
- package/_cjs/config/subgraph/subgraphs/bentobox.js +23 -16
- package/_cjs/config/subgraph/subgraphs/bentobox.js.map +1 -1
- package/_cjs/config/subgraph/subgraphs/blocks.js +42 -35
- package/_cjs/config/subgraph/subgraphs/blocks.js.map +1 -1
- package/_cjs/config/subgraph/subgraphs/furo.js +25 -18
- package/_cjs/config/subgraph/subgraphs/furo.js.map +1 -1
- package/_cjs/config/subgraph/subgraphs/master-chef-v1.js +12 -3
- package/_cjs/config/subgraph/subgraphs/master-chef-v1.js.map +1 -1
- package/_cjs/config/subgraph/subgraphs/master-chef-v2.js +12 -3
- package/_cjs/config/subgraph/subgraphs/master-chef-v2.js.map +1 -1
- package/_cjs/config/subgraph/subgraphs/mini-chef.js +26 -19
- package/_cjs/config/subgraph/subgraphs/mini-chef.js.map +1 -1
- package/_cjs/config/subgraph/subgraphs/sushi-bar.js +12 -3
- package/_cjs/config/subgraph/subgraphs/sushi-bar.js.map +1 -1
- package/_cjs/config/subgraph/subgraphs/sushiswap-v2.js +49 -37
- package/_cjs/config/subgraph/subgraphs/sushiswap-v2.js.map +1 -1
- package/_cjs/config/subgraph/subgraphs/sushiswap-v3.js +44 -32
- package/_cjs/config/subgraph/subgraphs/sushiswap-v3.js.map +1 -1
- package/_cjs/config/token-chomper.js +85 -85
- package/_cjs/config/token-chomper.js.map +1 -1
- package/_cjs/config/token-maps/additional-bases.js +85 -81
- package/_cjs/config/token-maps/additional-bases.js.map +1 -1
- package/_cjs/config/token-maps/bases-to-check-trades-against.js +337 -337
- package/_cjs/config/token-maps/bases-to-check-trades-against.js.map +1 -1
- package/_cjs/config/token-maps/custom-bases.js +5 -5
- package/_cjs/config/token-maps/custom-bases.js.map +1 -1
- package/_cjs/config/token-maps/default-bases.js +358 -348
- package/_cjs/config/token-maps/default-bases.js.map +1 -1
- package/_cjs/config/token-maps/default-quote.js +54 -51
- package/_cjs/config/token-maps/default-quote.js.map +1 -1
- package/_cjs/config/token-maps/lsds.js +108 -108
- package/_cjs/config/token-maps/lsds.js.map +1 -1
- package/_cjs/config/token-maps/short-name-to-currency.js +230 -230
- package/_cjs/config/token-maps/short-name-to-currency.js.map +1 -1
- package/_cjs/config/token-maps/stables.js +202 -172
- package/_cjs/config/token-maps/stables.js.map +1 -1
- package/_cjs/config/token-security.js +16 -16
- package/_cjs/config/token-security.js.map +1 -1
- package/_cjs/config/wallet.js +77 -77
- package/_cjs/config/wallet.js.map +1 -1
- package/_cjs/config/wnative.js.map +1 -1
- package/_cjs/currency/currency.js +1 -3
- package/_cjs/currency/currency.js.map +1 -1
- package/_cjs/currency/native.js +2 -2
- package/_cjs/currency/native.js.map +1 -1
- package/_cjs/currency/token-addresses.js +454 -454
- package/_cjs/currency/token-addresses.js.map +1 -1
- package/_cjs/currency/token.js.map +1 -1
- package/_cjs/currency/tokens.js +179 -179
- package/_cjs/currency/tokens.js.map +1 -1
- package/_cjs/currency/zod.js +3 -2
- package/_cjs/currency/zod.js.map +1 -1
- package/_cjs/format/id.js +7 -3
- package/_cjs/format/id.js.map +1 -1
- package/_cjs/index.js +2 -2
- package/_cjs/index.js.map +1 -1
- package/_cjs/pool/sushiswap-v2/sushiswap-v2-pool.js +2 -2
- package/_cjs/pool/sushiswap-v2/sushiswap-v2-pool.js.map +1 -1
- package/_cjs/router/get-currency-combinations.js.map +1 -1
- package/_cjs/token-list/wrapped-token-info.js.map +1 -1
- package/_esm/address/getCreate2Address.js +2 -2
- package/_esm/address/getCreate2Address.js.map +1 -1
- package/_esm/api/price.js.map +1 -1
- package/_esm/chain/chain-key.js +11 -0
- package/_esm/chain/chain-key.js.map +1 -0
- package/_esm/chain/evm/generated-chain-data.js.map +1 -0
- package/_esm/chain/evm/id.js +67 -0
- package/_esm/chain/evm/id.js.map +1 -0
- package/_esm/chain/evm/index.js +280 -0
- package/_esm/chain/evm/index.js.map +1 -0
- package/_esm/chain/id.js +6 -64
- package/_esm/chain/id.js.map +1 -1
- package/_esm/chain/index.js +3 -293
- package/_esm/chain/index.js.map +1 -1
- package/_esm/chain/non-evm/aptos/id.js +4 -0
- package/_esm/chain/non-evm/aptos/id.js.map +1 -0
- package/_esm/chain/non-evm/aptos/index.js +11 -0
- package/_esm/chain/non-evm/aptos/index.js.map +1 -0
- package/_esm/chain/non-evm/index.js +3 -0
- package/_esm/chain/non-evm/index.js.map +1 -0
- package/_esm/chain/non-evm/tron/id.js +4 -0
- package/_esm/chain/non-evm/tron/id.js.map +1 -0
- package/_esm/chain/non-evm/tron/index.js +11 -0
- package/_esm/chain/non-evm/tron/index.js.map +1 -0
- package/_esm/config/api.js +1 -3
- package/_esm/config/api.js.map +1 -1
- package/_esm/config/features/aggregator.js +9 -9
- package/_esm/config/features/aggregator.js.map +1 -1
- package/_esm/config/features/bentobox.js +43 -43
- package/_esm/config/features/bentobox.js.map +1 -1
- package/_esm/config/features/extractor.js +44 -44
- package/_esm/config/features/extractor.js.map +1 -1
- package/_esm/config/features/furo.js +16 -16
- package/_esm/config/features/furo.js.map +1 -1
- package/_esm/config/features/master-chef.js +7 -7
- package/_esm/config/features/master-chef.js.map +1 -1
- package/_esm/config/features/merkl.js +18 -18
- package/_esm/config/features/merkl.js.map +1 -1
- package/_esm/config/features/mini-chef.js +35 -35
- package/_esm/config/features/mini-chef.js.map +1 -1
- package/_esm/config/features/pancakeswap-v2.js +24 -24
- package/_esm/config/features/pancakeswap-v2.js.map +1 -1
- package/_esm/config/features/pancakeswap-v3.js +29 -29
- package/_esm/config/features/pancakeswap-v3.js.map +1 -1
- package/_esm/config/features/route-processor.js +329 -329
- package/_esm/config/features/route-processor.js.map +1 -1
- package/_esm/config/features/squid.js +32 -32
- package/_esm/config/features/squid.js.map +1 -1
- package/_esm/config/features/stargate.js +598 -595
- package/_esm/config/features/stargate.js.map +1 -1
- package/_esm/config/features/sushiswap-v2.js +201 -200
- package/_esm/config/features/sushiswap-v2.js.map +1 -1
- package/_esm/config/features/sushiswap-v3.js +157 -157
- package/_esm/config/features/sushiswap-v3.js.map +1 -1
- package/_esm/config/features/sushiswap.js.map +1 -1
- package/_esm/config/features/sushixswap.js +91 -91
- package/_esm/config/features/sushixswap.js.map +1 -1
- package/_esm/config/features/trident.js +45 -45
- package/_esm/config/features/trident.js.map +1 -1
- package/_esm/config/features/uniswap-v2.js +19 -19
- package/_esm/config/features/uniswap-v2.js.map +1 -1
- package/_esm/config/features/uniswap-v3.js +67 -67
- package/_esm/config/features/uniswap-v3.js.map +1 -1
- package/_esm/config/governance.js +2 -2
- package/_esm/config/governance.js.map +1 -1
- package/_esm/config/index.js +0 -2
- package/_esm/config/index.js.map +1 -1
- package/_esm/config/native-ids.js +65 -65
- package/_esm/config/native-ids.js.map +1 -1
- package/_esm/config/subgraph/get-subgraph-url.js +46 -0
- package/_esm/config/subgraph/get-subgraph-url.js.map +1 -0
- package/_esm/config/subgraph/hosts.js +4 -9
- package/_esm/config/subgraph/hosts.js.map +1 -1
- package/_esm/config/subgraph/max-first.js +2 -2
- package/_esm/config/subgraph/max-first.js.map +1 -1
- package/_esm/config/subgraph/seconds-between-blocks.js +27 -27
- package/_esm/config/subgraph/seconds-between-blocks.js.map +1 -1
- package/_esm/config/subgraph/subgraphs/bentobox.js +23 -16
- package/_esm/config/subgraph/subgraphs/bentobox.js.map +1 -1
- package/_esm/config/subgraph/subgraphs/blocks.js +47 -40
- package/_esm/config/subgraph/subgraphs/blocks.js.map +1 -1
- package/_esm/config/subgraph/subgraphs/furo.js +25 -18
- package/_esm/config/subgraph/subgraphs/furo.js.map +1 -1
- package/_esm/config/subgraph/subgraphs/master-chef-v1.js +11 -2
- package/_esm/config/subgraph/subgraphs/master-chef-v1.js.map +1 -1
- package/_esm/config/subgraph/subgraphs/master-chef-v2.js +11 -2
- package/_esm/config/subgraph/subgraphs/master-chef-v2.js.map +1 -1
- package/_esm/config/subgraph/subgraphs/mini-chef.js +27 -20
- package/_esm/config/subgraph/subgraphs/mini-chef.js.map +1 -1
- package/_esm/config/subgraph/subgraphs/sushi-bar.js +11 -2
- package/_esm/config/subgraph/subgraphs/sushi-bar.js.map +1 -1
- package/_esm/config/subgraph/subgraphs/sushiswap-v2.js +49 -37
- package/_esm/config/subgraph/subgraphs/sushiswap-v2.js.map +1 -1
- package/_esm/config/subgraph/subgraphs/sushiswap-v3.js +44 -32
- package/_esm/config/subgraph/subgraphs/sushiswap-v3.js.map +1 -1
- package/_esm/config/token-chomper.js +85 -85
- package/_esm/config/token-chomper.js.map +1 -1
- package/_esm/config/token-maps/additional-bases.js +85 -81
- package/_esm/config/token-maps/additional-bases.js.map +1 -1
- package/_esm/config/token-maps/bases-to-check-trades-against.js +339 -339
- package/_esm/config/token-maps/bases-to-check-trades-against.js.map +1 -1
- package/_esm/config/token-maps/custom-bases.js +5 -5
- package/_esm/config/token-maps/custom-bases.js.map +1 -1
- package/_esm/config/token-maps/default-bases.js +369 -359
- package/_esm/config/token-maps/default-bases.js.map +1 -1
- package/_esm/config/token-maps/default-quote.js +71 -68
- package/_esm/config/token-maps/default-quote.js.map +1 -1
- package/_esm/config/token-maps/lsds.js +108 -108
- package/_esm/config/token-maps/lsds.js.map +1 -1
- package/_esm/config/token-maps/short-name-to-currency.js +256 -256
- package/_esm/config/token-maps/short-name-to-currency.js.map +1 -1
- package/_esm/config/token-maps/stables.js +212 -182
- package/_esm/config/token-maps/stables.js.map +1 -1
- package/_esm/config/token-security.js +16 -16
- package/_esm/config/token-security.js.map +1 -1
- package/_esm/config/wallet.js +77 -77
- package/_esm/config/wallet.js.map +1 -1
- package/_esm/config/wnative.js.map +1 -1
- package/_esm/currency/currency.js +1 -3
- package/_esm/currency/currency.js.map +1 -1
- package/_esm/currency/native.js +2 -2
- package/_esm/currency/native.js.map +1 -1
- package/_esm/currency/token-addresses.js +483 -483
- package/_esm/currency/token-addresses.js.map +1 -1
- package/_esm/currency/token.js.map +1 -1
- package/_esm/currency/tokens.js +195 -195
- package/_esm/currency/tokens.js.map +1 -1
- package/_esm/currency/zod.js +3 -2
- package/_esm/currency/zod.js.map +1 -1
- package/_esm/format/id.js +7 -3
- package/_esm/format/id.js.map +1 -1
- package/_esm/index.js +2 -2
- package/_esm/index.js.map +1 -1
- package/_esm/pool/sushiswap-v2/sushiswap-v2-pool.js +2 -2
- package/_esm/pool/sushiswap-v2/sushiswap-v2-pool.js.map +1 -1
- package/_esm/router/get-currency-combinations.js.map +1 -1
- package/_esm/token-list/wrapped-token-info.js.map +1 -1
- package/_types/address/getCreate2Address.d.ts +2 -2
- package/_types/address/getCreate2Address.d.ts.map +1 -1
- package/_types/api/price.d.ts +3 -3
- package/_types/api/price.d.ts.map +1 -1
- package/_types/chain/chain-key.d.ts +63 -0
- package/_types/chain/chain-key.d.ts.map +1 -0
- package/_types/chain/{generated-chain-data.d.ts.map → evm/generated-chain-data.d.ts.map} +1 -1
- package/_types/chain/evm/id.d.ts +58 -0
- package/_types/chain/evm/id.d.ts.map +1 -0
- package/_types/chain/evm/index.d.ts +1197 -0
- package/_types/chain/evm/index.d.ts.map +1 -0
- package/_types/chain/id.d.ts +2 -0
- package/_types/chain/id.d.ts.map +1 -1
- package/_types/chain/index.d.ts +3 -1190
- package/_types/chain/index.d.ts.map +1 -1
- package/_types/chain/non-evm/aptos/id.d.ts +5 -0
- package/_types/chain/non-evm/aptos/id.d.ts.map +1 -0
- package/_types/chain/non-evm/aptos/index.d.ts +13 -0
- package/_types/chain/non-evm/aptos/index.d.ts.map +1 -0
- package/_types/chain/non-evm/index.d.ts +3 -0
- package/_types/chain/non-evm/index.d.ts.map +1 -0
- package/_types/chain/non-evm/tron/id.d.ts +5 -0
- package/_types/chain/non-evm/tron/id.d.ts.map +1 -0
- package/_types/chain/non-evm/tron/index.d.ts +13 -0
- package/_types/chain/non-evm/tron/index.d.ts.map +1 -0
- package/_types/config/api.d.ts +1 -1
- package/_types/config/api.d.ts.map +1 -1
- package/_types/config/features/aggregator.d.ts +2 -2
- package/_types/config/features/aggregator.d.ts.map +1 -1
- package/_types/config/features/bentobox.d.ts +2 -2
- package/_types/config/features/bentobox.d.ts.map +1 -1
- package/_types/config/features/furo.d.ts +2 -2
- package/_types/config/features/furo.d.ts.map +1 -1
- package/_types/config/features/merkl.d.ts +2 -2
- package/_types/config/features/merkl.d.ts.map +1 -1
- package/_types/config/features/mini-chef.d.ts +2 -2
- package/_types/config/features/mini-chef.d.ts.map +1 -1
- package/_types/config/features/pancakeswap-v2.d.ts +2 -2
- package/_types/config/features/pancakeswap-v2.d.ts.map +1 -1
- package/_types/config/features/pancakeswap-v3.d.ts +2 -2
- package/_types/config/features/pancakeswap-v3.d.ts.map +1 -1
- package/_types/config/features/route-processor.d.ts +9 -9
- package/_types/config/features/route-processor.d.ts.map +1 -1
- package/_types/config/features/stargate.d.ts.map +1 -1
- package/_types/config/features/sushiswap-v2.d.ts +4 -4
- package/_types/config/features/sushiswap-v2.d.ts.map +1 -1
- package/_types/config/features/sushiswap-v3.d.ts +7 -6
- package/_types/config/features/sushiswap-v3.d.ts.map +1 -1
- package/_types/config/features/sushiswap.d.ts +2 -2
- package/_types/config/features/sushiswap.d.ts.map +1 -1
- package/_types/config/features/sushixswap.d.ts +5 -5
- package/_types/config/features/sushixswap.d.ts.map +1 -1
- package/_types/config/features/trident.d.ts +2 -2
- package/_types/config/features/trident.d.ts.map +1 -1
- package/_types/config/features/uniswap-v3.d.ts +2 -2
- package/_types/config/features/uniswap-v3.d.ts.map +1 -1
- package/_types/config/index.d.ts +0 -2
- package/_types/config/index.d.ts.map +1 -1
- package/_types/config/subgraph/get-subgraph-url.d.ts +20 -0
- package/_types/config/subgraph/get-subgraph-url.d.ts.map +1 -0
- package/_types/config/subgraph/hosts.d.ts +4 -3
- package/_types/config/subgraph/hosts.d.ts.map +1 -1
- package/_types/config/subgraph/max-first.d.ts +2 -2
- package/_types/config/subgraph/max-first.d.ts.map +1 -1
- package/_types/config/subgraph/seconds-between-blocks.d.ts +2 -2
- package/_types/config/subgraph/seconds-between-blocks.d.ts.map +1 -1
- package/_types/config/subgraph/subgraphs/bentobox.d.ts +9 -2
- package/_types/config/subgraph/subgraphs/bentobox.d.ts.map +1 -1
- package/_types/config/subgraph/subgraphs/blocks.d.ts +9 -2
- package/_types/config/subgraph/subgraphs/blocks.d.ts.map +1 -1
- package/_types/config/subgraph/subgraphs/data-api.d.ts +1 -1
- package/_types/config/subgraph/subgraphs/data-api.d.ts.map +1 -1
- package/_types/config/subgraph/subgraphs/furo.d.ts +9 -2
- package/_types/config/subgraph/subgraphs/furo.d.ts.map +1 -1
- package/_types/config/subgraph/subgraphs/master-chef-v1.d.ts +9 -1
- package/_types/config/subgraph/subgraphs/master-chef-v1.d.ts.map +1 -1
- package/_types/config/subgraph/subgraphs/master-chef-v2.d.ts +9 -1
- package/_types/config/subgraph/subgraphs/master-chef-v2.d.ts.map +1 -1
- package/_types/config/subgraph/subgraphs/mini-chef.d.ts +9 -2
- package/_types/config/subgraph/subgraphs/mini-chef.d.ts.map +1 -1
- package/_types/config/subgraph/subgraphs/sushi-bar.d.ts +9 -1
- package/_types/config/subgraph/subgraphs/sushi-bar.d.ts.map +1 -1
- package/_types/config/subgraph/subgraphs/sushiswap-v2.d.ts +9 -2
- package/_types/config/subgraph/subgraphs/sushiswap-v2.d.ts.map +1 -1
- package/_types/config/subgraph/subgraphs/sushiswap-v3.d.ts +9 -2
- package/_types/config/subgraph/subgraphs/sushiswap-v3.d.ts.map +1 -1
- package/_types/config/token-chomper.d.ts +2 -2
- package/_types/config/token-chomper.d.ts.map +1 -1
- package/_types/config/token-maps/additional-bases.d.ts.map +1 -1
- package/_types/config/token-maps/default-bases.d.ts +1 -1
- package/_types/config/token-maps/default-bases.d.ts.map +1 -1
- package/_types/config/token-maps/default-quote.d.ts.map +1 -1
- package/_types/config/token-maps/lsds.d.ts.map +1 -1
- package/_types/config/token-maps/short-name-to-currency.d.ts +4 -4
- package/_types/config/token-maps/short-name-to-currency.d.ts.map +1 -1
- package/_types/config/token-maps/stables.d.ts.map +1 -1
- package/_types/config/token-security.d.ts +2 -2
- package/_types/config/token-security.d.ts.map +1 -1
- package/_types/config/wallet.d.ts +2 -2
- package/_types/config/wallet.d.ts.map +1 -1
- package/_types/config/wnative.d.ts +2 -2
- package/_types/config/wnative.d.ts.map +1 -1
- package/_types/currency/currency.d.ts +4 -4
- package/_types/currency/currency.d.ts.map +1 -1
- package/_types/currency/native.d.ts +3 -2
- package/_types/currency/native.d.ts.map +1 -1
- package/_types/currency/token.d.ts +2 -1
- package/_types/currency/token.d.ts.map +1 -1
- package/_types/currency/tokens.d.ts.map +1 -1
- package/_types/currency/zod.d.ts +10 -10
- package/_types/currency/zod.d.ts.map +1 -1
- package/_types/format/id.d.ts +1 -2
- package/_types/format/id.d.ts.map +1 -1
- package/_types/index.d.ts +2 -2
- package/_types/index.d.ts.map +1 -1
- package/_types/pool/sushiswap-v2/zod.d.ts +16 -16
- package/_types/pool/sushiswap-v3/utils/computePoolAddress.d.ts +2 -2
- package/_types/pool/sushiswap-v3/utils/computePoolAddress.d.ts.map +1 -1
- package/_types/pool/trident-constant-product/zod.d.ts +16 -16
- package/_types/pool/trident-stable/zod.d.ts +16 -16
- package/_types/router/get-currency-combinations.d.ts +3 -3
- package/_types/router/get-currency-combinations.d.ts.map +1 -1
- package/_types/token-list/wrapped-token-info.d.ts +3 -3
- package/_types/token-list/wrapped-token-info.d.ts.map +1 -1
- package/_types/types/sushi-pool/pool-id.d.ts +2 -2
- package/_types/types/sushi-pool/pool-id.d.ts.map +1 -1
- package/_types/types/sushi-pool/pool-with-incentives.d.ts +2 -2
- package/_types/types/sushi-pool/pool-with-incentives.d.ts.map +1 -1
- package/_types/types/token.d.ts +2 -2
- package/_types/types/token.d.ts.map +1 -1
- package/address/getCreate2Address.ts +7 -3
- package/api/price.ts +6 -3
- package/chain/chain-key.ts +17 -0
- package/chain/{generate.ts → evm/generate.ts} +10 -17
- package/chain/evm/id.ts +68 -0
- package/chain/evm/index.ts +371 -0
- package/chain/id.ts +8 -64
- package/chain/index.ts +3 -376
- package/chain/non-evm/aptos/id.ts +5 -0
- package/chain/non-evm/aptos/index.ts +23 -0
- package/chain/non-evm/index.ts +2 -0
- package/chain/non-evm/tron/id.ts +5 -0
- package/chain/non-evm/tron/index.ts +23 -0
- package/config/api.ts +1 -4
- package/config/features/aggregator.ts +10 -10
- package/config/features/bentobox.ts +44 -44
- package/config/features/extractor.ts +44 -44
- package/config/features/furo.ts +17 -17
- package/config/features/master-chef.ts +7 -7
- package/config/features/merkl.ts +19 -19
- package/config/features/mini-chef.ts +36 -36
- package/config/features/pancakeswap-v2.ts +25 -25
- package/config/features/pancakeswap-v3.ts +30 -30
- package/config/features/route-processor.ts +336 -337
- package/config/features/squid.ts +32 -32
- package/config/features/stargate.ts +598 -595
- package/config/features/sushiswap-v2.ts +202 -202
- package/config/features/sushiswap-v3.ts +169 -173
- package/config/features/sushiswap.ts +2 -2
- package/config/features/sushixswap.ts +95 -95
- package/config/features/trident.ts +48 -46
- package/config/features/uniswap-v2.ts +19 -19
- package/config/features/uniswap-v3.ts +68 -68
- package/config/governance.ts +2 -2
- package/config/index.ts +0 -2
- package/config/native-ids.ts +65 -65
- package/config/subgraph/get-subgraph-url.ts +107 -0
- package/config/subgraph/hosts.ts +8 -11
- package/config/subgraph/max-first.ts +5 -5
- package/config/subgraph/seconds-between-blocks.ts +28 -28
- package/config/subgraph/subgraphs/bentobox.ts +26 -20
- package/config/subgraph/subgraphs/blocks.ts +49 -41
- package/config/subgraph/subgraphs/furo.ts +27 -19
- package/config/subgraph/subgraphs/master-chef-v1.ts +11 -2
- package/config/subgraph/subgraphs/master-chef-v2.ts +11 -2
- package/config/subgraph/subgraphs/mini-chef.ts +30 -25
- package/config/subgraph/subgraphs/sushi-bar.ts +11 -2
- package/config/subgraph/subgraphs/sushiswap-v2.ts +52 -39
- package/config/subgraph/subgraphs/sushiswap-v3.ts +47 -34
- package/config/token-chomper.ts +86 -86
- package/config/token-maps/additional-bases.ts +85 -81
- package/config/token-maps/bases-to-check-trades-against.ts +339 -339
- package/config/token-maps/custom-bases.ts +5 -5
- package/config/token-maps/default-bases.ts +370 -360
- package/config/token-maps/default-quote.ts +72 -69
- package/config/token-maps/lsds.ts +109 -109
- package/config/token-maps/short-name-to-currency.ts +257 -257
- package/config/token-maps/stables.ts +213 -183
- package/config/token-security.ts +17 -17
- package/config/wallet.ts +78 -78
- package/config/wnative.ts +2 -2
- package/currency/currency.ts +4 -6
- package/currency/native.ts +4 -4
- package/currency/token-addresses.ts +483 -483
- package/currency/token.ts +2 -1
- package/currency/tokens.ts +204 -200
- package/currency/zod.ts +3 -2
- package/format/id.ts +8 -4
- package/index.ts +2 -2
- package/package.json +1 -1
- package/pool/sushiswap-v2/sushiswap-v2-pool.ts +2 -2
- package/pool/sushiswap-v3/utils/computePoolAddress.ts +2 -2
- package/router/get-currency-combinations.ts +3 -3
- package/token-list/wrapped-token-info.ts +3 -3
- package/types/sushi-pool/pool-id.ts +2 -2
- package/types/sushi-pool/pool-with-incentives.ts +2 -2
- package/types/token.ts +2 -2
- package/_cjs/chain/generated-chain-data.js.map +0 -1
- package/_cjs/config/viem.js +0 -849
- package/_cjs/config/viem.js.map +0 -1
- package/_cjs/lowercase-map.js +0 -19
- package/_cjs/lowercase-map.js.map +0 -1
- package/_esm/chain/generated-chain-data.js.map +0 -1
- package/_esm/config/viem.js +0 -906
- package/_esm/config/viem.js.map +0 -1
- package/_esm/lowercase-map.js +0 -15
- package/_esm/lowercase-map.js.map +0 -1
- package/_types/config/viem.d.ts +0 -5279
- package/_types/config/viem.d.ts.map +0 -1
- package/_types/lowercase-map.d.ts +0 -7
- package/_types/lowercase-map.d.ts.map +0 -1
- package/config/viem.ts +0 -1046
- package/lowercase-map.ts +0 -14
- /package/_cjs/chain/{generated-chain-data.js → evm/generated-chain-data.js} +0 -0
- /package/_esm/chain/{generated-chain-data.js → evm/generated-chain-data.js} +0 -0
- /package/_types/chain/{generated-chain-data.d.ts → evm/generated-chain-data.d.ts} +0 -0
- /package/chain/{generated-chain-data.ts → evm/generated-chain-data.ts} +0 -0
|
@@ -1,379 +1,389 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
const index_js_1 = require("../../chain/index.js");
|
|
3
|
+
exports.EVM_DEFAULT_BASES = void 0;
|
|
4
|
+
const index_js_1 = require("../../chain/evm/index.js");
|
|
5
5
|
const index_js_2 = require("../../currency/index.js");
|
|
6
6
|
const stargate_js_1 = require("../features/stargate.js");
|
|
7
|
-
exports.
|
|
8
|
-
[index_js_1.
|
|
9
|
-
index_js_2.Native.onChain(index_js_1.
|
|
10
|
-
index_js_2.WNATIVE[index_js_1.
|
|
11
|
-
index_js_2.SUSHI[index_js_1.
|
|
12
|
-
index_js_2.WBTC[index_js_1.
|
|
13
|
-
index_js_2.USDC[index_js_1.
|
|
14
|
-
index_js_2.USDT[index_js_1.
|
|
15
|
-
index_js_2.DAI[index_js_1.
|
|
16
|
-
],
|
|
17
|
-
[index_js_1.
|
|
18
|
-
index_js_2.Native.onChain(index_js_1.
|
|
19
|
-
index_js_2.WNATIVE[index_js_1.
|
|
20
|
-
index_js_2.USDC[index_js_1.
|
|
21
|
-
],
|
|
22
|
-
[index_js_1.
|
|
23
|
-
[index_js_1.
|
|
24
|
-
index_js_2.Native.onChain(index_js_1.
|
|
25
|
-
index_js_2.WNATIVE[index_js_1.
|
|
26
|
-
index_js_2.GNO[index_js_1.
|
|
27
|
-
index_js_2.WETH9[index_js_1.
|
|
28
|
-
index_js_2.USDC[index_js_1.
|
|
29
|
-
index_js_2.USDT[index_js_1.
|
|
30
|
-
index_js_2.DAI[index_js_1.
|
|
31
|
-
],
|
|
32
|
-
[index_js_1.
|
|
33
|
-
index_js_2.Native.onChain(index_js_1.
|
|
34
|
-
index_js_2.WNATIVE[index_js_1.
|
|
35
|
-
index_js_2.WETH9[index_js_1.
|
|
36
|
-
index_js_2.USDC[index_js_1.
|
|
37
|
-
index_js_2.USDT[index_js_1.
|
|
38
|
-
index_js_2.DAI[index_js_1.
|
|
39
|
-
],
|
|
40
|
-
[index_js_1.
|
|
41
|
-
[index_js_1.
|
|
42
|
-
index_js_2.Native.onChain(index_js_1.
|
|
43
|
-
index_js_2.WNATIVE[index_js_1.
|
|
44
|
-
index_js_2.WBTC[index_js_1.
|
|
45
|
-
index_js_2.WETH9[index_js_1.
|
|
46
|
-
index_js_2.USDC[index_js_1.
|
|
47
|
-
index_js_2.USDT[index_js_1.
|
|
48
|
-
index_js_2.DAI[index_js_1.
|
|
49
|
-
],
|
|
50
|
-
[index_js_1.
|
|
51
|
-
[index_js_1.
|
|
52
|
-
index_js_2.Native.onChain(index_js_1.
|
|
53
|
-
index_js_2.WNATIVE[index_js_1.
|
|
54
|
-
index_js_2.WETH9[index_js_1.
|
|
55
|
-
index_js_2.WBTC[index_js_1.
|
|
56
|
-
index_js_2.USDC[index_js_1.
|
|
57
|
-
index_js_2.USDT[index_js_1.
|
|
58
|
-
index_js_2.DAI[index_js_1.
|
|
59
|
-
index_js_2.MIM[index_js_1.
|
|
60
|
-
index_js_2.FRAX[index_js_1.
|
|
61
|
-
],
|
|
62
|
-
[index_js_1.
|
|
63
|
-
[index_js_1.
|
|
64
|
-
index_js_2.Native.onChain(index_js_1.
|
|
65
|
-
index_js_2.WNATIVE[index_js_1.
|
|
66
|
-
index_js_2.ARB[index_js_1.
|
|
67
|
-
index_js_2.WBTC[index_js_1.
|
|
68
|
-
index_js_2.USDC[index_js_1.
|
|
69
|
-
index_js_2.USDT[index_js_1.
|
|
70
|
-
index_js_2.DAI[index_js_1.
|
|
71
|
-
],
|
|
72
|
-
[index_js_1.
|
|
73
|
-
index_js_2.Native.onChain(index_js_1.
|
|
74
|
-
index_js_2.WNATIVE[index_js_1.
|
|
75
|
-
index_js_2.USDC[index_js_1.
|
|
76
|
-
index_js_2.USDT[index_js_1.
|
|
77
|
-
index_js_2.DAI[index_js_1.
|
|
78
|
-
index_js_2.FRAX[index_js_1.
|
|
79
|
-
index_js_2.WBTC[index_js_1.
|
|
80
|
-
],
|
|
81
|
-
[index_js_1.
|
|
82
|
-
index_js_2.Native.onChain(index_js_1.
|
|
83
|
-
index_js_2.WNATIVE[index_js_1.
|
|
84
|
-
index_js_2.axlUSDC[index_js_1.
|
|
85
|
-
stargate_js_1.STARGATE_USDC[index_js_1.
|
|
86
|
-
stargate_js_1.STARGATE_USDT[index_js_1.
|
|
87
|
-
stargate_js_1.STARGATE_WETH[index_js_1.
|
|
88
|
-
stargate_js_1.STARGATE_WBTC[index_js_1.
|
|
89
|
-
index_js_2.axlUSDC[index_js_1.
|
|
90
|
-
index_js_2.MIM[index_js_1.
|
|
91
|
-
],
|
|
92
|
-
[index_js_1.
|
|
93
|
-
[index_js_1.
|
|
94
|
-
index_js_2.Native.onChain(index_js_1.
|
|
95
|
-
index_js_2.WNATIVE[index_js_1.
|
|
96
|
-
index_js_2.ARB[index_js_1.
|
|
97
|
-
index_js_2.WBTC[index_js_1.
|
|
98
|
-
index_js_2.USDC[index_js_1.
|
|
99
|
-
index_js_2.USDT[index_js_1.
|
|
100
|
-
index_js_2.DAI[index_js_1.
|
|
101
|
-
index_js_2.MIM[index_js_1.
|
|
102
|
-
],
|
|
103
|
-
[index_js_1.
|
|
104
|
-
[index_js_1.
|
|
105
|
-
index_js_2.Native.onChain(index_js_1.
|
|
106
|
-
index_js_2.WNATIVE[index_js_1.
|
|
107
|
-
index_js_2.WETH9[index_js_1.
|
|
108
|
-
index_js_2.USDC[index_js_1.
|
|
109
|
-
index_js_2.USDT[index_js_1.
|
|
110
|
-
index_js_2.DAI[index_js_1.
|
|
111
|
-
],
|
|
112
|
-
[index_js_1.
|
|
113
|
-
index_js_2.Native.onChain(index_js_1.
|
|
114
|
-
index_js_2.WNATIVE[index_js_1.
|
|
115
|
-
index_js_2.WETH9[index_js_1.
|
|
116
|
-
index_js_2.USDC[index_js_1.
|
|
117
|
-
index_js_2.USDT[index_js_1.
|
|
118
|
-
index_js_2.DAI[index_js_1.
|
|
119
|
-
],
|
|
120
|
-
[index_js_1.
|
|
121
|
-
index_js_2.Native.onChain(index_js_1.
|
|
122
|
-
index_js_2.WNATIVE[index_js_1.
|
|
123
|
-
index_js_2.WETH9[index_js_1.
|
|
124
|
-
index_js_2.USDC[index_js_1.
|
|
125
|
-
index_js_2.USDT[index_js_1.
|
|
126
|
-
index_js_2.DAI[index_js_1.
|
|
127
|
-
],
|
|
128
|
-
[index_js_1.
|
|
129
|
-
index_js_2.Native.onChain(index_js_1.
|
|
130
|
-
index_js_2.WETH9[index_js_1.
|
|
131
|
-
index_js_2.USDC[index_js_1.
|
|
132
|
-
index_js_2.USDT[index_js_1.
|
|
133
|
-
index_js_2.DAI[index_js_1.
|
|
134
|
-
],
|
|
135
|
-
[index_js_1.
|
|
136
|
-
index_js_2.Native.onChain(index_js_1.
|
|
137
|
-
index_js_2.WNATIVE[index_js_1.
|
|
138
|
-
index_js_2.WETH9[index_js_1.
|
|
139
|
-
],
|
|
140
|
-
[index_js_1.
|
|
141
|
-
index_js_2.Native.onChain(index_js_1.
|
|
142
|
-
index_js_2.WNATIVE[index_js_1.
|
|
143
|
-
index_js_2.WETH9[index_js_1.
|
|
144
|
-
index_js_2.USDC[index_js_1.
|
|
145
|
-
index_js_2.USDT[index_js_1.
|
|
146
|
-
index_js_2.DAI[index_js_1.
|
|
147
|
-
index_js_2.FRAX[index_js_1.
|
|
148
|
-
],
|
|
149
|
-
[index_js_1.
|
|
150
|
-
index_js_2.Native.onChain(index_js_1.
|
|
151
|
-
index_js_2.WNATIVE[index_js_1.
|
|
152
|
-
index_js_2.WBTC[index_js_1.
|
|
153
|
-
index_js_2.WETH9[index_js_1.
|
|
154
|
-
index_js_2.USDC[index_js_1.
|
|
155
|
-
index_js_2.USDT[index_js_1.
|
|
156
|
-
index_js_2.DAI[index_js_1.
|
|
157
|
-
],
|
|
158
|
-
[index_js_1.
|
|
159
|
-
index_js_2.Native.onChain(index_js_1.
|
|
160
|
-
index_js_2.WNATIVE[index_js_1.
|
|
161
|
-
index_js_2.WETH9[index_js_1.
|
|
162
|
-
index_js_2.USDC[index_js_1.
|
|
163
|
-
index_js_2.USDT[index_js_1.
|
|
164
|
-
],
|
|
165
|
-
[index_js_1.
|
|
166
|
-
index_js_2.Native.onChain(index_js_1.
|
|
167
|
-
index_js_2.WNATIVE[index_js_1.
|
|
168
|
-
index_js_2.axlUSDC[index_js_1.
|
|
169
|
-
index_js_2.WORMHOLE_USDC[index_js_1.
|
|
170
|
-
index_js_2.WORMHOLE_WETH[index_js_1.
|
|
171
|
-
index_js_2.WORMHOLE_WBTC[index_js_1.
|
|
172
|
-
],
|
|
173
|
-
[index_js_1.
|
|
174
|
-
index_js_2.Native.onChain(index_js_1.
|
|
175
|
-
index_js_2.WNATIVE[index_js_1.
|
|
176
|
-
index_js_2.WBTC[index_js_1.
|
|
177
|
-
index_js_2.USDC[index_js_1.
|
|
178
|
-
index_js_2.USDT[index_js_1.
|
|
179
|
-
index_js_2.DAI[index_js_1.
|
|
180
|
-
],
|
|
181
|
-
[index_js_1.
|
|
182
|
-
index_js_2.Native.onChain(index_js_1.
|
|
183
|
-
index_js_2.WNATIVE[index_js_1.
|
|
184
|
-
index_js_2.axlWBTC[index_js_1.
|
|
185
|
-
stargate_js_1.STARGATE_WETH[index_js_1.
|
|
186
|
-
index_js_2.axlUSDC[index_js_1.
|
|
187
|
-
index_js_2.USDT[index_js_1.
|
|
188
|
-
],
|
|
189
|
-
[index_js_1.
|
|
190
|
-
index_js_2.Native.onChain(index_js_1.
|
|
191
|
-
index_js_2.WNATIVE[index_js_1.
|
|
192
|
-
index_js_2.WBTC[index_js_1.
|
|
193
|
-
index_js_2.WETH9[index_js_1.
|
|
194
|
-
index_js_2.USDC[index_js_1.
|
|
195
|
-
index_js_2.USDT[index_js_1.
|
|
196
|
-
index_js_2.DAI[index_js_1.
|
|
197
|
-
],
|
|
198
|
-
[index_js_1.
|
|
199
|
-
index_js_2.Native.onChain(index_js_1.
|
|
200
|
-
index_js_2.WNATIVE[index_js_1.
|
|
201
|
-
index_js_2.USDC[index_js_1.
|
|
202
|
-
index_js_2.USDT[index_js_1.
|
|
203
|
-
],
|
|
204
|
-
[index_js_1.
|
|
205
|
-
index_js_2.Native.onChain(index_js_1.
|
|
206
|
-
index_js_2.WNATIVE[index_js_1.
|
|
7
|
+
exports.EVM_DEFAULT_BASES = {
|
|
8
|
+
[index_js_1.EvmChainId.ETHEREUM]: [
|
|
9
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.ETHEREUM),
|
|
10
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.ETHEREUM],
|
|
11
|
+
index_js_2.SUSHI[index_js_1.EvmChainId.ETHEREUM],
|
|
12
|
+
index_js_2.WBTC[index_js_1.EvmChainId.ETHEREUM],
|
|
13
|
+
index_js_2.USDC[index_js_1.EvmChainId.ETHEREUM],
|
|
14
|
+
index_js_2.USDT[index_js_1.EvmChainId.ETHEREUM],
|
|
15
|
+
index_js_2.DAI[index_js_1.EvmChainId.ETHEREUM],
|
|
16
|
+
],
|
|
17
|
+
[index_js_1.EvmChainId.SEPOLIA]: [
|
|
18
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.SEPOLIA),
|
|
19
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.SEPOLIA],
|
|
20
|
+
index_js_2.USDC[index_js_1.EvmChainId.SEPOLIA],
|
|
21
|
+
],
|
|
22
|
+
[index_js_1.EvmChainId.GÖRLI]: [],
|
|
23
|
+
[index_js_1.EvmChainId.GNOSIS]: [
|
|
24
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.GNOSIS),
|
|
25
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.GNOSIS],
|
|
26
|
+
index_js_2.GNO[index_js_1.EvmChainId.GNOSIS],
|
|
27
|
+
index_js_2.WETH9[index_js_1.EvmChainId.GNOSIS],
|
|
28
|
+
index_js_2.USDC[index_js_1.EvmChainId.GNOSIS],
|
|
29
|
+
index_js_2.USDT[index_js_1.EvmChainId.GNOSIS],
|
|
30
|
+
index_js_2.DAI[index_js_1.EvmChainId.GNOSIS],
|
|
31
|
+
],
|
|
32
|
+
[index_js_1.EvmChainId.BSC]: [
|
|
33
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.BSC),
|
|
34
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.BSC],
|
|
35
|
+
index_js_2.WETH9[index_js_1.EvmChainId.BSC],
|
|
36
|
+
index_js_2.USDC[index_js_1.EvmChainId.BSC],
|
|
37
|
+
index_js_2.USDT[index_js_1.EvmChainId.BSC],
|
|
38
|
+
index_js_2.DAI[index_js_1.EvmChainId.BSC],
|
|
39
|
+
],
|
|
40
|
+
[index_js_1.EvmChainId.BSC_TESTNET]: [],
|
|
41
|
+
[index_js_1.EvmChainId.POLYGON]: [
|
|
42
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.POLYGON),
|
|
43
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.POLYGON],
|
|
44
|
+
index_js_2.WBTC[index_js_1.EvmChainId.POLYGON],
|
|
45
|
+
index_js_2.WETH9[index_js_1.EvmChainId.POLYGON],
|
|
46
|
+
index_js_2.USDC[index_js_1.EvmChainId.POLYGON],
|
|
47
|
+
index_js_2.USDT[index_js_1.EvmChainId.POLYGON],
|
|
48
|
+
index_js_2.DAI[index_js_1.EvmChainId.POLYGON],
|
|
49
|
+
],
|
|
50
|
+
[index_js_1.EvmChainId.POLYGON_TESTNET]: [],
|
|
51
|
+
[index_js_1.EvmChainId.AVALANCHE]: [
|
|
52
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.AVALANCHE),
|
|
53
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.AVALANCHE],
|
|
54
|
+
index_js_2.WETH9[index_js_1.EvmChainId.AVALANCHE],
|
|
55
|
+
index_js_2.WBTC[index_js_1.EvmChainId.AVALANCHE],
|
|
56
|
+
index_js_2.USDC[index_js_1.EvmChainId.AVALANCHE],
|
|
57
|
+
index_js_2.USDT[index_js_1.EvmChainId.AVALANCHE],
|
|
58
|
+
index_js_2.DAI[index_js_1.EvmChainId.AVALANCHE],
|
|
59
|
+
index_js_2.MIM[index_js_1.EvmChainId.AVALANCHE],
|
|
60
|
+
index_js_2.FRAX[index_js_1.EvmChainId.AVALANCHE],
|
|
61
|
+
],
|
|
62
|
+
[index_js_1.EvmChainId.AVALANCHE_TESTNET]: [],
|
|
63
|
+
[index_js_1.EvmChainId.ARBITRUM_NOVA]: [
|
|
64
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.ARBITRUM_NOVA),
|
|
65
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.ARBITRUM_NOVA],
|
|
66
|
+
index_js_2.ARB[index_js_1.EvmChainId.ARBITRUM_NOVA],
|
|
67
|
+
index_js_2.WBTC[index_js_1.EvmChainId.ARBITRUM_NOVA],
|
|
68
|
+
index_js_2.USDC[index_js_1.EvmChainId.ARBITRUM_NOVA],
|
|
69
|
+
index_js_2.USDT[index_js_1.EvmChainId.ARBITRUM_NOVA],
|
|
70
|
+
index_js_2.DAI[index_js_1.EvmChainId.ARBITRUM_NOVA],
|
|
71
|
+
],
|
|
72
|
+
[index_js_1.EvmChainId.BOBA]: [
|
|
73
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.BOBA),
|
|
74
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.BOBA],
|
|
75
|
+
index_js_2.USDC[index_js_1.EvmChainId.BOBA],
|
|
76
|
+
index_js_2.USDT[index_js_1.EvmChainId.BOBA],
|
|
77
|
+
index_js_2.DAI[index_js_1.EvmChainId.BOBA],
|
|
78
|
+
index_js_2.FRAX[index_js_1.EvmChainId.BOBA],
|
|
79
|
+
index_js_2.WBTC[index_js_1.EvmChainId.BOBA],
|
|
80
|
+
],
|
|
81
|
+
[index_js_1.EvmChainId.FANTOM]: [
|
|
82
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.FANTOM),
|
|
83
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.FANTOM],
|
|
84
|
+
index_js_2.axlUSDC[index_js_1.EvmChainId.FANTOM],
|
|
85
|
+
stargate_js_1.STARGATE_USDC[index_js_1.EvmChainId.FANTOM],
|
|
86
|
+
stargate_js_1.STARGATE_USDT[index_js_1.EvmChainId.FANTOM],
|
|
87
|
+
stargate_js_1.STARGATE_WETH[index_js_1.EvmChainId.FANTOM],
|
|
88
|
+
stargate_js_1.STARGATE_WBTC[index_js_1.EvmChainId.FANTOM],
|
|
89
|
+
index_js_2.axlUSDC[index_js_1.EvmChainId.FANTOM],
|
|
90
|
+
index_js_2.MIM[index_js_1.EvmChainId.FANTOM],
|
|
91
|
+
],
|
|
92
|
+
[index_js_1.EvmChainId.FANTOM_TESTNET]: [],
|
|
93
|
+
[index_js_1.EvmChainId.ARBITRUM]: [
|
|
94
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.ARBITRUM),
|
|
95
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.ARBITRUM],
|
|
96
|
+
index_js_2.ARB[index_js_1.EvmChainId.ARBITRUM],
|
|
97
|
+
index_js_2.WBTC[index_js_1.EvmChainId.ARBITRUM],
|
|
98
|
+
index_js_2.USDC[index_js_1.EvmChainId.ARBITRUM],
|
|
99
|
+
index_js_2.USDT[index_js_1.EvmChainId.ARBITRUM],
|
|
100
|
+
index_js_2.DAI[index_js_1.EvmChainId.ARBITRUM],
|
|
101
|
+
index_js_2.MIM[index_js_1.EvmChainId.ARBITRUM],
|
|
102
|
+
],
|
|
103
|
+
[index_js_1.EvmChainId.ARBITRUM_TESTNET]: [],
|
|
104
|
+
[index_js_1.EvmChainId.HARMONY]: [
|
|
105
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.HARMONY),
|
|
106
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.HARMONY],
|
|
107
|
+
index_js_2.WETH9[index_js_1.EvmChainId.HARMONY],
|
|
108
|
+
index_js_2.USDC[index_js_1.EvmChainId.HARMONY],
|
|
109
|
+
index_js_2.USDT[index_js_1.EvmChainId.HARMONY],
|
|
110
|
+
index_js_2.DAI[index_js_1.EvmChainId.HARMONY],
|
|
111
|
+
],
|
|
112
|
+
[index_js_1.EvmChainId.HECO]: [
|
|
113
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.HECO),
|
|
114
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.HECO],
|
|
115
|
+
index_js_2.WETH9[index_js_1.EvmChainId.HECO],
|
|
116
|
+
index_js_2.USDC[index_js_1.EvmChainId.HECO],
|
|
117
|
+
index_js_2.USDT[index_js_1.EvmChainId.HECO],
|
|
118
|
+
index_js_2.DAI[index_js_1.EvmChainId.HECO],
|
|
119
|
+
],
|
|
120
|
+
[index_js_1.EvmChainId.OKEX]: [
|
|
121
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.OKEX),
|
|
122
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.OKEX],
|
|
123
|
+
index_js_2.WETH9[index_js_1.EvmChainId.OKEX],
|
|
124
|
+
index_js_2.USDC[index_js_1.EvmChainId.OKEX],
|
|
125
|
+
index_js_2.USDT[index_js_1.EvmChainId.OKEX],
|
|
126
|
+
index_js_2.DAI[index_js_1.EvmChainId.OKEX],
|
|
127
|
+
],
|
|
128
|
+
[index_js_1.EvmChainId.CELO]: [
|
|
129
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.CELO),
|
|
130
|
+
index_js_2.WETH9[index_js_1.EvmChainId.CELO],
|
|
131
|
+
index_js_2.USDC[index_js_1.EvmChainId.CELO],
|
|
132
|
+
index_js_2.USDT[index_js_1.EvmChainId.CELO],
|
|
133
|
+
index_js_2.DAI[index_js_1.EvmChainId.CELO],
|
|
134
|
+
],
|
|
135
|
+
[index_js_1.EvmChainId.PALM]: [
|
|
136
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.PALM),
|
|
137
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.PALM],
|
|
138
|
+
index_js_2.WETH9[index_js_1.EvmChainId.PALM],
|
|
139
|
+
],
|
|
140
|
+
[index_js_1.EvmChainId.MOONRIVER]: [
|
|
141
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.MOONRIVER),
|
|
142
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.MOONRIVER],
|
|
143
|
+
index_js_2.WETH9[index_js_1.EvmChainId.MOONRIVER],
|
|
144
|
+
index_js_2.USDC[index_js_1.EvmChainId.MOONRIVER],
|
|
145
|
+
index_js_2.USDT[index_js_1.EvmChainId.MOONRIVER],
|
|
146
|
+
index_js_2.DAI[index_js_1.EvmChainId.MOONRIVER],
|
|
147
|
+
index_js_2.FRAX[index_js_1.EvmChainId.MOONRIVER],
|
|
148
|
+
],
|
|
149
|
+
[index_js_1.EvmChainId.FUSE]: [
|
|
150
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.FUSE),
|
|
151
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.FUSE],
|
|
152
|
+
index_js_2.WBTC[index_js_1.EvmChainId.FUSE],
|
|
153
|
+
index_js_2.WETH9[index_js_1.EvmChainId.FUSE],
|
|
154
|
+
index_js_2.USDC[index_js_1.EvmChainId.FUSE],
|
|
155
|
+
index_js_2.USDT[index_js_1.EvmChainId.FUSE],
|
|
156
|
+
index_js_2.DAI[index_js_1.EvmChainId.FUSE],
|
|
157
|
+
],
|
|
158
|
+
[index_js_1.EvmChainId.TELOS]: [
|
|
159
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.TELOS),
|
|
160
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.TELOS],
|
|
161
|
+
index_js_2.WETH9[index_js_1.EvmChainId.TELOS],
|
|
162
|
+
index_js_2.USDC[index_js_1.EvmChainId.TELOS],
|
|
163
|
+
index_js_2.USDT[index_js_1.EvmChainId.TELOS],
|
|
164
|
+
],
|
|
165
|
+
[index_js_1.EvmChainId.MOONBEAM]: [
|
|
166
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.MOONBEAM),
|
|
167
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.MOONBEAM],
|
|
168
|
+
index_js_2.axlUSDC[index_js_1.EvmChainId.MOONBEAM],
|
|
169
|
+
index_js_2.WORMHOLE_USDC[index_js_1.EvmChainId.MOONBEAM],
|
|
170
|
+
index_js_2.WORMHOLE_WETH[index_js_1.EvmChainId.MOONBEAM],
|
|
171
|
+
index_js_2.WORMHOLE_WBTC[index_js_1.EvmChainId.MOONBEAM],
|
|
172
|
+
],
|
|
173
|
+
[index_js_1.EvmChainId.OPTIMISM]: [
|
|
174
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.OPTIMISM),
|
|
175
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.OPTIMISM],
|
|
176
|
+
index_js_2.WBTC[index_js_1.EvmChainId.OPTIMISM],
|
|
177
|
+
index_js_2.USDC[index_js_1.EvmChainId.OPTIMISM],
|
|
178
|
+
index_js_2.USDT[index_js_1.EvmChainId.OPTIMISM],
|
|
179
|
+
index_js_2.DAI[index_js_1.EvmChainId.OPTIMISM],
|
|
180
|
+
],
|
|
181
|
+
[index_js_1.EvmChainId.KAVA]: [
|
|
182
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.KAVA),
|
|
183
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.KAVA],
|
|
184
|
+
index_js_2.axlWBTC[index_js_1.EvmChainId.KAVA],
|
|
185
|
+
stargate_js_1.STARGATE_WETH[index_js_1.EvmChainId.KAVA],
|
|
186
|
+
index_js_2.axlUSDC[index_js_1.EvmChainId.KAVA],
|
|
187
|
+
index_js_2.USDT[index_js_1.EvmChainId.KAVA],
|
|
188
|
+
],
|
|
189
|
+
[index_js_1.EvmChainId.METIS]: [
|
|
190
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.METIS),
|
|
191
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.METIS],
|
|
192
|
+
index_js_2.WBTC[index_js_1.EvmChainId.METIS],
|
|
193
|
+
index_js_2.WETH9[index_js_1.EvmChainId.METIS],
|
|
194
|
+
index_js_2.USDC[index_js_1.EvmChainId.METIS],
|
|
195
|
+
index_js_2.USDT[index_js_1.EvmChainId.METIS],
|
|
196
|
+
index_js_2.DAI[index_js_1.EvmChainId.METIS],
|
|
197
|
+
],
|
|
198
|
+
[index_js_1.EvmChainId.BOBA_AVAX]: [
|
|
199
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.BOBA_AVAX),
|
|
200
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.BOBA_AVAX],
|
|
201
|
+
index_js_2.USDC[index_js_1.EvmChainId.BOBA_AVAX],
|
|
202
|
+
index_js_2.USDT[index_js_1.EvmChainId.BOBA_AVAX],
|
|
203
|
+
],
|
|
204
|
+
[index_js_1.EvmChainId.BOBA_BNB]: [
|
|
205
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.BOBA_BNB),
|
|
206
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.BOBA_BNB],
|
|
207
207
|
new index_js_2.Token({
|
|
208
|
-
chainId: index_js_1.
|
|
208
|
+
chainId: index_js_1.EvmChainId.BOBA_BNB,
|
|
209
209
|
symbol: 'BNB',
|
|
210
210
|
name: 'Binance Coin',
|
|
211
211
|
decimals: 18,
|
|
212
212
|
address: '0x4200000000000000000000000000000000000023',
|
|
213
213
|
}),
|
|
214
|
-
index_js_2.USDC[index_js_1.
|
|
215
|
-
index_js_2.USDT[index_js_1.
|
|
216
|
-
],
|
|
217
|
-
[index_js_1.
|
|
218
|
-
index_js_2.Native.onChain(index_js_1.
|
|
219
|
-
index_js_2.WNATIVE[index_js_1.
|
|
220
|
-
index_js_2.WETH9[index_js_1.
|
|
221
|
-
index_js_2.USDC[index_js_1.
|
|
222
|
-
index_js_2.USDT[index_js_1.
|
|
223
|
-
],
|
|
224
|
-
[index_js_1.
|
|
225
|
-
index_js_2.Native.onChain(index_js_1.
|
|
226
|
-
index_js_2.WNATIVE[index_js_1.
|
|
227
|
-
index_js_2.MATIC[index_js_1.
|
|
228
|
-
index_js_2.USDC[index_js_1.
|
|
229
|
-
index_js_2.USDT[index_js_1.
|
|
230
|
-
index_js_2.DAI[index_js_1.
|
|
231
|
-
index_js_2.WBTC[index_js_1.
|
|
232
|
-
],
|
|
233
|
-
[index_js_1.
|
|
234
|
-
index_js_2.Native.onChain(index_js_1.
|
|
235
|
-
index_js_2.WNATIVE[index_js_1.
|
|
236
|
-
index_js_2.WETH9[index_js_1.
|
|
237
|
-
index_js_2.USDC[index_js_1.
|
|
238
|
-
index_js_2.USDT[index_js_1.
|
|
239
|
-
index_js_2.WBTC[index_js_1.
|
|
240
|
-
],
|
|
241
|
-
[index_js_1.
|
|
242
|
-
index_js_2.Native.onChain(index_js_1.
|
|
243
|
-
index_js_2.WNATIVE[index_js_1.
|
|
244
|
-
index_js_2.axlETH[index_js_1.
|
|
245
|
-
index_js_2.axlWBTC[index_js_1.
|
|
246
|
-
index_js_2.axlUSDC[index_js_1.
|
|
247
|
-
index_js_2.axlUSDT[index_js_1.
|
|
248
|
-
index_js_2.axlDAI[index_js_1.
|
|
249
|
-
],
|
|
250
|
-
[index_js_1.
|
|
251
|
-
index_js_2.Native.onChain(index_js_1.
|
|
252
|
-
index_js_2.WNATIVE[index_js_1.
|
|
253
|
-
index_js_2.WETH9[index_js_1.
|
|
254
|
-
index_js_2.USDC[index_js_1.
|
|
255
|
-
index_js_2.USDT[index_js_1.
|
|
256
|
-
],
|
|
257
|
-
[index_js_1.
|
|
258
|
-
index_js_2.Native.onChain(index_js_1.
|
|
259
|
-
index_js_2.WNATIVE[index_js_1.
|
|
260
|
-
index_js_2.WBTC[index_js_1.
|
|
261
|
-
index_js_2.USDC[index_js_1.
|
|
262
|
-
],
|
|
263
|
-
[index_js_1.
|
|
264
|
-
index_js_2.Native.onChain(index_js_1.
|
|
265
|
-
index_js_2.WNATIVE[index_js_1.
|
|
266
|
-
index_js_2.DAI[index_js_1.
|
|
267
|
-
index_js_2.USDC[index_js_1.
|
|
268
|
-
],
|
|
269
|
-
[index_js_1.
|
|
270
|
-
index_js_2.Native.onChain(index_js_1.
|
|
271
|
-
index_js_2.WNATIVE[index_js_1.
|
|
272
|
-
index_js_2.DAI[index_js_1.
|
|
214
|
+
index_js_2.USDC[index_js_1.EvmChainId.BOBA_BNB],
|
|
215
|
+
index_js_2.USDT[index_js_1.EvmChainId.BOBA_BNB],
|
|
216
|
+
],
|
|
217
|
+
[index_js_1.EvmChainId.BTTC]: [
|
|
218
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.BTTC),
|
|
219
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.BTTC],
|
|
220
|
+
index_js_2.WETH9[index_js_1.EvmChainId.BTTC],
|
|
221
|
+
index_js_2.USDC[index_js_1.EvmChainId.BTTC],
|
|
222
|
+
index_js_2.USDT[index_js_1.EvmChainId.BTTC],
|
|
223
|
+
],
|
|
224
|
+
[index_js_1.EvmChainId.POLYGON_ZKEVM]: [
|
|
225
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.POLYGON_ZKEVM),
|
|
226
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.POLYGON_ZKEVM],
|
|
227
|
+
index_js_2.MATIC[index_js_1.EvmChainId.POLYGON_ZKEVM],
|
|
228
|
+
index_js_2.USDC[index_js_1.EvmChainId.POLYGON_ZKEVM],
|
|
229
|
+
index_js_2.USDT[index_js_1.EvmChainId.POLYGON_ZKEVM],
|
|
230
|
+
index_js_2.DAI[index_js_1.EvmChainId.POLYGON_ZKEVM],
|
|
231
|
+
index_js_2.WBTC[index_js_1.EvmChainId.POLYGON_ZKEVM],
|
|
232
|
+
],
|
|
233
|
+
[index_js_1.EvmChainId.THUNDERCORE]: [
|
|
234
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.THUNDERCORE),
|
|
235
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.THUNDERCORE],
|
|
236
|
+
index_js_2.WETH9[index_js_1.EvmChainId.THUNDERCORE],
|
|
237
|
+
index_js_2.USDC[index_js_1.EvmChainId.THUNDERCORE],
|
|
238
|
+
index_js_2.USDT[index_js_1.EvmChainId.THUNDERCORE],
|
|
239
|
+
index_js_2.WBTC[index_js_1.EvmChainId.THUNDERCORE],
|
|
240
|
+
],
|
|
241
|
+
[index_js_1.EvmChainId.HAQQ]: [
|
|
242
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.HAQQ),
|
|
243
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.HAQQ],
|
|
244
|
+
index_js_2.axlETH[index_js_1.EvmChainId.HAQQ],
|
|
245
|
+
index_js_2.axlWBTC[index_js_1.EvmChainId.HAQQ],
|
|
246
|
+
index_js_2.axlUSDC[index_js_1.EvmChainId.HAQQ],
|
|
247
|
+
index_js_2.axlUSDT[index_js_1.EvmChainId.HAQQ],
|
|
248
|
+
index_js_2.axlDAI[index_js_1.EvmChainId.HAQQ],
|
|
249
|
+
],
|
|
250
|
+
[index_js_1.EvmChainId.CORE]: [
|
|
251
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.CORE),
|
|
252
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.CORE],
|
|
253
|
+
index_js_2.WETH9[index_js_1.EvmChainId.CORE],
|
|
254
|
+
index_js_2.USDC[index_js_1.EvmChainId.CORE],
|
|
255
|
+
index_js_2.USDT[index_js_1.EvmChainId.CORE],
|
|
256
|
+
],
|
|
257
|
+
[index_js_1.EvmChainId.ZKSYNC_ERA]: [
|
|
258
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.ZKSYNC_ERA),
|
|
259
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.ZKSYNC_ERA],
|
|
260
|
+
index_js_2.WBTC[index_js_1.EvmChainId.ZKSYNC_ERA],
|
|
261
|
+
index_js_2.USDC[index_js_1.EvmChainId.ZKSYNC_ERA],
|
|
262
|
+
],
|
|
263
|
+
[index_js_1.EvmChainId.LINEA]: [
|
|
264
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.LINEA),
|
|
265
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.LINEA],
|
|
266
|
+
index_js_2.DAI[index_js_1.EvmChainId.LINEA],
|
|
267
|
+
index_js_2.USDC[index_js_1.EvmChainId.LINEA],
|
|
268
|
+
],
|
|
269
|
+
[index_js_1.EvmChainId.BASE]: [
|
|
270
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.BASE),
|
|
271
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.BASE],
|
|
272
|
+
index_js_2.DAI[index_js_1.EvmChainId.BASE],
|
|
273
273
|
new index_js_2.Token({
|
|
274
|
-
chainId: index_js_1.
|
|
274
|
+
chainId: index_js_1.EvmChainId.BASE,
|
|
275
275
|
symbol: 'USDbC',
|
|
276
276
|
name: 'USD Base Coin',
|
|
277
277
|
decimals: 6,
|
|
278
278
|
address: '0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA',
|
|
279
279
|
}),
|
|
280
|
-
index_js_2.USDC[index_js_1.
|
|
280
|
+
index_js_2.USDC[index_js_1.EvmChainId.BASE],
|
|
281
281
|
new index_js_2.Token({
|
|
282
|
-
chainId: index_js_1.
|
|
282
|
+
chainId: index_js_1.EvmChainId.BASE,
|
|
283
283
|
symbol: 'OX',
|
|
284
284
|
name: 'OX Coin',
|
|
285
285
|
decimals: 18,
|
|
286
286
|
address: '0xba0Dda8762C24dA9487f5FA026a9B64b695A07Ea',
|
|
287
287
|
}),
|
|
288
288
|
],
|
|
289
|
-
[index_js_1.
|
|
290
|
-
index_js_2.Native.onChain(index_js_1.
|
|
291
|
-
index_js_2.WNATIVE[index_js_1.
|
|
292
|
-
index_js_2.USDC[index_js_1.
|
|
293
|
-
index_js_2.USDT[index_js_1.
|
|
294
|
-
index_js_2.WBTC[index_js_1.
|
|
295
|
-
],
|
|
296
|
-
[index_js_1.
|
|
297
|
-
index_js_2.Native.onChain(index_js_1.
|
|
298
|
-
index_js_2.WNATIVE[index_js_1.
|
|
299
|
-
index_js_2.USDC[index_js_1.
|
|
300
|
-
index_js_2.DAI[index_js_1.
|
|
301
|
-
],
|
|
302
|
-
[index_js_1.
|
|
303
|
-
index_js_2.Native.onChain(index_js_1.
|
|
304
|
-
index_js_2.WNATIVE[index_js_1.
|
|
289
|
+
[index_js_1.EvmChainId.SCROLL]: [
|
|
290
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.SCROLL),
|
|
291
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.SCROLL],
|
|
292
|
+
index_js_2.USDC[index_js_1.EvmChainId.SCROLL],
|
|
293
|
+
index_js_2.USDT[index_js_1.EvmChainId.SCROLL],
|
|
294
|
+
index_js_2.WBTC[index_js_1.EvmChainId.SCROLL],
|
|
295
|
+
],
|
|
296
|
+
[index_js_1.EvmChainId.FILECOIN]: [
|
|
297
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.FILECOIN),
|
|
298
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.FILECOIN],
|
|
299
|
+
index_js_2.USDC[index_js_1.EvmChainId.FILECOIN],
|
|
300
|
+
index_js_2.DAI[index_js_1.EvmChainId.FILECOIN],
|
|
301
|
+
],
|
|
302
|
+
[index_js_1.EvmChainId.ZETACHAIN]: [
|
|
303
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.ZETACHAIN),
|
|
304
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.ZETACHAIN],
|
|
305
305
|
index_js_2.ZETA_ETH_BRIDGE_USDC,
|
|
306
306
|
index_js_2.ZETA_ETH_BRIDGE_USDT,
|
|
307
|
-
index_js_2.WETH9[index_js_1.
|
|
307
|
+
index_js_2.WETH9[index_js_1.EvmChainId.ZETACHAIN],
|
|
308
308
|
],
|
|
309
|
-
[index_js_1.
|
|
310
|
-
index_js_2.Native.onChain(index_js_1.
|
|
311
|
-
index_js_2.WNATIVE[index_js_1.
|
|
312
|
-
index_js_2.WETH9[index_js_1.
|
|
313
|
-
index_js_2.WBTC[index_js_1.
|
|
314
|
-
index_js_2.USDC[index_js_1.
|
|
309
|
+
[index_js_1.EvmChainId.CRONOS]: [
|
|
310
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.CRONOS),
|
|
311
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.CRONOS],
|
|
312
|
+
index_js_2.WETH9[index_js_1.EvmChainId.CRONOS],
|
|
313
|
+
index_js_2.WBTC[index_js_1.EvmChainId.CRONOS],
|
|
314
|
+
index_js_2.USDC[index_js_1.EvmChainId.CRONOS],
|
|
315
315
|
],
|
|
316
|
-
[index_js_1.
|
|
317
|
-
|
|
316
|
+
[index_js_1.EvmChainId.BLAST]: [
|
|
317
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.BLAST),
|
|
318
|
+
index_js_2.USDB[index_js_1.EvmChainId.BLAST],
|
|
319
|
+
],
|
|
320
|
+
[index_js_1.EvmChainId.SKALE_EUROPA]: [
|
|
318
321
|
index_js_2.SKL,
|
|
319
|
-
index_js_2.USDC[index_js_1.
|
|
320
|
-
index_js_2.WETH9[index_js_1.
|
|
321
|
-
],
|
|
322
|
-
[index_js_1.
|
|
323
|
-
index_js_2.Native.onChain(index_js_1.
|
|
324
|
-
index_js_2.WNATIVE[index_js_1.
|
|
325
|
-
index_js_2.WETH9[index_js_1.
|
|
326
|
-
index_js_2.USDT[index_js_1.
|
|
327
|
-
],
|
|
328
|
-
[index_js_1.
|
|
329
|
-
index_js_2.Native.onChain(index_js_1.
|
|
330
|
-
index_js_2.WNATIVE[index_js_1.
|
|
331
|
-
index_js_2.WETH9[index_js_1.
|
|
332
|
-
index_js_2.USDC[index_js_1.
|
|
333
|
-
],
|
|
334
|
-
[index_js_1.
|
|
335
|
-
|
|
336
|
-
index_js_2.
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
index_js_2.
|
|
340
|
-
index_js_2.
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
index_js_2.
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
index_js_2.
|
|
347
|
-
index_js_2.
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
index_js_2.
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
index_js_2.
|
|
354
|
-
index_js_2.
|
|
355
|
-
index_js_2.
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
index_js_2.
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
index_js_2.
|
|
362
|
-
index_js_2.
|
|
363
|
-
index_js_2.
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
index_js_2.
|
|
370
|
-
index_js_2.
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
index_js_2.
|
|
375
|
-
index_js_2.
|
|
376
|
-
index_js_2.
|
|
322
|
+
index_js_2.USDC[index_js_1.EvmChainId.SKALE_EUROPA],
|
|
323
|
+
index_js_2.WETH9[index_js_1.EvmChainId.SKALE_EUROPA],
|
|
324
|
+
],
|
|
325
|
+
[index_js_1.EvmChainId.ROOTSTOCK]: [
|
|
326
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.ROOTSTOCK),
|
|
327
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.ROOTSTOCK],
|
|
328
|
+
index_js_2.WETH9[index_js_1.EvmChainId.ROOTSTOCK],
|
|
329
|
+
index_js_2.USDT[index_js_1.EvmChainId.ROOTSTOCK],
|
|
330
|
+
],
|
|
331
|
+
[index_js_1.EvmChainId.MANTLE]: [
|
|
332
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.MANTLE),
|
|
333
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.MANTLE],
|
|
334
|
+
index_js_2.WETH9[index_js_1.EvmChainId.MANTLE],
|
|
335
|
+
index_js_2.USDC[index_js_1.EvmChainId.MANTLE],
|
|
336
|
+
],
|
|
337
|
+
[index_js_1.EvmChainId.CURTIS]: [
|
|
338
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.CURTIS),
|
|
339
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.CURTIS],
|
|
340
|
+
],
|
|
341
|
+
[index_js_1.EvmChainId.MANTA]: [
|
|
342
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.MANTA),
|
|
343
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.MANTA],
|
|
344
|
+
index_js_2.USDC[index_js_1.EvmChainId.MANTA],
|
|
345
|
+
index_js_2.USDT[index_js_1.EvmChainId.MANTA],
|
|
346
|
+
index_js_2.WBTC[index_js_1.EvmChainId.MANTA],
|
|
347
|
+
],
|
|
348
|
+
[index_js_1.EvmChainId.MODE]: [
|
|
349
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.MODE),
|
|
350
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.MODE],
|
|
351
|
+
index_js_2.USDC[index_js_1.EvmChainId.MODE],
|
|
352
|
+
index_js_2.USDT[index_js_1.EvmChainId.MODE],
|
|
353
|
+
index_js_2.WBTC[index_js_1.EvmChainId.MODE],
|
|
354
|
+
],
|
|
355
|
+
[index_js_1.EvmChainId.TAIKO]: [
|
|
356
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.TAIKO),
|
|
357
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.TAIKO],
|
|
358
|
+
index_js_2.USDC[index_js_1.EvmChainId.TAIKO],
|
|
359
|
+
index_js_2.USDT[index_js_1.EvmChainId.TAIKO],
|
|
360
|
+
index_js_2.DAI[index_js_1.EvmChainId.TAIKO],
|
|
361
|
+
index_js_2.WBTC[index_js_1.EvmChainId.TAIKO],
|
|
362
|
+
],
|
|
363
|
+
[index_js_1.EvmChainId.ZKLINK]: [
|
|
364
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.ZKLINK),
|
|
365
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.ZKLINK],
|
|
366
|
+
index_js_2.USDC[index_js_1.EvmChainId.ZKLINK],
|
|
367
|
+
index_js_2.USDT[index_js_1.EvmChainId.ZKLINK],
|
|
368
|
+
index_js_2.DAI[index_js_1.EvmChainId.ZKLINK],
|
|
369
|
+
index_js_2.WBTC[index_js_1.EvmChainId.ZKLINK],
|
|
370
|
+
],
|
|
371
|
+
[index_js_1.EvmChainId.APE]: [
|
|
372
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.APE),
|
|
373
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.APE],
|
|
374
|
+
index_js_2.APE_USD,
|
|
375
|
+
],
|
|
376
|
+
[index_js_1.EvmChainId.SONIC]: [
|
|
377
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.SONIC),
|
|
378
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.SONIC],
|
|
379
|
+
index_js_2.USDC[index_js_1.EvmChainId.SONIC],
|
|
380
|
+
index_js_2.WETH9[index_js_1.EvmChainId.SONIC],
|
|
381
|
+
],
|
|
382
|
+
[index_js_1.EvmChainId.HEMI]: [
|
|
383
|
+
index_js_2.Native.onChain(index_js_1.EvmChainId.HEMI),
|
|
384
|
+
index_js_2.WNATIVE[index_js_1.EvmChainId.HEMI],
|
|
385
|
+
index_js_2.USDC[index_js_1.EvmChainId.HEMI],
|
|
386
|
+
index_js_2.USDT[index_js_1.EvmChainId.HEMI],
|
|
377
387
|
],
|
|
378
388
|
};
|
|
379
389
|
//# sourceMappingURL=default-bases.js.map
|