The Wayback Machine - https://web.archive.org/web/20210801184042/https://github.com/topics/infura
Skip to content
#

infura

Here are 148 public repositories matching this topic...

rubikva
rubikva commented Jan 9, 2019

When use formatToEthereumUnits from Web3.Utils it use decimals parameter, and after format BigInt it's may create many redundant zeros at the end. For example if 'decimals' parameter is 18 we have: 990000000000000 wei -> 0.000990000000000000 eth

At old repo already have similar issue:
BANKEX/web3swift#200

and some solution:
https://github.com/v57/web3swift/commi

nickbeaird
nickbeaird commented Jul 25, 2021

I am seeing that my local testing with ganche-cli is causing some issues connecting to the same network.

Repro steps:

  1. Set the default network in the yanl file to ganache.
  2. Install ganache-cli via npm. Start ganache-cli in one terminal tab.
  3. Open a new terminal tab and add a ganache network. brownie networks add Ethereum ganache host=http://localhost:8545 chainid=1337.
  4. Run

Improve this page

Add a description, image, and links to the infura topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the infura topic, visit your repo's landing page and select "manage topics."

Learn more