Skip to content

Commit

Permalink
fix payment
Browse files Browse the repository at this point in the history
  • Loading branch information
SidestreamColdMelon committed Sep 25, 2024
1 parent 073b304 commit 14f22c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DssSpell.sol
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ contract DssSpellAction is DssAction {
// Mip: https://mips.makerdao.com/mips/details/MIP101#2-6-3-aligned-delegate-budget-and-participation-requirements

// BLUE - 13.75 MKR - 0xb6C09680D822F162449cdFB8248a7D3FC26Ec9Bf
MKR.transfer(BONAPUBLICA, 13.75 ether); // Note: 'ether' is a keyword helper, only MKR is transferred here
MKR.transfer(BLUE, 13.75 ether); // Note: 'ether' is a keyword helper, only MKR is transferred here

// Cloaky - 12.00 MKR - 0x869b6d5d8FA7f4FFdaCA4D23FFE0735c5eD1F818
MKR.transfer(CLOAKY, 12.00 ether); // Note: 'ether' is a keyword helper, only MKR is transferred here
Expand Down

0 comments on commit 14f22c1

Please sign in to comment.