Skip to content

Commit

Permalink
✨ feat: Add zora and base
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Cory authored and Will Cory committed Aug 19, 2023
1 parent b1201b1 commit 3f6bdc1
Show file tree
Hide file tree
Showing 4 changed files with 2,181 additions and 122 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@roninjin10/rollup-chains",
"description": "Rollup aware chains for wagmi",
"version": "0.0.0",
"version": "0.0.1",
"main": "dist/rollupChains.js",
"module": "dist/rollupChains.mjs",
"types": "src/rollupChains.ts",
Expand All @@ -23,12 +23,12 @@
"author": "roninjin10",
"license": "MIT",
"devDependencies": {
"@wagmi/chains": "^1.6.0",
"esbuild": "0.18.13",
"@wagmi/chains": "^1.7.0",
"esbuild": "0.19.2",
"rome": "^12.1.3",
"tsup": "^7.1.0",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
"vitest": "^0.34.2"
},
"peerDependencies": {
"@wagmi/chains": "*"
Expand Down
Loading

0 comments on commit 3f6bdc1

Please sign in to comment.