Add GTON Network mainnet and testnet info (#1394)

* Add GTON Network mainnet and testnet info

* Update _data/chains/eip155-1000.json

* Update _data/chains/eip155-50021.json

* Fix GTON testnet shorName, add L2 reference

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Alexander Telegin 2022-07-27 20:28:55 +04:00 committed by GitHub
parent ec2a98bd5e
commit af19d08ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,28 @@
{
"name": "GTON Mainnet",
"chain": "GTON",
"rpc": [
"https://rpc.gton.network/"
],
"faucets": [],
"nativeCurrency": {
"name": "GCD",
"symbol": "GCD",
"decimals": 18
},
"infoURL": "https://gton.capital",
"shortName": "gton",
"chainId": 1000,
"networkId": 1000,
"explorers": [
{
"name": "GTON Network Explorer",
"url": "https://explorer.gton.network",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1"
}
}

View File

@ -0,0 +1,28 @@
{
"name": "GTON Testnet",
"chain": "GTON Testnet",
"rpc": [
"https://testnet.gton.network/"
],
"faucets": [],
"nativeCurrency": {
"name": "GCD",
"symbol": "GCD",
"decimals": 18
},
"infoURL": "https://gton.capital",
"shortName": "tgton",
"chainId": 50021,
"networkId": 50021,
"explorers": [
{
"name": "GTON Testnet Network Explorer",
"url": "https://explorer.testnet.gton.network",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-3"
}
}