Skip to content

Commit

Permalink
Upgraded CSL
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Jul 28, 2023
1 parent 9992b6e commit 0d2554a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1044,9 +1044,7 @@ function newAdaUnsignedTxFromUtxoForConnector(
txBuilder.set_collateral(collateralBuilder);
// script data hash
txBuilder.calc_script_data_hash(
protocolParams.networkId > 0 ?
RustModule.WalletV4.TxBuilderConstants.plutus_vasil_cost_models()
: RustModule.WalletV4.TxBuilderConstants.plutus_default_cost_models(),
RustModule.WalletV4.TxBuilderConstants.plutus_default_cost_models(),
);
}

Expand Down
12 changes: 6 additions & 6 deletions packages/yoroi-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/yoroi-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@babel/runtime": "7.12.18",
"@babel/runtime-corejs3": "7.12.18",
"@emurgo/cardano-message-signing-nodejs": "1.0.1",
"@emurgo/cardano-serialization-lib-nodejs": "11.3.0",
"@emurgo/cardano-serialization-lib-nodejs": "11.4.0",
"@emurgo/js-chain-libs-node": "0.7.1",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
"@storybook/addon-actions": "6.2.7",
Expand Down Expand Up @@ -177,7 +177,7 @@
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@emurgo/cardano-message-signing-browser": "1.0.1",
"@emurgo/cardano-serialization-lib-browser": "11.3.0",
"@emurgo/cardano-serialization-lib-browser": "11.4.0",
"@emurgo/cip14-js": "2.0.0",
"@emurgo/cip4-js": "1.0.5",
"@emurgo/js-chain-libs": "0.7.1",
Expand Down

0 comments on commit 0d2554a

Please sign in to comment.