@renegade-fi/core
Advanced tools
Comparing version 0.0.0-canary-20240724204958 to 0.0.0-canary-20240725182204
@@ -31,5 +31,5 @@ export type Order = { | ||
order: OrderMetadata; | ||
fillable: bigint; | ||
price: number; | ||
fillable?: bigint; | ||
price?: number; | ||
}; | ||
//# sourceMappingURL=order.d.ts.map |
{ | ||
"name": "@renegade-fi/core", | ||
"description": "VanillaJS library for Renegade", | ||
"version": "0.0.0-canary-20240724204958", | ||
"version": "0.0.0-canary-20240725182204", | ||
"files": [ | ||
@@ -6,0 +6,0 @@ "dist/**", |
@@ -38,4 +38,4 @@ export type Order = { | ||
order: OrderMetadata | ||
fillable: bigint | ||
price: number | ||
fillable?: bigint | ||
price?: number | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
589883