Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 455b89c

Browse files
committed
Fix outdated properties
1 parent dcefdbb commit 455b89c

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

chains/fraxtal-holesky-testnet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"explorer": {
55
"api": {
66
"key": {
7-
"required": false
7+
"required": true
88
},
99
"url": "https://api-holesky.fraxscan.com/api/"
1010
},

chains/gnosis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"explorer": {
55
"api": {
66
"key": {
7-
"hardhatEtherscanAlias": "gnosis",
7+
"hardhatEtherscanAlias": "xdai",
88
"required": true
99
},
1010
"url": "https://api.gnosisscan.io/api"

chains/kava-testnet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"key": {
77
"required": false
88
},
9-
"url": "https://testnet.kavascan.com/api"
9+
"url": "https://api.verify.mintscan.io/evm/api/0x8ad"
1010
},
1111
"browserUrl": "https://testnet.kavascan.com/"
1212
},

chains/kava.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"key": {
77
"required": false
88
},
9-
"url": "https://kavascan.com/api"
9+
"url": "https://api.verify.mintscan.io/evm/api/0x8ae"
1010
},
1111
"browserUrl": "https://kavascan.com/"
1212
},

chains/taiko-holesky-testnet.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"explorer": {
55
"api": {
66
"key": {
7-
"required": false
7+
"required": true
88
},
9-
"url": "https://blockscoutapi.hekla.taiko.xyz/api"
9+
"url": "https://api-hekla.taikoscan.io/api"
1010
},
11-
"browserUrl": "https://blockscoutapi.hekla.taiko.xyz/"
11+
"browserUrl": "https://hekla.taikoscan.io/"
1212
},
1313
"id": "167009",
1414
"name": "Taiko testnet",

src/generated/chains.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)