add perp markets

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2022-12-09 11:39:00 +01:00
parent 9b173e95b5
commit c773262781
1 changed files with 2 additions and 2 deletions

View File

@ -349,7 +349,7 @@ async function createUser(userKeypair: string) {
console.log(`...deposited 1 SOL`);
}
async function registerPerpMarket() {
async function registerPerpMarkets() {
const result = await buildAdminClient();
const client = result[0];
const admin = result[1];
@ -435,7 +435,7 @@ async function main() {
}
try {
await registerPerpMarket();
// await registerPerpMarkets();
} catch (error) {
console.log(error);
}