File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,12 @@ deploy:
85
85
# ######### BASE NETWORK ##########
86
86
- name : base-processor
87
87
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'
94
94
# # RPC_BASE_ENV: RPC_BASE_ENDPOINT
95
95
# # RPC_BASE_ENDPOINT: https://virtual.base.rpc.tenderly.co/103020a8-b59a-4d51-9f8b-b156564e9fb8
96
96
# ### Time Travel Fix
Original file line number Diff line number Diff line change @@ -509,6 +509,8 @@ export const createOTokenProcessor = (params: {
509
509
if ( ! address . credits || address . rebasingOption === RebasingOption . OptOut ) {
510
510
continue
511
511
}
512
+ ownersChanged . set ( address . address , address ) // We have to mark that this has changed.
513
+
512
514
const involvedInYieldDelegation =
513
515
address . rebasingOption === RebasingOption . YieldDelegationSource ||
514
516
address . rebasingOption === RebasingOption . YieldDelegationTarget
You can’t perform that action at this time.
0 commit comments