diff --git a/README.md b/README.md index 373137fe..c864e288 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ await myErc725.getData(); key: '0x5ef83ad9559033e6e941db7d7c495acdce616347d28e90c7ce47cbfcfcad3bc5', value: { verificationFunction: 'keccak256(utf8)', - verification: '0x70546a2accab18748420b63c63b5af4cf710848ae83afc0c51dd8ad17fb5e8b3', + verificationData: '0x70546a2accab18748420b63c63b5af4cf710848ae83afc0c51dd8ad17fb5e8b3', url: 'ipfs://QmecrGejUQVXpW4zS948pNvcnQrJ1KiAoM6bdfrVcWZsn5', }, }, diff --git a/docs/getting-started.md b/docs/getting-started.md index b05207ee..da6b1e98 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -84,7 +84,7 @@ await erc725.getData(['LSP3Profile', 'SupportedStandards:LSP3Profile']); { LSP3Profile: { url: 'ipfs://QmXybv2LdJWscy1C6yRKUjvnaj6aqKktZX4g4xmz2nyYj2', - hash: '0xb4f9d72e83bbe7e250ed9ec80332c493b7b3d73e0d72f7b2c7ab01c39216eb1a', + verificationData: '0xb4f9d72e83bbe7e250ed9ec80332c493b7b3d73e0d72f7b2c7ab01c39216eb1a', verificationFunction: 'keccak256(utf8)' }, 'SupportedStandards:LSP3Profile': '0x5ef83ad9' diff --git a/examples/src/instantiation.js b/examples/src/instantiation.js index 54915414..21c05cec 100644 --- a/examples/src/instantiation.js +++ b/examples/src/instantiation.js @@ -120,7 +120,8 @@ export const profileJson = { width: 640, height: 360, verificationFunction: 'keccak256(bytes)', - hash: '0x10a5cf2479992f1c555ad71e0a2866827f66fef6941a0c99f8d3b03e6b8b4009', + verificationData: + '0x10a5cf2479992f1c555ad71e0a2866827f66fef6941a0c99f8d3b03e6b8b4009', url: 'ipfs://QmbP3eTmUx1UQ2eZ8hrDz8j98yP2CTmsJvfp72LZKnkKj1', }, ],