Skip to content

Commit

Permalink
chore: polish package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Jul 31, 2023
1 parent cfb7e87 commit e15440c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
"lint": "prettier-standard --format",
"build": "tsc --build src",
"prepare": "yarn build",
"arbitrum:goerli": "cross-env-shell ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT_FACTOR=1.0 ETHERS_GAS_PRICE_FACTOR=1.1 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://goerli-rollup.arbitrum.io/rpc 8517",
"arbitrum:goerli": "cross-env-shell ETHERS_ESTIMATE_GAS_PRICE=false ETHERS_GAS_PRICE=10000000000 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://goerli-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",
"avalanche:mainnet": "cross-env-shell ETHERS_ALWAYS_SYNCED=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_GAS_PRICE=150000000000 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_ESTIMATE_GAS_PRICE=true ETHERS_GAS_PRICE=50000000000 ETHERS_GAS_PRICE_FACTOR=1.0 ETHERS_GAS_LIMIT=8000000 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://api.avax-test.network/ext/bc/C/rpc 8533",
"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://api.avax-test.network/ext/bc/C/rpc 8533",
"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=2.0 node dist/bin/ethers https://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=2.0 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 node dist/bin/ethers https://goerli.boba.network 8515",
"boba:ethereum:rinkeby": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT_FACTOR=1.1 node dist/bin/ethers https://rinkeby.boba.network 8539",
"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=5 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:alfajores": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 CELO_GAS_LIMIT_FACTOR=5 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=5 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=1000000000 node dist/bin/conflux https://test.confluxrpc.com 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://portal-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=15000000 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://evmtestnet.confluxrpc.com/ 8529",
"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_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_MOCK_FILTERS=true node dist/bin/ethers https://evm.confluxrpc.com/ 9529",
"cronos:testnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=16 ETHERS_ALWAYS_SYNC=true ETHERS_GAS_LIMIT=55000000 ETHERS_GAS_PRICE=2000000000000 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://evm-t3.cronos.org 8530",
"cronos:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ALWAYS_SYNC=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_GAS_PRICE=5000000000000 ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=47500000 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://cronosrpc-1.xstaking.sg 9530",
Expand Down Expand Up @@ -72,7 +72,7 @@
"okxchain:mainnet": "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://exchainrpc.okex.org 9528",
"optimism:goerli": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT_FACTOR=1.5 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://optimism-goerli.infura.io/v3/$W3GW_PROVIDER_KEY 8520",
"optimism:mainnet": "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_MOCK_FILTERS=true node dist/bin/ethers https://optimism-mainnet.infura.io/v3/$W3GW_PROVIDER_KEY 9520",
"polygon:goerli": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_PRICE=100000000000 ETHERS_GAS_PRICE_FACTOR=1.1 ETHERS_GAS_LIMIT=25000000 node dist/bin/ethers https://endpoints.omniatech.io/v1/matic/mumbai/public 8535",
"polygon:goerli": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_PRICE=100000000000 ETHERS_GAS_PRICE_FACTOR=1.1 ETHERS_GAS_LIMIT=25000000 node dist/bin/ethers https://polygon-mumbai.infura.io/v3/3199c9172a13459caa4e25fd30827194 8535",
"polygon:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_PRICE=300000000000 ETHERS_GAS_PRICE_FACTOR=1.1 ETHERS_GAS_LIMIT=25000000 node dist/bin/ethers https://polygon-mainnet.infura.io/v3/$W3GW_PROVIDER_KEY 9535",
"polygon:zkevm:goerli": "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",
"reef:testnet": "cross-env-shell node dist/bin/reef wss://rpc-testnet.reefscan.com/ws https://squid.subsquid.io/reef-explorer-testnet/graphql 8532",
Expand Down

0 comments on commit e15440c

Please sign in to comment.