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

Commit 712f7c5

Browse files
authored
Merge pull request #489 from api3dao/488-fix-outdated-block-explorers
Fix outdated chain properties
2 parents dcefdbb + 2ed1c87 commit 712f7c5

12 files changed

Lines changed: 69 additions & 32 deletions

.changeset/forty-vans-speak.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
'@api3/chains': patch
3+
---
4+
5+
Fixes following issues:
6+
* conflux-testnet
7+
- Remove inconsistent rpc url
8+
* ethereum-sepolia-testnet
9+
- Remove inconsistent rpc url
10+
* fraxtal-holesky-testnet
11+
- Set api key required to true
12+
* gnosis
13+
- Change hardhatEtherscanAlias
14+
* kava
15+
- Update api url
16+
* kava-testnet
17+
- Update api url
18+
* taiko
19+
- Swap default rpc url with public
20+
* taiko-holesky-testnet
21+
- Replace block explorer with a new one
22+
* x-layer
23+
- Update api url
24+
* x-layer-sepolia-testnet
25+
- Update api url

chains/conflux-testnet.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
{
2121
"alias": "public",
2222
"rpcUrl": "https://evmtest.confluxrpc.com/"
23-
},
24-
{
25-
"alias": "backup",
26-
"rpcUrl": "https://evmtestnet.confluxrpc.org/"
2723
}
2824
],
2925
"symbol": "CFX",

chains/ethereum-sepolia-testnet.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
"providers": [
1717
{
1818
"alias": "default",
19-
"rpcUrl": "https://rpc2.sepolia.org"
20-
},
21-
{
22-
"alias": "publicnode",
2319
"rpcUrl": "https://ethereum-sepolia-rpc.publicnode.com"
2420
}
2521
],

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",

chains/taiko.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"providers": [
1616
{
1717
"alias": "default",
18-
"rpcUrl": "https://rpc.taiko.tools"
18+
"rpcUrl": "https://rpc.mainnet.taiko.xyz"
1919
},
2020
{
2121
"alias": "public",
22-
"rpcUrl": "https://rpc.mainnet.taiko.xyz"
22+
"rpcUrl": "https://rpc.taiko.tools"
2323
},
2424
{
2525
"alias": "publicnode",

chains/x-layer-sepolia-testnet.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"alias": "x-layer-sepolia-testnet",
33
"decimals": 18,
44
"explorer": {
5+
"api": {
6+
"key": {
7+
"required": false
8+
},
9+
"url": "https://www.oklink.com/api/v5/explorer/contract/verify-source-code-plugin/XLAYER_TESTNET"
10+
},
511
"browserUrl": "https://www.okx.com/explorer/xlayer-test/"
612
},
713
"id": "195",

0 commit comments

Comments
 (0)