Skip to content

Commit 3ad842a

Browse files
committed
fix: small cleanup
1 parent 29e99b7 commit 3ad842a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

contracts/deploy/01-home-proxy.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
const { realityETHConfig } = require("@reality.eth/contracts");
21
const { HOME_CHAIN_IDS } = require("./shared");
32
const arbitrumProxy = require("./home/arbitrum.js");
43
const gnosisProxy = require("./home/gnosis.js");

contracts/deploy/home/polygon.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const homeParameters = {
1212
fxChild: "0xE5930336866d0388f0f745A2d9207C7781047C0f",
1313
},
1414
[polygon.chainId]: {
15-
// https://github.com/RealityETH/reality-eth-monorepo/blob/main/packages/contracts/chains/deployments/137/MATIC/RealityETH-3.0.json
1615
realitio: realityETHConfig(polygon.chainId, "MATIC", "3.0").address,
1716
// https://docs.polygon.technology/pos/how-to/bridging/l1-l2-communication/state-transfer/#prerequisites
1817
fxChild: "0x8397259c983751DAf40400790063935a11afa28a",

0 commit comments

Comments
 (0)