Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelnutcloud committed Jun 2, 2023
1 parent cc4b0d6 commit b35c0f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# v0.4.12 (unreleased)
# v0.4.13
- fix: import chains from esm.sh instead of using npm: directive

# v0.4.12
- fix: version number
- feat: validate manifest when building and deploying

Expand Down
2 changes: 1 addition & 1 deletion cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
} from './cli/mod.ts'
import 'https://deno.land/[email protected]/dotenv/load.ts'

export const version = 'v0.4.12'
export const version = 'v0.4.13'

const command = new Command()
.name('arkiver')
Expand Down
2 changes: 1 addition & 1 deletion src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
polygon,
polygonMumbai,
sepolia,
} from 'npm:viem/chains'
} from 'https://esm.sh/viem@0.3.44/chains'

export const supportedChains = {
arbitrum,
Expand Down

1 comment on commit b35c0f9

@vercel
Copy link

@vercel vercel bot commented on b35c0f9 Jun 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.