File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " viem " : patch
3
+ ---
4
+
5
+ Added humanity testnet.
Original file line number Diff line number Diff line change
1
+ import { defineChain } from '../../utils/chain/defineChain.js'
2
+
3
+ export const humanityTestnet = /*#__PURE__*/ defineChain ( {
4
+ id : 7_080_969 ,
5
+ name : 'Humanity Testnet' ,
6
+ nativeCurrency : {
7
+ name : 'tHP' ,
8
+ symbol : 'tHP' ,
9
+ decimals : 18 ,
10
+ } ,
11
+ rpcUrls : {
12
+ default : {
13
+ http : [ 'https://rpc.testnet.humanity.org' ] ,
14
+ } ,
15
+ } ,
16
+ blockExplorers : {
17
+ default : {
18
+ name : 'Humanity Testnet Explorer' ,
19
+ url : 'https://humanity-testnet.explorer.alchemy.com' ,
20
+ apiUrl : 'https://humanity-testnet.explorer.alchemy.com/api' ,
21
+ } ,
22
+ } ,
23
+ testnet : true ,
24
+ } )
Original file line number Diff line number Diff line change @@ -242,6 +242,7 @@ export { hoodi } from './definitions/hoodi.js'
242
242
export { hpb } from './definitions/hpb.js'
243
243
export { huddle01Mainnet } from './definitions/huddle01Mainnet.js'
244
244
export { huddle01Testnet } from './definitions/huddle01Testnet.js'
245
+ export { humanityTestnet } from './definitions/humanityTestnet.js'
245
246
export { humanode } from './definitions/humanode.js'
246
247
export { humanodeTestnet5 } from './definitions/humanodeTestnet5.js'
247
248
export { hychain } from './definitions/hychain.js'
You can’t perform that action at this time.
0 commit comments