Skip to content

Commit

Permalink
fix: update blast explorer api (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth authored Mar 5, 2024
1 parent c0f3da2 commit 1c071c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions axelar-chains-config/info/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2152,8 +2152,8 @@
"confirmations": 2,
"explorer": {
"name": "Blastscan",
"url": "https://www.blastscan.io",
"api": "https://api.routescan.io/v2/network/mainnet/evm/81457/"
"url": "https://blastscan.io",
"api": "https://api.blastscan.io/api"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion axelar-chains-config/info/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -1805,7 +1805,7 @@
"explorer": {
"name": "Blastscan",
"url": "https://testnet.blastscan.io",
"api": "https://api.routescan.io/v2/network/testnet/evm/168587773/etherscan"
"api": "https://api.testnet.blastscan.io/api"
},
"contracts": {
"ConstAddressDeployer": {
Expand Down

0 comments on commit 1c071c3

Please sign in to comment.