Skip to content

Commit 1563408

Browse files
Merge pull request #155 from autonomys/chore/remove-rpc-1-from-gemini-3h
Remove rpc-1 (deprecated) from gemini-3h
2 parents 369fa84 + 68c5326 commit 1563408

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/auto-utils/src/constants/network.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,7 @@ export const networks: Network[] = [
7373
{
7474
id: NetworkId.GEMINI_3H,
7575
name: NetworkName.GEMINI_3H,
76-
rpcUrls: [
77-
'wss://rpc-0.gemini-3h.subspace.network/ws',
78-
'wss://rpc-1.gemini-3h.subspace.network/ws',
79-
],
76+
rpcUrls: ['wss://rpc-0.gemini-3h.subspace.network/ws'],
8077
explorer: [
8178
{
8279
name: NetworkExplorerName.ASTRAL,

0 commit comments

Comments
 (0)