@stellar-expert/ui-framework 1.14.0 → 1.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/basic-styles/table.scss +1 -0
- package/package.json +1 -1
- package/tx/op-description-view.js +1 -1
- package/tx/op-icon.js +1 -1
- package/tx/parser/tx-matcher.js +1 -1
package/basic-styles/table.scss
CHANGED
package/package.json
CHANGED
|
@@ -923,7 +923,7 @@ const typeMapping = {
|
|
|
923
923
|
liquidityPoolDeposit: DepositLiquidityDescriptionView,
|
|
924
924
|
liquidityPoolWithdraw: WithdrawLiquidityDescriptionView,
|
|
925
925
|
invokeHostFunction: InvokeHostFunctionView,
|
|
926
|
-
|
|
926
|
+
extendFootprintTtl: ExtendFootprintTTLView,
|
|
927
927
|
restoreFootprint: RestoreFootprintView
|
|
928
928
|
}
|
|
929
929
|
|
package/tx/op-icon.js
CHANGED
package/tx/parser/tx-matcher.js
CHANGED
|
@@ -186,7 +186,7 @@ export default class TxMatcher {
|
|
|
186
186
|
case 'bumpSequence':
|
|
187
187
|
case 'endSponsoringFutureReserves':
|
|
188
188
|
case 'clawbackClaimableBalance':
|
|
189
|
-
case '
|
|
189
|
+
case 'extendFootprintTtl':
|
|
190
190
|
case 'restoreFootprint':
|
|
191
191
|
matchingProps.account = new Set()
|
|
192
192
|
break
|