feat: integrate Extended exchange support with new API, adapter, and order handling functionality

This commit is contained in:
discountry
2025-11-17 18:02:12 +08:00
parent 59ccd1fea8
commit 958de8f2b8
15 changed files with 7219 additions and 5 deletions
+4
View File
@@ -25,12 +25,16 @@
"dependencies": {
"@grvt/client": "^1.6.4",
"@noble/ed25519": "^3.0.0",
"@x10xchange/stark-crypto-wrapper-wasm": "^0.2.0",
"axios": "^1.12.2",
"bignumber.js": "^9.3.1",
"ccxt": "^4.5.12",
"date-fns": "^4.1.0",
"dotenv": "^17.2.2",
"ethereum-cryptography": "^2.1.3",
"ink": "^6.3.1",
"react": "^19.1.1",
"starknet": "^8.5.4",
"ws": "^8.18.3"
}
}