File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " viem " : patch
3
+ ---
4
+
5
+ Add Socotra JUNE-Chain definition
Original file line number Diff line number Diff line change
1
+ import { defineChain } from '../../utils/chain/defineChain.js'
2
+
3
+ export const juneoSocotraTestnet = /*#__PURE__*/ defineChain ( {
4
+ id : 101_003 ,
5
+ name : 'Socotra JUNE-Chain' ,
6
+ nativeCurrency : {
7
+ decimals : 18 ,
8
+ name : 'Socotra JUNE-Chain' ,
9
+ symbol : 'JUNE' ,
10
+ } ,
11
+ rpcUrls : {
12
+ default : { http : [ 'https://rpc.socotra-testnet.network/ext/bc/JUNE/rpc' ] } ,
13
+ } ,
14
+ blockExplorers : {
15
+ default : {
16
+ name : 'Juneo Scan' ,
17
+ url : 'https://socotra.juneoscan.io/chain/2' ,
18
+ apiUrl : 'https://socotra.juneoscan.io/chain/2/api' ,
19
+ } ,
20
+ } ,
21
+ testnet : true ,
22
+ } )
Original file line number Diff line number Diff line change @@ -248,6 +248,7 @@ export { iSunCoin } from './definitions/iSunCoin.js'
248
248
export { jbc } from './definitions/jbc.js'
249
249
export { jbcTestnet } from './definitions/jbcTestnet.js'
250
250
export { juneo } from './definitions/juneo.js'
251
+ export { juneoSocotraTestnet } from './definitions/juneoSocotraTestnet.js'
251
252
export { karura } from './definitions/karura.js'
252
253
/** @deprecated Use `kakarotStarknetSepolia` instead. */
253
254
export { kakarotSepolia } from './definitions/kakarotSepolia.js'
You can’t perform that action at this time.
0 commit comments