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
package/_cjs/config/viem.js
DELETED
|
@@ -1,849 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.publicClientConfig = exports.publicChains = exports.publicTransports = exports.hemi = exports.sonic = exports.apeChain = exports.curtis = exports.skaleEuropa = exports.blast = exports.zetachain = exports.filecoin = exports.core = exports.bttc = exports.bobaBnb = exports.bobaAvax = exports.palm = exports.heco = exports.kava = exports.fuse = exports.zkSync = exports.taiko = exports.rootstock = exports.polygonZkEvm = exports.polygon = exports.optimism = exports.okc = exports.moonriver = exports.moonbeam = exports.mode = exports.metis = exports.mantle = exports.manta = exports.mainnet = exports.localhost = exports.linea = exports.hardhat = exports.goerli = exports.gnosis = exports.foundry = exports.fantom = exports.celo = exports.bsc = exports.boba = exports.base = exports.avalanche = exports.arbitrumNova = exports.arbitrum = void 0;
|
|
4
|
-
const viem_1 = require("viem");
|
|
5
|
-
const chains_1 = require("viem/chains");
|
|
6
|
-
Object.defineProperty(exports, "arbitrum", { enumerable: true, get: function () { return chains_1.arbitrum; } });
|
|
7
|
-
Object.defineProperty(exports, "arbitrumNova", { enumerable: true, get: function () { return chains_1.arbitrumNova; } });
|
|
8
|
-
Object.defineProperty(exports, "avalanche", { enumerable: true, get: function () { return chains_1.avalanche; } });
|
|
9
|
-
Object.defineProperty(exports, "base", { enumerable: true, get: function () { return chains_1.base; } });
|
|
10
|
-
Object.defineProperty(exports, "boba", { enumerable: true, get: function () { return chains_1.boba; } });
|
|
11
|
-
Object.defineProperty(exports, "bsc", { enumerable: true, get: function () { return chains_1.bsc; } });
|
|
12
|
-
Object.defineProperty(exports, "celo", { enumerable: true, get: function () { return chains_1.celo; } });
|
|
13
|
-
Object.defineProperty(exports, "fantom", { enumerable: true, get: function () { return chains_1.fantom; } });
|
|
14
|
-
Object.defineProperty(exports, "foundry", { enumerable: true, get: function () { return chains_1.foundry; } });
|
|
15
|
-
Object.defineProperty(exports, "gnosis", { enumerable: true, get: function () { return chains_1.gnosis; } });
|
|
16
|
-
Object.defineProperty(exports, "goerli", { enumerable: true, get: function () { return chains_1.goerli; } });
|
|
17
|
-
Object.defineProperty(exports, "hardhat", { enumerable: true, get: function () { return chains_1.hardhat; } });
|
|
18
|
-
Object.defineProperty(exports, "linea", { enumerable: true, get: function () { return chains_1.linea; } });
|
|
19
|
-
Object.defineProperty(exports, "localhost", { enumerable: true, get: function () { return chains_1.localhost; } });
|
|
20
|
-
Object.defineProperty(exports, "mainnet", { enumerable: true, get: function () { return chains_1.mainnet; } });
|
|
21
|
-
Object.defineProperty(exports, "manta", { enumerable: true, get: function () { return chains_1.manta; } });
|
|
22
|
-
Object.defineProperty(exports, "mantle", { enumerable: true, get: function () { return chains_1.mantle; } });
|
|
23
|
-
Object.defineProperty(exports, "metis", { enumerable: true, get: function () { return chains_1.metis; } });
|
|
24
|
-
Object.defineProperty(exports, "mode", { enumerable: true, get: function () { return chains_1.mode; } });
|
|
25
|
-
Object.defineProperty(exports, "moonbeam", { enumerable: true, get: function () { return chains_1.moonbeam; } });
|
|
26
|
-
Object.defineProperty(exports, "moonriver", { enumerable: true, get: function () { return chains_1.moonriver; } });
|
|
27
|
-
Object.defineProperty(exports, "okc", { enumerable: true, get: function () { return chains_1.okc; } });
|
|
28
|
-
Object.defineProperty(exports, "optimism", { enumerable: true, get: function () { return chains_1.optimism; } });
|
|
29
|
-
Object.defineProperty(exports, "polygon", { enumerable: true, get: function () { return chains_1.polygon; } });
|
|
30
|
-
Object.defineProperty(exports, "polygonZkEvm", { enumerable: true, get: function () { return chains_1.polygonZkEvm; } });
|
|
31
|
-
Object.defineProperty(exports, "rootstock", { enumerable: true, get: function () { return chains_1.rootstock; } });
|
|
32
|
-
Object.defineProperty(exports, "taiko", { enumerable: true, get: function () { return chains_1.taiko; } });
|
|
33
|
-
Object.defineProperty(exports, "zkSync", { enumerable: true, get: function () { return chains_1.zkSync; } });
|
|
34
|
-
const index_js_1 = require("../chain/index.js");
|
|
35
|
-
exports.fuse = {
|
|
36
|
-
...chains_1.fuse,
|
|
37
|
-
contracts: {
|
|
38
|
-
multicall3: {
|
|
39
|
-
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
|
|
40
|
-
blockCreated: 16146628,
|
|
41
|
-
},
|
|
42
|
-
},
|
|
43
|
-
};
|
|
44
|
-
const haqq = {
|
|
45
|
-
...chains_1.haqqMainnet,
|
|
46
|
-
contracts: {
|
|
47
|
-
multicall3: {
|
|
48
|
-
address: '0xfe2D04A5018AC1B366F599A13BF4e0C760b2aE6b',
|
|
49
|
-
blockCreated: 6589598,
|
|
50
|
-
},
|
|
51
|
-
},
|
|
52
|
-
};
|
|
53
|
-
const zkLinkNova = {
|
|
54
|
-
...chains_1.zkLinkNova,
|
|
55
|
-
contracts: {
|
|
56
|
-
multicall3: {
|
|
57
|
-
address: '0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5',
|
|
58
|
-
blockCreated: 146055,
|
|
59
|
-
},
|
|
60
|
-
},
|
|
61
|
-
};
|
|
62
|
-
exports.kava = {
|
|
63
|
-
id: index_js_1.ChainId.KAVA,
|
|
64
|
-
name: 'Kava',
|
|
65
|
-
network: 'kava',
|
|
66
|
-
nativeCurrency: { name: 'Kava', symbol: 'KAVA', decimals: 18 },
|
|
67
|
-
rpcUrls: {
|
|
68
|
-
default: {
|
|
69
|
-
http: ['https://evm.kava.io', 'https://evm2.kava.io'],
|
|
70
|
-
},
|
|
71
|
-
public: {
|
|
72
|
-
http: ['https://evm.kava.io', 'https://evm2.kava.io'],
|
|
73
|
-
},
|
|
74
|
-
},
|
|
75
|
-
blockExplorers: {
|
|
76
|
-
etherscan: {
|
|
77
|
-
name: 'Kavascan',
|
|
78
|
-
url: 'https://explorer.kava.io/',
|
|
79
|
-
},
|
|
80
|
-
default: {
|
|
81
|
-
name: 'Kavascan',
|
|
82
|
-
url: 'https://explorer.kava.io/',
|
|
83
|
-
},
|
|
84
|
-
},
|
|
85
|
-
contracts: {
|
|
86
|
-
multicall3: {
|
|
87
|
-
address: '0x1578f6d2D3168acF41b506AA666A521994F6BAB6',
|
|
88
|
-
blockCreated: 1176602,
|
|
89
|
-
},
|
|
90
|
-
},
|
|
91
|
-
};
|
|
92
|
-
exports.heco = {
|
|
93
|
-
id: index_js_1.ChainId.HECO,
|
|
94
|
-
name: 'Huobi ECO Chain',
|
|
95
|
-
network: 'huobieco',
|
|
96
|
-
nativeCurrency: { name: 'Huobi Token', symbol: 'HT', decimals: 18 },
|
|
97
|
-
rpcUrls: {
|
|
98
|
-
default: {
|
|
99
|
-
http: ['https://http-mainnet.hecochain.com'],
|
|
100
|
-
},
|
|
101
|
-
public: {
|
|
102
|
-
http: ['https://http-mainnet.hecochain.com'],
|
|
103
|
-
},
|
|
104
|
-
},
|
|
105
|
-
blockExplorers: {
|
|
106
|
-
etherscan: {
|
|
107
|
-
name: 'HecoInfo',
|
|
108
|
-
url: 'https://www.hecoinfo.com/',
|
|
109
|
-
},
|
|
110
|
-
default: {
|
|
111
|
-
name: 'Heco Explorer',
|
|
112
|
-
url: 'https://www.hecoinfo.com/',
|
|
113
|
-
},
|
|
114
|
-
},
|
|
115
|
-
contracts: {
|
|
116
|
-
multicall3: {
|
|
117
|
-
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
|
|
118
|
-
blockCreated: 14413501,
|
|
119
|
-
},
|
|
120
|
-
},
|
|
121
|
-
};
|
|
122
|
-
exports.palm = {
|
|
123
|
-
id: index_js_1.ChainId.PALM,
|
|
124
|
-
name: 'Palm',
|
|
125
|
-
network: 'palm',
|
|
126
|
-
nativeCurrency: { name: 'Palm', symbol: 'PALM', decimals: 18 },
|
|
127
|
-
rpcUrls: {
|
|
128
|
-
default: {
|
|
129
|
-
http: [
|
|
130
|
-
'https://palm-mainnet.infura.io/v3/3a961d6501e54add9a41aa53f15de99b',
|
|
131
|
-
],
|
|
132
|
-
},
|
|
133
|
-
public: {
|
|
134
|
-
http: [
|
|
135
|
-
'https://palm-mainnet.infura.io/v3/3a961d6501e54add9a41aa53f15de99b',
|
|
136
|
-
],
|
|
137
|
-
},
|
|
138
|
-
},
|
|
139
|
-
blockExplorers: {
|
|
140
|
-
etherscan: {
|
|
141
|
-
name: 'Palm Explorer',
|
|
142
|
-
url: 'https://explorer.palm.io/',
|
|
143
|
-
},
|
|
144
|
-
default: {
|
|
145
|
-
name: 'Palm Explorer',
|
|
146
|
-
url: 'https://explorer.palm.io/',
|
|
147
|
-
},
|
|
148
|
-
},
|
|
149
|
-
contracts: {
|
|
150
|
-
multicall3: {
|
|
151
|
-
address: '0x80C7DD17B01855a6D2347444a0FCC36136a314de',
|
|
152
|
-
blockCreated: 8005532,
|
|
153
|
-
},
|
|
154
|
-
},
|
|
155
|
-
};
|
|
156
|
-
exports.bobaAvax = {
|
|
157
|
-
id: index_js_1.ChainId.BOBA_AVAX,
|
|
158
|
-
name: 'Boba Avax',
|
|
159
|
-
network: 'boba-avax',
|
|
160
|
-
nativeCurrency: { name: 'Boba', symbol: 'BOBA', decimals: 18 },
|
|
161
|
-
rpcUrls: {
|
|
162
|
-
default: {
|
|
163
|
-
http: ['https://avax.boba.network'],
|
|
164
|
-
},
|
|
165
|
-
public: {
|
|
166
|
-
http: ['https://avax.boba.network'],
|
|
167
|
-
},
|
|
168
|
-
},
|
|
169
|
-
blockExplorers: {
|
|
170
|
-
etherscan: {
|
|
171
|
-
name: 'Boba Avalanche Mainnet Explorer',
|
|
172
|
-
url: 'https://blockexplorer.avax.boba.network/',
|
|
173
|
-
},
|
|
174
|
-
default: {
|
|
175
|
-
name: 'Boba Avalanche Mainnet Explorer',
|
|
176
|
-
url: 'https://blockexplorer.avax.boba.network/',
|
|
177
|
-
},
|
|
178
|
-
},
|
|
179
|
-
contracts: {
|
|
180
|
-
multicall3: {
|
|
181
|
-
address: '0x2c46217Fae90D302d1Fb5467ADA504bC2A84f448',
|
|
182
|
-
blockCreated: 3652,
|
|
183
|
-
},
|
|
184
|
-
},
|
|
185
|
-
};
|
|
186
|
-
exports.bobaBnb = {
|
|
187
|
-
id: index_js_1.ChainId.BOBA_BNB,
|
|
188
|
-
name: 'Boba BNB',
|
|
189
|
-
network: 'boba-bnb',
|
|
190
|
-
nativeCurrency: { name: 'Boba', symbol: 'BOBA', decimals: 18 },
|
|
191
|
-
rpcUrls: {
|
|
192
|
-
default: {
|
|
193
|
-
http: ['https://bnb.boba.network'],
|
|
194
|
-
},
|
|
195
|
-
public: {
|
|
196
|
-
http: ['https://bnb.boba.network'],
|
|
197
|
-
},
|
|
198
|
-
},
|
|
199
|
-
blockExplorers: {
|
|
200
|
-
etherscan: {
|
|
201
|
-
name: 'Boba BNB Mainnet Explorer',
|
|
202
|
-
url: 'https://blockexplorer.bnb.boba.network/',
|
|
203
|
-
},
|
|
204
|
-
default: {
|
|
205
|
-
name: 'Boba BNB Mainnet Explorer',
|
|
206
|
-
url: 'https://blockexplorer.bnb.boba.network/',
|
|
207
|
-
},
|
|
208
|
-
},
|
|
209
|
-
contracts: {
|
|
210
|
-
multicall3: {
|
|
211
|
-
address: '0x67dA5f2FfaDDfF067AB9d5F025F8810634d84287',
|
|
212
|
-
blockCreated: 18871,
|
|
213
|
-
},
|
|
214
|
-
},
|
|
215
|
-
};
|
|
216
|
-
exports.bttc = {
|
|
217
|
-
id: index_js_1.ChainId.BTTC,
|
|
218
|
-
name: 'BitTorrent Chain',
|
|
219
|
-
network: 'btt',
|
|
220
|
-
nativeCurrency: { name: 'BitTorrent', symbol: 'BTT', decimals: 18 },
|
|
221
|
-
rpcUrls: {
|
|
222
|
-
default: {
|
|
223
|
-
http: ['https://rpc.bittorrentchain.io'],
|
|
224
|
-
},
|
|
225
|
-
public: {
|
|
226
|
-
http: ['https://rpc.bittorrentchain.io'],
|
|
227
|
-
},
|
|
228
|
-
},
|
|
229
|
-
blockExplorers: {
|
|
230
|
-
etherscan: {
|
|
231
|
-
name: 'BitTorrent Chain Explorer',
|
|
232
|
-
url: 'https://bttcscan.com/',
|
|
233
|
-
},
|
|
234
|
-
default: {
|
|
235
|
-
name: 'BitTorrent Chain Explorer',
|
|
236
|
-
url: 'https://bttcscan.com/',
|
|
237
|
-
},
|
|
238
|
-
},
|
|
239
|
-
contracts: {
|
|
240
|
-
multicall3: {
|
|
241
|
-
address: '0x67dA5f2FfaDDfF067AB9d5F025F8810634d84287',
|
|
242
|
-
blockCreated: 13014184,
|
|
243
|
-
},
|
|
244
|
-
},
|
|
245
|
-
};
|
|
246
|
-
const thundercore = {
|
|
247
|
-
id: index_js_1.ChainId.THUNDERCORE,
|
|
248
|
-
name: 'ThunderCore',
|
|
249
|
-
network: 'thundercore',
|
|
250
|
-
nativeCurrency: { name: 'Thunder Token', symbol: 'TT', decimals: 18 },
|
|
251
|
-
rpcUrls: {
|
|
252
|
-
default: {
|
|
253
|
-
http: [
|
|
254
|
-
'https://mainnet-rpc.thundercore.com',
|
|
255
|
-
],
|
|
256
|
-
},
|
|
257
|
-
public: {
|
|
258
|
-
http: [
|
|
259
|
-
'https://mainnet-rpc.thundercore.com',
|
|
260
|
-
'https://mainnet-rpc.thundercore.io',
|
|
261
|
-
'https://mainnet-rpc.thundertoken.net',
|
|
262
|
-
],
|
|
263
|
-
},
|
|
264
|
-
},
|
|
265
|
-
contracts: {
|
|
266
|
-
multicall3: {
|
|
267
|
-
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
|
|
268
|
-
blockCreated: 100671921,
|
|
269
|
-
},
|
|
270
|
-
},
|
|
271
|
-
};
|
|
272
|
-
exports.core = {
|
|
273
|
-
id: index_js_1.ChainId.CORE,
|
|
274
|
-
name: 'Core',
|
|
275
|
-
network: 'core',
|
|
276
|
-
nativeCurrency: { name: 'Core', symbol: 'CORE', decimals: 18 },
|
|
277
|
-
rpcUrls: {
|
|
278
|
-
default: {
|
|
279
|
-
http: ['https://rpc.coredao.org', 'https://rpc-core.icecreamswap.com'],
|
|
280
|
-
},
|
|
281
|
-
public: {
|
|
282
|
-
http: ['https://rpc.coredao.org', 'https://rpc-core.icecreamswap.com'],
|
|
283
|
-
},
|
|
284
|
-
},
|
|
285
|
-
contracts: {
|
|
286
|
-
multicall3: {
|
|
287
|
-
address: '0xC4b2e1718E850535A0f3e79F7fC522d966821688',
|
|
288
|
-
blockCreated: 5087121,
|
|
289
|
-
},
|
|
290
|
-
},
|
|
291
|
-
};
|
|
292
|
-
exports.filecoin = {
|
|
293
|
-
id: index_js_1.ChainId.FILECOIN,
|
|
294
|
-
name: 'Filecoin Mainnet',
|
|
295
|
-
network: 'filecoin-mainnet',
|
|
296
|
-
nativeCurrency: {
|
|
297
|
-
decimals: 18,
|
|
298
|
-
name: 'filecoin',
|
|
299
|
-
symbol: 'FIL',
|
|
300
|
-
},
|
|
301
|
-
rpcUrls: {
|
|
302
|
-
default: { http: ['https://rpc.ankr.com/filecoin'] },
|
|
303
|
-
public: { http: ['https://rpc.ankr.com/filecoin'] },
|
|
304
|
-
},
|
|
305
|
-
blockExplorers: {
|
|
306
|
-
default: { name: 'Filfox', url: 'https://filfox.info/en' },
|
|
307
|
-
filscan: { name: 'Filscan', url: 'https://filscan.io' },
|
|
308
|
-
filscout: { name: 'Filscout', url: 'https://filscout.io/en' },
|
|
309
|
-
glif: { name: 'Glif', url: 'https://explorer.glif.io' },
|
|
310
|
-
},
|
|
311
|
-
contracts: {
|
|
312
|
-
multicall3: {
|
|
313
|
-
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
|
|
314
|
-
blockCreated: 3328594,
|
|
315
|
-
},
|
|
316
|
-
},
|
|
317
|
-
};
|
|
318
|
-
exports.zetachain = {
|
|
319
|
-
id: index_js_1.ChainId.ZETACHAIN,
|
|
320
|
-
name: 'ZetaChain',
|
|
321
|
-
network: 'zetachain',
|
|
322
|
-
nativeCurrency: {
|
|
323
|
-
decimals: 18,
|
|
324
|
-
name: 'Zeta',
|
|
325
|
-
symbol: 'ZETA',
|
|
326
|
-
},
|
|
327
|
-
rpcUrls: {
|
|
328
|
-
default: {
|
|
329
|
-
http: [
|
|
330
|
-
'https://zetachain-evm.blockpi.network/v1/rpc/public',
|
|
331
|
-
'https://zetachain-mainnet-archive.allthatnode.com:8545',
|
|
332
|
-
'https://zetachain.rpc.thirdweb.com',
|
|
333
|
-
'https://jsonrpc.zetachain.nodestake.org',
|
|
334
|
-
],
|
|
335
|
-
},
|
|
336
|
-
public: {
|
|
337
|
-
http: [
|
|
338
|
-
'https://zetachain-evm.blockpi.network/v1/rpc/public',
|
|
339
|
-
'https://zetachain-mainnet-archive.allthatnode.com:8545',
|
|
340
|
-
'https://zetachain.rpc.thirdweb.com',
|
|
341
|
-
'https://jsonrpc.zetachain.nodestake.org',
|
|
342
|
-
],
|
|
343
|
-
},
|
|
344
|
-
},
|
|
345
|
-
blockExplorers: {
|
|
346
|
-
default: { name: 'ZetaScan', url: 'https://explorer.zetachain.com/' },
|
|
347
|
-
blockscout: {
|
|
348
|
-
name: 'Blockscout',
|
|
349
|
-
url: 'https://zetachain.blockscout.com/',
|
|
350
|
-
},
|
|
351
|
-
},
|
|
352
|
-
contracts: {
|
|
353
|
-
multicall3: {
|
|
354
|
-
address: '0x039e87AB90205F9d87c5b40d4B28e2Be45dA4a20',
|
|
355
|
-
blockCreated: 1565755,
|
|
356
|
-
},
|
|
357
|
-
},
|
|
358
|
-
};
|
|
359
|
-
exports.blast = {
|
|
360
|
-
id: index_js_1.ChainId.BLAST,
|
|
361
|
-
name: 'Blast',
|
|
362
|
-
network: 'blast',
|
|
363
|
-
nativeCurrency: {
|
|
364
|
-
decimals: 18,
|
|
365
|
-
name: 'Ether',
|
|
366
|
-
symbol: 'ETH',
|
|
367
|
-
},
|
|
368
|
-
rpcUrls: {
|
|
369
|
-
default: {
|
|
370
|
-
http: [
|
|
371
|
-
'https://rpc.blast.io',
|
|
372
|
-
'https://rpc.ankr.com/blast',
|
|
373
|
-
'https://blast.din.dev/rpc',
|
|
374
|
-
'https://blastl2-mainnet.public.blastapi.io',
|
|
375
|
-
'https://blast.blockpi.network/v1/rpc/public',
|
|
376
|
-
],
|
|
377
|
-
},
|
|
378
|
-
public: {
|
|
379
|
-
http: [
|
|
380
|
-
'https://rpc.blast.io',
|
|
381
|
-
'https://rpc.ankr.com/blast',
|
|
382
|
-
'https://blast.din.dev/rpc',
|
|
383
|
-
'https://blastl2-mainnet.public.blastapi.io',
|
|
384
|
-
'https://blast.blockpi.network/v1/rpc/public',
|
|
385
|
-
],
|
|
386
|
-
},
|
|
387
|
-
},
|
|
388
|
-
blockExplorers: {
|
|
389
|
-
default: { name: 'BlastScan', url: 'https://blastscan.io/' },
|
|
390
|
-
},
|
|
391
|
-
contracts: {
|
|
392
|
-
multicall3: {
|
|
393
|
-
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
|
|
394
|
-
blockCreated: 88189,
|
|
395
|
-
},
|
|
396
|
-
},
|
|
397
|
-
};
|
|
398
|
-
exports.skaleEuropa = {
|
|
399
|
-
id: index_js_1.ChainId.SKALE_EUROPA,
|
|
400
|
-
name: 'SKALE Europa',
|
|
401
|
-
network: 'skale-europa',
|
|
402
|
-
nativeCurrency: {
|
|
403
|
-
decimals: 18,
|
|
404
|
-
name: 'SKALE Fuel',
|
|
405
|
-
symbol: 'sFUEL',
|
|
406
|
-
},
|
|
407
|
-
rpcUrls: {
|
|
408
|
-
default: {
|
|
409
|
-
http: ['https://mainnet.skalenodes.com/v1/elated-tan-skat'],
|
|
410
|
-
},
|
|
411
|
-
public: {
|
|
412
|
-
http: ['https://mainnet.skalenodes.com/v1/elated-tan-skat'],
|
|
413
|
-
},
|
|
414
|
-
},
|
|
415
|
-
blockExplorers: {
|
|
416
|
-
default: {
|
|
417
|
-
name: 'Blockscout',
|
|
418
|
-
url: 'https://elated-tan-skat.explorer.mainnet.skalenodes.com/',
|
|
419
|
-
},
|
|
420
|
-
},
|
|
421
|
-
contracts: {
|
|
422
|
-
multicall3: {
|
|
423
|
-
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
|
|
424
|
-
blockCreated: 3113495,
|
|
425
|
-
},
|
|
426
|
-
},
|
|
427
|
-
};
|
|
428
|
-
exports.curtis = {
|
|
429
|
-
...chains_1.curtis,
|
|
430
|
-
contracts: {
|
|
431
|
-
multicall3: {
|
|
432
|
-
address: '0xc454132B017b55b427f45078E335549A7124f5f7',
|
|
433
|
-
blockCreated: 6661339,
|
|
434
|
-
},
|
|
435
|
-
},
|
|
436
|
-
};
|
|
437
|
-
exports.apeChain = {
|
|
438
|
-
id: 33139,
|
|
439
|
-
name: 'Ape Chain',
|
|
440
|
-
nativeCurrency: {
|
|
441
|
-
name: 'ApeCoin',
|
|
442
|
-
symbol: 'APE',
|
|
443
|
-
decimals: 18,
|
|
444
|
-
},
|
|
445
|
-
rpcUrls: {
|
|
446
|
-
default: {
|
|
447
|
-
http: ['https://rpc.apechain.com/http'],
|
|
448
|
-
webSocket: ['wss://rpc.apechain.com/ws'],
|
|
449
|
-
},
|
|
450
|
-
},
|
|
451
|
-
blockExplorers: {
|
|
452
|
-
default: {
|
|
453
|
-
name: 'Apescan',
|
|
454
|
-
url: 'https://apescan.io',
|
|
455
|
-
apiUrl: 'https://api.apescan.io',
|
|
456
|
-
},
|
|
457
|
-
},
|
|
458
|
-
contracts: {
|
|
459
|
-
multicall3: {
|
|
460
|
-
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
|
|
461
|
-
blockCreated: 20889,
|
|
462
|
-
},
|
|
463
|
-
},
|
|
464
|
-
sourceId: 42_161,
|
|
465
|
-
};
|
|
466
|
-
exports.sonic = {
|
|
467
|
-
id: 146,
|
|
468
|
-
name: 'Sonic',
|
|
469
|
-
nativeCurrency: {
|
|
470
|
-
decimals: 18,
|
|
471
|
-
name: 'Sonic',
|
|
472
|
-
symbol: 'S',
|
|
473
|
-
},
|
|
474
|
-
rpcUrls: {
|
|
475
|
-
default: { http: ['https://rpc.soniclabs.com'] },
|
|
476
|
-
},
|
|
477
|
-
blockExplorers: {
|
|
478
|
-
default: {
|
|
479
|
-
name: 'Sonic Explorer',
|
|
480
|
-
url: 'https://sonicscan.org',
|
|
481
|
-
apiUrl: 'https://api.sonicscan.org/api',
|
|
482
|
-
},
|
|
483
|
-
},
|
|
484
|
-
testnet: false,
|
|
485
|
-
contracts: {
|
|
486
|
-
multicall3: {
|
|
487
|
-
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
|
|
488
|
-
blockCreated: 60,
|
|
489
|
-
},
|
|
490
|
-
},
|
|
491
|
-
};
|
|
492
|
-
exports.hemi = {
|
|
493
|
-
id: 43111,
|
|
494
|
-
name: 'Hemi Network',
|
|
495
|
-
nativeCurrency: {
|
|
496
|
-
decimals: 18,
|
|
497
|
-
name: 'Ether',
|
|
498
|
-
symbol: 'ETH',
|
|
499
|
-
},
|
|
500
|
-
rpcUrls: {
|
|
501
|
-
default: { http: ['https://9277255a.rpc.hemi.network/rpc'] },
|
|
502
|
-
},
|
|
503
|
-
blockExplorers: {
|
|
504
|
-
default: {
|
|
505
|
-
name: 'Hemi Explorer',
|
|
506
|
-
url: 'https://explorer.hemi.xyz',
|
|
507
|
-
apiUrl: 'https://explorer.hemi.xyz/api',
|
|
508
|
-
},
|
|
509
|
-
},
|
|
510
|
-
testnet: false,
|
|
511
|
-
contracts: {
|
|
512
|
-
multicall3: {
|
|
513
|
-
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
|
|
514
|
-
blockCreated: 0,
|
|
515
|
-
},
|
|
516
|
-
},
|
|
517
|
-
};
|
|
518
|
-
const drpcId = process.env['DRPC_ID'] || process.env['NEXT_PUBLIC_DRPC_ID'];
|
|
519
|
-
exports.publicTransports = {
|
|
520
|
-
[index_js_1.ChainId.ARBITRUM_NOVA]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=arbitrum-nova&dkey=${drpcId}`),
|
|
521
|
-
[index_js_1.ChainId.ARBITRUM]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=arbitrum&dkey=${drpcId}`),
|
|
522
|
-
[index_js_1.ChainId.AVALANCHE]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=avalanche&dkey=${drpcId}`),
|
|
523
|
-
[index_js_1.ChainId.BOBA]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=boba-eth&dkey=${drpcId}`),
|
|
524
|
-
[index_js_1.ChainId.BOBA_AVAX]: (0, viem_1.http)('https://avax.boba.network'),
|
|
525
|
-
[index_js_1.ChainId.BOBA_BNB]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=boba-bnb&dkey=${drpcId}`),
|
|
526
|
-
[index_js_1.ChainId.BSC]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=bsc&dkey=${drpcId}`),
|
|
527
|
-
[index_js_1.ChainId.BTTC]: (0, viem_1.http)('https://rpc.bittorrentchain.io'),
|
|
528
|
-
[index_js_1.ChainId.CELO]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=celo&dkey=${drpcId}`),
|
|
529
|
-
[index_js_1.ChainId.ETHEREUM]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=ethereum&dkey=${drpcId}`),
|
|
530
|
-
[index_js_1.ChainId.FANTOM]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=fantom&dkey=${drpcId}`),
|
|
531
|
-
[index_js_1.ChainId.FUSE]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=fuse&dkey=${drpcId}`),
|
|
532
|
-
[index_js_1.ChainId.GNOSIS]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=gnosis&dkey=${drpcId}`),
|
|
533
|
-
[index_js_1.ChainId.HARMONY]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=harmony-0&dkey=${drpcId}`),
|
|
534
|
-
[index_js_1.ChainId.KAVA]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=kava&dkey=${drpcId}`),
|
|
535
|
-
[index_js_1.ChainId.METIS]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=metis&dkey=${drpcId}`),
|
|
536
|
-
[index_js_1.ChainId.MOONBEAM]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=moonbeam&dkey=${drpcId}`),
|
|
537
|
-
[index_js_1.ChainId.MOONRIVER]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=moonriver&dkey=${drpcId}`),
|
|
538
|
-
[index_js_1.ChainId.OPTIMISM]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=optimism&dkey=${drpcId}`),
|
|
539
|
-
[index_js_1.ChainId.POLYGON]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=polygon&dkey=${drpcId}`),
|
|
540
|
-
[index_js_1.ChainId.POLYGON_ZKEVM]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=polygon-zkevm&dkey=${drpcId}`),
|
|
541
|
-
[index_js_1.ChainId.THUNDERCORE]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=thundercore&dkey=${drpcId}`),
|
|
542
|
-
[index_js_1.ChainId.HAQQ]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=haqq&dkey=${drpcId}`),
|
|
543
|
-
[index_js_1.ChainId.CORE]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=core&dkey=${drpcId}`),
|
|
544
|
-
[index_js_1.ChainId.TELOS]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=telos&dkey=${drpcId}`),
|
|
545
|
-
[index_js_1.ChainId.PALM]: (0, viem_1.http)(exports.palm.rpcUrls.default.http[0]),
|
|
546
|
-
[index_js_1.ChainId.OKEX]: (0, viem_1.http)(chains_1.okc.rpcUrls.default.http[0]),
|
|
547
|
-
[index_js_1.ChainId.HECO]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=heco&dkey=${drpcId}`),
|
|
548
|
-
[index_js_1.ChainId.ZKSYNC_ERA]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=zksync&dkey=${drpcId}`),
|
|
549
|
-
[index_js_1.ChainId.LINEA]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=linea&dkey=${drpcId}`),
|
|
550
|
-
[index_js_1.ChainId.BASE]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=base&dkey=${drpcId}`),
|
|
551
|
-
[index_js_1.ChainId.SCROLL]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=scroll&dkey=${drpcId}`),
|
|
552
|
-
[index_js_1.ChainId.FILECOIN]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=filecoin&dkey=${drpcId}`),
|
|
553
|
-
[index_js_1.ChainId.ZETACHAIN]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=zeta-chain&dkey=${drpcId}`),
|
|
554
|
-
[index_js_1.ChainId.CRONOS]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=cronos&dkey=${drpcId}`),
|
|
555
|
-
[index_js_1.ChainId.BLAST]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=blast&dkey=${drpcId}`),
|
|
556
|
-
[index_js_1.ChainId.SKALE_EUROPA]: (0, viem_1.http)('https://elated-tan-skat-indexer.skalenodes.com:10072'),
|
|
557
|
-
[index_js_1.ChainId.ROOTSTOCK]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=rootstock&dkey=${drpcId}`),
|
|
558
|
-
[index_js_1.ChainId.MANTLE]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=mantle&dkey=${drpcId}`),
|
|
559
|
-
[index_js_1.ChainId.MANTA]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=manta-pacific&dkey=${drpcId}`),
|
|
560
|
-
[index_js_1.ChainId.MODE]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=mode&dkey=${drpcId}`),
|
|
561
|
-
[index_js_1.ChainId.TAIKO]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=taiko&dkey=${drpcId}`),
|
|
562
|
-
[index_js_1.ChainId.ZKLINK]: (0, viem_1.http)('https://rpc.zklink.io'),
|
|
563
|
-
[index_js_1.ChainId.APE]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=apechain&dkey=${drpcId}`),
|
|
564
|
-
[index_js_1.ChainId.SONIC]: (0, viem_1.http)(`https://lb.drpc.org/ogrpc?network=sonic&dkey=${drpcId}`),
|
|
565
|
-
[index_js_1.ChainId.HEMI]: (0, viem_1.http)('https://9277255a.rpc.hemi.network/rpc'),
|
|
566
|
-
[index_js_1.ChainId.ARBITRUM_TESTNET]: (0, viem_1.http)('https://sepolia-rollup.arbitrum.io/rpc'),
|
|
567
|
-
[index_js_1.ChainId.AVALANCHE_TESTNET]: (0, viem_1.http)('https://api.avax-test.network/ext/bc/C/rpc'),
|
|
568
|
-
[index_js_1.ChainId.BSC_TESTNET]: (0, viem_1.http)('https://bsc-testnet.public.blastapi.io'),
|
|
569
|
-
[index_js_1.ChainId.FANTOM_TESTNET]: (0, viem_1.http)('https://rpc.testnet.fantom.network'),
|
|
570
|
-
[index_js_1.ChainId.POLYGON_TESTNET]: (0, viem_1.http)('https://rpc.ankr.com/polygon_mumbai'),
|
|
571
|
-
[index_js_1.ChainId.SEPOLIA]: (0, viem_1.http)('https://sepolia.drpc.org'),
|
|
572
|
-
[index_js_1.ChainId.GÖRLI]: (0, viem_1.http)('https://eth-goerli.api.onfinality.io/public'),
|
|
573
|
-
[index_js_1.ChainId.CURTIS]: (0, viem_1.http)('https://curtis.rpc.caldera.xyz/http'),
|
|
574
|
-
};
|
|
575
|
-
exports.publicChains = [
|
|
576
|
-
chains_1.mainnet,
|
|
577
|
-
chains_1.arbitrumNova,
|
|
578
|
-
chains_1.arbitrum,
|
|
579
|
-
chains_1.avalanche,
|
|
580
|
-
chains_1.boba,
|
|
581
|
-
exports.bobaAvax,
|
|
582
|
-
exports.bobaBnb,
|
|
583
|
-
chains_1.bsc,
|
|
584
|
-
exports.bttc,
|
|
585
|
-
exports.blast,
|
|
586
|
-
chains_1.celo,
|
|
587
|
-
chains_1.cronos,
|
|
588
|
-
chains_1.fantom,
|
|
589
|
-
exports.fuse,
|
|
590
|
-
chains_1.gnosis,
|
|
591
|
-
chains_1.harmonyOne,
|
|
592
|
-
exports.kava,
|
|
593
|
-
chains_1.metis,
|
|
594
|
-
chains_1.optimism,
|
|
595
|
-
chains_1.moonbeam,
|
|
596
|
-
chains_1.moonriver,
|
|
597
|
-
chains_1.polygon,
|
|
598
|
-
chains_1.polygonZkEvm,
|
|
599
|
-
chains_1.rootstock,
|
|
600
|
-
thundercore,
|
|
601
|
-
haqq,
|
|
602
|
-
exports.core,
|
|
603
|
-
chains_1.telos,
|
|
604
|
-
exports.palm,
|
|
605
|
-
chains_1.okc,
|
|
606
|
-
exports.heco,
|
|
607
|
-
chains_1.zkSync,
|
|
608
|
-
chains_1.linea,
|
|
609
|
-
chains_1.base,
|
|
610
|
-
chains_1.scroll,
|
|
611
|
-
exports.skaleEuropa,
|
|
612
|
-
exports.filecoin,
|
|
613
|
-
exports.zetachain,
|
|
614
|
-
chains_1.mantle,
|
|
615
|
-
chains_1.manta,
|
|
616
|
-
chains_1.mode,
|
|
617
|
-
chains_1.taiko,
|
|
618
|
-
zkLinkNova,
|
|
619
|
-
exports.apeChain,
|
|
620
|
-
exports.sonic,
|
|
621
|
-
exports.hemi,
|
|
622
|
-
chains_1.arbitrumSepolia,
|
|
623
|
-
chains_1.avalancheFuji,
|
|
624
|
-
chains_1.bscTestnet,
|
|
625
|
-
chains_1.fantomTestnet,
|
|
626
|
-
chains_1.goerli,
|
|
627
|
-
chains_1.polygonMumbai,
|
|
628
|
-
chains_1.sepolia,
|
|
629
|
-
exports.curtis,
|
|
630
|
-
];
|
|
631
|
-
exports.publicClientConfig = {
|
|
632
|
-
[index_js_1.ChainId.ARBITRUM_NOVA]: {
|
|
633
|
-
chain: chains_1.arbitrumNova,
|
|
634
|
-
transport: exports.publicTransports[index_js_1.ChainId.ARBITRUM_NOVA],
|
|
635
|
-
},
|
|
636
|
-
[index_js_1.ChainId.ARBITRUM]: {
|
|
637
|
-
chain: chains_1.arbitrum,
|
|
638
|
-
transport: exports.publicTransports[index_js_1.ChainId.ARBITRUM],
|
|
639
|
-
},
|
|
640
|
-
[index_js_1.ChainId.AVALANCHE]: {
|
|
641
|
-
chain: chains_1.avalanche,
|
|
642
|
-
transport: exports.publicTransports[index_js_1.ChainId.AVALANCHE],
|
|
643
|
-
},
|
|
644
|
-
[index_js_1.ChainId.BOBA]: {
|
|
645
|
-
chain: chains_1.boba,
|
|
646
|
-
transport: exports.publicTransports[index_js_1.ChainId.BOBA],
|
|
647
|
-
},
|
|
648
|
-
[index_js_1.ChainId.BOBA_AVAX]: {
|
|
649
|
-
chain: exports.bobaAvax,
|
|
650
|
-
transport: exports.publicTransports[index_js_1.ChainId.BOBA_AVAX],
|
|
651
|
-
},
|
|
652
|
-
[index_js_1.ChainId.BOBA_BNB]: {
|
|
653
|
-
chain: exports.bobaBnb,
|
|
654
|
-
transport: exports.publicTransports[index_js_1.ChainId.BOBA_BNB],
|
|
655
|
-
},
|
|
656
|
-
[index_js_1.ChainId.BSC]: {
|
|
657
|
-
chain: chains_1.bsc,
|
|
658
|
-
transport: exports.publicTransports[index_js_1.ChainId.BSC],
|
|
659
|
-
},
|
|
660
|
-
[index_js_1.ChainId.BTTC]: {
|
|
661
|
-
chain: exports.bttc,
|
|
662
|
-
transport: exports.publicTransports[index_js_1.ChainId.BTTC],
|
|
663
|
-
},
|
|
664
|
-
[index_js_1.ChainId.CELO]: {
|
|
665
|
-
chain: chains_1.celo,
|
|
666
|
-
transport: exports.publicTransports[index_js_1.ChainId.CELO],
|
|
667
|
-
},
|
|
668
|
-
[index_js_1.ChainId.ETHEREUM]: {
|
|
669
|
-
chain: chains_1.mainnet,
|
|
670
|
-
transport: exports.publicTransports[index_js_1.ChainId.ETHEREUM],
|
|
671
|
-
},
|
|
672
|
-
[index_js_1.ChainId.FANTOM]: {
|
|
673
|
-
chain: chains_1.fantom,
|
|
674
|
-
transport: exports.publicTransports[index_js_1.ChainId.FANTOM],
|
|
675
|
-
},
|
|
676
|
-
[index_js_1.ChainId.FUSE]: {
|
|
677
|
-
chain: exports.fuse,
|
|
678
|
-
transport: exports.publicTransports[index_js_1.ChainId.FUSE],
|
|
679
|
-
},
|
|
680
|
-
[index_js_1.ChainId.GNOSIS]: {
|
|
681
|
-
chain: chains_1.gnosis,
|
|
682
|
-
transport: exports.publicTransports[index_js_1.ChainId.GNOSIS],
|
|
683
|
-
},
|
|
684
|
-
[index_js_1.ChainId.HARMONY]: {
|
|
685
|
-
chain: chains_1.harmonyOne,
|
|
686
|
-
transport: exports.publicTransports[index_js_1.ChainId.HARMONY],
|
|
687
|
-
},
|
|
688
|
-
[index_js_1.ChainId.KAVA]: {
|
|
689
|
-
chain: exports.kava,
|
|
690
|
-
transport: exports.publicTransports[index_js_1.ChainId.KAVA],
|
|
691
|
-
},
|
|
692
|
-
[index_js_1.ChainId.METIS]: {
|
|
693
|
-
chain: chains_1.metis,
|
|
694
|
-
transport: exports.publicTransports[index_js_1.ChainId.METIS],
|
|
695
|
-
},
|
|
696
|
-
[index_js_1.ChainId.MOONBEAM]: {
|
|
697
|
-
chain: chains_1.moonbeam,
|
|
698
|
-
transport: exports.publicTransports[index_js_1.ChainId.MOONBEAM],
|
|
699
|
-
},
|
|
700
|
-
[index_js_1.ChainId.MOONRIVER]: {
|
|
701
|
-
chain: chains_1.moonriver,
|
|
702
|
-
transport: exports.publicTransports[index_js_1.ChainId.MOONRIVER],
|
|
703
|
-
},
|
|
704
|
-
[index_js_1.ChainId.OPTIMISM]: {
|
|
705
|
-
chain: chains_1.optimism,
|
|
706
|
-
transport: exports.publicTransports[index_js_1.ChainId.OPTIMISM],
|
|
707
|
-
},
|
|
708
|
-
[index_js_1.ChainId.POLYGON]: {
|
|
709
|
-
chain: chains_1.polygon,
|
|
710
|
-
transport: exports.publicTransports[index_js_1.ChainId.POLYGON],
|
|
711
|
-
},
|
|
712
|
-
[index_js_1.ChainId.POLYGON_ZKEVM]: {
|
|
713
|
-
chain: chains_1.polygonZkEvm,
|
|
714
|
-
transport: exports.publicTransports[index_js_1.ChainId.POLYGON_ZKEVM],
|
|
715
|
-
},
|
|
716
|
-
[index_js_1.ChainId.THUNDERCORE]: {
|
|
717
|
-
chain: thundercore,
|
|
718
|
-
transport: exports.publicTransports[index_js_1.ChainId.THUNDERCORE],
|
|
719
|
-
},
|
|
720
|
-
[index_js_1.ChainId.HAQQ]: {
|
|
721
|
-
chain: haqq,
|
|
722
|
-
transport: exports.publicTransports[index_js_1.ChainId.HAQQ],
|
|
723
|
-
},
|
|
724
|
-
[index_js_1.ChainId.CORE]: {
|
|
725
|
-
chain: exports.core,
|
|
726
|
-
transport: exports.publicTransports[index_js_1.ChainId.CORE],
|
|
727
|
-
},
|
|
728
|
-
[index_js_1.ChainId.TELOS]: {
|
|
729
|
-
chain: chains_1.telos,
|
|
730
|
-
transport: exports.publicTransports[index_js_1.ChainId.TELOS],
|
|
731
|
-
},
|
|
732
|
-
[index_js_1.ChainId.PALM]: {
|
|
733
|
-
chain: exports.palm,
|
|
734
|
-
transport: exports.publicTransports[index_js_1.ChainId.PALM],
|
|
735
|
-
},
|
|
736
|
-
[index_js_1.ChainId.OKEX]: {
|
|
737
|
-
chain: chains_1.okc,
|
|
738
|
-
transport: exports.publicTransports[index_js_1.ChainId.OKEX],
|
|
739
|
-
},
|
|
740
|
-
[index_js_1.ChainId.HECO]: {
|
|
741
|
-
chain: exports.heco,
|
|
742
|
-
transport: exports.publicTransports[index_js_1.ChainId.HECO],
|
|
743
|
-
},
|
|
744
|
-
[index_js_1.ChainId.ZKSYNC_ERA]: {
|
|
745
|
-
chain: chains_1.zkSync,
|
|
746
|
-
transport: exports.publicTransports[index_js_1.ChainId.ZKSYNC_ERA],
|
|
747
|
-
},
|
|
748
|
-
[index_js_1.ChainId.LINEA]: {
|
|
749
|
-
chain: chains_1.linea,
|
|
750
|
-
transport: exports.publicTransports[index_js_1.ChainId.LINEA],
|
|
751
|
-
},
|
|
752
|
-
[index_js_1.ChainId.BASE]: {
|
|
753
|
-
chain: chains_1.base,
|
|
754
|
-
transport: exports.publicTransports[index_js_1.ChainId.BASE],
|
|
755
|
-
},
|
|
756
|
-
[index_js_1.ChainId.SCROLL]: {
|
|
757
|
-
chain: chains_1.scroll,
|
|
758
|
-
transport: exports.publicTransports[index_js_1.ChainId.SCROLL],
|
|
759
|
-
},
|
|
760
|
-
[index_js_1.ChainId.FILECOIN]: {
|
|
761
|
-
chain: exports.filecoin,
|
|
762
|
-
transport: exports.publicTransports[index_js_1.ChainId.FILECOIN],
|
|
763
|
-
},
|
|
764
|
-
[index_js_1.ChainId.ZETACHAIN]: {
|
|
765
|
-
chain: exports.zetachain,
|
|
766
|
-
transport: exports.publicTransports[index_js_1.ChainId.ZETACHAIN],
|
|
767
|
-
},
|
|
768
|
-
[index_js_1.ChainId.CRONOS]: {
|
|
769
|
-
chain: chains_1.cronos,
|
|
770
|
-
transport: exports.publicTransports[index_js_1.ChainId.CRONOS],
|
|
771
|
-
},
|
|
772
|
-
[index_js_1.ChainId.BLAST]: {
|
|
773
|
-
chain: exports.blast,
|
|
774
|
-
transport: exports.publicTransports[index_js_1.ChainId.BLAST],
|
|
775
|
-
},
|
|
776
|
-
[index_js_1.ChainId.SKALE_EUROPA]: {
|
|
777
|
-
chain: exports.skaleEuropa,
|
|
778
|
-
transport: exports.publicTransports[index_js_1.ChainId.SKALE_EUROPA],
|
|
779
|
-
},
|
|
780
|
-
[index_js_1.ChainId.ROOTSTOCK]: {
|
|
781
|
-
chain: chains_1.rootstock,
|
|
782
|
-
transport: exports.publicTransports[index_js_1.ChainId.ROOTSTOCK],
|
|
783
|
-
},
|
|
784
|
-
[index_js_1.ChainId.MANTLE]: {
|
|
785
|
-
chain: chains_1.mantle,
|
|
786
|
-
transport: exports.publicTransports[index_js_1.ChainId.MANTLE],
|
|
787
|
-
},
|
|
788
|
-
[index_js_1.ChainId.MANTA]: {
|
|
789
|
-
chain: chains_1.manta,
|
|
790
|
-
transport: exports.publicTransports[index_js_1.ChainId.MANTA],
|
|
791
|
-
},
|
|
792
|
-
[index_js_1.ChainId.MODE]: {
|
|
793
|
-
chain: chains_1.mode,
|
|
794
|
-
transport: exports.publicTransports[index_js_1.ChainId.MODE],
|
|
795
|
-
},
|
|
796
|
-
[index_js_1.ChainId.TAIKO]: {
|
|
797
|
-
chain: chains_1.taiko,
|
|
798
|
-
transport: exports.publicTransports[index_js_1.ChainId.TAIKO],
|
|
799
|
-
},
|
|
800
|
-
[index_js_1.ChainId.ZKLINK]: {
|
|
801
|
-
chain: zkLinkNova,
|
|
802
|
-
transport: exports.publicTransports[index_js_1.ChainId.ZKLINK],
|
|
803
|
-
},
|
|
804
|
-
[index_js_1.ChainId.APE]: {
|
|
805
|
-
chain: exports.apeChain,
|
|
806
|
-
transport: exports.publicTransports[index_js_1.ChainId.APE],
|
|
807
|
-
},
|
|
808
|
-
[index_js_1.ChainId.SONIC]: {
|
|
809
|
-
chain: exports.sonic,
|
|
810
|
-
transport: exports.publicTransports[index_js_1.ChainId.SONIC],
|
|
811
|
-
},
|
|
812
|
-
[index_js_1.ChainId.HEMI]: {
|
|
813
|
-
chain: exports.hemi,
|
|
814
|
-
transport: exports.publicTransports[index_js_1.ChainId.HEMI],
|
|
815
|
-
},
|
|
816
|
-
[index_js_1.ChainId.ARBITRUM_TESTNET]: {
|
|
817
|
-
chain: chains_1.arbitrumSepolia,
|
|
818
|
-
transport: exports.publicTransports[index_js_1.ChainId.ARBITRUM_TESTNET],
|
|
819
|
-
},
|
|
820
|
-
[index_js_1.ChainId.AVALANCHE_TESTNET]: {
|
|
821
|
-
chain: chains_1.avalancheFuji,
|
|
822
|
-
transport: exports.publicTransports[index_js_1.ChainId.AVALANCHE_TESTNET],
|
|
823
|
-
},
|
|
824
|
-
[index_js_1.ChainId.BSC_TESTNET]: {
|
|
825
|
-
chain: chains_1.bscTestnet,
|
|
826
|
-
transport: exports.publicTransports[index_js_1.ChainId.BSC_TESTNET],
|
|
827
|
-
},
|
|
828
|
-
[index_js_1.ChainId.FANTOM_TESTNET]: {
|
|
829
|
-
chain: chains_1.fantomTestnet,
|
|
830
|
-
transport: exports.publicTransports[index_js_1.ChainId.FANTOM_TESTNET],
|
|
831
|
-
},
|
|
832
|
-
[index_js_1.ChainId.GÖRLI]: {
|
|
833
|
-
chain: chains_1.goerli,
|
|
834
|
-
transport: exports.publicTransports[index_js_1.ChainId.GÖRLI],
|
|
835
|
-
},
|
|
836
|
-
[index_js_1.ChainId.POLYGON_TESTNET]: {
|
|
837
|
-
chain: chains_1.polygonMumbai,
|
|
838
|
-
transport: exports.publicTransports[index_js_1.ChainId.POLYGON_TESTNET],
|
|
839
|
-
},
|
|
840
|
-
[index_js_1.ChainId.SEPOLIA]: {
|
|
841
|
-
chain: chains_1.sepolia,
|
|
842
|
-
transport: exports.publicTransports[index_js_1.ChainId.SEPOLIA],
|
|
843
|
-
},
|
|
844
|
-
[index_js_1.ChainId.CURTIS]: {
|
|
845
|
-
chain: exports.curtis,
|
|
846
|
-
transport: exports.publicTransports[index_js_1.ChainId.CURTIS],
|
|
847
|
-
},
|
|
848
|
-
};
|
|
849
|
-
//# sourceMappingURL=viem.js.map
|