fix: update deploy
This commit is contained in:
parent
1a5f796d30
commit
fb3af7014d
@ -4,10 +4,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"codegen": "graph codegen",
|
"codegen": "graph codegen",
|
||||||
"build": "graph build",
|
"build": "graph build",
|
||||||
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ tornadocash/tornado-pool-subgraph",
|
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ --access-token $TOKEN",
|
||||||
"create-local": "graph create --node http://localhost:8020/ tornadocash/tornado-pool-subgraph",
|
"deploy:mainnet": "yarn deploy -- tornadocash/mainnet-tornado-pool-subgraph"
|
||||||
"remove-local": "graph remove --node http://localhost:8020/ tornadocash/tornado-pool-subgraph",
|
|
||||||
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 tornadocash/tornado-pool-subgraph"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@graphprotocol/graph-cli": "0.22.3",
|
"@graphprotocol/graph-cli": "0.22.3",
|
||||||
|
@ -6,9 +6,9 @@ dataSources:
|
|||||||
name: BridgeHelper
|
name: BridgeHelper
|
||||||
network: mainnet
|
network: mainnet
|
||||||
source:
|
source:
|
||||||
address: "0x066D6E8a8968Ab721ee2307acf4cCd2ab6aE6EB0"
|
address: "0x59c13355ae7b74F51313f2bfF1aFD86E1FFEbefA"
|
||||||
abi: BridgeHelper
|
abi: BridgeHelper
|
||||||
startBlock: 13551232
|
startBlock: 13590277
|
||||||
mapping:
|
mapping:
|
||||||
kind: ethereum/events
|
kind: ethereum/events
|
||||||
apiVersion: 0.0.5
|
apiVersion: 0.0.5
|
||||||
|
Loading…
Reference in New Issue
Block a user