File tree 3 files changed +27
-0
lines changed
3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " viem " : patch
3
+ ---
4
+
5
+ Added Abstract Testnet
Original file line number Diff line number Diff line change
1
+ import { defineChain } from '../../utils/chain/defineChain.js'
2
+
3
+ export const abstractTestnet = /*#__PURE__*/ defineChain ( {
4
+ id : 11_124 ,
5
+ name : 'Abstract Testnet' ,
6
+ nativeCurrency : {
7
+ decimals : 18 ,
8
+ name : 'ETH' ,
9
+ symbol : 'ETH' ,
10
+ } ,
11
+ rpcUrls : {
12
+ default : { http : [ 'https://api.testnet.abs.xyz' ] } ,
13
+ } ,
14
+ blockExplorers : {
15
+ default : {
16
+ name : 'Abstract Block Explorer' ,
17
+ url : 'https://explorer.testnet.abs.xyz' ,
18
+ } ,
19
+ } ,
20
+ testnet : true ,
21
+ } )
Original file line number Diff line number Diff line change 1
1
export type { Chain } from '../types/chain.js'
2
2
3
3
// biome-ignore lint/performance/noBarrelFile: entrypoint module
4
+ export { abstractTestnet } from './definitions/abstractTestnet.js'
4
5
export { acala } from './definitions/acala.js'
5
6
export { ancient8 } from './definitions/ancient8.js'
6
7
export { ancient8Sepolia } from './definitions/ancient8Sepolia.js'
You can’t perform that action at this time.
0 commit comments