This package has been deprecated

Author message:

This tooling library has been deprecated in favour of the new arb-ts library

arb-provider-ethers
TypeScript icon, indicating that this package has built-in type declarations

0.7.5 • Public • Published

arb-provider-ethers

Arbitrum browser provider for ethers.

Arbitrum technologies are patent pending. This repository is offered under the Apache 2.0 license. See LICENSE for details.

Testing

Run with yarn test --coverage

View coverage results with open coverage/lcov-report/index.html or xdg-open coverage/lcov-report/index.html

Byte Serializing Solidity Arguements Schema

address[]:

field size (bytes) Description
length 1 Size of array
is-registered 1 1 = all registered, 0 = not all registered
addresses 4 or 20 (x length) If is registered, left-padded 4-byte integers; otherwise, eth addresses

non-address[]:

field size (bytes) Description
length 1 Size of array
items (variable) All items (concatenated)

address:

field size (bytes) Description
is-registered 1 1 = registered, 0 = not registered
address 4 or 20 If registered, left-padded 4-byte integer; otherwise, eth address

/arb-provider-ethers/

    Package Sidebar

    Install

    npm i arb-provider-ethers

    Weekly Downloads

    28

    Version

    0.7.5

    License

    Apache-2.0

    Unpacked Size

    473 kB

    Total Files

    62

    Last publish

    Collaborators

    • spsjvc
    • gzeon
    • dzgoldman
    • hkalodner
    • dzack