diff --git a/environment.ts b/environment.ts index e02441e4..36401d4c 100644 --- a/environment.ts +++ b/environment.ts @@ -246,7 +246,7 @@ const getEnvironment = async (): Promise => { arbitrum, arbitrumSepolia, { - name: 'LightLink Phoenix', + name: 'Lightlink Phoenix Mainnet', network: 'lightlink-phoenix', id: 1890, nativeCurrency: { @@ -256,16 +256,10 @@ const getEnvironment = async (): Promise => { }, rpcUrls: { default: { - http: [ - 'https://replicator-01.phoenix.lightlink.io/rpc/v1', - 'https://replicator-02.phoenix.lightlink.io/rpc/v1', - ], + http: ['https://replicator.phoenix.lightlink.io/rpc/v1'], }, public: { - http: [ - 'https://replicator-01.phoenix.lightlink.io/rpc/v1', - 'https://replicator-02.phoenix.lightlink.io/rpc/v1', - ], + http: ['https://replicator.phoenix.lightlink.io/rpc/v1'], }, }, blockExplorers: { @@ -276,7 +270,7 @@ const getEnvironment = async (): Promise => { }, }, { - name: 'LightLink Pegasus Testnet', + name: 'Lightlink Pegasus Testnet', network: 'lightlink-pegasus', testnet: true, id: 1891, @@ -287,16 +281,10 @@ const getEnvironment = async (): Promise => { }, rpcUrls: { default: { - http: [ - 'https://replicator-01.pegasus.lightlink.io/rpc/v1', - 'https://replicator-02.pegasus.lightlink.io/rpc/v1', - ], + http: ['https://replicator.pegasus.lightlink.io/rpc/v1'], }, public: { - http: [ - 'https://replicator-01.pegasus.lightlink.io/rpc/v1', - 'https://replicator-02.pegasus.lightlink.io/rpc/v1', - ], + http: ['https://replicator.pegasus.lightlink.io/rpc/v1'], }, }, blockExplorers: {