Skip to content

Commit 2674849

Browse files
committed
refactor(subgraph): update build process and dependencies, remove generateManifest
1 parent aa25fb9 commit 2674849

File tree

5 files changed

+2712
-3094
lines changed

5 files changed

+2712
-3094
lines changed

packages/subgraph/networks.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"fuji": {
3+
"DataProtector": {
4+
"address": "0x2296daeDD3090750a80fFB2D0147669984909ED2",
5+
"startBlock": 39768073
6+
},
7+
"DatasetRegistry": {
8+
"address": "0x3441A0C9FE488c51fcABa2bAAA048720f4D4F72D",
9+
"startBlock": 39768073
10+
},
11+
"DataProtectorSharing": {
12+
"address": "0x0000000000000000000000000000000000000000",
13+
"startBlock": 0
14+
},
15+
"AppRegistry": {
16+
"address": "0x4a6531ce5150ee716b2d93865D0fbB9ce5492D17",
17+
"startBlock": 0
18+
},
19+
"AddOnlyAppWhitelistRegistry": {
20+
"address": "0x0000000000000000000000000000000000000000",
21+
"startBlock": 0
22+
}
23+
},
24+
"arbitrum-sepolia": {
25+
"DataProtector": {
26+
"address": "0x2296daeDD3090750a80fFB2D0147669984909ED2",
27+
"startBlock": 145960686
28+
},
29+
"DatasetRegistry": {
30+
"address": "0x3441A0C9FE488c51fcABa2bAAA048720f4D4F72D",
31+
"startBlock": 145960686
32+
},
33+
"DataProtectorSharing": {
34+
"address": "0x0000000000000000000000000000000000000000",
35+
"startBlock": 0
36+
},
37+
"AppRegistry": {
38+
"address": "0x4a6531ce5150ee716b2d93865D0fbB9ce5492D17",
39+
"startBlock": 0
40+
},
41+
"AddOnlyAppWhitelistRegistry": {
42+
"address": "0x0000000000000000000000000000000000000000",
43+
"startBlock": 0
44+
}
45+
},
46+
"bellecour": {
47+
"DataProtector": {
48+
"address": "0x3a4Ab33F3D605e75b6D00A32A0Fa55C3628F6A59",
49+
"startBlock": 25455501
50+
},
51+
"DatasetRegistry": {
52+
"address": "0x0000000000000000000000000000000000000000",
53+
"startBlock": 25455501
54+
},
55+
"DataProtectorSharing": {
56+
"address": "0x1390c3c6a545198809F1C7c5Dd2600ef74D60925",
57+
"startBlock": 28566236
58+
},
59+
"AppRegistry": {
60+
"address": "0x0000000000000000000000000000000000000000",
61+
"startBlock": 28566236
62+
},
63+
"AddOnlyAppWhitelistRegistry": {
64+
"address": "0x498D324F711b8998Be81818742e268dEE30347c6",
65+
"startBlock": 28566234
66+
}
67+
}
68+
}

0 commit comments

Comments
 (0)