Skip to content

Commit 9b8bea4

Browse files
authored
fix: offer-update order (#1110)
1 parent a9233d7 commit 9b8bea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/package/src/lib/chain/offer/updateOffers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ function populateUpdateOffersTxs(offersFoundOnChain: OnChainOffer[]) {
288288
const txs: Txs = (
289289
await Promise.all([
290290
populateDataCenterTx(offer),
291-
populateChangeResourceSupplyAndDetailsTx(offer),
292291
populateCUToRemoveTxs(offer, peersOnChain),
292+
populateChangeResourceSupplyAndDetailsTx(offer),
293293
populateCUToAddTxs(offer, peersOnChain),
294294

295295
populatePaymentTokenTx(offer),

0 commit comments

Comments
 (0)