-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore/upgrade mainnets #410
Conversation
Except for x1.sepolia that was not responsive during the upgrade.
As to enable resettling of collateral on legacy randomness requests.
create2Factory && !utils.isNullAddress(create2Factory.address) && | ||
singletons?.WitnetRequestFactory | ||
) { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -28,15 +28,14 @@ module.exports = async function (deployer, network, [, from, reporter]) { | |||
|
|||
const artifactsName = merge(settings.artifacts.default, settings.artifacts[ecosystem], settings.artifacts[network]) | |||
const WitnetRequestBoardImplementation = artifacts.require(artifactsName.WitnetRequestBoard) | |||
const create2FactoryAddr = addresses[ecosystem][network]?.Create2Factory | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
migrations/witnet.settings.js
Outdated
@@ -34,6 +37,9 @@ module.exports = { | |||
"syscoin.rollux.testnet": { | |||
WitnetRequestBoard: "WitnetRequestBoardTrustableOvm2", | |||
}, | |||
ten: { | |||
WitnetRequestBoard: "WitnetRequestBoardTrustableObscuro", | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
} | |
}, |
migrations/witnet.settings.js
Outdated
apiKey: "MY_API_KEY", | ||
apiUrl: "https://kavascan.com/api", | ||
browserURL: "https://kavascan.com/", | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
} | |
}, |
migrations/witnet.settings.js
Outdated
skipDryRun: true, | ||
gas: 6000000, | ||
gasPrice: 10, | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
} | |
}, |
75d2cbf
to
0517bd0
Compare
No description provided.