test(bitgo): add testing for eip1559, native avaxc and tokens#2244
test(bitgo): add testing for eip1559, native avaxc and tokens#2244evalenti-simtlix wants to merge 1 commit into
Conversation
ebd3bb2 to
a2cd596
Compare
Codecov Report
@@ Coverage Diff @@
## master #2244 +/- ##
===========================================
+ Coverage 0 52.61% +52.61%
===========================================
Files 0 6 +6
Lines 0 574 +574
Branches 0 94 +94
===========================================
+ Hits 0 302 +302
- Misses 0 262 +262
- Partials 0 10 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
|
example of test transfers using eip1559, for native avaxc and tokens STLX-16018
a2cd596 to
08cb550
Compare
| @@ -0,0 +1,59 @@ | |||
| import { BitGo } from 'bitgo'; | |||
There was a problem hiding this comment.
Needs comment disclaimer at top. See other examples.
| const walletPassphrase = ''; // wallet passphrase | ||
| const otp = ''; // create an OTP, 000000 for test environment | ||
|
|
||
| // transaction |
There was a problem hiding this comment.
Inconsistent casing on comments.
| @@ -0,0 +1,64 @@ | |||
| import { BitGo } from 'bitgo'; | |||
There was a problem hiding this comment.
Same comments as above. Also is there something wrong with this file or is Github acting up with syntax highlighting?
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
|
This PR was closed because it has been stalled for 10 days with no activity. |
example of test transfers using eip1559, for native avaxc and tokens
STLX-16018