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

Commit b360a69

Browse files
authored
Merge pull request #491 from api3dao/main
Initiate release
2 parents 1fbd9c1 + 712f7c5 commit b360a69

39 files changed

Lines changed: 121 additions & 53 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

.changeset/selfish-flowers-grow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

chains/arbitrum-nova.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"rpcUrl": "https://nova.arbitrum.io/rpc"
1919
}
2020
],
21+
"skipProviderCheck": true,
2122
"symbol": "ETH",
2223
"testnet": false
2324
}

chains/aurora-testnet.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"rpcUrl": "https://testnet.aurora.dev/"
2020
}
2121
],
22+
"skipProviderCheck": true,
2223
"symbol": "ETH",
2324
"testnet": true
2425
}

chains/aurora.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"rpcUrl": "https://mainnet.aurora.dev/"
2020
}
2121
],
22+
"skipProviderCheck": true,
2223
"symbol": "ETH",
2324
"testnet": false
2425
}

chains/boba-bnb.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"rpcUrl": "https://replica.bnb.boba.network/"
1919
}
2020
],
21+
"skipProviderCheck": true,
2122
"symbol": "BOBA",
2223
"testnet": false
2324
}

chains/boba-ethereum.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"rpcUrl": "https://lightning-replica.boba.network/"
1919
}
2020
],
21+
"skipProviderCheck": true,
2122
"symbol": "BOBA",
2223
"testnet": false
2324
}

chains/bsquared-testnet.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"rpcUrl": "https://b2-testnet.alt.technology"
1313
}
1414
],
15+
"skipProviderCheck": true,
1516
"symbol": "BTC",
1617
"testnet": true
1718
}

chains/bsquared.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"rpcUrl": "https://b2-mainnet.alt.technology"
2323
}
2424
],
25+
"skipProviderCheck": true,
2526
"symbol": "BTC",
2627
"testnet": false
2728
}

chains/canto-testnet.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"rpcUrl": "https://canto-testnet.plexnode.wtf/"
1919
}
2020
],
21+
"skipProviderCheck": true,
2122
"symbol": "CANTO",
2223
"testnet": true
2324
}

0 commit comments

Comments
 (0)