Skip to content
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

Merged
merged 21 commits into from
Mar 21, 2024
Merged

Chore/upgrade mainnets #410

merged 21 commits into from
Mar 21, 2024

Conversation

guidiaz
Copy link
Collaborator

@guidiaz guidiaz commented Feb 20, 2024

No description provided.

create2Factory && !utils.isNullAddress(create2Factory.address) &&
singletons?.WitnetRequestFactory
) {

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

@@ -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

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

@@ -34,6 +37,9 @@ module.exports = {
"syscoin.rollux.testnet": {
WitnetRequestBoard: "WitnetRequestBoardTrustableOvm2",
},
ten: {
WitnetRequestBoard: "WitnetRequestBoardTrustableObscuro",
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
}
},

apiKey: "MY_API_KEY",
apiUrl: "https://kavascan.com/api",
browserURL: "https://kavascan.com/",
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
}
},

skipDryRun: true,
gas: 6000000,
gasPrice: 10,
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
}
},

@guidiaz guidiaz force-pushed the chore/upgrade-mainnets branch from 75d2cbf to 0517bd0 Compare March 21, 2024 09:22
@guidiaz guidiaz merged commit 0517bd0 into witnet:0.7.x Mar 21, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants