Giter Site home page Giter Site logo

meganode-poc's Introduction

Meganode API Issue Reproduction

$ yarn install

$ cp .env.example .env
# edit .env and add your API key

# works fine with public testnet API
$ npx hardhat run scripts/deploy.ts
BigNumber { value: "1677830019" }
BigNumber { value: "3" }
BigNumber { value: "4" }

# go to hardhat.config.ts and change the networks.hardhat.forking.url to the commented out one
$ npx hardhat run scripts/deploy.ts
ProviderError: Too Many Requests error received from bsc-testnet.nodereal.io
    at HttpProvider._fetchJsonRpcResponse (/Users/owen/code/nodereal/nodereal-ctf/node_modules/hardhat/src/internal/core/providers/http.ts:212:15)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async HttpProvider.request (/Users/owen/code/nodereal/nodereal-ctf/node_modules/hardhat/src/internal/core/providers/http.ts:85:29)
    at async JsonRpcClient._send (/Users/owen/code/nodereal/nodereal-ctf/node_modules/hardhat/src/internal/hardhat-network/jsonrpc/client.ts:355:14)
    at async JsonRpcClient._perform (/Users/owen/code/nodereal/nodereal-ctf/node_modules/hardhat/src/internal/hardhat-network/jsonrpc/client.ts:285:23)
    at async Promise.all (index 5)
    at async ForkStateManager.initializeGenesisAccounts (/Users/owen/code/nodereal/nodereal-ctf/node_modules/hardhat/src/internal/hardhat-network/provider/fork/ForkStateManager.ts:79:20)
    at async Function.create (/Users/owen/code/nodereal/nodereal-ctf/node_modules/hardhat/src/internal/hardhat-network/provider/node.ts:195:7)
    at async HardhatNetworkProvider._init (/Users/owen/code/nodereal/nodereal-ctf/node_modules/hardhat/src/internal/hardhat-network/provider/provider.ts:258:28)
    at async HardhatNetworkProvider._send (/Users/owen/code/nodereal/nodereal-ctf/node_modules/hardhat/src/internal/hardhat-network/provider/provider.ts:197:5)

# works fine without the network forking feature
$ npx hardhat run scripts/deploy.ts --network bsc_testnet
BigNumber { value: "1677830019" }
BigNumber { value: "3" }
BigNumber { value: "4" }

meganode-poc's People

Contributors

owen-reorg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.