Skip to content

Commit

Permalink
chore: bump axelar-local-dev version to 2.3.3 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
npty authored Jul 11, 2024
1 parent 691ff3b commit 8dcaf73
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@axelar-network/axelar-chains-config": "^1.2.0",
"@axelar-network/axelar-gmp-sdk-solidity": "^5.9.0",
"@axelar-network/axelar-local-dev": "2.3.2",
"@axelar-network/axelar-local-dev": "^2.3.3",
"@axelar-network/axelar-local-dev-cosmos": "^2.3.0",
"@axelar-network/axelar-local-dev-multiversx": "^2.3.0",
"@axelar-network/axelarjs-sdk": "^0.15.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/libs/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function getDefaultChains(env) {
return ['Avalanche', 'Fantom', 'Moonbeam', 'Polygon', 'Ethereum'];
}

return ['Avalanche', 'Fantom', 'Polygon'];
return ['Avalanche', 'Fantom', 'polygon-sepolia'];
}

/**
Expand Down

0 comments on commit 8dcaf73

Please sign in to comment.