Commit Graph

9 Commits

Author SHA1 Message Date
Ayanami 894d4d3a96
Apply multicall for multiple contract calls
- lint cli.js
- fixed test networks with getGasPrice
- replace mainnet proxy to new one that supports relayer registry, fixes #39
- fixed rounding error with bignumber.js
2022-02-27 07:32:30 +09:00
Ayanami 00ca8a07f7
Fix Optimism network support
Correct chainId for Optimism network
2022-02-05 11:11:59 +09:00
Ayanami 90a34da5b8
Add Optimistic network support & update README.md 2022-01-23 18:42:08 +09:00
Ayanami 610200b610
Minor updates
* Use socks5h to use DNS through proxy

* fix withdrawal transaction gaslimit

* change default priority gas fee value to match with a8e504054e/src/TxManager.js (L18)

* fix typo

* Use estimateGas

* default goerli network gasprice to 1 gwei

* Add other networks
2021-12-12 15:19:49 +09:00
Ayanami 1f42c33ed8
Update cli.js
* Use latest web3 version
* Support EIP-1559 transaction for Ethereum mainnet & Goerli testnet.
* Added tor network support to enhance privacy
* Use forked web3httpprovider from local modules to support custom provider for Tor network ( hide user info from remote web3 providers )
* Now cli.js script fetches 1K events per call and updates the local cache file.
* Fixed compliance function
2021-12-08 01:57:18 +09:00
nikdementev d4f673a2ba
chore: naming 2021-07-29 17:33:35 +03:00
nikdementev 7d071b2ac5
fix: cache 2021-07-16 13:27:08 +03:00
Nik Dement'ev 58e99581e7
fix: deposit and withdraw 2020-12-24 14:46:15 +03:00
Roman Storm 2e4d59aed0
init 2020-05-21 12:29:33 -07:00