-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix spelling errors #5166
base: main
Are you sure you want to change the base?
Fix spelling errors #5166
Conversation
|
@@ -366,7 +366,7 @@ export class ContractVerifier { | |||
contractname: `${sourceName}:${input.name}`, | |||
contractaddress: input.address, | |||
/* TYPO IS ENFORCED BY API */ | |||
constructorArguements: strip0x(input.constructorArguments ?? ''), | |||
constructorArguments: strip0x(input.constructorArguments ?? ''), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment above
@@ -89,7 +89,7 @@ export type FormOptions<Action extends ExplorerApiActions> = | |||
sourceCode: string; | |||
contractname: string; | |||
/* TYPO IS ENFORCED BY API */ | |||
constructorArguements?: string; | |||
constructorArguments?: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
@@ -366,7 +366,7 @@ export class ContractVerifier { | |||
contractname: `${sourceName}:${input.name}`, | |||
contractaddress: input.address, | |||
/* TYPO IS ENFORCED BY API */ | |||
constructorArguements: strip0x(input.constructorArguments ?? ''), | |||
constructorArguements: strip0x(input.constructorArguements ?? ''), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leave this constructorArguements
and it's related parts unchanged please
@@ -60,7 +60,7 @@ export { | |||
CoreFactories, | |||
coreFactories, | |||
} from './core/contracts.js'; | |||
export { HyperlaneLifecyleEvent } from './core/events.js'; | |||
export { HyperlaneLifecycleEvent } from './core/events.js'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renaming the export without fixing the thing it's referring to will break the SDK. Did you try building this before opening your PR?
currenct
tocurrent
.intruction
toinstruction
.Backgroun
toBackground
.Lifecyle
toLifecycle
.Arguements
toArguments
.