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

Commit fa31ea1

Browse files
authored
Merge pull request #581 from api3dao/csur-2025-02-11-unichain
Csur 2025-02-12
2 parents 838d55b + e537072 commit fa31ea1

3 files changed

Lines changed: 54 additions & 0 deletions

File tree

.changeset/cyan-monkeys-draw.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

chains/unichain.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"alias": "unichain",
3+
"decimals": 18,
4+
"explorer": {
5+
"api": {
6+
"key": {
7+
"required": true
8+
},
9+
"url": "https://api.uniscan.xyz/api"
10+
},
11+
"browserUrl": "https://uniscan.xyz/"
12+
},
13+
"id": "130",
14+
"name": "Unichain",
15+
"providers": [
16+
{
17+
"alias": "default",
18+
"rpcUrl": "https://mainnet.unichain.org/"
19+
},
20+
{
21+
"alias": "alchemy",
22+
"homepageUrl": "https://alchemy.com"
23+
},
24+
{
25+
"alias": "quicknode",
26+
"homepageUrl": "https://quicknode.com"
27+
}
28+
],
29+
"symbol": "ETH",
30+
"testnet": false
31+
}

src/generated/chains.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,6 +1773,23 @@ export const CHAINS: Chain[] = [
17731773
symbol: 'ETH',
17741774
testnet: true,
17751775
},
1776+
{
1777+
alias: 'unichain',
1778+
decimals: 18,
1779+
explorer: {
1780+
api: { key: { required: true }, url: 'https://api.uniscan.xyz/api' },
1781+
browserUrl: 'https://uniscan.xyz/',
1782+
},
1783+
id: '130',
1784+
name: 'Unichain',
1785+
providers: [
1786+
{ alias: 'default', rpcUrl: 'https://mainnet.unichain.org/' },
1787+
{ alias: 'alchemy', homepageUrl: 'https://alchemy.com' },
1788+
{ alias: 'quicknode', homepageUrl: 'https://quicknode.com' },
1789+
],
1790+
symbol: 'ETH',
1791+
testnet: false,
1792+
},
17761793
{
17771794
alias: 'world-sepolia-testnet',
17781795
decimals: 18,

0 commit comments

Comments
 (0)