We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc66574 commit 9b426a3Copy full SHA for 9b426a3
README.md
@@ -47,7 +47,7 @@ const SetJsConfig = {
47
...SetJsEthereumMainnetAddresses,
48
};
49
50
-const SetJsInstance = new SetJs(setJsConfig);
+const SetJsInstance = new SetJs(SetJsConfig);
51
```
52
53
4. Begin using the Set Protocol. Try this command to see if your instance has been set up correctly (for ethereum production mainnet):
0 commit comments