From 199360d306973fbef555fff02e7fae2eb4fb0691 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 22 Sep 2022 15:26:14 -0500 Subject: [PATCH] line edits --- src/technical/evm/nftLayer.md | 2 +- src/technical/evm/{xassetLayer.md => tokenLayer.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/technical/evm/{xassetLayer.md => tokenLayer.md} (100%) 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