Skip to content

Commit

Permalink
Update Genesis vault snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi committed Mar 10, 2024
1 parent 275d47c commit 0640ce7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/__snapshots__/EthGenesisVault.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,42 +10,42 @@ Object {
exports[`EthGenesisVault migrate migrates from rewardEthToken 1`] = `
Object {
"calldataByteLength": 100,
"gasUsed": 79638,
"gasUsed": 79660,
}
`;

exports[`EthGenesisVault pulls withdrawals on claim exited assets 1`] = `
Object {
"calldataByteLength": 100,
"gasUsed": 77206,
"gasUsed": 77278,
}
`;

exports[`EthGenesisVault pulls withdrawals on multiple validators registration 1`] = `
Object {
"calldataByteLength": 3716,
"gasUsed": 638183,
"gasUsed": 638255,
}
`;

exports[`EthGenesisVault pulls withdrawals on single validator registration 1`] = `
Object {
"calldataByteLength": 1124,
"gasUsed": 301781,
"gasUsed": 301853,
}
`;

exports[`EthGenesisVault update state deducts rewards on first state update 1`] = `
Object {
"calldataByteLength": 196,
"gasUsed": 150242,
"gasUsed": 150264,
}
`;

exports[`EthGenesisVault update state skips updating legacy with zero total assets 1`] = `
Object {
"calldataByteLength": 196,
"gasUsed": 145811,
"gasUsed": 145833,
}
`;

Expand All @@ -59,6 +59,6 @@ Object {
exports[`EthGenesisVault update state splits reward between rewardEthToken and vault 1`] = `
Object {
"calldataByteLength": 196,
"gasUsed": 167342,
"gasUsed": 167364,
}
`;

0 comments on commit 0640ce7

Please sign in to comment.