Skip to content

Commit

Permalink
chore: bump package version to 1.7.24
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Aug 3, 2023
1 parent 662cb03 commit 7e136cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-jsonrpc-gateway",
"version": "1.7.23",
"version": "1.7.24",
"description": "A Web3 provider that handles accounts on its own but delegates chain queries to a 3rd party service",
"main": "dist/bin/w3gw.js",
"files": [
Expand Down Expand Up @@ -44,7 +44,7 @@
"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",
"elastos:testnet": "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-testnet.elastos.io/esc 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/esc 9513",
"ethereum:goerli": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_GAS_LIMIT=10000000 ETHERS_GAS_PRICE=100000000000 ETHERS_GAS_PRICE_FACTOR=1.5 node dist/bin/ethers https://eth-goerli.public.blastapi.io 8545",
"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.5 node dist/bin/ethers https://eth-goerli.public.blastapi.io 8545",
"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",
"fuse:testnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true node dist/bin/ethers https://rpc.fusespark.io 8511",
"gnosis:testnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_FORCE_EIP_155=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_ESTIMATE_GAS_PRICE=false ETHERS_GAS_PRICE=100000000 node dist/bin/ethers https://rpc.chiadochain.net 8509",
Expand Down

0 comments on commit 7e136cc

Please sign in to comment.