Skip to content

Commit

Permalink
Merge branch 'feat/deployment-config-for-fee-contract' of github.com:…
Browse files Browse the repository at this point in the history
…ethereum-optimism/optimism into feat/deployment-config-for-fee-contract
  • Loading branch information
karlfloersch committed May 24, 2021
2 parents b88023b + 2af3c2f commit 86053b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ contract OVM_GasPriceOracle is Ownable {
)
Ownable()
{
transferOwnership(_owner);
setExecutionPrice(_initialExecutionPrice);
transferOwnership(_owner);
}


Expand Down
4 changes: 2 additions & 2 deletions packages/contracts/deployments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

## OPTIMISTIC-KOVAN

Network : __undefined (chain id: 69)__
Network : __optimistic-kovan (chain id: 69)__

|Contract|Address|
|--|--|
|OVM_GasPriceOracle|[0x668E5b997b9aE88a56cd40409119d4Db9e6d752E](https://undefined.etherscan.io/address/0x668E5b997b9aE88a56cd40409119d4Db9e6d752E)|
|OVM_GasPriceOracle|[0x668E5b997b9aE88a56cd40409119d4Db9e6d752E](https://kovan-optimistic.etherscan.io/address/0x668E5b997b9aE88a56cd40409119d4Db9e6d752E)|
---

### Chain IDs:
Expand Down

0 comments on commit 86053b2

Please sign in to comment.