From fd16d6cf1a89955d26343949a803524ebc05991d Mon Sep 17 00:00:00 2001 From: Nicolas Henin Date: Sat, 11 May 2024 13:09:17 +0200 Subject: [PATCH] Update changelog.d/20240511_113958_nicolas.henin_runtime_lifecycle_refactor.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .../20240511_113958_nicolas.henin_runtime_lifecycle_refactor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/20240511_113958_nicolas.henin_runtime_lifecycle_refactor.md b/changelog.d/20240511_113958_nicolas.henin_runtime_lifecycle_refactor.md index 50e60ced..31e8c9e8 100644 --- a/changelog.d/20240511_113958_nicolas.henin_runtime_lifecycle_refactor.md +++ b/changelog.d/20240511_113958_nicolas.henin_runtime_lifecycle_refactor.md @@ -24,7 +24,7 @@ - Generic `waitConfirmation()` : same for contract creation and apply inputs - Seamless Integration of Applicable Actions API - simplfied interface (`create` and `load` with a concept of `ContractInstance` object) - - see end to end tests for examples (e.g : `swap.ada.token.e2e.spec.ts`) + - see end-to-end tests for examples (e.g : `swap.ada.token.e2e.spec.ts`) - Feat: `initial account deposits` feature (runtime v1.0.0) for Contract Creation ([PR-188](https://github.com/input-output-hk/marlowe-ts-sdk/pull/188)): - new parameter field `accountDeposits` in - e.g