Skip to content

Commit f47ec9b

Browse files
alexcos20mihaiscjamiehewitt15
authored
add dispenser (#106)
* add dispenser Co-authored-by: mihaisc <[email protected]> Co-authored-by: Jamie Hewitt <[email protected]>
1 parent 07b02c2 commit f47ec9b

15 files changed

+18312
-220
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ typings/
6565

6666
# next.js build output
6767
.next
68+
69+
# auto generated barge yaml
70+
subgraph.barge.yaml

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ export ADDRESS_FILE="${HOME}/.ocean/ocean-contracts/artifacts/address.json"
133133

134134
4. Generate the subgraph
135135
```bash
136+
npm run codegen
136137
npm run bargesetup
137138
```
138139

abis/Dispenser.json

+17,468
Large diffs are not rendered by default.

package-lock.json

+55-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"typescript": "^4.2.4"
5555
},
5656
"dependencies": {
57-
"@oceanprotocol/lib": "^0.14.8",
57+
"@oceanprotocol/lib": "^0.14.9",
5858
"cross-fetch": "^3.1.4"
5959
},
6060
"repository": {

0 commit comments

Comments
 (0)