File tree Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 11{
22 "alias" : " katana-sepolia-testnet" ,
3- "blockExplorerUrl" : " https://explorer- bokuto.katanarpc .com/" ,
3+ "blockExplorerUrl" : " https://bokuto.katanascan .com/" ,
44 "decimals" : 18 ,
55 "id" : " 737373" ,
66 "name" : " Katana testnet" ,
1313 "symbol" : " ETH" ,
1414 "testnet" : true ,
1515 "verificationApi" : {
16- "type" : " blockscout" ,
17- "url" : " https://explorer-bokuto.katanarpc.com/api"
16+ "type" : " etherscan"
1817 }
1918}
Original file line number Diff line number Diff line change 11{
22 "alias" : " taiko-hoodi-testnet" ,
3- "blockExplorerUrl" : " https://blockscout. hoodi.taiko.xyz /" ,
3+ "blockExplorerUrl" : " https://hoodi.taikoscan.io /" ,
44 "decimals" : 18 ,
55 "id" : " 167012" ,
66 "name" : " Taiko Hoodi testnet" ,
1313 "symbol" : " ETH" ,
1414 "testnet" : true ,
1515 "verificationApi" : {
16- "type" : " blockscout" ,
17- "url" : " https://blockscoutapi.hoodi.taiko.xyz/api?module=contract&action=verify"
16+ "type" : " etherscan"
1817 }
1918}
Original file line number Diff line number Diff line change @@ -465,14 +465,14 @@ export const CHAINS: Chain[] = [
465465 } ,
466466 {
467467 alias : 'katana-sepolia-testnet' ,
468- blockExplorerUrl : 'https://explorer- bokuto.katanarpc .com/' ,
468+ blockExplorerUrl : 'https://bokuto.katanascan .com/' ,
469469 decimals : 18 ,
470470 id : '737373' ,
471471 name : 'Katana testnet' ,
472472 providers : [ { alias : 'default' , rpcUrl : 'https://rpc-bokuto.katanarpc.com/' } ] ,
473473 symbol : 'ETH' ,
474474 testnet : true ,
475- verificationApi : { type : 'blockscout' , url : 'https://explorer-bokuto.katanarpc.com/api ' } ,
475+ verificationApi : { type : 'etherscan ' } ,
476476 } ,
477477 {
478478 alias : 'katana' ,
@@ -1030,17 +1030,14 @@ export const CHAINS: Chain[] = [
10301030 } ,
10311031 {
10321032 alias : 'taiko-hoodi-testnet' ,
1033- blockExplorerUrl : 'https://blockscout. hoodi.taiko.xyz /' ,
1033+ blockExplorerUrl : 'https://hoodi.taikoscan.io /' ,
10341034 decimals : 18 ,
10351035 id : '167012' ,
10361036 name : 'Taiko Hoodi testnet' ,
10371037 providers : [ { alias : 'default' , rpcUrl : 'https://rpc.hoodi.taiko.xyz' } ] ,
10381038 symbol : 'ETH' ,
10391039 testnet : true ,
1040- verificationApi : {
1041- type : 'blockscout' ,
1042- url : 'https://blockscoutapi.hoodi.taiko.xyz/api?module=contract&action=verify' ,
1043- } ,
1040+ verificationApi : { type : 'etherscan' } ,
10441041 } ,
10451042 {
10461043 alias : 'taiko' ,
You can’t perform that action at this time.
0 commit comments