diff --git a/vue/src/components/Invoice.vue b/vue/src/components/Invoice.vue index df650a5..c05ade8 100644 --- a/vue/src/components/Invoice.vue +++ b/vue/src/components/Invoice.vue @@ -22,6 +22,10 @@
+ faucet + + faucet.mutinynet.com + payment hash {{ invoice.Hash }} @@ -123,6 +127,8 @@ await (async () => { onUnmounted(() => { clearInterval(interval) }) +const faucet = window.location.hostname === 'delphi.market' ? 'https://faucet.mutinynet.com' : '' +