Skip to content

Commit

Permalink
fix: dependencies & example (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalote authored Aug 3, 2023
1 parent 37203f1 commit 9979e89
Show file tree
Hide file tree
Showing 4 changed files with 3,130 additions and 1,019 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import ERC725 from '@erc725/erc725.js';

If you install it on the backend side, you may need to also install [`isomorphic-fetch`](https://www.npmjs.com/package/isomorphic-fetch).

## Example Instantiation
## Usage

```js
import { ERC725 } from '@erc725/erc725.js';
Expand Down Expand Up @@ -71,7 +71,7 @@ const schema = [
];

const address = '0x3000783905Cc7170cCCe49a4112Deda952DDBe24';
const RPC_URL = 'https://rpc.l16.lukso.network';
const RPC_URL = 'https://rpc.testnet.lukso.network';
const config = {
ipfsGateway: 'https://2eff.lukso.dev/ipfs/',
};
Expand Down
Loading

0 comments on commit 9979e89

Please sign in to comment.