@subql/contract-sdk
Advanced tools
Comparing version 0.17.1-0 to 0.17.1-1
{ | ||
"name": "@subql/contract-sdk", | ||
"version": "0.17.1-0", | ||
"version": "0.17.1-1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -160,3 +160,6 @@ { | ||
"OR003": "invalid price size change", | ||
"OR004": "invalid owner" | ||
"OR004": "invalid owner", | ||
"TE001": "Token give balance must be greater than 0", | ||
"TE002": "order not exist", | ||
"TE003": "trade amount exceed order balance" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4498818
59261