Skip to content

Commit

Permalink
Update src/DssSpell.t.sol
Browse files Browse the repository at this point in the history
Co-authored-by: amusingaxl <[email protected]>
  • Loading branch information
SidestreamSweatyPumpkin and amusingaxl authored Sep 13, 2023
1 parent 788e2bd commit f87d181
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/DssSpell.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -609,20 +609,20 @@ contract DssSpellTest is DssSpellTestBase {
// the amount to be paid
// Initialize the array with the number of payees
Payee[14] memory payees = [
Payee(wallets.addr("DEFENSOR"), 41.67 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("TRUENAME"), 41.67 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("BONAPUBLICA"), 41.67 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("VIGILANT"), 41.67 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("NAVIGATOR"), 28.23 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("QGOV"), 20.16 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("UPMAKER"), 13.89 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("PALC"), 13.89 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("PBG"), 13.89 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("CLOAKY"), 7.17 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("WBC"), 6.72 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("BLUE"), 1.25 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("DEFENSOR"), 41.67 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("TRUENAME"), 41.67 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("BONAPUBLICA"), 41.67 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("VIGILANT"), 41.67 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("NAVIGATOR"), 28.23 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("QGOV"), 20.16 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("UPMAKER"), 13.89 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("PALC"), 13.89 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("PBG"), 13.89 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("CLOAKY"), 7.17 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("WBC"), 6.72 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("BLUE"), 1.25 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("SES_WALLET"), 34.94 ether), // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("DECO_WALLET"), 125 ether) // NOTE: ether is a keyword helper, only MKR is transferred here
Payee(wallets.addr("DECO_WALLET"), 125 ether) // NOTE: ether is a keyword helper, only MKR is transferred here
];

// Calculate and save previous balances
Expand Down

0 comments on commit f87d181

Please sign in to comment.