Skip to content

Commit

Permalink
feat: eigenda-nitro nodeConfig and ChainConfig types
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Aug 15, 2024
1 parent 8522dd8 commit 2cea2e1
Show file tree
Hide file tree
Showing 19 changed files with 543 additions and 204 deletions.
2 changes: 1 addition & 1 deletion examples/create-rollup-eth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async function main() {
await createRollup({
params: {
config: createRollupConfig,
batchPoster,
batchPosters: [batchPoster],
validators: [validator],
},
account: deployer,
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"prettier": "^2.8.3",
"ts-morph": "^21.0.1",
"typescript": "^5.2.2",
"vitest": "^1.6.0"
"vitest": "^1.6.0",
"viem": "^1.20.0"
},
"resolutions": {
"**/@wagmi/cli/viem/ws": "8.17.1",
Expand Down
Loading

0 comments on commit 2cea2e1

Please sign in to comment.