mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-22 21:59:44 +03:00
fix: exchanges name
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@orionprotocol/sdk",
|
"name": "@orionprotocol/sdk",
|
||||||
"version": "0.20.2",
|
"version": "0.20.5",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@orionprotocol/sdk",
|
"name": "@orionprotocol/sdk",
|
||||||
"version": "0.20.2",
|
"version": "0.20.5",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@orionprotocol/sdk",
|
"name": "@orionprotocol/sdk",
|
||||||
"version": "0.20.4",
|
"version": "0.20.5",
|
||||||
"description": "Orion Protocol SDK",
|
"description": "Orion Protocol SDK",
|
||||||
"main": "./lib/index.cjs",
|
"main": "./lib/index.cjs",
|
||||||
"module": "./lib/index.js",
|
"module": "./lib/index.js",
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ export const fullOrderSchema = z.object({
|
|||||||
subOrders: o.c.map((so) => ({
|
subOrders: o.c.map((so) => ({
|
||||||
pair: so.P,
|
pair: so.P,
|
||||||
exchange: so.e,
|
exchange: so.e,
|
||||||
exchangs: so.es,
|
exchanges: so.es,
|
||||||
id: so.i,
|
id: so.i,
|
||||||
amount: so.a,
|
amount: so.a,
|
||||||
settledAmount: so.A,
|
settledAmount: so.A,
|
||||||
|
|||||||
Reference in New Issue
Block a user