Skip to content

Commit

Permalink
ON-509: pr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Oct 31, 2023
1 parent 24a0cd8 commit f884839
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion config/goerli.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"network": "goerli",
"erc721": [
{
"name": "AavegotchiDiamond",
"name": "ChronosTraveler",
"address": "0x450c91d1fe9f3d57b91218f6ff96f7994eec4d32",
"startBlock": 8099655
}
Expand Down
6 changes: 3 additions & 3 deletions config/mumbai.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"network": "mumbai",
"erc721": [
{
"name": "AavegotchiDiamond",
"name": "AavegotchiGotchi",
"address": "0x83e73D9CF22dFc3A767EA1cE0611F7f50306622e",
"startBlock": 34467860
},
{
"name": "RealmDiamond",
"name": "AavegotchiParcel",
"address": "0xBcCf68d104aCEa36b1EA20BBE8f06ceD12CaC008",
"startBlock": 38134604
}
],
"erc1155": [
{
"name": "WearableDiamond",
"name": "AavegotchiWearable",
"address": "0x1b1bcB49A744a09aEd636CDD9893508BdF1431A8",
"startBlock": 34467877
}
Expand Down
6 changes: 3 additions & 3 deletions config/polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"network": "matic",
"erc721": [
{
"name": "AavegotchiDiamond",
"name": "AavegotchiGotchi",
"address": "0x86935f11c86623dec8a25696e1c19a8659cbf95d",
"startBlock": 11516320
},
{
"name": "RealmDiamond",
"name": "AavegotchiParcel",
"address": "0x1D0360BaC7299C86Ec8E99d0c1C9A95FEfaF2a11",
"startBlock": 20667840
},
Expand All @@ -19,7 +19,7 @@
],
"erc1155": [
{
"name": "WearableDiamond",
"name": "AavegotchiWearable",
"address": "0x58de9aabcaeec0f69883c94318810ad79cc6a44f",
"startBlock": 35999793
}
Expand Down
8 changes: 5 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"lint:staged": "npx lint-staged"
},
"dependencies": {
"@graphprotocol/graph-cli": "^0.55.0",
"mustache": "^4.2.0"
"@graphprotocol/graph-cli": "^0.55.0"
},
"devDependencies": {
"@graphprotocol/graph-ts": "^0.31.0",
Expand All @@ -32,6 +31,7 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"matchstick-as": "^0.5.2",
"mustache": "^4.2.0",
"prettier": "^3.0.2"
},
"husky": {
Expand Down
4 changes: 2 additions & 2 deletions subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ schema:
file: ./schema.graphql
dataSources:

{{#erc721}}
{{#erc721}}
{{#isFirstElement}}
- name: ERC721
{{/isFirstElement}}
Expand All @@ -30,7 +30,7 @@ dataSources:
- event: Transfer(indexed address,indexed address,indexed uint256)
handler: handleTransfer
file: ./src/erc721/index.ts
{{/erc721}}
{{/erc721}}

{{#erc1155}}
{{#isFirstElement}}
Expand Down

0 comments on commit f884839

Please sign in to comment.