@anchor-protocol/crossanchor-sdk
Advanced tools
Comparing version 0.1.2-alpha.25 to 0.1.2-alpha.26
@@ -34,3 +34,3 @@ "use strict"; | ||
// the browsers version of Buffer doesnt support readBigUInt64BE | ||
const sequence = new big_js_1.default((buffer.readUInt32BE(buffer.length - 8) >> 32) | | ||
const sequence = new big_js_1.default((buffer.readUInt32BE(buffer.length - 8) << 32) | | ||
buffer.readUInt32BE(buffer.length - 4)); | ||
@@ -37,0 +37,0 @@ return Number(sequence); |
@@ -27,3 +27,3 @@ import Big from "big.js"; | ||
// the browsers version of Buffer doesnt support readBigUInt64BE | ||
const sequence = new Big((buffer.readUInt32BE(buffer.length - 8) >> 32) | | ||
const sequence = new Big((buffer.readUInt32BE(buffer.length - 8) << 32) | | ||
buffer.readUInt32BE(buffer.length - 4)); | ||
@@ -30,0 +30,0 @@ return Number(sequence); |
{ | ||
"name": "@anchor-protocol/crossanchor-sdk", | ||
"version": "0.1.2-alpha.25", | ||
"version": "0.1.2-alpha.26", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "types": "./lib/esm/index.d.ts", |
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