This repository was archived by the owner on Feb 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments