Commit 8c8b0f9
Tron support (#9)
* Adding TronClient
* Refactoring, removing PolkadotClient
* TronClient implementation
* Fixing type
* Using EVM ABI for Tron
* Retrying RCP requests
* Getting block number
* Validate native address routine
* Minor fix
* Moving tx estimation and signing to the single routine, fix issue with gas multiplier
* Drop unneeded import
* Making routine `networkType` and `SupportedNetwork` enum as a private identities
* Optional field in config: `gasMultiplier` (for EVM networks only)
* Fixed typos, removed default values for critical parameters
* Update src/networks/tron/client.ts
Co-authored-by: Alexander Filippov <aleksander.fill@gmail.com>
* Added Nile testnet support
* Renaming package to `zkbob-support-js`
---------
Co-authored-by: Alexander Filippov <aleksander.fill@gmail.com>1 parent c788496 commit 8c8b0f9
File tree
61 files changed
+2092
-1321
lines changed- lib
- networks
- evm
- abi
- near
- polkadot
- tron
- abi
- waves
- src
- networks
- evm
- abi
- near
- polkadot
- tron
- abi
- waves
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
61 files changed
+2092
-1321
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
6 | 18 | | |
7 | 19 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
26 | 23 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
45 | 31 | | |
46 | 32 | | |
47 | | - | |
| 33 | + | |
| 34 | + | |
48 | 35 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments