@automata-network/cctp-sdk
Advanced tools
Comparing version 1.0.23 to 1.0.24
{ | ||
"name": "@automata-network/cctp-sdk", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.mjs", |
@@ -355,9 +355,2 @@ import { Contract, Signer, ethers, providers, utils } from "ethers"; | ||
console.log( | ||
"addressToBytes32", | ||
await contract.addressToBytes32( | ||
"0xF89304a44Bb7AB92095289f30d33e426AFD4d2eF" | ||
) | ||
); | ||
return address; | ||
@@ -442,3 +435,3 @@ } | ||
const mintRecipientBytes = message.subarray( | ||
const mintRecipientBytes = messageBodyBytes.subarray( | ||
mintRecipientIndex, | ||
@@ -448,3 +441,3 @@ mintRecipientIndex + mintRecipientBytesLength | ||
const amountBytes = message.subarray( | ||
const amountBytes = messageBodyBytes.subarray( | ||
amountIndex, | ||
@@ -455,3 +448,3 @@ amountIndex + amountBytesLength | ||
const messageSenderBytes = message.subarray( | ||
const messageSenderBytes = messageBodyBytes.subarray( | ||
messageSenderIndex, | ||
@@ -458,0 +451,0 @@ messageSenderIndex + messageSenderBytesLength |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
399758
7538