From b19ae73db3b312b9f10645d99238cb0a55cc8ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20D=C3=ADaz?= Date: Mon, 4 Sep 2023 18:14:22 +0200 Subject: [PATCH 1/4] feat: add mantle:mainnet package script --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index cbfbb74..6d49d69 100644 --- a/package.json +++ b/package.json @@ -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", From 9a73adbeca6c61006c34ec3b1ede8d0f5b285899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20D=C3=ADaz?= Date: Mon, 4 Sep 2023 18:14:38 +0200 Subject: [PATCH 2/4] chore: revisit celo:mainnet package script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d49d69..c2a2d7e 100644 --- a/package.json +++ b/package.json @@ -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", From 5f957c406cd07bacb5fdb7e411a387858c93187e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20D=C3=ADaz?= Date: Mon, 18 Sep 2023 11:52:36 +0200 Subject: [PATCH 3/4] feat: add polygon:zkevm:mainnet script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c2a2d7e..d0fc7ab 100644 --- a/package.json +++ b/package.json @@ -68,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", From 0a246c2b692322f036235c3dcac2ab55d54e2127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20D=C3=ADaz?= Date: Mon, 18 Sep 2023 11:52:56 +0200 Subject: [PATCH 4/4] chore: bump package version to 1.7.27 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0fc7ab..2b2a1fd 100644 --- a/package.json +++ b/package.json @@ -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": [