Skip to content

Commit

Permalink
feat: add margin interface
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-path committed Nov 19, 2024
1 parent 7e6df20 commit 2a465ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const getConfig = (env: string = defaultNetwork) => {
liquidationUrl: "https://dev.data-service.ref-finance.com",
recordsUrl: "https://dev-indexer.ref-finance.com",
txIdApiUrl: "https://api-testnet.nearblocks.io",
marginTradingUrl: " https://testnet-indexer.ref-finance.com",
marginTradingUrl: "https://testnet-indexer.ref-finance.com",
SPECIAL_REGISTRATION_TOKEN_IDS: [
"3e2210e1184b45b64c8a434c0a7e7b23cc04ea7eb7a6c3c32520d03d4afcb8af",
],
Expand Down

0 comments on commit 2a465ed

Please sign in to comment.