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: bump axelar-local-dev to 2.3.3 #191

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Conversation

npty
Copy link
Member

@npty npty commented Jul 11, 2024

Description

AXE-4344: : Fix Contract Deployment Issues on Testnet

This PR updates the axelar-local-dev dependency to version 2.3.3, addressing the contract deployment issues encountered on the testnet.

Previously, running the command npm run deploy evm/send-ack testnet would result in deployment failures with the following error message:

Deploying SendAckSender for Avalanche.
Deploying SendAckSender for Fantom.
Deploying SendAckSender for Polygon.
/Users/idrisolubisi/Documents/axelar/axelar-examples/node_modules/@ethersproject/logger/lib/index.js:238
        var error = new Error(message);
                    ^

Error: could not detect network (event="noNetwork", code=NETWORK_ERROR, version=providers/5.7.2)
    at Logger.makeError

Updating to axelar-local-dev version 2.3.3 resolves these network detection issue on Polygon (which is one of the default chains in testnet). After this update, the deployment process completes successfully:

Deploying SendAckSender for Avalanche.
Deploying SendAckSender for Fantom.
Deploying SendAckSender for Polygon-Sepolia.
Deployed SendAckSender for Avalanche at 0x680F2236b346d2bF62D97680725f238114E179E2.
Deploying SendAckReceiverImplementation for Avalanche.
Deployed SendAckSender for Fantom at 0x139a753d6430bBC348075074650124E1bB2b9820.
Deploying SendAckReceiverImplementation for Fantom.
Deployed SendAckReceiverImplementation for Avalanche at 0xde6A625999A2a646Ca493041D214c1EC2C0c67cb.
Deployed SendAckReceiverImplementation for Fantom at 0x965Feb0f91Df0C55e4EBd9ace0095843eD711681.
Deployed SendAckSender for Polygon-Sepolia at 0x8b0196db342Eef7fE21BAa488a590328cAc99164.
Deploying SendAckReceiverImplementation for Polygon-Sepolia.
Deployed SendAckReceiverImplementation for Polygon-Sepolia at 0xf18D9C2B3B93Bf7dEF5d1cA3c53E5Bf4b406ed11.

@npty npty requested a review from Olanetsoft July 11, 2024 01:48
@npty npty self-assigned this Jul 11, 2024
@npty npty merged commit 8dcaf73 into main Jul 11, 2024
3 of 4 checks passed
@npty npty deleted the chore/bump-axelar-local-dev branch July 11, 2024 05:38
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