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

Commit 5a75b6a

Browse files
authored
Merge pull request #464 from api3dao/1460-add-new-chains-for-csur-2024-10-16-unichain-sepolia-testnet
Add new chains for `CSUR 2024-10-16`
2 parents a71fdf2 + 2675c3a commit 5a75b6a

3 files changed

Lines changed: 42 additions & 0 deletions

File tree

.changeset/slow-boxes-add.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@api3/chains': minor
3+
---
4+
5+
Adds following chain:
6+
* unichain-sepolia-testnet
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"alias": "unichain-sepolia-testnet",
3+
"decimals": 18,
4+
"explorer": {
5+
"api": {
6+
"key": {
7+
"required": true
8+
},
9+
"url": "https://api-sepolia.uniscan.xyz/api"
10+
},
11+
"browserUrl": "https://sepolia.uniscan.xyz/"
12+
},
13+
"id": "1301",
14+
"name": "Unichain testnet",
15+
"providers": [
16+
{
17+
"alias": "default",
18+
"rpcUrl": "https://sepolia.unichain.org"
19+
}
20+
],
21+
"symbol": "ETH",
22+
"testnet": true
23+
}

src/generated/chains.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,6 +1593,19 @@ export const CHAINS: Chain[] = [
15931593
symbol: 'ETH',
15941594
testnet: false,
15951595
},
1596+
{
1597+
alias: 'unichain-sepolia-testnet',
1598+
decimals: 18,
1599+
explorer: {
1600+
api: { key: { required: true }, url: 'https://api-sepolia.uniscan.xyz/api' },
1601+
browserUrl: 'https://sepolia.uniscan.xyz/',
1602+
},
1603+
id: '1301',
1604+
name: 'Unichain testnet',
1605+
providers: [{ alias: 'default', rpcUrl: 'https://sepolia.unichain.org' }],
1606+
symbol: 'ETH',
1607+
testnet: true,
1608+
},
15961609
{
15971610
alias: 'x-layer-sepolia-testnet',
15981611
decimals: 18,

0 commit comments

Comments
 (0)