Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Fix typo in compound action name (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Tomaka authored Sep 23, 2022
1 parent cb3bf1e commit ee48fac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/constants.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/constants.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ export enum AutomationAction {
Notify = 'Notify',
NativeTransfer = 'NativeTransfer',
XCMP = 'XCMP',
AutoCompoundDelgatedStake = 'AutoCompoundDelgatedStake',
AutoCompoundDelegatedStake = 'AutoCompoundDelegatedStake',
}

0 comments on commit ee48fac

Please sign in to comment.