Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/1.7.27 #64

Merged
merged 4 commits into from
Sep 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 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.26",
"version": "1.7.27",
"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 @@ -33,7 +33,7 @@
"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: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=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",
"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=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=25000000 ETHERS_GAS_LIMIT_FACTOR=1.0 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://evmtestnet.confluxrpc.com/ 8529",
Expand All @@ -54,6 +54,8 @@
"kcc:mainnet": "cross-env-shell ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_FORCE_EIP_155=true ETHERS_GAS_PRICE=500000000000 ETHERS_GAS_PRICE_FACTOR=1.25 ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=10000000 node dist/bin/ethers https://rpc-mainnet.kcc.network 9537",
"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-node-api.klaytnapi.com/v1/baobab 8527",
"klaytn:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_LIMIT=false ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_GAS_LIMIT=15000000 ETHERS_GAS_PRICE=250000000000 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://public-node-api.klaytnapi.com/v1/cypress 9527",
"mantle: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://rpc.testnet.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",
"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=8000000 node dist/bin/ethers https://rpc.meter.io 9523",
"metis:goerli": "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://goerli.gateway.metisdevops.link 8536",
Expand All @@ -66,6 +68,7 @@
"polygon:goerli": "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_PRICE=100000000000 ETHERS_GAS_PRICE_FACTOR=1.1 ETHERS_GAS_LIMIT=25000000 node dist/bin/ethers https://polygon-testnet.public.blastapi.io 8535",
"polygon: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_PRICE=300000000000 ETHERS_GAS_PRICE_FACTOR=1.1 ETHERS_GAS_LIMIT=25000000 node dist/bin/ethers https://polygon-mainnet.public.blastapi.io 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",
"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://polygon-zkevm.drpc.org 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",
"scroll:goerli": "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_FACTOR=3.0 node dist/bin/ethers https://scroll-alphanet.public.blastapi.io 8514",
Expand Down
Loading