Skip to content
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

feat: use mutinynet faucet for channel opening fundings #2606

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

bonomat
Copy link
Contributor

@bonomat bonomat commented Jun 5, 2024

resolves #2600.

Imho it should work but it's blocked by https://github.com/get10101/cloud-conf/issues/264

Simulator.Screen.Recording.-.iPhone.15.-.2024-06-05.at.16.25.15.mp4

Copy link
Contributor

@luckysori luckysori left a comment

Choose a reason for hiding this comment

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

Nice!

case Layer.onchain:
await payWith10101Faucet(address, amount);
case Layer.lightning:
throw Exception("We don't have a regtest faucet for LN");
Copy link
Contributor

Choose a reason for hiding this comment

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

we could call our lnd-mock here.

@holzeis
Copy link
Contributor

holzeis commented Jun 6, 2024

but it's blocked by https://github.com/get10101/cloud-conf/issues/264

I've temporarily pointed our test coordinator to my signet lnd. This shouldn't be blocked anymore, if the signet lnd faucet gets configurable.

@bonomat bonomat added this pull request to the merge queue Jun 6, 2024
Merged via the queue into main with commit f77a134 Jun 6, 2024
24 checks passed
@bonomat bonomat deleted the feat/mutiny-faucet-ln branch June 6, 2024 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use mutinyfaucet for ln invoice
3 participants