Skip to content

Commit b35c0f9

Browse files
committed
fix import
1 parent cc4b0d6 commit b35c0f9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# v0.4.12 (unreleased)
1+
# v0.4.13
2+
- fix: import chains from esm.sh instead of using npm: directive
3+
4+
# v0.4.12
25
- fix: version number
36
- feat: validate manifest when building and deploying
47

cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
} from './cli/mod.ts'
1515
import 'https://deno.land/std@0.179.0/dotenv/load.ts'
1616

17-
export const version = 'v0.4.12'
17+
export const version = 'v0.4.13'
1818

1919
const command = new Command()
2020
.name('arkiver')

src/chains.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
polygon,
1010
polygonMumbai,
1111
sepolia,
12-
} from 'npm:viem/chains'
12+
} from 'https://esm.sh/viem@0.3.44/chains'
1313

1414
export const supportedChains = {
1515
arbitrum,

0 commit comments

Comments
 (0)