@@ -644,7 +644,7 @@ export const CHAINS: Chain[] = [
644644 alias : 'fraxtal-holesky-testnet' ,
645645 decimals : 18 ,
646646 explorer : {
647- api : { key : { required : false } , url : 'https://api-holesky.fraxscan.com/api/' } ,
647+ api : { key : { required : true } , url : 'https://api-holesky.fraxscan.com/api/' } ,
648648 browserUrl : 'https://holesky.fraxscan.com/' ,
649649 } ,
650650 id : '2522' ,
@@ -694,7 +694,7 @@ export const CHAINS: Chain[] = [
694694 alias : 'gnosis' ,
695695 decimals : 18 ,
696696 explorer : {
697- api : { key : { hardhatEtherscanAlias : 'gnosis ' , required : true } , url : 'https://api.gnosisscan.io/api' } ,
697+ api : { key : { hardhatEtherscanAlias : 'xdai ' , required : true } , url : 'https://api.gnosisscan.io/api' } ,
698698 browserUrl : 'https://gnosisscan.io/' ,
699699 } ,
700700 id : '100' ,
@@ -774,7 +774,7 @@ export const CHAINS: Chain[] = [
774774 alias : 'kava-testnet' ,
775775 decimals : 18 ,
776776 explorer : {
777- api : { key : { required : false } , url : 'https://testnet.kavascan.com/ api' } ,
777+ api : { key : { required : false } , url : 'https://api.verify.mintscan.io/evm/ api/0x8ad ' } ,
778778 browserUrl : 'https://testnet.kavascan.com/' ,
779779 } ,
780780 id : '2221' ,
@@ -787,7 +787,7 @@ export const CHAINS: Chain[] = [
787787 alias : 'kava' ,
788788 decimals : 18 ,
789789 explorer : {
790- api : { key : { required : false } , url : 'https://kavascan.com/ api' } ,
790+ api : { key : { required : false } , url : 'https://api.verify.mintscan.io/evm/ api/0x8ae ' } ,
791791 browserUrl : 'https://kavascan.com/' ,
792792 } ,
793793 id : '2222' ,
@@ -1618,8 +1618,8 @@ export const CHAINS: Chain[] = [
16181618 alias : 'taiko-holesky-testnet' ,
16191619 decimals : 18 ,
16201620 explorer : {
1621- api : { key : { required : false } , url : 'https://blockscoutapi. hekla.taiko.xyz /api' } ,
1622- browserUrl : 'https://blockscoutapi. hekla.taiko.xyz /' ,
1621+ api : { key : { required : true } , url : 'https://api- hekla.taikoscan.io /api' } ,
1622+ browserUrl : 'https://hekla.taikoscan.io /' ,
16231623 } ,
16241624 id : '167009' ,
16251625 name : 'Taiko testnet' ,
0 commit comments