Skip to content

Commit

Permalink
added utils for erc20 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Sep 5, 2024
1 parent 869f6cf commit 6428fd8
Show file tree
Hide file tree
Showing 8 changed files with 580 additions and 132 deletions.
4 changes: 2 additions & 2 deletions cairo/src/contracts/client/gas_router_component.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ pub mod GasRouterComponent {

#[derive(Copy, Drop, Serde)]
pub struct GasRouterConfig {
domain: u32,
gas: u256,
pub domain: u32,
pub gas: u256,
}

#[storage]
Expand Down
Loading

0 comments on commit 6428fd8

Please sign in to comment.