{
  "name": "web3-jsonrpc-gateway",
  "version": "2.0.1",
  "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": [
    "dist/**",
    "package.json",
    "LICENSE",
    "README.md"
  ],
  "bin": {
    "w3gw": "dist/bin/w3gw.js",
    "w3gw-celo": "dist/bin/celo/index.js",
    "w3gw-conflux": "dist/bin/conflux/index.js",
    "w3gw-ethers": "dist/bin/ethers/index.js",
    "w3gw-infura": "dist/bin/ethers/infura.js",
    "w3gw-reef": "dist/bin/reef/index.js",
    "w3gw-ten": "dist/bin/ethers/ten.js"
  },
  "scripts": {
    "ci": "yarn build",
    "lint": "prettier-standard --format",
    "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.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_FORCE_EIP_155=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=30000000 ETHERS_GAS_LIMIT_FACTOR=1.0 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://mainnet.boba.network 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 ETHERS_GAS_LIMIT_FACTOR=3 ETHERS_GAS_PRICE_FACTOR=1.3 ETHERS_GAS_PRICE=100000000000 node dist/bin/ethers https://alfajores-forno.celo-testnet.org 8538",
    "celo:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_GAS_LIMIT_FACTOR=3 ETHERS_GAS_PRICE_FACTOR=1.3 ETHERS_GAS_PRICE=100000000000 node dist/bin/ethers https://forno.celo.org 9538",
    "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://evm-t3.cronos.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://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/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",
    "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=10000000000 node dist/bin/ethers https://rpc.chiadochain.net 8509",
    "gnosis: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_ESTIMATE_GAS_PRICE=true ETHERS_GAS_PRICE=10000000000 node dist/bin/ethers https://gnosis-rpc.publicnode.com 9509",
    "kava: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_GAS_PRICE=10000000000 ETHERS_GAS_PRICE_FACTOR=1.25 node dist/bin/ethers https://evm.testnet.kava.io/ 8526",
    "kava: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=10000000000 node dist/bin/ethers https://evm2.kava.io 9526",
    "kcc:testnet": "cross-env-shell ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_FORCE_EIP_155=true ETHERS_GAS_PRICE=500000000000 ETHERS_GAS_PRICE_FACTOR=1.33 ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=10000000 EVM_CALL_INTERLEAVE_BLOCKS=0 node dist/bin/ethers https://rpc-testnet.kcc.network 8537",
    "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",
    "kaia: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-kairos.node.kaia.io 8527",
    "kaia: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=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",
    "moonbeam:moonbase": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_PRICE=50000000000 ETHERS_GAS_LIMIT=15000000 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://moonbase-alpha.public.blastapi.io 8531",
    "moonbeam:moonriver": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_PRICE=50000000000 ETHERS_GAS_LIMIT=14999999 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://rpc.api.moonriver.moonbeam.network 7531",
    "moonbeam:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_PRICE=200000000000 ETHERS_GAS_PRICE_FACTOR=1.2 ETHERS_GAS_LIMIT=14999999 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://rpc.api.moonbeam.network 9531",
    "okx:oktchain:testnet": "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_FACTOR=1.1 node dist/bin/ethers https://exchaintestrpc.okex.org 8528",
    "okx:xlayer:sepolia": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_FORCE_EIP_155=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_GAS_LIMIT=10000000 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_GAS_PRICE=484160000000 ETHERS_GAS_PRICE_FACTOR=1.25 node dist/bin/ethers https://xlayertestrpc.okx.com 8505",
    "optimism: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=25000000000 ETHERS_GAS_PRICE_FACTOR=1.1 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://sepolia.optimism.io/ 8503",
    "optimism: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.1 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://mainnet.optimism.io 9520",
    "polygon:amoy": "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=1000000000000 ETHERS_GAS_PRICE_FACTOR=1.1 ETHERS_GAS_LIMIT=25000000 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://polygon-amoy.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=500000000000 ETHERS_GAS_PRICE_FACTOR=1.1 ETHERS_GAS_LIMIT=25000000 node dist/bin/ethers https://1rpc.io/matic 9535",
    "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.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.5 ETHERS_GAS_LIMIT_FACTOR=1.25 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.1 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",
    "syscoin:testnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_FORCE_EIP_1559=true node dist/bin/ethers https://rpc.tanenbaum.io 8521",
    "syscoin:mainnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_FORCE_EIP_1559=true ETHERS_GAS_PRICE=32559313883 node dist/bin/ethers https://rpc.syscoin.org 9521",
    "ten:testnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_ESTIMATE_GAS_PRICE=true ETHERS_GAS_LIMIT=156065586 ETHERS_GAS_PRICE_FACTOR=1.1 ETHERS_MOCK_FILTERS=true node dist/bin/ethers/ten https://testnet.ten.xyz/v1 8504",
    "ultron:testnet": "cross-env-shell EVM_CALL_INTERLEAVE_BLOCKS=0 ETHERS_FORCE_EIP_155=true ETHERS_ESTIMATE_GAS_LIMIT=true ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://ultron-dev.io 8516",
    "ultron: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=25000000000 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://ultron-rpc.net/ 9516",
    "worldchain: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=25000000000 ETHERS_GAS_PRICE_FACTOR=1.1 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://worldchain-mainnet.g.alchemy.com/public 9501",
    "worldchain: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=25000000000 ETHERS_GAS_PRICE_FACTOR=1.1 ETHERS_MOCK_FILTERS=true node dist/bin/ethers https://worldchain-sepolia.g.alchemy.com/public 8501"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/witnet/web3-jsonrpc-gateway.git"
  },
  "keywords": [
    "ethereum",
    "json-rpc",
    "middleware",
    "web3",
    "wallet",
    "gateway"
  ],
  "author": "Witnet Foundation and contributors",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/witnet/web3-jsonrpc-gateway/issues"
  },
  "homepage": "https://github.com/witnet/web3-jsonrpc-gateway#readme",
  "devDependencies": {
    "@ksmithut/prettier-standard": "^0.2.0",
    "@reef-defi/evm-provider": "~1.0.10",
    "@types/cors": "^2.8.10",
    "@types/express": "^4.17.11",
    "@types/node": "^20.12.7",
    "body-parser": "1.20.2",
    "js-conflux-sdk": "^2.3.0",
    "typescript": "^5.4.5",
    "yarn": "^1.22.22"
  },
  "dependencies": {
    "axios": "^1.6.8",
    "cors": "2.8.5",
    "cross-env": "7.0.3",
    "dotenv": "^16.4.5",
    "ethers": "~5.2.0",
    "express": "~4.19.2",
    "graphql": "^16.8.1",
    "graphql-request": "^6.1.0",
    "json-rpc-2.0": "~1.7.0",
    "winston": "~3.13.0"
  }
}
