-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delegate and SwapERC20 Finalizations (#1322)
* Use of hashTypeData for code clarity and check chain ID (#1318) * publish libraries 4.2.1-beta.0 * Removed redundant chain ID checks * Removed unused error and reduced max_error count by one * Removed unused error from swap and reduced MAX_ERROR by 1 --------- Co-authored-by: don mosites <mosites@gmail.com> * naming, comments, adjustments * Updated NatSpec --------- Co-authored-by: Smartcontrart <100962328+smartcontrart@users.noreply.github.com> Co-authored-by: Smart Contrart <smartcontrart@protonmail.com>
- Loading branch information
1 parent
fc557e7
commit cf58ace
Showing
9 changed files
with
102 additions
and
80 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
declare module '@airswap/delegate/deploys-blocks.js' |
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 |
---|---|---|
@@ -1,2 +1 @@ | ||
declare module '@airswap/delegate/deploys.js' | ||
declare module '@airswap/delegate/deploys-blocks.js' |
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
Oops, something went wrong.