Skip to content

Commit

Permalink
release: adjust fee
Browse files Browse the repository at this point in the history
  • Loading branch information
shutsuwei committed May 15, 2024
1 parent 5260b8e commit bead137
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 597 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ async function main(chainId: number) {
const inputs = [
{
marketIndex: 0, // ETHUSD
makerFee: 17500, // 0.0175%
takerFee: 62500, // 0.0625%
makerFee: 15000, // 0.015%
takerFee: 35000, // 0.035%
},
{
marketIndex: 1, // BTCUSD
makerFee: 17500, // 0.0175%
takerFee: 62500, // 0.0625%
makerFee: 15000, // 0.015%
takerFee: 35000, // 0.035%
},
];

Expand Down

0 comments on commit bead137

Please sign in to comment.