Skip to content

Commit

Permalink
fix: update to correct staging endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdossa committed Apr 5, 2024
1 parent d14afb4 commit e44bd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { LinkName, NetworkName, NetworkState } from './types';
export const networkURLs: Record<NetworkName, string> = {
mainnet: 'wss://mainnet-rpc.polymesh.network/',
testnet: 'wss://testnet-rpc.polymesh.live/',
staging: 'wss://staging-rpc.polymesh.live/',
staging: 'wss://staging-rpc.polymesh.dev/',
local: 'ws://localhost:9944/',
custom: ''
};
Expand Down

0 comments on commit e44bd78

Please sign in to comment.