This repository was archived by the owner on Feb 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' @api3/chains ' : minor
3+ ---
4+
5+ Adds following chain:
6+ - unichain
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments