Skip to content

Commit

Permalink
Merge pull request #575 from liteflow-labs/chore/update-lightlink-rpc
Browse files Browse the repository at this point in the history
Update LightLink RPC urls
  • Loading branch information
NicolasMahe authored Feb 15, 2024
2 parents 6d568fa + a183782 commit 6a3b40c
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ const getEnvironment = async (): Promise<Environment> => {
arbitrum,
arbitrumSepolia,
{
name: 'LightLink Phoenix',
name: 'Lightlink Phoenix Mainnet',
network: 'lightlink-phoenix',
id: 1890,
nativeCurrency: {
Expand All @@ -256,16 +256,10 @@ const getEnvironment = async (): Promise<Environment> => {
},
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: {
Expand All @@ -276,7 +270,7 @@ const getEnvironment = async (): Promise<Environment> => {
},
},
{
name: 'LightLink Pegasus Testnet',
name: 'Lightlink Pegasus Testnet',
network: 'lightlink-pegasus',
testnet: true,
id: 1891,
Expand All @@ -287,16 +281,10 @@ const getEnvironment = async (): Promise<Environment> => {
},
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: {
Expand Down

0 comments on commit 6a3b40c

Please sign in to comment.