Skip to content

Commit

Permalink
fix: smaller snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Mar 8, 2024
1 parent 6ea92b2 commit db0935f
Show file tree
Hide file tree
Showing 4 changed files with 56,724 additions and 111,214 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ contract AppSubscription {

global SUBSCRIPTION_DURATION_IN_BLOCKS = 5;
global SUBSCRIPTION_TXS = 5;
global CANONICAL_GAS_TOKEN_ADDRESS = AztecAddress::from_field(0x29c599bd2616d348ec39dd3050488db2ca27daacd59437777aabf0c28a844f06);
global CANONICAL_GAS_TOKEN_ADDRESS = AztecAddress::from_field(0x22a29a9544c0cbdbc35bb21caa78b6f08903be4b390a65319e33afd7443f3499);

#[aztec(private)]
fn entrypoint(payload: pub DAppPayload, user_address: pub AztecAddress) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ contract FPC {
gas_token_address: SharedImmutable<AztecAddress>,
}

global CANONICAL_GAS_TOKEN_ADDRESS = AztecAddress::from_field(0x29c599bd2616d348ec39dd3050488db2ca27daacd59437777aabf0c28a844f06);
global CANONICAL_GAS_TOKEN_ADDRESS = AztecAddress::from_field(0x22a29a9544c0cbdbc35bb21caa78b6f08903be4b390a65319e33afd7443f3499);

#[aztec(public)]
#[aztec(initializer)]
Expand Down
Loading

0 comments on commit db0935f

Please sign in to comment.