Skip to content

Commit 7288fe2

Browse files
committed
fix: remove push trigger from deploy workflow and add arbitrum-one network configuration
1 parent abbc35d commit 7288fe2

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.github/workflows/deploy-subgraph-chainX.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Deploy Subgraph - on TheGraph Network
22

33
on:
4-
push:
54
workflow_dispatch: # Manual trigger
65
inputs:
76
network:

packages/subgraph/networks.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,28 @@
4343
"startBlock": 145960686
4444
}
4545
},
46+
"arbitrum-one": {
47+
"DataProtector": {
48+
"address": "0x0000000000000000000000000000000000000000",
49+
"startBlock": 0
50+
},
51+
"DatasetRegistry": {
52+
"address": "0x0000000000000000000000000000000000000000",
53+
"startBlock": 0
54+
},
55+
"DataProtectorSharing": {
56+
"address": "0x0000000000000000000000000000000000000000",
57+
"startBlock": 0
58+
},
59+
"AppRegistry": {
60+
"address": "0x0000000000000000000000000000000000000000",
61+
"startBlock": 0
62+
},
63+
"AddOnlyAppWhitelistRegistry": {
64+
"address": "0x0000000000000000000000000000000000000000",
65+
"startBlock": 0
66+
}
67+
},
4668
"bellecour": {
4769
"DataProtector": {
4870
"address": "0x3a4Ab33F3D605e75b6D00A32A0Fa55C3628F6A59",

0 commit comments

Comments
 (0)