From da17ec91724e2aa497ee1f967cc083353da40f00 Mon Sep 17 00:00:00 2001 From: Marton Csernai <34937334+csmarc@users.noreply.github.com> Date: Sun, 27 Apr 2025 09:50:29 +0200 Subject: [PATCH] update list --- .../cluster/cluster-data-access.tsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/web/components/cluster/cluster-data-access.tsx b/web/components/cluster/cluster-data-access.tsx index 3096942..a51636d 100644 --- a/web/components/cluster/cluster-data-access.tsx +++ b/web/components/cluster/cluster-data-access.tsx @@ -24,16 +24,6 @@ export enum ClusterNetwork { // The endpoint provided by clusterApiUrl('mainnet-beta') does not allow access from the browser due to CORS restrictions // To use the mainnet-beta cluster, provide a custom endpoint export const defaultClusters: Cluster[] = [ - { - name: 'sonic-testnet', - endpoint: 'https://api.testnet.sonic.game', - network: ClusterNetwork.Testnet, - }, - { - name: 'local', - endpoint: 'http://localhost:8899', - network: ClusterNetwork.Local, - }, { name: 'devnet', endpoint: clusterApiUrl('devnet'), @@ -44,6 +34,16 @@ export const defaultClusters: Cluster[] = [ endpoint: 'https://rpc.testnet.soo.network/rpc', network: ClusterNetwork.Testnet, }, + { + name: 'sonic-testnet', + endpoint: 'https://api.testnet.sonic.game', + network: ClusterNetwork.Testnet, + }, + { + name: 'local', + endpoint: 'http://localhost:8899', + network: ClusterNetwork.Local, + }, // { // name: 'soon-mainnet', // endpoint: 'https://rpc.mainnet.soo.network/rpc',