Closed Shaptic closed 1 year ago
This is related to stellar/js-stellar-base#650, which fully drops support for the now-deprecated hex encoding method for contracts. The SEP-23 strkey format is mandatory, now. You can migrate as such:
const strkey = StrKey.encodeContract(Buffer.from(hexContractId, 'hex'));
To enforce this, we also upgraded stellar-base.
stellar-base
Removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: stellar-base@10.0.0-soroban.4
This is related to stellar/js-stellar-base#650, which fully drops support for the now-deprecated hex encoding method for contracts. The SEP-23 strkey format is mandatory, now. You can migrate as such:
To enforce this, we also upgraded
stellar-base
.