Skip to content

Commit

Permalink
Update consts.ts
Browse files Browse the repository at this point in the history
 wss://rpc.shibuya.astar.network (only EVM/Ethereum RPC available) so updating to endpoint compatible with Wasm contracts
  • Loading branch information
PierreOssun authored Oct 10, 2023
1 parent 4578921 commit e7345e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/consts.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const DEFAULT_NETWORK_URL = "ws://127.0.0.1:9944";
export const DEFAULT_ASTAR_NETWORK_URL = "wss://rpc.astar.network";
export const DEFAULT_SHIDEN_NETWORK_URL = "wss://rpc.shiden.astar.network";
export const DEFAULT_SHIBUYA_NETWORK_URL = "wss://rpc.shibuya.astar.network";
export const DEFAULT_SHIBUYA_NETWORK_URL = "wss://shibuya.public.blastapi.io";

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

0 comments on commit e7345e0

Please sign in to comment.