Skip to content

Commit 9a9d290

Browse files
authored
Update consts.ts (#187)
wss://rpc.shibuya.astar.network (only EVM/Ethereum RPC available) so updating to endpoint compatible with Wasm contracts
1 parent 4578921 commit 9a9d290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const DEFAULT_NETWORK_URL = "ws://127.0.0.1:9944";
22
export const DEFAULT_ASTAR_NETWORK_URL = "wss://rpc.astar.network";
33
export const DEFAULT_SHIDEN_NETWORK_URL = "wss://rpc.shiden.astar.network";
4-
export const DEFAULT_SHIBUYA_NETWORK_URL = "wss://rpc.shibuya.astar.network";
4+
export const DEFAULT_SHIBUYA_NETWORK_URL = "wss://shibuya.public.blastapi.io";
55

66
export const ARTIFACTS_PATH = "artifacts";
77
export const TYPED_CONTRACTS_PATH = "typedContracts";

0 commit comments

Comments
 (0)