Skip to content

Commit 12f6419

Browse files
authored
Deploy kovan-ovm-futures v0.6.0 (#1570)
* log error here for better info * upgrade deployer for OVM 2.0 * fix: update gas price * prepare-deploy 0.6.0 * fix: rm WETH deploy
1 parent cae6895 commit 12f6419

File tree

6 files changed

+5454
-6808
lines changed

6 files changed

+5454
-6808
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const constants = {
9999
ZERO_ADDRESS: '0x' + '0'.repeat(40),
100100
ZERO_BYTES32: '0x' + '0'.repeat(64),
101101

102-
OVM_GAS_PRICE_GWEI: '0.015',
102+
OVM_GAS_PRICE_GWEI: '0.00001',
103103

104104
inflationStartTimestampInSecs: 1551830400, // 2019-03-06T00:00:00Z
105105
};

publish/deployed/kovan-ovm-futures/config.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@
113113
"CollateralManager": {
114114
"deploy": false
115115
},
116+
"CollateralManagerState": {
117+
"deploy": false
118+
},
119+
"CollateralUtil": {
120+
"deploy": false
121+
},
116122
"TokenStatesETH": {
117123
"deploy": false
118124
},
@@ -194,9 +200,6 @@
194200
"FuturesMarketData": {
195201
"deploy": false
196202
},
197-
"WETH": {
198-
"deploy": false
199-
},
200203
"SynthRedeemer": {
201204
"deploy": false
202205
}

0 commit comments

Comments
 (0)