eth: add nft bridge to 1conf (#906)

* eth: add nft bridge to 1conf
This commit is contained in:
Evan Gray 2022-02-24 15:57:06 -05:00 committed by GitHub
parent 1e953e637f
commit 02848a6560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -20,3 +20,16 @@ index 3f06757f..6c70e6fa 100644
}
function updateWrapped(bytes memory encodedVm) external returns (address token) {
diff --git a/ethereum/contracts/nft/NFTBridge.sol b/ethereum/contracts/nft/NFTBridge.sol
index abf25a28..78f9a781 100644
--- a/ethereum/contracts/nft/NFTBridge.sol
+++ b/ethereum/contracts/nft/NFTBridge.sol
@@ -95,7 +95,7 @@ contract NFTBridge is NFTBridgeGovernance {
sequence = wormhole().publishMessage{
value : callValue
- }(nonce, encoded, 15);
+ }(nonce, encoded, 1);
}
function completeTransfer(bytes memory encodedVm) public {