mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add garizon chain (#809)
* add garizon chain * fix garizon network Co-authored-by: poortuu3 <>
This commit is contained in:
parent
42cfab445a
commit
5cf9aab830
25
_data/chains/eip155-90.json
Normal file
25
_data/chains/eip155-90.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Garizon Stage0",
|
||||
"chain": "GAR",
|
||||
"network": "mainnet",
|
||||
"icon": "garizon",
|
||||
"rpc": [
|
||||
"https://s0.garizon.net/rpc"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Garizon",
|
||||
"symbol": "GAR",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://garizon.com",
|
||||
"shortName": "gar-s0",
|
||||
"chainId": 90,
|
||||
"networkId": 90,
|
||||
"explorers": [{
|
||||
"name": "explorer",
|
||||
"url": "https://explorer.garizon.com",
|
||||
"icon": "garizon",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
27
_data/chains/eip155-900.json
Normal file
27
_data/chains/eip155-900.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "Garizon Testnet Stage0",
|
||||
"chain": "GAR",
|
||||
"network": "testnet",
|
||||
"icon": "garizon",
|
||||
"rpc": [
|
||||
"https://s0-testnet.garizon.net/rpc"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet-testnet.garizon.com"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Garizon",
|
||||
"symbol": "GAR",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://garizon.com",
|
||||
"shortName": "gar-test-s0",
|
||||
"chainId": 900,
|
||||
"networkId": 900,
|
||||
"explorers": [{
|
||||
"name": "explorer",
|
||||
"url": "https://explorer-testnet.garizon.com",
|
||||
"icon": "garizon",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
31
_data/chains/eip155-901.json
Normal file
31
_data/chains/eip155-901.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"name": "Garizon Testnet Stage1",
|
||||
"chain": "GAR",
|
||||
"network": "testnet",
|
||||
"icon": "garizon",
|
||||
"rpc": [
|
||||
"https://s1-testnet.garizon.net/rpc"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet-testnet.garizon.com"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Garizon",
|
||||
"symbol": "GAR",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://garizon.com",
|
||||
"shortName": "gar-test-s1",
|
||||
"chainId": 901,
|
||||
"networkId": 901,
|
||||
"explorers": [{
|
||||
"name": "explorer",
|
||||
"url": "https://explorer-testnet.garizon.com",
|
||||
"icon": "garizon",
|
||||
"standard": "EIP3091"
|
||||
}],
|
||||
"parent": {
|
||||
"chain": "eip155-900",
|
||||
"type": "shard"
|
||||
}
|
||||
}
|
31
_data/chains/eip155-902.json
Normal file
31
_data/chains/eip155-902.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"name": "Garizon Testnet Stage2",
|
||||
"chain": "GAR",
|
||||
"network": "testnet",
|
||||
"icon": "garizon",
|
||||
"rpc": [
|
||||
"https://s2-testnet.garizon.net/rpc"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet-testnet.garizon.com"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Garizon",
|
||||
"symbol": "GAR",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://garizon.com",
|
||||
"shortName": "gar-test-s2",
|
||||
"chainId": 902,
|
||||
"networkId": 902,
|
||||
"explorers": [{
|
||||
"name": "explorer",
|
||||
"url": "https://explorer-testnet.garizon.com",
|
||||
"icon": "garizon",
|
||||
"standard": "EIP3091"
|
||||
}],
|
||||
"parent": {
|
||||
"chain": "eip155-900",
|
||||
"type": "shard"
|
||||
}
|
||||
}
|
31
_data/chains/eip155-903.json
Normal file
31
_data/chains/eip155-903.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"name": "Garizon Testnet Stage3",
|
||||
"chain": "GAR",
|
||||
"network": "testnet",
|
||||
"icon": "garizon",
|
||||
"rpc": [
|
||||
"https://s3-testnet.garizon.net/rpc"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet-testnet.garizon.com"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Garizon",
|
||||
"symbol": "GAR",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://garizon.com",
|
||||
"shortName": "gar-test-s3",
|
||||
"chainId": 903,
|
||||
"networkId": 903,
|
||||
"explorers": [{
|
||||
"name": "explorer",
|
||||
"url": "https://explorer-testnet.garizon.com",
|
||||
"icon": "garizon",
|
||||
"standard": "EIP3091"
|
||||
}],
|
||||
"parent": {
|
||||
"chain": "eip155-900",
|
||||
"type": "shard"
|
||||
}
|
||||
}
|
29
_data/chains/eip155-91.json
Normal file
29
_data/chains/eip155-91.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "Garizon Stage1",
|
||||
"chain": "GAR",
|
||||
"network": "mainnet",
|
||||
"icon": "garizon",
|
||||
"rpc": [
|
||||
"https://s1.garizon.net/rpc"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Garizon",
|
||||
"symbol": "GAR",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://garizon.com",
|
||||
"shortName": "gar-s1",
|
||||
"chainId": 91,
|
||||
"networkId": 91,
|
||||
"explorers": [{
|
||||
"name": "explorer",
|
||||
"url": "https://explorer.garizon.com",
|
||||
"icon": "garizon",
|
||||
"standard": "EIP3091"
|
||||
}],
|
||||
"parent": {
|
||||
"chain": "eip155-90",
|
||||
"type": "shard"
|
||||
}
|
||||
}
|
29
_data/chains/eip155-92.json
Normal file
29
_data/chains/eip155-92.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "Garizon Stage2",
|
||||
"chain": "GAR",
|
||||
"network": "mainnet",
|
||||
"icon": "garizon",
|
||||
"rpc": [
|
||||
"https://s2.garizon.net/rpc"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Garizon",
|
||||
"symbol": "GAR",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://garizon.com",
|
||||
"shortName": "gar-s2",
|
||||
"chainId": 92,
|
||||
"networkId": 92,
|
||||
"explorers": [{
|
||||
"name": "explorer",
|
||||
"url": "https://explorer.garizon.com",
|
||||
"icon": "garizon",
|
||||
"standard": "EIP3091"
|
||||
}],
|
||||
"parent": {
|
||||
"chain": "eip155-90",
|
||||
"type": "shard"
|
||||
}
|
||||
}
|
29
_data/chains/eip155-93.json
Normal file
29
_data/chains/eip155-93.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "Garizon Stage3",
|
||||
"chain": "GAR",
|
||||
"network": "mainnet",
|
||||
"icon": "garizon",
|
||||
"rpc": [
|
||||
"https://s3.garizon.net/rpc"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Garizon",
|
||||
"symbol": "GAR",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://garizon.com",
|
||||
"shortName": "gar-s3",
|
||||
"chainId": 93,
|
||||
"networkId": 93,
|
||||
"explorers": [{
|
||||
"name": "explorer",
|
||||
"url": "https://explorer.garizon.com",
|
||||
"icon": "garizon",
|
||||
"standard": "EIP3091"
|
||||
}],
|
||||
"parent": {
|
||||
"chain": "eip155-90",
|
||||
"type": "shard"
|
||||
}
|
||||
}
|
8
_data/icons/garizon.json
Normal file
8
_data/icons/garizon.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmW3WRyuLZ95K8hvV2QN6rP5yWY98sSzWyVUxD2eUjXGrc",
|
||||
"width": 1024,
|
||||
"height": 613,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user