Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx committed Nov 19, 2024
1 parent a6750fc commit 2160afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/src/addOrbitChain/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ export const chainDataLabelToKey: Record<string, string> = {
"Child MultiCall": "childMultiCall",
"Parent WETH": "parentWeth",
"Fast Withdrawals active": "fastWithdrawalActive",
"Fast Withdrawals time": "fastWithdrawalTime",
"Fast Withdrawals time in minutes": "fastWithdrawalTime",
};

export interface Issue {
Expand Down

0 comments on commit 2160afa

Please sign in to comment.