From eb8edad5ce824067765398c08c5f6b1eb479063b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 22 Sep 2022 15:36:03 -0500 Subject: [PATCH] interfaces line edit --- src/technical/evm/coreLayer.md | 2 +- src/technical/evm/nftLayer.md | 2 +- src/technical/evm/tokenLayer.md | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/technical/evm/coreLayer.md b/src/technical/evm/coreLayer.md index d0b3224..e39ad3d 100644 --- a/src/technical/evm/coreLayer.md +++ b/src/technical/evm/coreLayer.md @@ -6,7 +6,7 @@ Messages in Wormhole take the form of a Verified Action Approval (VAA) and both ## Configuring the Interface -[Here](https://github.com/wormhole-foundation/wormhole/blob/dev.v2/ethereum/contracts/interfaces/IWormhole.sol) is the interface for applications to interact with Wormhole's Core Contract to publish VAAs or verify and parse a received VAAs. +[Here](https://github.com/wormhole-foundation/wormhole/blob/dev.v2/ethereum/contracts/interfaces) is the interface for applications to interact with Wormhole's Core Contract to publish VAAs or verify and parse a received VAAs. Instantiating the interface will depend on the contract address of your development ecosystem and blockchain. diff --git a/src/technical/evm/nftLayer.md b/src/technical/evm/nftLayer.md index 52cdc7c..97916ec 100644 --- a/src/technical/evm/nftLayer.md +++ b/src/technical/evm/nftLayer.md @@ -4,7 +4,7 @@ This section will explain how to properly interact with the NFT Bridge Module in ## Configuring the interface -[Here](https://github.com/wormhole-foundation/wormhole/tree/dev.v2/ethereum/contracts/interfaces) is the interface for applications to interact with Wormhole's NFT Bridge. +[Here](https://github.com/wormhole-foundation/wormhole/tree/wonge97/evm-interface/ethereum/contracts/nft/interfaces) is the interface for applications to interact with Wormhole's NFT Bridge.