Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…EALMS into legacy-claim
  • Loading branch information
credence0x committed Aug 27, 2024
2 parents 3357870 + f061130 commit 05e2bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion veLords/src/tests/common.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pub fn deploy_dlords() -> ContractAddress {

pub fn deploy_velords() -> ContractAddress {
let cls = declare("velords");
let calldata: Array<felt252> = array![velords_owner().into()];
let calldata: Array<felt252> = array![LORDS().into(), velords_owner().into()];
cls.deploy(@calldata).expect('velords deploy failed')
}

Expand Down

0 comments on commit 05e2bd3

Please sign in to comment.