This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36cda8e
commit 6dc6b13
Showing
31 changed files
with
11 additions
and
145 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
abi-bindings/go/TokenRemote/ERC20TokenRemote/ERC20TokenRemote.go
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
abi-bindings/go/TokenRemote/NativeTokenRemote/NativeTokenRemote.go
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
abi-bindings/go/mocks/MockERC20SendAndCallReceiver/MockERC20SendAndCallReceiver.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
abi-bindings/go/mocks/MockNativeSendAndCallReceiver/MockNativeSendAndCallReceiver.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -18,12 +18,6 @@ import {SafeERC20} from "@openzeppelin/[email protected]/token/ERC20/utils/SafeERC | |
import {SafeERC20TransferFrom} from "../utils/SafeERC20TransferFrom.sol"; | ||
import {CallUtils} from "../utils/CallUtils.sol"; | ||
|
||
/** | ||
* THIS CONTRACT HAS BEEN AUDITED, BUT MAY CONTAIN UN-AUDITED CHANGES. | ||
* PLEASE CHECK `audits/README.md` FOR INFORMATION ON AUDITED VERSIONS OF THIS CONTRACT. | ||
* DO NOT USE UN-AUDITED CODE IN PRODUCTION. | ||
*/ | ||
|
||
/** | ||
* @title ERC20TokenHome | ||
* @notice An {IERC20TokenHome} implementation that locks a specified ERC20 token to be sent to | ||
|
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 |
---|---|---|
|
@@ -18,12 +18,6 @@ import {CallUtils} from "../utils/CallUtils.sol"; | |
import {SafeWrappedNativeTokenDeposit} from "../utils/SafeWrappedNativeTokenDeposit.sol"; | ||
import {Address} from "@openzeppelin/[email protected]/utils/Address.sol"; | ||
|
||
/** | ||
* THIS CONTRACT HAS BEEN AUDITED, BUT MAY CONTAIN UN-AUDITED CHANGES. | ||
* PLEASE CHECK `audits/README.md` FOR INFORMATION ON AUDITED VERSIONS OF THIS CONTRACT. | ||
* DO NOT USE UN-AUDITED CODE IN PRODUCTION. | ||
*/ | ||
|
||
/** | ||
* @title NativeTokenHome | ||
* @notice An {INativeTokenHome} implementation that locks the native token of this chain to be transferred to | ||
|
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 |
---|---|---|
|
@@ -26,12 +26,6 @@ import {IWarpMessenger} from | |
"@avalabs/[email protected]/contracts/interfaces/IWarpMessenger.sol"; | ||
import {IERC20} from "@openzeppelin/[email protected]/token/ERC20/ERC20.sol"; | ||
|
||
/** | ||
* THIS CONTRACT HAS BEEN AUDITED, BUT MAY CONTAIN UN-AUDITED CHANGES. | ||
* PLEASE CHECK `audits/README.md` FOR INFORMATION ON AUDITED VERSIONS OF THIS CONTRACT. | ||
* DO NOT USE UN-AUDITED CODE IN PRODUCTION. | ||
*/ | ||
|
||
/** | ||
* @notice Each TokenRemote instance registers with the home contract, and provides settings for transferring | ||
* to the remote token transfer contract. | ||
|
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.