Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

chore: fix ci issues #19

Merged
merged 9 commits into from
May 30, 2024
Merged
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
Prev Previous commit
Next Next commit
fix format issue
forcodedancing committed May 28, 2024
commit bcd409b46bad9b34d8fb5fa0c57f4dc98d7c494d
8 changes: 4 additions & 4 deletions crates/optimism/evm/src/execute.rs
Original file line number Diff line number Diff line change
@@ -369,22 +369,22 @@ where
U256::from_str(
"0x0000000000000000000000000000000000000000000000000000000000000000",
)
.unwrap(),
.unwrap(),
U256::from_str(
"0x5772617070656420424e42000000000000000000000000000000000000000016",
)
.unwrap(),
.unwrap(),
);
// symbolSlot { Symbol: "wBNB" }
w_bnb_storage.insert(
U256::from_str(
"0x0000000000000000000000000000000000000000000000000000000000000001",
)
.unwrap(),
.unwrap(),
U256::from_str(
"0x57424e4200000000000000000000000000000000000000000000000000000008",
)
.unwrap(),
.unwrap(),
);
// insert wBNB contract with storage
self.db_mut().insert_account_with_storage(