Skip to content

Commit

Permalink
TW-1294: Fix Ghostnet RPC URL (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tsx authored Feb 6, 2024
1 parent 34a8ce0 commit 00e9907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/temple/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const NETWORKS: TempleNetwork[] = [
name: 'Ghostnet Testnet',
description: 'Ghostnet testnet',
type: 'test',
rpcBaseURL: 'https://rpc.ghostnet.teztnets.xyz',
rpcBaseURL: 'https://rpc.ghostnet.teztnets.com',
color: '#131380',
disabled: false
},
Expand Down

0 comments on commit 00e9907

Please sign in to comment.