Skip to content

Commit

Permalink
chore: add missing pool incentives
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Hill <[email protected]>
  • Loading branch information
gregdhill committed Feb 10, 2023
1 parent ad1203a commit cf927a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/init-testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,19 +318,19 @@ async function constructAmmSetup(api: ApiPromise) {
[
{ Token: "KBTC" },
{ ForeignAsset: 6 }, // ETH
0,
35_000,
300_000, // liquidity in usd
],
[
{ ForeignAsset: 1 }, // USDT
{ ForeignAsset: 7 }, // AUSD
0,
5_000,
70_000, // liquidity in usd
],
[
{ ForeignAsset: 1 }, // MOVR
{ ForeignAsset: 8 }, // KAR
0,
30_000,
100_000, // liquidity in usd
],
];
Expand Down

0 comments on commit cf927a3

Please sign in to comment.