diff --git a/docs/schemas.md b/docs/schemas.md index 91549769..1d133093 100644 --- a/docs/schemas.md +++ b/docs/schemas.md @@ -45,4 +45,7 @@ import LSP5 from '@erc725/erc725.js/schemas/LSP5ReceivedAssets.json'; // Later use them on instantiation const myErc725Contract = new ERC725js(LSP3, address, web3.currentProvider); + +// You can retrieve the current loaded schema via +myErc725Contract.options.schemas ```