Skip to content

Commit

Permalink
Upgrade sdk v0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsoon committed May 15, 2024
1 parent 7c8dea2 commit f09f456
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 1,277 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"get-perp-pool-ids": "ts-node scripts/get_perp_pool_ids"
},
"dependencies": {
"@cosmjs/tendermint-rpc": "^0.29.4",
"@cosmjs/tendermint-rpc": "~0.31.3",
"@types/node": "^18.11.9",
"@types/node-fetch": "^2.6.2",
"carbon-js-sdk": "^0.7.1-beta.2",
"carbon-js-sdk": "^0.10.5",
"long": "^4.0.0",
"node-fetch": "^2.6.1",
"pajv": "^1.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
}
}
}
2 changes: 1 addition & 1 deletion scripts/check_configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ async function main() {
reverse: false,
},
});
const markets: string[] = allMarkets.markets.map(market => market.name);
const markets: string[] = allMarkets.markets.map(market => market.id);

// look for invalid market entries
const hasInvalidPrelaunchMarkets = checkValidEntries(jsonData.prelaunch_markets, markets);
Expand Down
Loading

0 comments on commit f09f456

Please sign in to comment.