From c43fadcd9dd1bcb0c77471432e0be42636e0d1b0 Mon Sep 17 00:00:00 2001 From: George Kudrayvtsev Date: Fri, 15 Sep 2023 12:55:10 -0700 Subject: [PATCH] Fixup changelog: duped entry --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88fa26ac0..3f1d1fd88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,9 +21,6 @@ A breaking change will get clearly marked in this log. - New effects have been added to support Protocol 20 (Soroban) ([#842](https://github.com/stellar/js-stellar-sdk/pull/842)): * `ContractCredited` occurs when a Stellar asset moves **into** its corresponding Stellar Asset Contract instance * `ContractDebited` occurs when a Stellar asset moves **out of** its corresponding Stellar Asset Contract instance -- Asset stat records (`ServerApi.AssetRecord`) contain two new fields to support the Protocol 20 (Soroban) release ([#TODO](https://github.com/stellar/js-stellar-sdk/pulls/)): - * `num_contracts` - the integer quantity of contracts that hold this asset - * `contracts_amount` - the total units of that asset held by contracts - Asset stat records (`ServerApi.AssetRecord`) contain two new fields to support the Protocol 20 (Soroban) release ([#841](https://github.com/stellar/js-stellar-sdk/pull/841)): * `num_contracts` - the integer quantity of contracts that hold this asset * `contracts_amount` - the total units of that asset held by contracts