Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 5b49347

Browse files
committed
Update block explorer for mantle and mantle-sepolia-testnet
1 parent 5e7205a commit 5b49347

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

chains/mantle-sepolia-testnet.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"explorer": {
55
"api": {
66
"key": {
7-
"required": false
7+
"required": true
88
},
9-
"url": "https://explorer.sepolia.mantle.xyz/api"
9+
"url": "https://api-sepolia.mantlescan.xyz/api"
1010
},
11-
"browserUrl": "https://explorer.sepolia.mantle.xyz/"
11+
"browserUrl": "https://sepolia.mantlescan.xyz/"
1212
},
1313
"id": "5003",
1414
"name": "Mantle testnet",

chains/mantle.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"explorer": {
55
"api": {
66
"key": {
7-
"required": false
7+
"required": true
88
},
9-
"url": "https://explorer.mantle.xyz/api"
9+
"url": "https://api.mantlescan.xyz/api"
1010
},
11-
"browserUrl": "https://explorer.mantle.xyz/"
11+
"browserUrl": "https://mantlescan.xyz/"
1212
},
1313
"id": "5000",
1414
"name": "Mantle",

src/generated/chains.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,8 +1051,8 @@ export const CHAINS: Chain[] = [
10511051
alias: 'mantle-sepolia-testnet',
10521052
decimals: 18,
10531053
explorer: {
1054-
api: { key: { required: false }, url: 'https://explorer.sepolia.mantle.xyz/api' },
1055-
browserUrl: 'https://explorer.sepolia.mantle.xyz/',
1054+
api: { key: { required: true }, url: 'https://api-sepolia.mantlescan.xyz/api' },
1055+
browserUrl: 'https://sepolia.mantlescan.xyz/',
10561056
},
10571057
id: '5003',
10581058
name: 'Mantle testnet',
@@ -1064,8 +1064,8 @@ export const CHAINS: Chain[] = [
10641064
alias: 'mantle',
10651065
decimals: 18,
10661066
explorer: {
1067-
api: { key: { required: false }, url: 'https://explorer.mantle.xyz/api' },
1068-
browserUrl: 'https://explorer.mantle.xyz/',
1067+
api: { key: { required: true }, url: 'https://api.mantlescan.xyz/api' },
1068+
browserUrl: 'https://mantlescan.xyz/',
10691069
},
10701070
id: '5000',
10711071
name: 'Mantle',

0 commit comments

Comments
 (0)