Skip to content

Commit 28fc20f

Browse files
author
ssallam
committed
update for rinkeby deployment
1 parent bbd5891 commit 28fc20f

21 files changed

+21
-21
lines changed

artifacts/BConst.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2837,7 +2837,7 @@
28372837
},
28382838
"networks": {},
28392839
"schemaVersion": "3.2.4",
2840-
"updatedAt": "2020-09-23T08:34:27.961Z",
2840+
"updatedAt": "2020-09-23T08:50:38.738Z",
28412841
"devdoc": {
28422842
"methods": {}
28432843
},

artifacts/BFactory.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3311,7 +3311,7 @@
33113311
},
33123312
"networks": {},
33133313
"schemaVersion": "3.2.4",
3314-
"updatedAt": "2020-09-23T08:34:27.962Z",
3314+
"updatedAt": "2020-09-23T08:50:38.739Z",
33153315
"devdoc": {
33163316
"methods": {}
33173317
},

artifacts/BMath.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16482,7 +16482,7 @@
1648216482
},
1648316483
"networks": {},
1648416484
"schemaVersion": "3.2.4",
16485-
"updatedAt": "2020-09-23T08:34:27.963Z",
16485+
"updatedAt": "2020-09-23T08:50:38.740Z",
1648616486
"devdoc": {
1648716487
"methods": {}
1648816488
},

artifacts/BNum.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13037,7 +13037,7 @@
1303713037
},
1303813038
"networks": {},
1303913039
"schemaVersion": "3.2.4",
13040-
"updatedAt": "2020-09-23T08:34:27.969Z",
13040+
"updatedAt": "2020-09-23T08:50:38.748Z",
1304113041
"devdoc": {
1304213042
"methods": {}
1304313043
},

artifacts/BPool.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66499,7 +66499,7 @@
6649966499
},
6650066500
"networks": {},
6650166501
"schemaVersion": "3.2.4",
66502-
"updatedAt": "2020-09-23T08:34:27.975Z",
66502+
"updatedAt": "2020-09-23T08:50:38.753Z",
6650366503
"devdoc": {
6650466504
"details": "Used by the (Ocean version) BFactory contract as a bytecode reference to deploy new BPools. * This contract is is nearly identical to the BPool.sol contract at [1] The only difference is the \"Proxy contract functionality\" section given below. We'd inherit from BPool if we could, for simplicity. But we can't, because the proxy section needs to access private variables declared in BPool, and Solidity disallows this. Therefore the best we can do for now is clearly demarcate the proxy section. * [1] https://github.com/balancer-labs/balancer-core/contracts/.",
6650566505
"methods": {},

artifacts/BToken.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14000,7 +14000,7 @@
1400014000
},
1400114001
"networks": {},
1400214002
"schemaVersion": "3.2.4",
14003-
"updatedAt": "2020-09-23T08:34:28.002Z",
14003+
"updatedAt": "2020-09-23T08:50:38.781Z",
1400414004
"devdoc": {
1400514005
"methods": {}
1400614006
},

artifacts/BTokenBase.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13783,7 +13783,7 @@
1378313783
},
1378413784
"networks": {},
1378513785
"schemaVersion": "3.2.4",
13786-
"updatedAt": "2020-09-23T08:34:28.008Z",
13786+
"updatedAt": "2020-09-23T08:50:38.787Z",
1378713787
"devdoc": {
1378813788
"methods": {}
1378913789
},

artifacts/Context.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@
585585
},
586586
"networks": {},
587587
"schemaVersion": "3.2.4",
588-
"updatedAt": "2020-09-23T08:34:28.030Z",
588+
"updatedAt": "2020-09-23T08:50:38.809Z",
589589
"devdoc": {
590590
"methods": {}
591591
},

artifacts/DTFactory.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4665,7 +4665,7 @@
46654665
},
46664666
"networks": {},
46674667
"schemaVersion": "3.2.4",
4668-
"updatedAt": "2020-09-23T08:34:27.958Z",
4668+
"updatedAt": "2020-09-23T08:50:38.735Z",
46694669
"devdoc": {
46704670
"author": "Ocean Protocol Team",
46714671
"details": "Implementation of Ocean DataTokens Factory * DTFactory deploys DataToken proxy contracts. New DataToken proxy contracts are links to the template contract's bytecode. Proxy contract functionality is based on Ocean Protocol custom implementation of ERC1167 standard.",

artifacts/DataTokenTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13614,7 +13614,7 @@
1361413614
},
1361513615
"networks": {},
1361613616
"schemaVersion": "3.2.4",
13617-
"updatedAt": "2020-09-23T08:34:28.023Z",
13617+
"updatedAt": "2020-09-23T08:50:38.802Z",
1361813618
"devdoc": {
1361913619
"details": "DataTokenTemplate is an ERC20 compliant token template Used by the factory contract as a bytecode reference to deploy new DataTokens.",
1362013620
"methods": {

0 commit comments

Comments
 (0)