Skip to content

Commit

Permalink
adapt changes from the contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Aug 16, 2023
1 parent 4c0e4d6 commit 3e1c546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/sbt/ASBT/deploy.ts
Expand Up @@ -80,6 +80,7 @@ export const deployASBT = async ({
protocolFeeReceiver: constants.AddressZero,
protocolFeeAmount: 0,
protocolFeePercent: 0,
protocolFeePercentSub: 0,
},
limit,
];
Expand Down
1 change: 1 addition & 0 deletions src/modules/sbt/SSSBT/deploy.ts
Expand Up @@ -85,6 +85,7 @@ export const deploySSSBT = async ({
protocolFeeReceiver: constants.AddressZero,
protocolFeeAmount: 0,
protocolFeePercent: 0,
protocolFeePercentSub: 0,
},
limit,
];
Expand Down

0 comments on commit 3e1c546

Please sign in to comment.