Skip to content

Commit

Permalink
Update LightLink network mainnet+testnet RPC's and faucet for testnet (
Browse files Browse the repository at this point in the history
…#3992)

* update RPC for LightLink Phoenix Mainnet

* update RPC for LightLink Pegasus Testnet

* Update faucet link for LightLink Pegasus Testnet

* Update eip155-1890.json

* Update eip155-1891.json

---------

Co-authored-by: dan-e-lightlink <[email protected]>
Co-authored-by: ligi <[email protected]>
  • Loading branch information
3 people authored Dec 24, 2023
1 parent fde44a9 commit c04f408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions _data/chains/eip155-1890.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"name": "Lightlink Phoenix Mainnet",
"chain": "Lightlink Phoenix Mainnet",
"icon": "lightlink",
"rpc": [
"https://replicator-01.phoenix.lightlink.io/rpc/v1",
"https://replicator-02.phoenix.lightlink.io/rpc/v1"
],
"rpc": ["https://replicator.phoenix.lightlink.io/rpc/v1"],
"features": [
{
"name": "EIP155"
Expand Down
7 changes: 2 additions & 5 deletions _data/chains/eip155-1891.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@
"name": "Lightlink Pegasus Testnet",
"chain": "Lightlink Pegasus Testnet",
"icon": "lightlink",
"rpc": [
"https://replicator-01.pegasus.lightlink.io/rpc/v1",
"https://replicator-02.pegasus.lightlink.io/rpc/v1"
],
"rpc": ["https://replicator.pegasus.lightlink.io/rpc/v1"],
"features": [
{
"name": "EIP155"
}
],
"faucets": ["https://pegasus-faucet-react.vercel.app"],
"faucets": ["https://faucet.pegasus.lightlink.io/"],
"nativeCurrency": {
"name": "Ethereum",
"symbol": "ETH",
Expand Down

0 comments on commit c04f408

Please sign in to comment.