Coder Social home page Coder Social logo

eth-balance-checker's Issues

Publish package updates to NPM

Package has received multiple updates to the master branch, however, the latest version on NPM is published more than 3 years ago.

Please publish the changes to NPM manually, or work on a solution to automatically publish them on GitHub release (and start making releases)

Tron address

Hi I'm getting this error when trying with TRON
Provided address 41856001c68f53200cfa0bec38fc08ba8fd94bafc7 is invalid, the capitalization checksum test failed, or it's an indirect IBAN address which can't be converted.

If someone could provide and example of how to use it with Web3 on tron I'll appreciate it.

Ethers TypeScript types incompatible

I am trying to use the library with the most recent Ethers library (5.4.1) in TypeScript.

Yet, because Ethers updated their types, the types are incompatible.

I am getting this error:

  Type 'import("/node_modules/@ethersproject/abstract-provider/lib/index").Provider' is not assignable to type 'import("/node_modules/eth-balance-checker/node_modules/ethers/providers/abstract-provider").Provider'.
    The types returned by 'getGasPrice()' are incompatible between these types.
      Type 'Promise<import("/node_modules/@ethersproject/bignumber/lib/bignumber").BigNumber>' is not assignable to type 'Promise<import("/node_modules/eth-balance-checker/node_modules/ethers/utils/bignumber").BigNumber>'.
        Property 'maskn' is missing in type 'import("/node_modules/@ethersproject/bignumber/lib/bignumber").BigNumber' but required in type 'import("/node_modules/eth-balance-checker/node_modules/ethers/utils/bignumber").BigNumber'.```

Move truffle to devDependencies

As I understand truffle is only required for development/testing of the solidity contract.

As users querying the balance on one of the supported networks query an already deployed contract directly, they do not require truffle.

Thus, truffle could be migrated to devDependencies

address for kovan

0x55ABBa8d669D60A10c104CC493ec5ef389EC92bb

I depoly it on to kovan chain for use

testnet contracts

Hi,
Very awesome Contract!

Is it also deployed on any testnet?

Cheers!

Bug: invalid argument when fetching native currency balance "0x0"

Error:

invalid address (argument=\"address\", value=\"0x0\", code=INVALID_ARGUMENT, version=address/5.4.0) (argument=null, value=\"0x0\", code=INVALID_ARGUMENT, version=abi/5.0.7)

And if i add '0x0'.padEnd(42) this error is thrown Provided address 0x0 is invalid, the capitalization checksum test failed, or it's an indirect IBAN address which can't be converted.

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.