Skip to content

Commit

Permalink
chore: revisit package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed May 30, 2024
1 parent 0e2978a commit d20825c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@
"build": "tsc --build src",
"prepare": "yarn build",
"arbitrum:sepolia": "cross-env-shell ETHERS_ESTIMATE_GAS_PRICE=false ETHERS_GAS_PRICE=10000000000 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_GAS_PRICE_FACTOR=1.1 ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=25000000 ETHERS_GAS_LIMIT_FACTOR=2.0 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://sepolia-rollup.arbitrum.io/rpc 8517",
"arbitrum:one": "cross-env-shell ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=2000000000000 ETHERS_GAS_LIMIT_FACTOR=1.0 ETHERS_GAS_PRICE_FACTOR=1.0 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://arb1.arbitrum.io/rpc 9517",
"arbitrum:one": "cross-env-shell ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=2000000000000 ETHERS_GAS_LIMIT_FACTOR=1.0 ETHERS_GAS_PRICE_FACTOR=1.1 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://arb1.arbitrum.io/rpc 9517",
"avalanche:mainnet": "cross-env-shell ETHERS_ALWAYS_SYNCED=true ETHERS_FORCE_EIP_155=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_GAS_PRICE=1451956741478 ETHERS_GAS_PRICE_FACTOR=1.25 ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://api.avax.network/ext/bc/C/rpc 9533",
"avalanche:testnet": "cross-env-shell ETHERS_ALWAYS_SYNCED=true ETHERS_FORCE_EIP_155=true ETHERS_MOCK_FILTERS=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_GAS_PRICE=50000000000 ETHERS_GAS_PRICE_FACTOR=1.0 ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=10000000 node dist/bin/ethers https://avalanche-fuji-c-chain.publicnode.com 8533",
"base:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_FORCE_EIP_155=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT_FACTOR=1.5 ETHERS_GAS_LIMIT=10000000 ETHERS_GAS_PRICE_FACTOR=1.1 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://mainnet.base.org 9502",
"base:sepolia": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_FORCE_EIP_155=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT_FACTOR=1.5 ETHERS_GAS_LIMIT=10000000 ETHERS_GAS_PRICE_FACTOR=1.1 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://sepolia.base.org 8502",
"boba:bnb:testnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=30000000 ETHERS_GAS_LIMIT_FACTOR=3.0 node dist/bin/ethers https://replica.testnet.bnb.boba.network 8510",
"boba:bnb:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=30000000 ETHERS_GAS_LIMIT_FACTOR=5.0 ETHERS_GAS_PRICE=300000000000 node dist/bin/ethers https://bnb.boba.network 9510",
"boba:ethereum:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT_FACTOR=1.2 node dist/bin/ethers https://mainnet.boba.network 9539",
"boba:ethereum:goerli": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT_FACTOR=1.1 ETHERS_GAS_LIMIT=10000000 node dist/bin/ethers https://goerli.boba.network 8515",
"boba:bnb:testnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=4 ETHERS_FORCE_EIP_155=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=30000000 ETHERS_GAS_LIMIT_FACTOR=1.5 node dist/bin/ethers https://testnet.bnb.boba.network 8510",
"boba:bnb:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_FORCE_EIP_155=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=30000000 ETHERS_GAS_LIMIT_FACTOR=1.0 ETHERS_GAS_PRICE=300000000000 node dist/bin/ethers https://replica.bnb.boba.network 9510",
"boba:eth:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_FORCE_EIP_155=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT_FACTOR=1.2 ETHERS_GAS_PRICE_FACTOR=1.2 node dist/bin/ethers https://boba-ethereum.gateway.tenderly.co 9539",
"boba:eth:goerli": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT_FACTOR=1.1 ETHERS_GAS_LIMIT=10000000 node dist/bin/ethers https://goerli.boba.network 8515",
"boba:moonbeam:bobabase": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT_FACTOR=1.0 node dist/bin/ethers https://bobabase.boba.network 8518",
"celo:alfajores": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 CELO_GAS_LIMIT_FACTOR=3 CELO_GAS_PRICE_FACTOR=1.3 CELO_GAS_PRICE_MAX=100000000000 node dist/bin/celo https://alfajores-forno.celo-testnet.org 44787 8538",
"celo:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 CELO_GAS_LIMIT_FACTOR=3 CELO_GAS_PRICE_FACTOR=1.3 CELO_GAS_PRICE_MAX=100000000000 node dist/bin/celo https://forno.celo.org 42220 9538",
"conflux:core:testnet": "cross-env-shell CONFLUX_DEFAULT_EPOCH_LABEL=\"latest_state\" CONFLUX_ESTIMATE_GAS_PRICE=true CONFLUX_GAS_PRICE=10000000000 node dist/bin/conflux https://test.confluxrpc.org 1 8540",
"conflux:core:mainnet": "cross-env-shell CONFLUX_DEFAULT_EPOCH_LABEL=\"latest_state\" CONFLUX_ESTIMATE_GAS_PRICE=true CONFLUX_GAS_PRICE=30000000000 node dist/bin/conflux https://main.confluxrpc.com 1029 9540",
"conflux:core:testnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=4 CONFLUX_DEFAULT_EPOCH_LABEL=\"latest_state\" CONFLUX_ESTIMATE_GAS_PRICE=false CONFLUX_GAS_PRICE=10000000000 node dist/bin/conflux https://test.confluxrpc.org 1 8540",
"conflux:core:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=4 CONFLUX_DEFAULT_EPOCH_LABEL=\"latest_state\" CCONFLUX_ESTIMATE_GAS_PRICE=true CONFLUX_GAS_PRICE=30000000000 node dist/bin/conflux https://main.confluxrpc.com 1029 9540",
"conflux:espace:testnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=25000000 ETHERS_GAS_PRICE=100000000000 ETHERS_GAS_LIMIT_FACTOR=1.0 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://evmtestnet.confluxrpc.com/ 8529",
"conflux:espace:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=15000000 ETHERS_GAS_PRICE=3982940899500 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://evm.confluxrpc.com 9529",
"cronos:testnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_FORCE_EIP_155=true ETHERS_ALWAYS_SYNC=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_GAS_LIMIT=55000000 ETHERS_GAS_PRICE=5500000000000 ETHERS_GAS_PRICE_FACTOR=1.05 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://cronos-testnet.drpc.org 8530",
"cronos:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_FORCE_EIP_155=true ETHERS_ALWAYS_SYNC=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_GAS_PRICE=15135130942531 ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=47500000 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://cronosrpc-1.xstaking.sg 9530",
"dogechain:testnet": "cross-env-shell ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_PRICE=150000000000 ETHERS_GAS_LIMIT=15000000 node dist/bin/ethers https://rpc-testnet.dogechain.dog/ 8519",
"dogechain:mainnet": "cross-env-shell ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_PRICE=750000000000 ETHERS_GAS_PRICE_FACTOR=1.25 node dist/bin/ethers https://rpc01.dogechain.dog/ 9519",
"cronos:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_FORCE_EIP_155=true ETHERS_ALWAYS_SYNC=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_GAS_PRICE=15135130942531 ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=47500000 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://evm.cronos.org 9530",
"dogechain:testnet": "cross-env-shell ETHERS_FORCE_EIP_155=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_PRICE=150000000000 ETHERS_GAS_LIMIT=15000000 node dist/bin/ethers https://rpc-testnet.dogechain.dog/ 8519",
"dogechain:mainnet": "cross-env-shell ETHERS_FORCE_EIP_155=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_PRICE=750000000000 ETHERS_GAS_PRICE_FACTOR=1.25 node dist/bin/ethers https://rpc.dogechain.dog/ 9519",
"elastos:testnet": "cross-env-shell ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_PRICE=175000000000 ETHERS_GAS_LIMIT=8000000 node dist/bin/ethers https://api-testnet.elastos.io/eth 8513",
"elastos:mainnet": "cross-env-shell ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_PRICE=50000000000 ETHERS_GAS_LIMIT=8000000 node dist/bin/ethers https://api.elastos.io/eth 9513",
"elastos:mainnet": "cross-env-shell ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_PRICE=50000000000 ETHERS_GAS_LIMIT=8000000 node dist/bin/ethers https://api.elastos.io/esc 9513",
"ethereum:goerli": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_FORCE_EIP_155=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_GAS_LIMIT=10000000 ETHERS_GAS_PRICE=100000000000 ETHERS_GAS_PRICE_FACTOR=1.8 node dist/bin/ethers https://eth-goerli.public.blastapi.io 8545",
"ethereum:sepolia": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_FORCE_EIP_155=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_GAS_LIMIT=10000000 ETHERS_GAS_PRICE=150000000000 ETHERS_GAS_PRICE_FACTOR=1.1 ETHERS_GAS_LIMIT_FACTOR=1.1 node dist/bin/ethers https://rpc2.sepolia.org/ 8506",
"ethereum:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true node dist/bin/ethers/infura 9545",
Expand All @@ -58,7 +58,7 @@
"klaytn:testnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_GAS_LIMIT=15000000 ETHERS_GAS_PRICE=250000000000 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://public-en-baobab.klaytn.net 8527",
"klaytn:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_GAS_LIMIT=15000000 ETHERS_GAS_PRICE=250000000000 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://klaytn.blockpi.network/v1/rpc/public 9527",
"mantle:sepolia": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=27013096569 ETHERS_GAS_LIMIT_FACTOR=1.0 node dist/bin/ethers https://rpc.sepolia.mantle.xyz/ 8508",
"mantle:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=50000000 ETHERS_GAS_LIMIT_FACTOR=3.0 node dist/bin/ethers https://rpc.mantle.xyz/ 9508",
"mantle:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=159768000361 ETHERS_GAS_LIMIT_FACTOR=3.0 node dist/bin/ethers https://rpc.mantle.xyz/ 9508",
"meter:testnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_FORCE_EIP_155=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_GAS_PRICE=5000000000000 ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=10000000 node dist/bin/ethers https://rpctest.meter.io 8523",
"meter:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_FORCE_EIP_155=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_GAS_PRICE=5000000000000 ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=10000000 node dist/bin/ethers https://rpc.meter.io 9523",
"metis:sepolia": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=50000000 node dist/bin/ethers https://sepolia.metisdevops.link/ 8536",
Expand All @@ -74,7 +74,7 @@
"polygon:zkevm:testnet": "cross-env-shell ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=15000000 ETHERS_GAS_LIMIT_FACTOR=1.1 ETHERS_GAS_PRICE=100000000000 ETHERS_GAS_PRICE_FACTOR=1.1 node dist/bin/ethers https://rpc.public.zkevm-test.net 8512",
"polygon:zkevm:mainnet": "cross-env-shell ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=15000000 ETHERS_GAS_LIMIT_FACTOR=1.1 ETHERS_GAS_PRICE=100000000000 ETHERS_GAS_PRICE_FACTOR=1.1 node dist/bin/ethers https://zkevm-rpc.com 9512",
"reef:testnet": "cross-env-shell node dist/bin/reef wss://rpc-testnet.reefscan.com/ws https://squid.subsquid.io/reef-explorer-testnet/graphql 8532",
"reef:mainnet": "cross-env-shell node dist/bin/reef wss://rpc.reefscan.info/ws https://squid.subsquid.io/reef-explorer/graphql 9532",
"reef:mainnet": "cross-env-shell node dist/bin/reef wss://rpc.reefscan.com/ws https://squid.subsquid.io/reef-explorer/graphql 9532",
"scroll:sepolia": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_FORCE_EIP_155=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=8000000 ETHERS_GAS_PRICE=555000000000 ETHERS_GAS_PRICE_FACTOR=1.0 node dist/bin/ethers https://scroll-sepolia.chainstacklabs.com 8514",
"scroll:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_FORCE_EIP_155=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=8000000 ETHERS_GAS_PRICE=555000000000 ETHERS_GAS_PRICE_FACTOR=1.0 node dist/bin/ethers https://1rpc.io/scroll 9514",
"syscoin:rollux:testnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=8000000 node dist/bin/ethers https://rpc-tanenbaum.rollux.com 8507",
Expand Down

0 comments on commit d20825c

Please sign in to comment.