diff --git a/src/technical/evm/nftLayer.md b/src/technical/evm/nftLayer.md index 9bb088d..52cdc7c 100644 --- a/src/technical/evm/nftLayer.md +++ b/src/technical/evm/nftLayer.md @@ -24,7 +24,7 @@ INFTBridge NFT_bridge = INFTBridge(wormhole_nft_bridge_address); The Wormhole NFT Bridge only supports tokens compliant with the ERC-721 interface, and functions by creating a 'wrapped NFT' with identical metadata. How this is implemented varies by ecosystem. -**Note**: Unlike xAssets, there is no attestation required for bridging NFTs. +**Note**: Unlike tokens, there is no attestation required for bridging NFTs. To transfer a NFT, there are three steps: diff --git a/src/technical/evm/xassetLayer.md b/src/technical/evm/tokenLayer.md similarity index 100% rename from src/technical/evm/xassetLayer.md rename to src/technical/evm/tokenLayer.md