Skip to content

Commit

Permalink
update test claim condition setup (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppecrj authored Dec 24, 2024
1 parent 3ab8b63 commit f1effe5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions contracts/deployments/alpha/base/addresses/pointsFacet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"address": "0x56D58edB98f39A914Be6dBf4D924ae8C96375c89"
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ contract InteractClaimCondition is IDropFacetBase, Interaction {
supplyClaimed: 0,
merkleRoot: root,
currency: address(riverBase),
penaltyBps: 0
penaltyBps: 1000 // 10%
});

vm.startBroadcast(deployer);
Expand Down
6 changes: 4 additions & 2 deletions contracts/test/airdrop/scripts/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ import { StandardMerkleTree } from "@openzeppelin/merkle-tree";

// (1)
const values = [
["0x5E38d087315217D5E1791553D8C3101A820C7E40", "1000000000000000000"],
["0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266", "1000000000000000000"],
["0x2FaC60B7bCcEc9b234A2f07448D3B2a045d621B9", "1000000000000000000"],
["0xa9a6512088904fbaD2aA710550B57c29ee0092c4", "1000000000000000000"],
["0x86312a65B491CF25D9D265f6218AB013DaCa5e19", "1000000000000000000"],
["0xd2ABa91375eC2C3f021525FeD8FAFdcd2bC08460", "1000000000000000000"],
["0xCe3827fFDC199d8EDce73de2517cdE8fbE79837E", "1000000000000000000"],
["0x669a0Ce817227375368F054109BF9bf5D6174eD3", "1000000000000000000"],
];

// (2)
Expand Down

0 comments on commit f1effe5

Please sign in to comment.