Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .continuerc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"disableIndexing": true
}
2 changes: 1 addition & 1 deletion packages/sdk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gooddollar/goodcollective-sdk",
"license": "MIT",
"version": "1.1.1",
"version": "1.1.2",
"main": "./dist/sdk",
"types": "./types/index.d.ts",
"type": "module",
Expand Down
4 changes: 1 addition & 3 deletions packages/sdk-js/scripts/updatePoolSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ console.log('provider set');
// wallet should have MANAGER_ROLE in the pool
const wallet = new ethers.Wallet('<privatekeyhere').connect(provider);
console.log('created-wallet');
const sdk = new GoodCollectiveSDK('42220', provider, {
nftStorageKey: '<your nft storage key>',
});
const sdk = new GoodCollectiveSDK('42220', provider);
console.log('sdk initialized');

const poolSettings: DirectPaymentsPool.PoolSettingsStruct = {
Expand Down