Skip to content

Commit

Permalink
update: explorer urls for mantle chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush Tiwari committed Oct 16, 2023
1 parent 8abc9bf commit 3baf4d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -704,8 +704,8 @@
}
},
"explorer": {
"url": "https://explorer.mantle.xyz",
"api": "https://explorer.mantle.xyz/api"
"url": "https://mantlescan.org/",
"api": "https://mantlescan.org/api"
},
"gasOptions": {
"gasLimit": 8000000
Expand Down
4 changes: 2 additions & 2 deletions axelar-chains-config/info/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -1640,8 +1640,8 @@
}
},
"explorer": {
"url": "https://explorer.testnet.mantle.xyz",
"api": "https://explorer.testnet.mantle.xyz/api"
"url": "https://testnet.mantlescan.org/",
"api": "https://testnet.mantlescan.org/api"
},
"gasOptions": {
"gasLimit": 8000000
Expand Down

0 comments on commit 3baf4d0

Please sign in to comment.