Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(chains): create bera #767

Merged
merged 2 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions bin/rundler/chain_specs/avax.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
name = "Avax"
id = 43114
name = "BeraChain Bartio"
id = 80084
0xfourzerofour marked this conversation as resolved.
Show resolved Hide resolved

# Intrinsic cost + overhead of non-reentry storage without refund
transaction_intrinsic_gas = "0x5DC0" # 24_000
# Extra cost of a deploy without refunds
per_user_op_deploy_overhead_gas = "0x4E20" # 20_000
3 changes: 3 additions & 0 deletions bin/rundler/chain_specs/bera_bartio.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name = "Bera Bartio"
id = 80084

1 change: 1 addition & 0 deletions bin/rundler/src/cli/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,6 @@ define_hardcoded_chain_specs!(
polygon,
polygon_amoy,
avax,
bera_bartio,
avax_fuji
);
Loading