Commit Graph

15 Commits

Author SHA1 Message Date
nanli777torn
792961d821 1. Modify the subgraph of config.js, delete unused chains, and add ensSubdomainKey to each chain
2. Modify cli.js to support subgraph use
3. Add relayerslist to allow users to obtain relayers data
2025-03-12 02:50:29 +08:00
518cb0fc77 Add Tornado Gnosis RPC 2023-05-31 05:14:02 -07:00
6ffca591b0 Add Avalanche Tornado RPC as default 2023-05-16 22:19:02 +03:00
cf359cad00 Remove non-existent token instance addresses, like 100 000 USDC on ETH mainnet 2023-05-14 10:49:33 +03:00
8a31e9873d Move all the tokens for each network in the config into a separate sub-object, as in classic-ui, so that it is possible to iterate over them 2023-05-14 00:08:18 +03:00
Ayanami
378bab8fbe
Use TheGraph while syncing events
- support fallback to web3 when not available
- fixes 
2022-02-27 07:32:35 +09:00
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 
- 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
2e4d59aed0
init 2020-05-21 12:29:33 -07:00