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 b621abd commit 12738fdCopy full SHA for 12738fd
src/kiln.ts
@@ -24,7 +24,7 @@ export class Kiln {
24
api.defaults.headers.common['Content-Type'] = 'application/json';
25
api.defaults.baseURL =
26
testnet === true
27
- ? 'https://api.devnet.kiln.fi/'
+ ? 'https://api.testnet.kiln.fi/'
28
: 'https://api.kiln.fi/';
29
30
this.eth = new EthService({ testnet, integrations, rpc: rpcs?.ethereum, });
0 commit comments