File tree Expand file tree Collapse file tree 4 files changed +61
-0
lines changed Expand file tree Collapse file tree 4 files changed +61
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " viem " : patch
3+ ---
4+
5+ Added Huddle01 chain.
Original file line number Diff line number Diff line change 1+ import { defineChain } from '../../utils/chain/defineChain.js'
2+
3+ const sourceId = 42_161 // Arbitrum One
4+
5+ export const huddle01Mainnet = /*#__PURE__*/ defineChain ( {
6+ id : 12323 ,
7+ name : 'Huddle01 dRTC Chain' ,
8+ nativeCurrency : {
9+ name : 'Ethereum' ,
10+ symbol : 'ETH' ,
11+ decimals : 18 ,
12+ } ,
13+ rpcUrls : {
14+ default : {
15+ http : [ 'https://huddle01.calderachain.xyz/http' ] ,
16+ webSocket : [ 'wss://huddle01.calderachain.xyz/ws' ] ,
17+ } ,
18+ } ,
19+ blockExplorers : {
20+ default : {
21+ name : 'Huddle01 Caldera Explorer' ,
22+ url : 'https://huddle01.calderaexplorer.xyz' ,
23+ apiUrl : 'https://huddle01.calderaexplorer.xyz/api' ,
24+ } ,
25+ } ,
26+ sourceId,
27+ } )
Original file line number Diff line number Diff line change 1+ import { defineChain } from '../../utils/chain/defineChain.js'
2+
3+ const sourceId = 421_614 // Arbitrum Sepolia
4+
5+ export const huddle01Testnet = /*#__PURE__*/ defineChain ( {
6+ id : 2524852 ,
7+ name : 'Huddle01 dRTC Chain Testnet' ,
8+ nativeCurrency : {
9+ name : 'Ethereum' ,
10+ symbol : 'ETH' ,
11+ decimals : 18 ,
12+ } ,
13+ rpcUrls : {
14+ default : {
15+ http : [ 'https://huddle-testnet.rpc.caldera.xyz/http' ] ,
16+ webSocket : [ 'wss://huddle-testnet.rpc.caldera.xyz/ws' ] ,
17+ } ,
18+ } ,
19+ blockExplorers : {
20+ default : {
21+ name : 'Huddle01 Caldera Explorer' ,
22+ url : 'https://huddle-testnet.explorer.caldera.xyz' ,
23+ apiUrl : 'https://huddle-testnet.explorer.caldera.xyz/api' ,
24+ } ,
25+ } ,
26+ sourceId,
27+ } )
Original file line number Diff line number Diff line change @@ -201,6 +201,8 @@ export { hela } from './definitions/hela.js'
201201export { hemiSepolia } from './definitions/hemiSepolia.js'
202202export { holesky } from './definitions/holesky.js'
203203export { hpb } from './definitions/hpb.js'
204+ export { huddle01Mainnet } from './definitions/huddle01Mainnet.js'
205+ export { huddle01Testnet } from './definitions/huddle01Testnet.js'
204206export { humanode } from './definitions/humanode.js'
205207export { humanodeTestnet5 } from './definitions/humanodeTestnet5.js'
206208export { hychain } from './definitions/hychain.js'
You can’t perform that action at this time.
0 commit comments