Skip to content

Commit 47251ea

Browse files
authored
Bump migration version (#21)
* Bump migration to 0.1.2-rc.0-v1 * bump version
1 parent 13e6459 commit 47251ea

12 files changed

+804
-3012
lines changed

abis/DAOFactory.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
"type": "event"
9595
},
9696
{
97-
"constant": true,
9897
"inputs": [],
9998
"name": "PACKAGE_NAME",
10099
"outputs": [
@@ -104,12 +103,10 @@
104103
"type": "string"
105104
}
106105
],
107-
"payable": false,
108106
"stateMutability": "view",
109107
"type": "function"
110108
},
111109
{
112-
"constant": false,
113110
"inputs": [
114111
{
115112
"internalType": "contract Avatar",
@@ -140,12 +137,10 @@
140137
"type": "bool"
141138
}
142139
],
143-
"payable": false,
144140
"stateMutability": "nonpayable",
145141
"type": "function"
146142
},
147143
{
148-
"constant": true,
149144
"inputs": [],
150145
"name": "app",
151146
"outputs": [
@@ -155,12 +150,10 @@
155150
"type": "address"
156151
}
157152
],
158-
"payable": false,
159153
"stateMutability": "view",
160154
"type": "function"
161155
},
162156
{
163-
"constant": false,
164157
"inputs": [
165158
{
166159
"internalType": "uint64[3]",
@@ -191,12 +184,10 @@
191184
"type": "address"
192185
}
193186
],
194-
"payable": true,
195187
"stateMutability": "payable",
196188
"type": "function"
197189
},
198190
{
199-
"constant": false,
200191
"inputs": [
201192
{
202193
"internalType": "bytes",
@@ -217,12 +208,10 @@
217208
"type": "address"
218209
}
219210
],
220-
"payable": false,
221211
"stateMutability": "nonpayable",
222212
"type": "function"
223213
},
224214
{
225-
"constant": true,
226215
"inputs": [
227216
{
228217
"internalType": "uint64[3]",
@@ -243,12 +232,10 @@
243232
"type": "address"
244233
}
245234
],
246-
"payable": false,
247235
"stateMutability": "view",
248236
"type": "function"
249237
},
250238
{
251-
"constant": true,
252239
"inputs": [
253240
{
254241
"internalType": "uint64[3]",
@@ -264,12 +251,10 @@
264251
"type": "uint64[3]"
265252
}
266253
],
267-
"payable": false,
268254
"stateMutability": "view",
269255
"type": "function"
270256
},
271257
{
272-
"constant": false,
273258
"inputs": [
274259
{
275260
"internalType": "address",
@@ -279,12 +264,10 @@
279264
],
280265
"name": "initialize",
281266
"outputs": [],
282-
"payable": false,
283267
"stateMutability": "nonpayable",
284268
"type": "function"
285269
},
286270
{
287-
"constant": true,
288271
"inputs": [
289272
{
290273
"internalType": "address",
@@ -300,12 +283,10 @@
300283
"type": "address"
301284
}
302285
],
303-
"payable": false,
304286
"stateMutability": "view",
305287
"type": "function"
306288
},
307289
{
308-
"constant": false,
309290
"inputs": [
310291
{
311292
"internalType": "contract Avatar",
@@ -320,7 +301,6 @@
320301
],
321302
"name": "setSchemes",
322303
"outputs": [],
323-
"payable": false,
324304
"stateMutability": "nonpayable",
325305
"type": "function"
326306
}

0 commit comments

Comments
 (0)