We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35c0f9 commit 062d71bCopy full SHA for 062d71b
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# v0.4.14
2
+- fix: reimport from npm: directive
3
+
4
# v0.4.13
5
- fix: import chains from esm.sh instead of using npm: directive
6
cli.ts
@@ -14,7 +14,7 @@ import {
14
} from './cli/mod.ts'
15
import 'https://deno.land/std@0.179.0/dotenv/load.ts'
16
17
-export const version = 'v0.4.13'
+export const version = 'v0.4.14'
18
19
const command = new Command()
20
.name('arkiver')
src/chains.ts
@@ -9,7 +9,7 @@ import {
9
polygon,
10
polygonMumbai,
11
sepolia,
12
-} from 'https://esm.sh/viem@0.3.44/chains'
+} from 'npm:viem/chains'
13
export const supportedChains = {
arbitrum,
0 commit comments