Skip to content

Fix ethereum mainnet v2.2 - #479

Merged
guidiaz merged 17 commits into
witnet:2.2.xfrom
guidiaz:fix-ethereum-mainnet-v2.2
Oct 14, 2025
Merged

Fix ethereum mainnet v2.2#479
guidiaz merged 17 commits into
witnet:2.2.xfrom
guidiaz:fix-ethereum-mainnet-v2.2

Conversation

@guidiaz

@guidiaz guidiaz commented Oct 9, 2025

Copy link
Copy Markdown
Collaborator

No description provided.

@guidiaz
guidiaz changed the base branch from master to 2.2.x October 9, 2025 06:56
@guidiaz
guidiaz force-pushed the fix-ethereum-mainnet-v2.2 branch from 9a560a3 to 502c0a3 Compare October 9, 2025 10:34
)
const depsImplAddr = await determineTargetAddr(depsImpl, depsImplSpecs, networkArtifacts)
let depsImplAddr = utils.getNetworkArtifactAddress(network, domain, addresses, depsImpl)
if (utils.isNullAddress(depsImplAddr)) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Although the artifact checked here is immutable, utils.getNetworkArtifactAddress may return truthy value from the default section that it could be the wrong netwrok address. We may need to check if it is null or is the valid one

@guidiaz
guidiaz merged commit bc61139 into witnet:2.2.x Oct 14, 2025
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