We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4042055 commit 7973e0cCopy full SHA for 7973e0c
.changeset/thin-boxes-shop.md
@@ -0,0 +1,5 @@
1
+---
2
+"viem": patch
3
4
+
5
+Added Hemi chain.
src/chains/index.ts
@@ -2,6 +2,7 @@ export type { Chain } from '../types/chain.js'
// biome-ignore lint/performance/noBarrelFile: entrypoint module
export { abey } from './definitions/abey.js'
+export { abstract } from './definitions/abstract.js'
6
export { abstractTestnet } from './definitions/abstractTestnet.js'
7
export { acala } from './definitions/acala.js'
8
export { acria } from './definitions/acria.js'
0 commit comments