Skip to content

Commit

Permalink
Merge pull request #319 from ERC725Alliance/fix/cherry-pick
Browse files Browse the repository at this point in the history
fix: Cherry pick commit from main
  • Loading branch information
frozeman authored Oct 18, 2023
2 parents f24425a + a8b8ce8 commit 690e1d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 690e1d7

Please sign in to comment.