Skip to content

Complete Ethereum library and wallet implementation in JavaScript.

License

Notifications You must be signed in to change notification settings

0xRektora/ethers.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arbitrum eth_getTransactionByHash hotfix

Issue can be described here.

The modifications affect @ethersproject/providers. The forked packaged is named ethersproject-providers-arbitrum-hotfix.

Currently the latest version is [email protected].

To use this hotfix, use this yarn resolution in your package.json

"resolutions": {
        "@ethersproject/providers": "npm:[email protected]"
    }

The hotfix is to add 300ms delay to the getTransaction/eth_getTransactionByHash call. A cached chainID has been added to check for Arbitrum chain ID (42161), and initiate the delay if this matches.

About

Complete Ethereum library and wallet implementation in JavaScript.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 73.6%
  • JavaScript 24.3%
  • Python 0.5%
  • Java 0.4%
  • Yacc 0.4%
  • Objective-C 0.3%
  • Other 0.5%