Skip to content

Commit 0da8a4b

Browse files
authored
feat: subgraph v3.1.0 (#488)
* fix: update addresses and start blocks for arbitrum-one network * fix: change subgraph version to 3.1.0-beta in package.json and package-lock.json * fix: update workflow name to Subgraph - Default in subgraph-ci.yml
1 parent 8803fa5 commit 0da8a4b

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/subgraph-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Core Smart Contract - Default
1+
name: Subgraph - Default
22

33
on:
44
pull_request:

packages/subgraph/networks.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,24 @@
4545
},
4646
"arbitrum-one": {
4747
"DataProtector": {
48-
"address": "0x0000000000000000000000000000000000000000",
49-
"startBlock": 0
48+
"address": "0xF08f91F7646FDb95a4E24977b8Db91318252A667",
49+
"startBlock": 363889786
5050
},
5151
"DatasetRegistry": {
52-
"address": "0x0000000000000000000000000000000000000000",
53-
"startBlock": 0
52+
"address": "0x07Cc4E1EA30dD02796795876509A3BfC5053128D",
53+
"startBlock": 363864422
5454
},
5555
"DataProtectorSharing": {
56-
"address": "0x0000000000000000000000000000000000000000",
57-
"startBlock": 0
56+
"address": "0x2dA2D268281d79b81D609D68e4507e7ACDfd7E05",
57+
"startBlock": 363897865
5858
},
5959
"AppRegistry": {
60-
"address": "0x0000000000000000000000000000000000000000",
61-
"startBlock": 0
60+
"address": "0x9950D94fb074182ee93ff79A50Cd698C4983281F",
61+
"startBlock": 363864415
6262
},
6363
"AddOnlyAppWhitelistRegistry": {
64-
"address": "0x0000000000000000000000000000000000000000",
65-
"startBlock": 0
64+
"address": "0xe4f319aDf2f3DbFD3270f35CEc90575dC858A0dA",
65+
"startBlock": 363897845
6666
}
6767
},
6868
"bellecour": {

packages/subgraph/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "subgraph",
3-
"version": "4.0.0-beta",
3+
"version": "3.1.0-beta",
44
"license": "UNLICENSED",
55
"scripts": {
66
"codegen": "graph codegen subgraph.template.yaml",

0 commit comments

Comments
 (0)