Skip to content

Commit

Permalink
chore: node v
Browse files Browse the repository at this point in the history
  • Loading branch information
SGiaccobasso committed Sep 24, 2024
1 parent a6c63d7 commit 8a5667d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/validate-token-configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ async function getProvider(axelarChainId) {
const rpcUrl = await getRpcUrl(axelarChainId, attempt);
provider = await new ethers.JsonRpcProvider(rpcUrl);

console.log("network -", network);
console.log("retry -", attempt);
// Test the provider with a simple call
const network = await provider.getNetwork();
Expand Down

0 comments on commit 8a5667d

Please sign in to comment.