Skip to content

Commit

Permalink
Merge branch 'master' into trumpchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi authored Jan 25, 2025
2 parents 5cffb69 + dbbd921 commit 4673496
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 15 deletions.
6 changes: 3 additions & 3 deletions _data/chains/eip155-161201.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Openledger Testnet",
"chain": "Openledger Testnet",
"name": "OpenLedger Testnet",
"chain": "OpenLedger Testnet",
"rpc": ["https://rpctn.openledger.xyz"],
"faucets": [],
"nativeCurrency": {
Expand All @@ -15,7 +15,7 @@
"icon": "openledger",
"explorers": [
{
"name": "Openledger Testnet Explorer",
"name": "OpenLedger Testnet Explorer",
"url": "https://scantn.openledger.xyz",
"standard": "EIP3091"
}
Expand Down
21 changes: 21 additions & 0 deletions _data/chains/eip155-5371.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Settlus",
"chain": "ETH",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://settlus.org",
"shortName": "setl",
"chainId": 5371,
"networkId": 5371,
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": []
},
"status": "incubating"
}
12 changes: 3 additions & 9 deletions _data/chains/eip155-5372.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Settlus Testnet",
"chain": "Settlus",
"rpc": ["https://settlus-test-eth.settlus.io"],
"faucets": ["https://faucet.settlus.io"],
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Setl",
"symbol": "SETL",
Expand All @@ -12,11 +12,5 @@
"shortName": "settlus-testnet",
"chainId": 5372,
"networkId": 5372,
"explorers": [
{
"name": "Settlus Scan",
"url": "https://testnet.settlus.network",
"standard": "EIP3091"
}
]
"status": "deprecated"
}
13 changes: 10 additions & 3 deletions _data/chains/eip155-5373.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Settlus Sepolia Testnet",
"chain": "ETH",
"rpc": [],
"rpc": ["https://settlus-septestnet.g.alchemy.com/public"],
"faucets": [],
"nativeCurrency": {
"name": "Sepolia Ether",
Expand All @@ -15,7 +15,14 @@
"parent": {
"type": "L2",
"chain": "eip155-11155111",
"bridges": []
"bridges": [{ "url": "https://settlus-sep-testnet.bridge.alchemy.com/" }]
},
"status": "incubating"
"explorers": [
{
"name": "Settlus Sepolia Testnet Explorer",
"url": "https://settlus-sepolia-testnet.explorer.alchemy.com",
"standard": "EIP3091"
}
],
"status": "active"
}

0 comments on commit 4673496

Please sign in to comment.