Skip to content

Commit c831071

Browse files
authored
Merge pull request Emurgo#3255 from Emurgo/ruslan/YOEXT-685/csl-upgrade
[4.22.200] Upgraded CSL to 11.4.0
2 parents 9992b6e + 186d9dd commit c831071

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

packages/yoroi-extension/app/api/ada/transactions/shelley/transactions.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,9 +1044,7 @@ function newAdaUnsignedTxFromUtxoForConnector(
10441044
txBuilder.set_collateral(collateralBuilder);
10451045
// script data hash
10461046
txBuilder.calc_script_data_hash(
1047-
protocolParams.networkId > 0 ?
1048-
RustModule.WalletV4.TxBuilderConstants.plutus_vasil_cost_models()
1049-
: RustModule.WalletV4.TxBuilderConstants.plutus_default_cost_models(),
1047+
RustModule.WalletV4.TxBuilderConstants.plutus_default_cost_models(),
10501048
);
10511049
}
10521050

packages/yoroi-extension/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/yoroi-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yoroi",
3-
"version": "4.22.100",
3+
"version": "4.22.200",
44
"description": "Cardano ADA wallet",
55
"scripts": {
66
"dev:build": "rimraf dev/ && babel-node scripts/build --type=debug",
@@ -91,7 +91,7 @@
9191
"@babel/runtime": "7.12.18",
9292
"@babel/runtime-corejs3": "7.12.18",
9393
"@emurgo/cardano-message-signing-nodejs": "1.0.1",
94-
"@emurgo/cardano-serialization-lib-nodejs": "11.3.0",
94+
"@emurgo/cardano-serialization-lib-nodejs": "11.4.0",
9595
"@emurgo/js-chain-libs-node": "0.7.1",
9696
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
9797
"@storybook/addon-actions": "6.2.7",
@@ -177,7 +177,7 @@
177177
"@emotion/react": "^11.4.1",
178178
"@emotion/styled": "^11.3.0",
179179
"@emurgo/cardano-message-signing-browser": "1.0.1",
180-
"@emurgo/cardano-serialization-lib-browser": "11.3.0",
180+
"@emurgo/cardano-serialization-lib-browser": "11.4.0",
181181
"@emurgo/cip14-js": "2.0.0",
182182
"@emurgo/cip4-js": "1.0.5",
183183
"@emurgo/js-chain-libs": "0.7.1",

0 commit comments

Comments
 (0)