Skip to content

Commit 7441715

Browse files
update explorer base URL for mainnet and testnet (#2949)
1 parent 975830d commit 7441715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/data/chains.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
"chainId": 1111,
536536
"title": "Wemix",
537537
"explorer": {
538-
"baseUrl": "https://wemixscan.com"
538+
"baseUrl": "https://scan.wemix.com"
539539
},
540540
"nativeCurrency": {
541541
"name": "Wemix",
@@ -547,7 +547,7 @@
547547
"chainId": 1112,
548548
"title": "Wemix Testnet",
549549
"explorer": {
550-
"baseUrl": "https://testnet.wemixscan.com"
550+
"baseUrl": "https://scan.wemix.com/wemixTestnet"
551551
},
552552
"nativeCurrency": {
553553
"name": "Testnet Wemix",

0 commit comments

Comments
 (0)