Skip to content

Commit

Permalink
Merge branch 'main' into feat-create-rollup-test
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Dec 20, 2023
2 parents acbf59b + 8dec14c commit cae0f90
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 217 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "eth",
"name": "create-rollup-custom-fee-token",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "custom-fee-token",
"name": "create-rollup-eth",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
File renamed without changes.

This file was deleted.

90 changes: 0 additions & 90 deletions examples/custom-fee-token/index.ts

This file was deleted.

90 changes: 0 additions & 90 deletions examples/eth-with-deterministic-factories/index.ts

This file was deleted.

13 changes: 0 additions & 13 deletions examples/eth-with-deterministic-factories/package.json

This file was deleted.

4 changes: 0 additions & 4 deletions examples/eth-with-deterministic-factories/tsconfig.json

This file was deleted.

4 changes: 0 additions & 4 deletions examples/eth/tsconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/createRollupDefaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { zeroAddress, parseGwei } from 'viem';

export const defaults = {
nativeToken: zeroAddress,
deployFactoriesToL2: false,
deployFactoriesToL2: true,
maxFeePerGasForRetryables: parseGwei(String('0.1')),
};

0 comments on commit cae0f90

Please sign in to comment.