Skip to content

Commit 4a42ff0

Browse files
committed
on rebase, make sure we mark the changed owners as changed.
1 parent d23bf60 commit 4a42ff0

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

squid.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ deploy:
8585
########## BASE NETWORK ##########
8686
- name: base-processor
8787
cmd: ['sqd', 'process:base:prod']
88-
env:
89-
# ### Fork Setup Stage 1
90-
# ARCHIVE_ONLY: 'true'
91-
# BLOCK_TO: 21527081
92-
# ### Fork Setup Stage 2
93-
DISABLE_ARCHIVE: 'true'
88+
# env:
89+
# ### Fork Setup Stage 1
90+
# ARCHIVE_ONLY: 'true'
91+
# BLOCK_TO: 21527081
92+
# ### Fork Setup Stage 2
93+
# # DISABLE_ARCHIVE: 'true'
9494
# # RPC_BASE_ENV: RPC_BASE_ENDPOINT
9595
# # RPC_BASE_ENDPOINT: https://virtual.base.rpc.tenderly.co/103020a8-b59a-4d51-9f8b-b156564e9fb8
9696
# ### Time Travel Fix

src/templates/otoken/otoken.ts

+2
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,8 @@ export const createOTokenProcessor = (params: {
509509
if (!address.credits || address.rebasingOption === RebasingOption.OptOut) {
510510
continue
511511
}
512+
ownersChanged.set(address.address, address) // We have to mark that this has changed.
513+
512514
const involvedInYieldDelegation =
513515
address.rebasingOption === RebasingOption.YieldDelegationSource ||
514516
address.rebasingOption === RebasingOption.YieldDelegationTarget

0 commit comments

Comments
 (0)