Skip to content

Commit

Permalink
release: adjust ena limit
Browse files Browse the repository at this point in the history
  • Loading branch information
shutsuwei committed May 17, 2024
1 parent f880534 commit 9f34bc3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions script/ts/configs/LimitTradeHelper/set-limit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ import { LimitTradeHelper__factory } from "../../../../typechain";
import { ethers } from "ethers";

async function main(chainId: number) {
const inputs = [
{ marketIndex: 44, tradeSizeLimit: 30000, positionSizeLimit: 30000 },
{ marketIndex: 45, tradeSizeLimit: 100000, positionSizeLimit: 100000 },
];
const inputs = [{ marketIndex: 45, tradeSizeLimit: 50000, positionSizeLimit: 50000 }];

const config = loadConfig(chainId);
const marketConfig = loadMarketConfig(chainId);
Expand Down

0 comments on commit 9f34bc3

Please sign in to comment.