Skip to content

Commit

Permalink
try to fix tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Jul 1, 2024
1 parent 3585d95 commit f89ff58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphs/omen-thumbnailmapping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "mkdir -p ./../../abi && jq '.abi' ./../../out/OmenThumbnailMapping.sol/OmenThumbnailMapping.json > ./../../abi/omen_thumbnailmapping.abi.json && graph build",
"build": "mkdir -p abi && jq '.abi' ./../../out/OmenThumbnailMapping.sol/OmenThumbnailMapping.json > abi/omen_thumbnailmapping.abi.json && graph build",
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ omen-thumbnailmapping",
"create-local": "graph create --node http://localhost:8020/ omen-thumbnailmapping",
"remove-local": "graph remove --node http://localhost:8020/ omen-thumbnailmapping",
Expand Down
2 changes: 1 addition & 1 deletion graphs/omen-thumbnailmapping/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dataSources:
- ImageUpdated
abis:
- name: Contract
file: ./../../abi/omen_thumbnailmapping.abi.json
file: ./abi/omen_thumbnailmapping.abi.json
eventHandlers:
- event: ImageUpdated(indexed address,bytes32,indexed address)
handler: handleImageUpdated
Expand Down

0 comments on commit f89ff58

Please sign in to comment.