Skip to content

Commit 12738fd

Browse files
nooxxloicttn
authored andcommitted
nit
1 parent b621abd commit 12738fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kiln.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class Kiln {
2424
api.defaults.headers.common['Content-Type'] = 'application/json';
2525
api.defaults.baseURL =
2626
testnet === true
27-
? 'https://api.devnet.kiln.fi/'
27+
? 'https://api.testnet.kiln.fi/'
2828
: 'https://api.kiln.fi/';
2929

3030
this.eth = new EthService({ testnet, integrations, rpc: rpcs?.ethereum, });

0 commit comments

Comments
 (0)