Skip to content

Commit

Permalink
chore: update mainnet deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownunknown1 committed Dec 8, 2024
1 parent 94905de commit 67f81ec
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 93 deletions.
4 changes: 3 additions & 1 deletion contracts/deploy/01-home-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const paramsByChainId = {
},
};
const metadata =
'{"tos":"ipfs://QmPmRkXFUmzP4rq2YfD3wNwL8bg3WDxkYuvTP9A9UZm9gJ/seer-markets-resolution-policy.pdf", "foreignProxy":true}';
'{"tos":"ipfs://QmNV5NWwCudYKfiHuhdWxccrPyxs4DnbLGQace2oMKHkZv/Question_Resolution_Policy.pdf", "foreignProxy":true}';

async function deployHomeProxy({ deployments, getNamedAccounts, getChainId, ethers, config }) {
const { deploy } = deployments;
Expand Down Expand Up @@ -42,6 +42,8 @@ async function deployHomeProxy({ deployments, getNamedAccounts, getChainId, ethe
const homeProxy = await deploy("RealitioHomeArbitrationProxy", {
from: deployer,
gas: 8000000,
maxPriorityFeePerGas: ethers.utils.parseUnits("2", "gwei"),
maxFeePerGas: ethers.utils.parseUnits("20", "gwei"),
args: [amb, foreignProxyAddress, foreignChainIdAsBytes32, realitio, metadata],
});

Expand Down
2 changes: 1 addition & 1 deletion contracts/deploy/02-foreign-proxy-with-appeals.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const paramsByChainId = {
arbitratorExtraData:
"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001f", // General Court - 31 jurors
homeChainId: 100,
metaEvidence: "/ipfs/QmV4VhBEgAf93WquKvedkFQmNJHhcWPPT6FdYYSdN6v6Mc",
metaEvidence: "/ipfs/QmTYEpuN4iqbYPXc6ba2QCcYGDwRVNvSFfyWGpDkx7kC3B",
termsOfService: "/ipfs/QmNV5NWwCudYKfiHuhdWxccrPyxs4DnbLGQace2oMKHkZv/Question_Resolution_Policy.pdf",
},
};
Expand Down

Large diffs are not rendered by default.

83 changes: 52 additions & 31 deletions contracts/deployments/xdai/RealitioHomeArbitrationProxy.json

Large diffs are not rendered by default.

0 comments on commit 67f81ec

Please sign in to comment.