Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2022-04-07 19:52:13 +02:00
parent eaf435cbbd
commit 770c67aed0
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@ import { Connection, Keypair, PublicKey } from '@solana/web3.js';
import fs from 'fs';
import { MangoClient } from './client';
//
// An example for admins based on high level api i.e. the client
//
async function main() {
const options = Provider.defaultOptions();
const connection = new Connection(

View File

@ -5,7 +5,7 @@ import { MangoAccount } from './accounts/types/mangoAccount';
import { MangoClient } from './client';
//
// An example based on high level api i.e. the client
// An example for users based on high level api i.e. the client
//
async function main() {
const options = Provider.defaultOptions();