Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi authored Sep 23, 2024
2 parents 818f7f9 + 54aaa52 commit 5b07420
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 0 deletions.
22 changes: 22 additions & 0 deletions _data/chains/eip155-12358.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "GDPR Mainnet",
"chain": "GDPR",
"rpc": ["https://rpc.gdprchain.com"],
"faucets": [],
"nativeCurrency": {
"name": "GDPR",
"symbol": "GDPR",
"decimals": 18
},
"infoURL": "https://explorer.gdprchain.com",
"shortName": "gdpr",
"chainId": 12358,
"networkId": 12358,
"explorers": [
{
"name": "GDPR Mainnet Explorer (Blockscout)",
"url": "https://explorer.gdprchain.com",
"standard": "EIP3091"
}
]
}
32 changes: 32 additions & 0 deletions _data/chains/eip155-281123.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "Athene Parthenon",
"chain": "athene-parthenon",
"rpc": [
"https://rpc.parthenon.athenescan.io",
"wss://ws.parthenon.athenescan.io"
],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://raas.gelato.network/rollups/details/public/athene-parthenon",
"faucets": [],
"shortName": "athene-parthenon",
"chainId": 281123,
"networkId": 281123,
"slip44": 60,
"explorers": [
{
"name": "blockscout",
"url": "https://parthenon.athenescan.io",
"icon": "blockscout",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111"
},
"status": "active"
}
25 changes: 25 additions & 0 deletions _data/chains/eip155-5115.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Citrea Testnet",
"chain": "Citrea",
"rpc": ["https://rpc.testnet.citrea.xyz"],
"faucets": ["https://citrea.xyz/faucet"],
"nativeCurrency": {
"name": "Citrea BTC",
"symbol": "cBTC",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://citrea.xyz",
"shortName": "citrea-testnet",
"chainId": 5115,
"networkId": 5115,
"icon": "citrea",
"explorers": [
{
"name": "Citrea Testnet Explorer",
"url": "https://explorer.testnet.citrea.xyz",
"icon": "citrea",
"standard": "EIP3091"
}
]
}
22 changes: 22 additions & 0 deletions _data/chains/eip155-85321.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "GDPR Testnet",
"chain": "GDPR",
"rpc": ["https://rpc.testnet.gdprchain.com"],
"faucets": [],
"nativeCurrency": {
"name": "GDPR",
"symbol": "GDPR",
"decimals": 18
},
"infoURL": "https://explorer.testnet.gdprchain.com",
"shortName": "gdpr-testnet",
"chainId": 85321,
"networkId": 85321,
"explorers": [
{
"name": "GDPR Testnet Explorer (Blockscout)",
"url": "https://explorer.testnet.gdprchain.com",
"standard": "EIP3091"
}
]
}

0 comments on commit 5b07420

Please sign in to comment.