-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use proxy for creating transactions * use proxy for withdraw tx * scan ETH transactions with proxy * update ethCustodian for aurora-ether * Commit `.yarn/version` * Fix release strategy * filter by Proxy Deposited event * track events from both proxy and eth custodian contract * fix types * fix: Recover with proxy transactions. * fix: Handle null event. --------- Co-authored-by: karim-en <[email protected]> Co-authored-by: paouvrard <[email protected]>
- Loading branch information
1 parent
3287c5c
commit 19bae80
Showing
5 changed files
with
85 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
releases: | ||
"@near-eth/aurora-ether": minor | ||
"@near-eth/near-ether": minor | ||
"@near-eth/rainbow": minor | ||
rainbow-bridge-client-monorepo: minor | ||
|
||
declined: | ||
- "@near-eth/aurora-erc20" | ||
- "@near-eth/aurora-nep141" | ||
- "@near-eth/nep141-erc20" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters