Skip to content

Commit

Permalink
Deploy kovan-ovm-futures v0.6.0 (#1570)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
liamzebedee authored Oct 18, 2021
1 parent cae6895 commit 12f6419
Show file tree
Hide file tree
Showing 6 changed files with 5,454 additions and 6,808 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const constants = {
ZERO_ADDRESS: '0x' + '0'.repeat(40),
ZERO_BYTES32: '0x' + '0'.repeat(64),

OVM_GAS_PRICE_GWEI: '0.015',
OVM_GAS_PRICE_GWEI: '0.00001',

inflationStartTimestampInSecs: 1551830400, // 2019-03-06T00:00:00Z
};
Expand Down
9 changes: 6 additions & 3 deletions publish/deployed/kovan-ovm-futures/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@
"CollateralManager": {
"deploy": false
},
"CollateralManagerState": {
"deploy": false
},
"CollateralUtil": {
"deploy": false
},
"TokenStatesETH": {
"deploy": false
},
Expand Down Expand Up @@ -194,9 +200,6 @@
"FuturesMarketData": {
"deploy": false
},
"WETH": {
"deploy": false
},
"SynthRedeemer": {
"deploy": false
}
Expand Down
Loading

0 comments on commit 12f6419

Please sign in to comment.