We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95572fc commit 07abc8cCopy full SHA for 07abc8c
1 file changed
test/config.js
@@ -1,4 +1,4 @@
1
-const ELECTRUMX_API_KEY = process.env.ELECTRUMX_API_KEY
+const ELECTRUM_API_KEY = process.env.ELECTRUM_API_KEY
2
3
const servers = [
4
{
@@ -23,7 +23,7 @@ const servers = [
23
protocol: 'wss',
24
port: 443,
25
host: 'electrum.mainnet.boar.network',
26
- path: `/${ELECTRUMX_API_KEY}`,
+ path: `/${ELECTRUM_API_KEY}`,
27
},
28
]
29
0 commit comments