Skip to content

Commit 89c2957

Browse files
committed
modify rpc and rest endpoint
1 parent 926697d commit 89c2957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const CHAIN_ID = 'cosmoshub-4';
2-
export const RPC_ENDPOINT = 'https://rpc.cosmos.network';
3-
export const REST_ENDPOINT = 'https://rest.cosmos.network';
2+
export const RPC_ENDPOINT = 'https://cosmos-rpc.publicnode.com';
3+
export const REST_ENDPOINT = 'https://cosmos-rest.publicnode.com';
44
export const DENOM = 'uatom';
55
export const DENOM_DISPLAY = 'ATOM';
66
export const DECIMAL = 6;

0 commit comments

Comments
 (0)