fixed ids.json

This commit is contained in:
dd 2021-02-27 11:36:20 -05:00
parent c671403f03
commit 0d172a460e
2 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"cluster_urls": {
"devnet": "https://devnet.solana.com",
"localnet": "http://127.0.0.1:8899",
"mainnet": "https://solana-api.projectserum.com",
"mainnet-beta": "https://solana-api.projectserum.com",
"testnet": "https://testnet.solana.com"
},
"devnet": {

View File

@ -11,6 +11,10 @@ export * from './utils'
export { IDS }
async function initMangoGroup() {
}
// async function testSolink() {
// const cluster = "devnet";
// const client = new MangoClient();