Skip to content
Open
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
1 change: 1 addition & 0 deletions subgraphs/saucerswap/v1/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
21 changes: 12 additions & 9 deletions subgraphs/saucerswap/v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,18 @@
"deploy": "source .env && graph deploy --node ${HEDERA_THE_GRAPH_NODE} --ipfs ${IPFS_URL} --access-token ${ACCESS_TOKEN} ${SUBGRAPH_NAME}",
"remove": "source .env && graph remove --node ${HEDERA_THE_GRAPH_NODE} --access-token ${ACCESS_TOKEN} ${SUBGRAPH_NAME}"
},
"dependencies": {
"debug": "4.4.1"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.20.0",
"@graphprotocol/graph-ts": "^0.20.0",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"envsub": "^4.1.0",
"eslint": "^6.2.2",
"eslint-config-prettier": "^6.1.0",
"prettier": "^1.18.2",
"typescript": "^3.5.2"
"@graphprotocol/graph-cli": "0.20.3",
"@graphprotocol/graph-ts": "0.38.1",
"@typescript-eslint/eslint-plugin": "2.0.0",
"@typescript-eslint/parser": "2.0.0",
"envsub": "4.1.0",
"eslint": "6.2.2",
"eslint-config-prettier": "6.1.0",
"prettier": "1.18.2",
"typescript": "3.5.2"
}
}
3,281 changes: 1,905 additions & 1,376 deletions subgraphs/saucerswap/v1/yarn.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions subgraphs/saucerswap/v2/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
27 changes: 15 additions & 12 deletions subgraphs/saucerswap/v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,21 @@
"deploy": "source .env && graph deploy --node ${HEDERA_THE_GRAPH_NODE} --ipfs ${IPFS_URL} --access-token ${ACCESS_TOKEN} ${SUBGRAPH_NAME}",
"remove": "source .env && graph remove --node ${HEDERA_THE_GRAPH_NODE} --access-token ${ACCESS_TOKEN} ${SUBGRAPH_NAME}"
},
"dependencies": {
"debug": "4.4.1"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.64.1",
"@graphprotocol/graph-ts": "^0.32.0",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"@uniswap/eslint-config": "^1.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^6.1.0",
"matchstick-as": "^0.6.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"typescript": "^3.5.2",
"envsub": "^4.1.0"
"@graphprotocol/graph-cli": "0.64.1",
"@graphprotocol/graph-ts": "0.32.0",
"@typescript-eslint/eslint-plugin": "2.0.0",
"@typescript-eslint/parser": "2.0.0",
"@uniswap/eslint-config": "1.2.0",
"eslint": "8.57.0",
"eslint-config-prettier": "6.1.0",
"matchstick-as": "0.6.0",
"npm-run-all": "4.1.5",
"prettier": "1.18.2",
"typescript": "3.5.2",
"envsub": "4.1.0"
}
}
151 changes: 83 additions & 68 deletions subgraphs/saucerswap/v2/yarn.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions subgraphs/starter-example/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
16 changes: 12 additions & 4 deletions subgraphs/starter-example/package-lock.json

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

11 changes: 6 additions & 5 deletions subgraphs/starter-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
"author": "",
"license": "ISC",
"dependencies": {
"@graphprotocol/graph-cli": "^0.71.2",
"@graphprotocol/graph-ts": "^0.35.1",
"@protofire/subgraph-toolkit": "^0.1.2",
"envsub": "^4.1.0"
"@graphprotocol/graph-cli": "0.71.2",
"@graphprotocol/graph-ts": "0.35.1",
"@protofire/subgraph-toolkit": "0.1.2",
"envsub": "4.1.0",
"is-arrayish": "0.3.2"
},
"devDependencies": {
"matchstick-as": "^0.6.0"
"matchstick-as": "0.6.0"
}
}
Loading