Skip to content

Commit 53ce877

Browse files
committed
Merge branch 'feature/clean-and-correct' into feature/clean-and-correct-part2
2 parents 58d0523 + b0762c7 commit 53ce877

File tree

2 files changed

+1
-89
lines changed

2 files changed

+1
-89
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ node {
1212
parameters: [
1313
choice(
1414
name: 'networkName',
15-
choices: ['bellecour', 'goerli', 'mainnet'],
15+
choices: ['bellecour'],
1616
description: 'Select the target network'
1717
),
1818
choice(

networks.json

Lines changed: 0 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -43,50 +43,6 @@
4343
"startBlock": 4543300
4444
}
4545
},
46-
"c13": {
47-
"ERC1538": {
48-
"address": "0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f",
49-
"startBlock": 4543300
50-
},
51-
"Core": {
52-
"address": "0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f",
53-
"startBlock": 4543300
54-
},
55-
"AppRegistry": {
56-
"address": "0xB1C52075b276f87b1834919167312221d50c9D16",
57-
"startBlock": 4543300
58-
},
59-
"DatasetRegistry": {
60-
"address": "0x799DAa22654128d0C64d5b79eac9283008158730",
61-
"startBlock": 4543300
62-
},
63-
"WorkerpoolRegistry": {
64-
"address": "0xC76A18c78B7e530A165c5683CB1aB134E21938B4",
65-
"startBlock": 4543300
66-
}
67-
},
68-
"goerli": {
69-
"ERC1538": {
70-
"address": "0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f",
71-
"startBlock": 2564000
72-
},
73-
"Core": {
74-
"address": "0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f",
75-
"startBlock": 2564000
76-
},
77-
"AppRegistry": {
78-
"address": "0xB1C52075b276f87b1834919167312221d50c9D16",
79-
"startBlock": 2564000
80-
},
81-
"DatasetRegistry": {
82-
"address": "0x799DAa22654128d0C64d5b79eac9283008158730",
83-
"startBlock": 2564000
84-
},
85-
"WorkerpoolRegistry": {
86-
"address": "0xC76A18c78B7e530A165c5683CB1aB134E21938B4",
87-
"startBlock": 2564000
88-
}
89-
},
9046
"mainnet": {
9147
"ERC1538": {
9248
"address": "0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f",
@@ -108,49 +64,5 @@
10864
"address": "0xC76A18c78B7e530A165c5683CB1aB134E21938B4",
10965
"startBlock": 9917600
11066
}
111-
},
112-
"rinkeby": {
113-
"ERC1538": {
114-
"address": "0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f",
115-
"startBlock": 6355862
116-
},
117-
"Core": {
118-
"address": "0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f",
119-
"startBlock": 6355862
120-
},
121-
"AppRegistry": {
122-
"address": "0xB1C52075b276f87b1834919167312221d50c9D16",
123-
"startBlock": 6355862
124-
},
125-
"DatasetRegistry": {
126-
"address": "0x799DAa22654128d0C64d5b79eac9283008158730",
127-
"startBlock": 6355862
128-
},
129-
"WorkerpoolRegistry": {
130-
"address": "0xC76A18c78B7e530A165c5683CB1aB134E21938B4",
131-
"startBlock": 6355862
132-
}
133-
},
134-
"viviani": {
135-
"ERC1538": {
136-
"address": "0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f",
137-
"startBlock": 5556000
138-
},
139-
"Core": {
140-
"address": "0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f",
141-
"startBlock": 5556000
142-
},
143-
"AppRegistry": {
144-
"address": "0xB1C52075b276f87b1834919167312221d50c9D16",
145-
"startBlock": 5556000
146-
},
147-
"DatasetRegistry": {
148-
"address": "0x799DAa22654128d0C64d5b79eac9283008158730",
149-
"startBlock": 5556000
150-
},
151-
"WorkerpoolRegistry": {
152-
"address": "0xC76A18c78B7e530A165c5683CB1aB134E21938B4",
153-
"startBlock": 5556000
154-
}
15567
}
15668
}

0 commit comments

Comments
 (0)