Skip to content

Commit

Permalink
chore: change ethers version
Browse files Browse the repository at this point in the history
  • Loading branch information
SGiaccobasso committed Sep 24, 2024
1 parent 4881ed0 commit 727756d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/validate-token-configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ async function getProvider(axelarChainId) {
const provider = new ethers.JsonRpcProvider(rpcUrl);

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

return provider;
} catch (error) {
Expand Down

0 comments on commit 727756d

Please sign in to comment.