Skip to content

Commit

Permalink
feat(chains): create bera
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Aug 22, 2024
1 parent f96b553 commit 5a56611
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

# 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
);

0 comments on commit 5a56611

Please sign in to comment.