Skip to content

fix!: update protocol contracts list#20436

Draft
IlyasRidhuan wants to merge 1 commit intonextfrom
ir/02-12-fix_update_protocol_contracts_list
Draft

fix!: update protocol contracts list#20436
IlyasRidhuan wants to merge 1 commit intonextfrom
ir/02-12-fix_update_protocol_contracts_list

Conversation

@IlyasRidhuan
Copy link
Contributor

@IlyasRidhuan IlyasRidhuan commented Feb 12, 2026

Updates the protocol contract lists to only be: Fee Juice, Class Registry, Instance Registry, and AuthWit Registry. They're also now consistently ordered as such.

Copy link
Contributor Author

IlyasRidhuan commented Feb 12, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

import { schemas } from '../../schemas/index.js';

export const ProtocolContractsNames = ['classRegistry', 'feeJuice', 'instanceRegistry', 'multiCallEntrypoint'] as const;
export const ProtocolContractsNames = ['feeJuice', 'classRegistry', 'instanceRegistry', 'authRegistry'] as const;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

authRegistry wasn't in here before but IIUC this is for user-facing code so wasnt necessary.

But it's probably better to be consistent with the naming lists here

@IlyasRidhuan IlyasRidhuan marked this pull request as ready for review February 12, 2026 15:52
@IlyasRidhuan IlyasRidhuan added the ci-full Run all master checks. label Feb 12, 2026
@IlyasRidhuan IlyasRidhuan force-pushed the ir/02-12-fix_update_protocol_contracts_list branch from a9998af to 713e2e7 Compare February 12, 2026 17:23
@IlyasRidhuan IlyasRidhuan changed the base branch from merge-train/spartan to graphite-base/20436 February 12, 2026 17:27
@IlyasRidhuan IlyasRidhuan force-pushed the ir/02-12-fix_update_protocol_contracts_list branch from 713e2e7 to 96be3df Compare February 12, 2026 17:27
@IlyasRidhuan IlyasRidhuan changed the base branch from graphite-base/20436 to next February 12, 2026 17:27
@IlyasRidhuan IlyasRidhuan force-pushed the ir/02-12-fix_update_protocol_contracts_list branch 2 times, most recently from dde0998 to d7f135d Compare February 12, 2026 18:15
@IlyasRidhuan IlyasRidhuan force-pushed the ir/02-12-fix_update_protocol_contracts_list branch from d7f135d to 30b0d7a Compare February 13, 2026 10:40
Copy link
Contributor

@LeilaWang LeilaWang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All look good to me! Thanks for changing this 🙏

@IlyasRidhuan IlyasRidhuan requested a review from Thunkar February 13, 2026 11:08
@IlyasRidhuan IlyasRidhuan marked this pull request as draft February 13, 2026 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-full Run all master checks.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants