Skip to content

Commit

Permalink
chore: update example env, add engines to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jan 31, 2023
1 parent 16955d0 commit f99b996
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ALCHEMY_ID=
VITE_ANVIL_FORK_URL=
VITE_ANVIL_BLOCK_TIME=1
VITE_ANVIL_BLOCK_NUMBER=15132000
VITE_ANVIL_BLOCK_NUMBER=16280770
VITE_NETWORK_TRANSPORT_MODE=http
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "TypeScript (& JavaScript) Interface for Ethereum",
"version": "0.0.1-alpha.9",
"scripts": {
"anvil": "source .env && anvil --fork-url $ANVIL_FORK_URL --fork-block-number $VITE_ANVIL_BLOCK_NUMBER --block-time $VITE_ANVIL_BLOCK_TIME",
"anvil": "source .env && anvil --fork-url $VITE_ANVIL_FORK_URL --fork-block-number $VITE_ANVIL_BLOCK_NUMBER --block-time $VITE_ANVIL_BLOCK_TIME",
"bench": "vitest bench --no-threads",
"bench:ci": "CI=true vitest bench --no-threads",
"build": "tsup",
Expand Down Expand Up @@ -111,6 +111,9 @@
"wallet",
"web3"
],
"engines": {
"node": ">=18"
},
"simple-git-hooks": {
"pre-commit": "pnpm format & pnpm lint:fix"
},
Expand Down

3 comments on commit f99b996

@vercel
Copy link

@vercel vercel bot commented on f99b996 Jan 31, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

viem-playground – ./playgrounds/dev

viem-playground-git-main-wagmi-dev.vercel.app
viem-playground.vercel.app
viem-playground-wagmi-dev.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f99b996 Jan 31, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

viem-benchmark – ./playgrounds/benchmark

viem-benchmark-wagmi-dev.vercel.app
viem-benchmark.vercel.app
viem-benchmark-git-main-wagmi-dev.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f99b996 Jan 31, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

viem-site – ./site

viem-site-git-main-wagmi-dev.vercel.app
viem-site-wagmi-dev.vercel.app
viem-site.vercel.app

Please sign in to comment.