Skip to content

Commit

Permalink
add: gdpr testnet and mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
fiterik committed Sep 23, 2024
1 parent b2b1562 commit 8b33176
Show file tree
Hide file tree
Showing 2 changed files with 44 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": "itx",
"chainId": 12358,
"networkId": 12358,
"explorers": [
{
"name": "GDPR Mainnet Explorer (Blockscout)",
"url": "https://explorer.gdprchain.com",
"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": "itx",
"chainId": 85321,
"networkId": 85321,
"explorers": [
{
"name": "GDPR Testnet Explorer (Blockscout)",
"url": "https://explorer.testnet.gdprchain.com",
"standard": "EIP3091"
}
]
}

0 comments on commit 8b33176

Please sign in to comment.