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 a6c2c5d commit d147f07Copy full SHA for d147f07
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kilnfi/sdk",
3
- "version": "2.3.0",
+ "version": "2.3.1",
4
"autor": "Kiln <[email protected]> (https://kiln.fi)",
5
"license": "BUSL-1.1",
6
"description": "JavaScript sdk for Kiln API",
src/services/atom.ts
@@ -27,7 +27,7 @@ export class AtomService extends Service {
27
28
constructor({ testnet }: ServiceProps) {
29
super({ testnet });
30
- this.rpc = this.testnet ? 'https://rpc.sentry-02.theta-testnet.polypore.xyz' : 'https://rpc.atomscan.com';
+ this.rpc = this.testnet ? 'https://rpc.sentry-02.theta-testnet.polypore.xyz' : 'https://cosmos-rpc.polkachu.com';
31
}
32
33
private async getClient(): Promise<StargateClient> {
0 commit comments