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/chain/index.js
CHANGED
|
@@ -13,280 +13,9 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
13
13
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18
|
-
};
|
|
19
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
const id_js_1 = require("./id.js");
|
|
17
|
+
__exportStar(require("./evm/index.js"), exports);
|
|
18
|
+
__exportStar(require("./non-evm/index.js"), exports);
|
|
23
19
|
__exportStar(require("./id.js"), exports);
|
|
24
|
-
|
|
25
|
-
const RAW = [...generated_chain_data_js_1.default, ...additional];
|
|
26
|
-
const EIP3091_OVERRIDE = [
|
|
27
|
-
id_js_1.ChainId.OPTIMISM,
|
|
28
|
-
id_js_1.ChainId.BOBA,
|
|
29
|
-
id_js_1.ChainId.BASE,
|
|
30
|
-
id_js_1.ChainId.FILECOIN,
|
|
31
|
-
];
|
|
32
|
-
const Standard = {
|
|
33
|
-
Eip3091: 'EIP3091',
|
|
34
|
-
None: 'none',
|
|
35
|
-
};
|
|
36
|
-
const Type = {
|
|
37
|
-
L2: 'L2',
|
|
38
|
-
Shard: 'shard',
|
|
39
|
-
};
|
|
40
|
-
class Chain {
|
|
41
|
-
static fromRaw(data) {
|
|
42
|
-
return new Chain(data);
|
|
43
|
-
}
|
|
44
|
-
static from(chainId) {
|
|
45
|
-
return exports.chains[chainId];
|
|
46
|
-
}
|
|
47
|
-
static fromShortName(shortName) {
|
|
48
|
-
const chainId = exports.chainShortNameToChainId[shortName];
|
|
49
|
-
if (!chainId)
|
|
50
|
-
throw new Error(`Unknown chain short name: ${shortName}`);
|
|
51
|
-
return Chain.from(chainId);
|
|
52
|
-
}
|
|
53
|
-
static fromChainId(chainId) {
|
|
54
|
-
return Chain.from(chainId);
|
|
55
|
-
}
|
|
56
|
-
static txUrl(chainId, txHash) {
|
|
57
|
-
return Chain.fromChainId(chainId)?.getTxUrl(txHash) ?? '';
|
|
58
|
-
}
|
|
59
|
-
static blockUrl(chainId, blockHashOrHeight) {
|
|
60
|
-
return Chain.fromChainId(chainId)?.getBlockUrl(blockHashOrHeight) ?? '';
|
|
61
|
-
}
|
|
62
|
-
static tokenUrl(chainId, tokenAddress) {
|
|
63
|
-
return Chain.fromChainId(chainId)?.getTokenUrl(tokenAddress) ?? '';
|
|
64
|
-
}
|
|
65
|
-
static accountUrl(chainId, accountAddress) {
|
|
66
|
-
return Chain.fromChainId(chainId)?.getAccountUrl(accountAddress) ?? '';
|
|
67
|
-
}
|
|
68
|
-
constructor(data) {
|
|
69
|
-
Object.assign(this, data);
|
|
70
|
-
const targets = ['Mainnet', 'Opera', 'Mainnet Shard 0'];
|
|
71
|
-
for (const target of targets) {
|
|
72
|
-
if (data.name.includes(target)) {
|
|
73
|
-
this.name = data.name.replace(target, '').trim();
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
if (data.name === 'Boba Network') {
|
|
77
|
-
this.name = 'Boba Eth';
|
|
78
|
-
}
|
|
79
|
-
if (data.chainId === id_js_1.ChainId.SCROLL) {
|
|
80
|
-
this.explorers?.sort((explorer) => explorer.name === 'Scrollscan' ? -1 : 1);
|
|
81
|
-
}
|
|
82
|
-
else if (data.chainId === id_js_1.ChainId.ARBITRUM_NOVA) {
|
|
83
|
-
this.explorers = [
|
|
84
|
-
{
|
|
85
|
-
name: 'Arbitrum Nova Explorer',
|
|
86
|
-
url: 'https://nova.arbiscan.io',
|
|
87
|
-
standard: 'EIP3091',
|
|
88
|
-
},
|
|
89
|
-
...(this.explorers ?? []),
|
|
90
|
-
];
|
|
91
|
-
}
|
|
92
|
-
else if (data.chainId === id_js_1.ChainId.FILECOIN) {
|
|
93
|
-
this.name = 'Filecoin';
|
|
94
|
-
this.explorers?.sort((explorer) => (explorer.name === 'Filfox' ? -1 : 1));
|
|
95
|
-
}
|
|
96
|
-
else if (data.chainId === id_js_1.ChainId.ZETACHAIN) {
|
|
97
|
-
this.name = 'ZetaChain';
|
|
98
|
-
this.explorers = [
|
|
99
|
-
{
|
|
100
|
-
name: 'ZetaChain Mainnet Explorer',
|
|
101
|
-
url: 'https://zetachain.blockscout.com',
|
|
102
|
-
standard: 'EIP3091',
|
|
103
|
-
},
|
|
104
|
-
];
|
|
105
|
-
}
|
|
106
|
-
else if (data.chainId === id_js_1.ChainId.BLAST) {
|
|
107
|
-
this.explorers = [
|
|
108
|
-
{
|
|
109
|
-
name: 'Blast Explorer',
|
|
110
|
-
url: 'https://blastscan.io',
|
|
111
|
-
standard: 'EIP3091',
|
|
112
|
-
},
|
|
113
|
-
];
|
|
114
|
-
}
|
|
115
|
-
else if (data.chainId === id_js_1.ChainId.SKALE_EUROPA) {
|
|
116
|
-
this.name = 'SKALE Europa';
|
|
117
|
-
}
|
|
118
|
-
else if (data.chainId === id_js_1.ChainId.ROOTSTOCK) {
|
|
119
|
-
this.explorers?.sort((explorer) => explorer.name === 'blockscout' ? -1 : 1);
|
|
120
|
-
}
|
|
121
|
-
else if (data.chainId === id_js_1.ChainId.MOONBEAM) {
|
|
122
|
-
this.explorers = [
|
|
123
|
-
{
|
|
124
|
-
name: 'Moonscan',
|
|
125
|
-
url: 'https://moonscan.io',
|
|
126
|
-
standard: 'EIP3091',
|
|
127
|
-
},
|
|
128
|
-
];
|
|
129
|
-
}
|
|
130
|
-
else if (data.chainId === id_js_1.ChainId.SONIC) {
|
|
131
|
-
this.explorers = [
|
|
132
|
-
{
|
|
133
|
-
name: 'Sonic Scan',
|
|
134
|
-
url: 'https://sonicscan.org',
|
|
135
|
-
standard: 'EIP3091',
|
|
136
|
-
},
|
|
137
|
-
];
|
|
138
|
-
}
|
|
139
|
-
else if (data.chainId === id_js_1.ChainId.HEMI) {
|
|
140
|
-
this.explorers = [
|
|
141
|
-
{
|
|
142
|
-
name: 'Hemi Explorer',
|
|
143
|
-
url: 'https://explorer.hemi.xyz',
|
|
144
|
-
standard: 'EIP3091',
|
|
145
|
-
},
|
|
146
|
-
];
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
getTxUrl(txHash) {
|
|
150
|
-
if (!this.explorers)
|
|
151
|
-
return '';
|
|
152
|
-
for (const explorer of this.explorers) {
|
|
153
|
-
if (explorer.standard === Standard.Eip3091 ||
|
|
154
|
-
EIP3091_OVERRIDE.includes(this.chainId)) {
|
|
155
|
-
return `${explorer.url}/tx/${txHash}`;
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
return '';
|
|
159
|
-
}
|
|
160
|
-
getBlockUrl(blockHashOrHeight) {
|
|
161
|
-
if (!this.explorers)
|
|
162
|
-
return '';
|
|
163
|
-
for (const explorer of this.explorers) {
|
|
164
|
-
if (explorer.standard === Standard.Eip3091) {
|
|
165
|
-
return `${explorer.url}/block/${blockHashOrHeight}`;
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
return '';
|
|
169
|
-
}
|
|
170
|
-
getTokenUrl(tokenAddress) {
|
|
171
|
-
if (!this.explorers)
|
|
172
|
-
return '';
|
|
173
|
-
for (const explorer of this.explorers) {
|
|
174
|
-
if (explorer.standard === Standard.Eip3091 ||
|
|
175
|
-
EIP3091_OVERRIDE.includes(this.chainId)) {
|
|
176
|
-
return `${explorer.url}/token/${tokenAddress}`;
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
return '';
|
|
180
|
-
}
|
|
181
|
-
getAccountUrl(accountAddress) {
|
|
182
|
-
if (!this.explorers)
|
|
183
|
-
return '';
|
|
184
|
-
for (const explorer of this.explorers) {
|
|
185
|
-
if (explorer.standard === Standard.Eip3091 ||
|
|
186
|
-
EIP3091_OVERRIDE.includes(this.chainId)) {
|
|
187
|
-
return `${explorer.url}/address/${accountAddress}`;
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
return '';
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
exports.Chain = Chain;
|
|
194
|
-
exports.natives = Object.fromEntries(RAW.map((data) => [
|
|
195
|
-
data.chainId,
|
|
196
|
-
data.nativeCurrency,
|
|
197
|
-
]));
|
|
198
|
-
exports.chains = Object.fromEntries(RAW.map((data) => [data.chainId, new Chain(data)]));
|
|
199
|
-
exports.chainsL2 = Object.fromEntries(RAW.filter((data) => 'parent' in data && data.parent.type === Type.L2).map((data) => [data.chainId, new Chain(data)]));
|
|
200
|
-
exports.chainIds = RAW.map((chain) => chain.chainId);
|
|
201
|
-
exports.chainShortNameToChainId = Object.fromEntries(RAW.map((data) => [data.shortName, data.chainId]));
|
|
202
|
-
exports.chainShortName = Object.fromEntries(RAW.map((data) => [
|
|
203
|
-
data.chainId,
|
|
204
|
-
Chain.fromRaw(data).shortName,
|
|
205
|
-
]));
|
|
206
|
-
exports.chainName = Object.fromEntries(RAW.map((data) => [data.chainId, Chain.fromRaw(data).name]));
|
|
207
|
-
const getChainInfo = (input) => {
|
|
208
|
-
const _networkName = input.toLowerCase();
|
|
209
|
-
const _chainId = Number.parseInt(input);
|
|
210
|
-
if ((0, exports.isChainId)(_chainId)) {
|
|
211
|
-
const networkName = exports.ChainKey[_chainId];
|
|
212
|
-
return { chainId: _chainId, networkName };
|
|
213
|
-
}
|
|
214
|
-
if ((0, exports.isNetworkNameKey)(_networkName)) {
|
|
215
|
-
const chainId = exports.NetworkNameKey[_networkName];
|
|
216
|
-
return { chainId, networkName: _networkName };
|
|
217
|
-
}
|
|
218
|
-
return { chainId: undefined, networkName: undefined };
|
|
219
|
-
};
|
|
220
|
-
exports.getChainInfo = getChainInfo;
|
|
221
|
-
exports.TESTNET_CHAIN_IDS = [
|
|
222
|
-
id_js_1.ChainId.ARBITRUM_TESTNET,
|
|
223
|
-
id_js_1.ChainId.AVALANCHE_TESTNET,
|
|
224
|
-
id_js_1.ChainId.BSC_TESTNET,
|
|
225
|
-
id_js_1.ChainId.FANTOM_TESTNET,
|
|
226
|
-
id_js_1.ChainId.POLYGON_TESTNET,
|
|
227
|
-
id_js_1.ChainId.SEPOLIA,
|
|
228
|
-
id_js_1.ChainId.CURTIS,
|
|
229
|
-
];
|
|
230
|
-
const isChainId = (chainId) => Object.values(id_js_1.ChainId).includes(chainId);
|
|
231
|
-
exports.isChainId = isChainId;
|
|
232
|
-
exports.ChainKey = {
|
|
233
|
-
[id_js_1.ChainId.ARBITRUM]: 'arbitrum',
|
|
234
|
-
[id_js_1.ChainId.ARBITRUM_NOVA]: 'arbitrum-nova',
|
|
235
|
-
[id_js_1.ChainId.ARBITRUM_TESTNET]: 'arbitrum-testnet',
|
|
236
|
-
[id_js_1.ChainId.AVALANCHE]: 'avalanche',
|
|
237
|
-
[id_js_1.ChainId.AVALANCHE_TESTNET]: 'avalance-testnet',
|
|
238
|
-
[id_js_1.ChainId.BSC]: 'bsc',
|
|
239
|
-
[id_js_1.ChainId.BSC_TESTNET]: 'bsc-testnet',
|
|
240
|
-
[id_js_1.ChainId.CELO]: 'celo',
|
|
241
|
-
[id_js_1.ChainId.ETHEREUM]: 'ethereum',
|
|
242
|
-
[id_js_1.ChainId.FANTOM]: 'fantom',
|
|
243
|
-
[id_js_1.ChainId.FANTOM_TESTNET]: 'fantom-testnet',
|
|
244
|
-
[id_js_1.ChainId.FUSE]: 'fuse',
|
|
245
|
-
[id_js_1.ChainId.GÖRLI]: 'goerli',
|
|
246
|
-
[id_js_1.ChainId.HARMONY]: 'harmony',
|
|
247
|
-
[id_js_1.ChainId.HECO]: 'heco',
|
|
248
|
-
[id_js_1.ChainId.POLYGON]: 'polygon',
|
|
249
|
-
[id_js_1.ChainId.POLYGON_TESTNET]: 'matic-testnet',
|
|
250
|
-
[id_js_1.ChainId.MOONBEAM]: 'moonbeam',
|
|
251
|
-
[id_js_1.ChainId.MOONRIVER]: 'moonriver',
|
|
252
|
-
[id_js_1.ChainId.OKEX]: 'okex',
|
|
253
|
-
[id_js_1.ChainId.PALM]: 'palm',
|
|
254
|
-
[id_js_1.ChainId.TELOS]: 'telos',
|
|
255
|
-
[id_js_1.ChainId.GNOSIS]: 'gnosis',
|
|
256
|
-
[id_js_1.ChainId.OPTIMISM]: 'optimism',
|
|
257
|
-
[id_js_1.ChainId.KAVA]: 'kava',
|
|
258
|
-
[id_js_1.ChainId.METIS]: 'metis',
|
|
259
|
-
[id_js_1.ChainId.BOBA]: 'boba',
|
|
260
|
-
[id_js_1.ChainId.BOBA_AVAX]: 'boba-avax',
|
|
261
|
-
[id_js_1.ChainId.BOBA_BNB]: 'boba-bnb',
|
|
262
|
-
[id_js_1.ChainId.BTTC]: 'bttc',
|
|
263
|
-
[id_js_1.ChainId.POLYGON_ZKEVM]: 'polygon-zkevm',
|
|
264
|
-
[id_js_1.ChainId.THUNDERCORE]: 'thundercore',
|
|
265
|
-
[id_js_1.ChainId.HAQQ]: 'haqq',
|
|
266
|
-
[id_js_1.ChainId.CORE]: 'core',
|
|
267
|
-
[id_js_1.ChainId.ZKSYNC_ERA]: 'zksync-era',
|
|
268
|
-
[id_js_1.ChainId.LINEA]: 'linea',
|
|
269
|
-
[id_js_1.ChainId.BASE]: 'base',
|
|
270
|
-
[id_js_1.ChainId.FILECOIN]: 'filecoin',
|
|
271
|
-
[id_js_1.ChainId.SEPOLIA]: 'sepolia',
|
|
272
|
-
[id_js_1.ChainId.SCROLL]: 'scroll',
|
|
273
|
-
[id_js_1.ChainId.ZETACHAIN]: 'zetachain',
|
|
274
|
-
[id_js_1.ChainId.CRONOS]: 'cronos',
|
|
275
|
-
[id_js_1.ChainId.BLAST]: 'blast',
|
|
276
|
-
[id_js_1.ChainId.SKALE_EUROPA]: 'skale-europa',
|
|
277
|
-
[id_js_1.ChainId.ROOTSTOCK]: 'rootstock',
|
|
278
|
-
[id_js_1.ChainId.MANTLE]: 'mantle',
|
|
279
|
-
[id_js_1.ChainId.CURTIS]: 'curtis',
|
|
280
|
-
[id_js_1.ChainId.MANTA]: 'manta',
|
|
281
|
-
[id_js_1.ChainId.MODE]: 'mode',
|
|
282
|
-
[id_js_1.ChainId.TAIKO]: 'taiko',
|
|
283
|
-
[id_js_1.ChainId.ZKLINK]: 'zklink',
|
|
284
|
-
[id_js_1.ChainId.APE]: 'ape',
|
|
285
|
-
[id_js_1.ChainId.SONIC]: 'sonic',
|
|
286
|
-
[id_js_1.ChainId.HEMI]: 'hemi',
|
|
287
|
-
};
|
|
288
|
-
exports.NetworkNameKey = Object.fromEntries(Object.entries(exports.ChainKey).map(([key, value]) => [value, Number(key)]));
|
|
289
|
-
const isNetworkNameKey = (key) => Object.keys(exports.NetworkNameKey).includes(key);
|
|
290
|
-
exports.isNetworkNameKey = isNetworkNameKey;
|
|
291
|
-
exports.default = exports.chains;
|
|
20
|
+
__exportStar(require("./chain-key.js"), exports);
|
|
292
21
|
//# sourceMappingURL=index.js.map
|
package/_cjs/chain/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../chain/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../chain/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA8B;AAC9B,qDAAkC;AAElC,0CAAuB;AACvB,iDAA8B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"id.js","sourceRoot":"","sources":["../../../../chain/non-evm/aptos/id.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG;IAC1B,KAAK,EAAE,CAAC,CAAC;CACD,CAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.isAptosNetworkNameKey = exports.AptosNetworkNameKey = exports.AptosChainKey = exports.isAptosChainId = exports.APTOS_TESTNET_CHAIN_IDS = exports.aptosChainIds = void 0;
|
|
18
|
+
const id_js_1 = require("./id.js");
|
|
19
|
+
__exportStar(require("./id.js"), exports);
|
|
20
|
+
exports.aptosChainIds = Object.values(id_js_1.AptosChainId);
|
|
21
|
+
exports.APTOS_TESTNET_CHAIN_IDS = [];
|
|
22
|
+
const isAptosChainId = (chainId) => Object.values(id_js_1.AptosChainId).includes(chainId);
|
|
23
|
+
exports.isAptosChainId = isAptosChainId;
|
|
24
|
+
exports.AptosChainKey = {
|
|
25
|
+
[id_js_1.AptosChainId.APTOS]: 'aptos',
|
|
26
|
+
};
|
|
27
|
+
exports.AptosNetworkNameKey = Object.fromEntries(Object.entries(exports.AptosChainKey).map(([key, value]) => [value, Number(key)]));
|
|
28
|
+
const isAptosNetworkNameKey = (key) => Object.keys(exports.AptosNetworkNameKey).includes(key);
|
|
29
|
+
exports.isAptosNetworkNameKey = isAptosNetworkNameKey;
|
|
30
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../chain/non-evm/aptos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,mCAAsC;AAEtC,0CAAuB;AAEV,QAAA,aAAa,GAAG,MAAM,CAAC,MAAM,CAAC,oBAAY,CAAC,CAAA;AAE3C,QAAA,uBAAuB,GAAG,EAAW,CAAA;AAG3C,MAAM,cAAc,GAAG,CAAC,OAAe,EAA2B,EAAE,CACzE,MAAM,CAAC,MAAM,CAAC,oBAAY,CAAC,CAAC,QAAQ,CAAC,OAAuB,CAAC,CAAA;AADlD,QAAA,cAAc,kBACoC;AAElD,QAAA,aAAa,GAAG;IAC3B,CAAC,oBAAY,CAAC,KAAK,CAAC,EAAE,OAAO;CACkB,CAAA;AAGpC,QAAA,mBAAmB,GAAG,MAAM,CAAC,WAAW,CACnD,MAAM,CAAC,OAAO,CAAC,qBAAa,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAC9B,CAAA;AAEtC,MAAM,qBAAqB,GAAG,CAAC,GAAW,EAAwB,EAAE,CACzE,MAAM,CAAC,IAAI,CAAC,2BAAmB,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AADnC,QAAA,qBAAqB,yBACc"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./aptos/index.js"), exports);
|
|
18
|
+
__exportStar(require("./tron/index.js"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../chain/non-evm/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAgC;AAChC,kDAA+B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"id.js","sourceRoot":"","sources":["../../../../chain/non-evm/tron/id.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG;IACzB,IAAI,EAAE,CAAC,CAAC;CACA,CAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.isTronNetworkNameKey = exports.TronNetworkNameKey = exports.TronChainKey = exports.isTronChainId = exports.TRON_TESTNET_CHAIN_IDS = exports.tronChainIds = void 0;
|
|
18
|
+
const id_js_1 = require("./id.js");
|
|
19
|
+
__exportStar(require("./id.js"), exports);
|
|
20
|
+
exports.tronChainIds = Object.values(id_js_1.TronChainId);
|
|
21
|
+
exports.TRON_TESTNET_CHAIN_IDS = [];
|
|
22
|
+
const isTronChainId = (chainId) => Object.values(id_js_1.TronChainId).includes(chainId);
|
|
23
|
+
exports.isTronChainId = isTronChainId;
|
|
24
|
+
exports.TronChainKey = {
|
|
25
|
+
[id_js_1.TronChainId.TRON]: 'tron',
|
|
26
|
+
};
|
|
27
|
+
exports.TronNetworkNameKey = Object.fromEntries(Object.entries(exports.TronChainKey).map(([key, value]) => [value, Number(key)]));
|
|
28
|
+
const isTronNetworkNameKey = (key) => Object.keys(exports.TronNetworkNameKey).includes(key);
|
|
29
|
+
exports.isTronNetworkNameKey = isTronNetworkNameKey;
|
|
30
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../chain/non-evm/tron/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,mCAAqC;AAErC,0CAAuB;AAEV,QAAA,YAAY,GAAG,MAAM,CAAC,MAAM,CAAC,mBAAW,CAAC,CAAA;AAEzC,QAAA,sBAAsB,GAAG,EAAW,CAAA;AAG1C,MAAM,aAAa,GAAG,CAAC,OAAe,EAA0B,EAAE,CACvE,MAAM,CAAC,MAAM,CAAC,mBAAW,CAAC,CAAC,QAAQ,CAAC,OAAsB,CAAC,CAAA;AADhD,QAAA,aAAa,iBACmC;AAEhD,QAAA,YAAY,GAAG;IAC1B,CAAC,mBAAW,CAAC,IAAI,CAAC,EAAE,MAAM;CACoB,CAAA;AAGnC,QAAA,kBAAkB,GAAG,MAAM,CAAC,WAAW,CAClD,MAAM,CAAC,OAAO,CAAC,oBAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAC/B,CAAA;AAEpC,MAAM,oBAAoB,GAAG,CAAC,GAAW,EAAuB,EAAE,CACvE,MAAM,CAAC,IAAI,CAAC,0BAAkB,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AADlC,QAAA,oBAAoB,wBACc"}
|
package/_cjs/config/api.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.API_BASE_URL = void 0;
|
|
4
|
-
exports.API_BASE_URL =
|
|
5
|
-
process.env['NEXT_PUBLIC_API_BASE_URL'] ||
|
|
6
|
-
'https://api.sushi.com';
|
|
4
|
+
exports.API_BASE_URL = 'https://api.sushi.com';
|
|
7
5
|
//# sourceMappingURL=api.js.map
|
package/_cjs/config/api.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.js","sourceRoot":"","sources":["../../config/api.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,
|
|
1
|
+
{"version":3,"file":"api.js","sourceRoot":"","sources":["../../config/api.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG,uBAAuB,CAAA"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.isAggregatorOnlyChainId = exports.AGGREGATOR_ONLY_CHAIN_IDS = void 0;
|
|
4
|
-
const index_js_1 = require("../../chain/index.js");
|
|
4
|
+
const index_js_1 = require("../../chain/evm/index.js");
|
|
5
5
|
exports.AGGREGATOR_ONLY_CHAIN_IDS = [
|
|
6
|
-
index_js_1.
|
|
7
|
-
index_js_1.
|
|
8
|
-
index_js_1.
|
|
9
|
-
index_js_1.
|
|
10
|
-
index_js_1.
|
|
11
|
-
index_js_1.
|
|
12
|
-
index_js_1.
|
|
13
|
-
index_js_1.
|
|
6
|
+
index_js_1.EvmChainId.CRONOS,
|
|
7
|
+
index_js_1.EvmChainId.MANTLE,
|
|
8
|
+
index_js_1.EvmChainId.ZKSYNC_ERA,
|
|
9
|
+
index_js_1.EvmChainId.MANTA,
|
|
10
|
+
index_js_1.EvmChainId.MODE,
|
|
11
|
+
index_js_1.EvmChainId.TAIKO,
|
|
12
|
+
index_js_1.EvmChainId.ZKLINK,
|
|
13
|
+
index_js_1.EvmChainId.APE,
|
|
14
14
|
];
|
|
15
15
|
const isAggregatorOnlyChainId = (chainId) => exports.AGGREGATOR_ONLY_CHAIN_IDS.includes(chainId);
|
|
16
16
|
exports.isAggregatorOnlyChainId = isAggregatorOnlyChainId;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aggregator.js","sourceRoot":"","sources":["../../../config/features/aggregator.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"aggregator.js","sourceRoot":"","sources":["../../../config/features/aggregator.ts"],"names":[],"mappings":";;;AAAA,uDAAqD;AAExC,QAAA,yBAAyB,GAAG;IACvC,qBAAU,CAAC,MAAM;IACjB,qBAAU,CAAC,MAAM;IACjB,qBAAU,CAAC,UAAU;IACrB,qBAAU,CAAC,KAAK;IAChB,qBAAU,CAAC,IAAI;IACf,qBAAU,CAAC,KAAK;IAChB,qBAAU,CAAC,MAAM;IACjB,qBAAU,CAAC,GAAG;CACN,CAAA;AAIH,MAAM,uBAAuB,GAAG,CACrC,OAAmB,EACe,EAAE,CACpC,iCAAyB,CAAC,QAAQ,CAAC,OAAgC,CAAC,CAAA;AAHzD,QAAA,uBAAuB,2BAGkC"}
|
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.isBentoBoxChainId = exports.BENTOBOX_ADDRESS = exports.BENTOBOX_SUPPORTED_CHAIN_IDS = void 0;
|
|
4
|
-
const index_js_1 = require("../../chain/index.js");
|
|
4
|
+
const index_js_1 = require("../../chain/evm/index.js");
|
|
5
5
|
exports.BENTOBOX_SUPPORTED_CHAIN_IDS = [
|
|
6
|
-
index_js_1.
|
|
7
|
-
index_js_1.
|
|
8
|
-
index_js_1.
|
|
9
|
-
index_js_1.
|
|
10
|
-
index_js_1.
|
|
11
|
-
index_js_1.
|
|
12
|
-
index_js_1.
|
|
13
|
-
index_js_1.
|
|
14
|
-
index_js_1.
|
|
15
|
-
index_js_1.
|
|
16
|
-
index_js_1.
|
|
17
|
-
index_js_1.
|
|
18
|
-
index_js_1.
|
|
19
|
-
index_js_1.
|
|
20
|
-
index_js_1.
|
|
21
|
-
index_js_1.
|
|
22
|
-
index_js_1.
|
|
23
|
-
index_js_1.
|
|
24
|
-
index_js_1.
|
|
25
|
-
index_js_1.
|
|
26
|
-
index_js_1.
|
|
6
|
+
index_js_1.EvmChainId.ARBITRUM,
|
|
7
|
+
index_js_1.EvmChainId.ARBITRUM_NOVA,
|
|
8
|
+
index_js_1.EvmChainId.AVALANCHE,
|
|
9
|
+
index_js_1.EvmChainId.BOBA,
|
|
10
|
+
index_js_1.EvmChainId.BOBA_AVAX,
|
|
11
|
+
index_js_1.EvmChainId.BOBA_BNB,
|
|
12
|
+
index_js_1.EvmChainId.BSC,
|
|
13
|
+
index_js_1.EvmChainId.BTTC,
|
|
14
|
+
index_js_1.EvmChainId.CELO,
|
|
15
|
+
index_js_1.EvmChainId.ETHEREUM,
|
|
16
|
+
index_js_1.EvmChainId.FANTOM,
|
|
17
|
+
index_js_1.EvmChainId.FUSE,
|
|
18
|
+
index_js_1.EvmChainId.GNOSIS,
|
|
19
|
+
index_js_1.EvmChainId.HARMONY,
|
|
20
|
+
index_js_1.EvmChainId.HECO,
|
|
21
|
+
index_js_1.EvmChainId.KAVA,
|
|
22
|
+
index_js_1.EvmChainId.METIS,
|
|
23
|
+
index_js_1.EvmChainId.MOONBEAM,
|
|
24
|
+
index_js_1.EvmChainId.MOONRIVER,
|
|
25
|
+
index_js_1.EvmChainId.OPTIMISM,
|
|
26
|
+
index_js_1.EvmChainId.POLYGON,
|
|
27
27
|
];
|
|
28
28
|
exports.BENTOBOX_ADDRESS = {
|
|
29
|
-
[index_js_1.
|
|
30
|
-
[index_js_1.
|
|
31
|
-
[index_js_1.
|
|
32
|
-
[index_js_1.
|
|
33
|
-
[index_js_1.
|
|
34
|
-
[index_js_1.
|
|
35
|
-
[index_js_1.
|
|
36
|
-
[index_js_1.
|
|
37
|
-
[index_js_1.
|
|
38
|
-
[index_js_1.
|
|
39
|
-
[index_js_1.
|
|
40
|
-
[index_js_1.
|
|
41
|
-
[index_js_1.
|
|
42
|
-
[index_js_1.
|
|
43
|
-
[index_js_1.
|
|
44
|
-
[index_js_1.
|
|
45
|
-
[index_js_1.
|
|
46
|
-
[index_js_1.
|
|
47
|
-
[index_js_1.
|
|
48
|
-
[index_js_1.
|
|
49
|
-
[index_js_1.
|
|
29
|
+
[index_js_1.EvmChainId.ARBITRUM]: '0x74c764D41B77DBbb4fe771daB1939B00b146894A',
|
|
30
|
+
[index_js_1.EvmChainId.ARBITRUM_NOVA]: '0xbE811A0D44E2553d25d11CB8DC0d3F0D0E6430E6',
|
|
31
|
+
[index_js_1.EvmChainId.AVALANCHE]: '0x0711B6026068f736bae6B213031fCE978D48E026',
|
|
32
|
+
[index_js_1.EvmChainId.BOBA]: '0x0769fd68dFb93167989C6f7254cd0D766Fb2841F',
|
|
33
|
+
[index_js_1.EvmChainId.BOBA_AVAX]: '0x0769fd68dFb93167989C6f7254cd0D766Fb2841F',
|
|
34
|
+
[index_js_1.EvmChainId.BOBA_BNB]: '0x0769fd68dFb93167989C6f7254cd0D766Fb2841F',
|
|
35
|
+
[index_js_1.EvmChainId.BSC]: '0xF5BCE5077908a1b7370B9ae04AdC565EBd643966',
|
|
36
|
+
[index_js_1.EvmChainId.BTTC]: '0x8dacffa7F69Ce572992132697252E16254225D38',
|
|
37
|
+
[index_js_1.EvmChainId.CELO]: '0x0711B6026068f736bae6B213031fCE978D48E026',
|
|
38
|
+
[index_js_1.EvmChainId.ETHEREUM]: '0xF5BCE5077908a1b7370B9ae04AdC565EBd643966',
|
|
39
|
+
[index_js_1.EvmChainId.FANTOM]: '0xF5BCE5077908a1b7370B9ae04AdC565EBd643966',
|
|
40
|
+
[index_js_1.EvmChainId.FUSE]: '0x0BE808376Ecb75a5CF9bB6D237d16cd37893d904',
|
|
41
|
+
[index_js_1.EvmChainId.GNOSIS]: '0xE2d7F5dd869Fc7c126D21b13a9080e75a4bDb324',
|
|
42
|
+
[index_js_1.EvmChainId.HARMONY]: '0x6b2A3FF504798886862Ca5ce501e080947A506A2',
|
|
43
|
+
[index_js_1.EvmChainId.HECO]: '0xF5BCE5077908a1b7370B9ae04AdC565EBd643966',
|
|
44
|
+
[index_js_1.EvmChainId.KAVA]: '0xc35DADB65012eC5796536bD9864eD8773aBc74C4',
|
|
45
|
+
[index_js_1.EvmChainId.METIS]: '0xc35DADB65012eC5796536bD9864eD8773aBc74C4',
|
|
46
|
+
[index_js_1.EvmChainId.MOONBEAM]: '0x80C7DD17B01855a6D2347444a0FCC36136a314de',
|
|
47
|
+
[index_js_1.EvmChainId.MOONRIVER]: '0x145d82bCa93cCa2AE057D1c6f26245d1b9522E6F',
|
|
48
|
+
[index_js_1.EvmChainId.OPTIMISM]: '0xc35DADB65012eC5796536bD9864eD8773aBc74C4',
|
|
49
|
+
[index_js_1.EvmChainId.POLYGON]: '0x0319000133d3AdA02600f0875d2cf03D442C3367',
|
|
50
50
|
};
|
|
51
51
|
const isBentoBoxChainId = (chainId) => exports.BENTOBOX_SUPPORTED_CHAIN_IDS.includes(chainId);
|
|
52
52
|
exports.isBentoBoxChainId = isBentoBoxChainId;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bentobox.js","sourceRoot":"","sources":["../../../config/features/bentobox.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"bentobox.js","sourceRoot":"","sources":["../../../config/features/bentobox.ts"],"names":[],"mappings":";;;AAAA,uDAAqD;AAExC,QAAA,4BAA4B,GAAG;IAC1C,qBAAU,CAAC,QAAQ;IACnB,qBAAU,CAAC,aAAa;IACxB,qBAAU,CAAC,SAAS;IACpB,qBAAU,CAAC,IAAI;IACf,qBAAU,CAAC,SAAS;IACpB,qBAAU,CAAC,QAAQ;IACnB,qBAAU,CAAC,GAAG;IACd,qBAAU,CAAC,IAAI;IACf,qBAAU,CAAC,IAAI;IACf,qBAAU,CAAC,QAAQ;IACnB,qBAAU,CAAC,MAAM;IACjB,qBAAU,CAAC,IAAI;IACf,qBAAU,CAAC,MAAM;IACjB,qBAAU,CAAC,OAAO;IAClB,qBAAU,CAAC,IAAI;IACf,qBAAU,CAAC,IAAI;IACf,qBAAU,CAAC,KAAK;IAChB,qBAAU,CAAC,QAAQ;IACnB,qBAAU,CAAC,SAAS;IACpB,qBAAU,CAAC,QAAQ;IACnB,qBAAU,CAAC,OAAO;CACV,CAAA;AAIG,QAAA,gBAAgB,GAA2C;IACtE,CAAC,qBAAU,CAAC,QAAQ,CAAC,EAAE,4CAA4C;IACnE,CAAC,qBAAU,CAAC,aAAa,CAAC,EAAE,4CAA4C;IACxE,CAAC,qBAAU,CAAC,SAAS,CAAC,EAAE,4CAA4C;IACpE,CAAC,qBAAU,CAAC,IAAI,CAAC,EAAE,4CAA4C;IAC/D,CAAC,qBAAU,CAAC,SAAS,CAAC,EAAE,4CAA4C;IACpE,CAAC,qBAAU,CAAC,QAAQ,CAAC,EAAE,4CAA4C;IACnE,CAAC,qBAAU,CAAC,GAAG,CAAC,EAAE,4CAA4C;IAC9D,CAAC,qBAAU,CAAC,IAAI,CAAC,EAAE,4CAA4C;IAC/D,CAAC,qBAAU,CAAC,IAAI,CAAC,EAAE,4CAA4C;IAC/D,CAAC,qBAAU,CAAC,QAAQ,CAAC,EAAE,4CAA4C;IACnE,CAAC,qBAAU,CAAC,MAAM,CAAC,EAAE,4CAA4C;IACjE,CAAC,qBAAU,CAAC,IAAI,CAAC,EAAE,4CAA4C;IAC/D,CAAC,qBAAU,CAAC,MAAM,CAAC,EAAE,4CAA4C;IACjE,CAAC,qBAAU,CAAC,OAAO,CAAC,EAAE,4CAA4C;IAClE,CAAC,qBAAU,CAAC,IAAI,CAAC,EAAE,4CAA4C;IAC/D,CAAC,qBAAU,CAAC,IAAI,CAAC,EAAE,4CAA4C;IAC/D,CAAC,qBAAU,CAAC,KAAK,CAAC,EAAE,4CAA4C;IAChE,CAAC,qBAAU,CAAC,QAAQ,CAAC,EAAE,4CAA4C;IACnE,CAAC,qBAAU,CAAC,SAAS,CAAC,EAAE,4CAA4C;IACpE,CAAC,qBAAU,CAAC,QAAQ,CAAC,EAAE,4CAA4C;IACnE,CAAC,qBAAU,CAAC,OAAO,CAAC,EAAE,4CAA4C;CAC1D,CAAA;AAEH,MAAM,iBAAiB,GAAG,CAC/B,OAAmB,EACS,EAAE,CAC9B,oCAA4B,CAAC,QAAQ,CAAC,OAA0B,CAAC,CAAA;AAHtD,QAAA,iBAAiB,qBAGqC"}
|