Skip to content

Commit

Permalink
Merge pull request #23 from unknownunknown1/feat/deployment-scripts
Browse files Browse the repository at this point in the history
Update yarn.lock
  • Loading branch information
unknownunknown1 authored Mar 24, 2024
2 parents 63a66c5 + 0d9422d commit 3a007fb
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 316 deletions.
2 changes: 1 addition & 1 deletion contracts/src/zkRealitioHomeProxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {IForeignArbitrationProxy, IHomeArbitrationProxy} from "./ArbitrationProx
* https://era.zksync.io/docs/dev/how-to/send-message-l2-l1.html
*/
contract zkRealitioHomeProxy is IHomeArbitrationProxy {
// 2^15 offset to avoid collision.
// 2^15 offset to avoid collision. Taken from zk system contract https://github.com/matter-labs/v2-testnet-contracts/blob/b8449bf9c819098cc8bfee0549ff5094456be51d/l2/system-contracts/Constants.sol#L18
IL1Messenger constant L1_MESSENGER_CONTRACT = IL1Messenger(address(0x8000 + 0x08));

/// @dev The address of the Realitio contract (v3.0 required). TRUSTED.
Expand Down
2 changes: 1 addition & 1 deletion evidence-display/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@babel/helper-regex": "^7.10.5",
"@kleros/cross-chain-realitio-contracts": "~0.5.0",
"@reality.eth/reality-eth-lib": "^3.1.0",
"@reality.eth/reality-eth-lib": "3.1.13",
"antd": "^3.16.2",
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
Expand Down
Loading

0 comments on commit 3a007fb

Please sign in to comment.