-
Notifications
You must be signed in to change notification settings - Fork 24
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
Waalge/fix typo #451
base: main
Are you sure you want to change the base?
Waalge/fix typo #451
Conversation
|
@@ -33,7 +33,7 @@ export const EMULATOR_ACCOUNT_1 = generateEmulatorAccount({ | |||
lovelace: 80000000000n, | |||
}); | |||
export const EMULATOR_ACCOUNT_FROM_PRIVATE_KEY = | |||
await generateEmulatorAccountFrommPrivateKey({ lovelace: 90000000000n }); | |||
await generateEmulatorAccountfromPrivateKey({ lovelace: 90000000000n }); |
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.
generateEmulatorAccountFromPrivateKey
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.
oops.
Thanks for the PR. The CI is still not configured properly yet to allow running tests on PRs with source branch from a fork. |
Unable to run tests. pnpm cant resolve workspace modules. Don't yet know why