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 8a5667d commit acde4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/validate-token-configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const COINGECKO_API_KEY = "CG-3VGxh1K3Qk7jAvpt4DJA3LvB";
const COINGECKO_URL = "https://api.coingecko.com/api/v3/coins/";
const CHAIN_CONFIGS_URL =
"https://axelar-mainnet.s3.us-east-2.amazonaws.com/configs/mainnet-config-1.x.json";
const MAX_RETRIES = 3;
const MAX_RETRIES = 10;
const ERC20ABI = [
{
constant: true,
Expand Down

0 comments on commit acde4ec

Please sign in to comment.