Skip to content

Commit 0faa13b

Browse files
committed
Update Etherscan v2 API compliance
1 parent 601036d commit 0faa13b

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

data/chains/katana-sepolia-testnet.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -13,7 +13,6 @@
1313
"symbol": "ETH",
1414
"testnet": true,
1515
"verificationApi": {
16-
"type": "blockscout",
17-
"url": "https://explorer-bokuto.katanarpc.com/api"
16+
"type": "etherscan"
1817
}
1918
}

data/chains/taiko-hoodi-testnet.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -13,7 +13,6 @@
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
}

src/generated/chains.ts

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)