From 1d0da74f4798512cd6227722a5eb67b783752bfc Mon Sep 17 00:00:00 2001 From: poortuu3 <> Date: Fri, 28 Jan 2022 21:10:38 +0100 Subject: [PATCH] fix garizon network --- _data/chains/eip155-90.json | 2 +- _data/chains/eip155-900.json | 2 +- _data/chains/eip155-901.json | 8 ++++++-- _data/chains/eip155-902.json | 8 ++++++-- _data/chains/eip155-903.json | 8 ++++++-- _data/chains/eip155-91.json | 8 ++++++-- _data/chains/eip155-92.json | 8 ++++++-- _data/chains/eip155-93.json | 8 ++++++-- 8 files changed, 38 insertions(+), 14 deletions(-) diff --git a/_data/chains/eip155-90.json b/_data/chains/eip155-90.json index 1a556e65..cc0c21c9 100644 --- a/_data/chains/eip155-90.json +++ b/_data/chains/eip155-90.json @@ -13,7 +13,7 @@ "decimals": 18 }, "infoURL": "https://garizon.com", - "shortName": "gar", + "shortName": "gar-s0", "chainId": 90, "networkId": 90, "explorers": [{ diff --git a/_data/chains/eip155-900.json b/_data/chains/eip155-900.json index 47a6b21c..ae7db495 100644 --- a/_data/chains/eip155-900.json +++ b/_data/chains/eip155-900.json @@ -15,7 +15,7 @@ "decimals": 18 }, "infoURL": "https://garizon.com", - "shortName": "gar", + "shortName": "gar-test-s0", "chainId": 900, "networkId": 900, "explorers": [{ diff --git a/_data/chains/eip155-901.json b/_data/chains/eip155-901.json index a24e14fb..419eef10 100644 --- a/_data/chains/eip155-901.json +++ b/_data/chains/eip155-901.json @@ -15,7 +15,7 @@ "decimals": 18 }, "infoURL": "https://garizon.com", - "shortName": "gar", + "shortName": "gar-test-s1", "chainId": 901, "networkId": 901, "explorers": [{ @@ -23,5 +23,9 @@ "url": "https://explorer-testnet.garizon.com", "icon": "garizon", "standard": "EIP3091" - }] + }], + "parent": { + "chain": "eip155-900", + "type": "shard" + } } diff --git a/_data/chains/eip155-902.json b/_data/chains/eip155-902.json index 39465254..4494f93a 100644 --- a/_data/chains/eip155-902.json +++ b/_data/chains/eip155-902.json @@ -15,7 +15,7 @@ "decimals": 18 }, "infoURL": "https://garizon.com", - "shortName": "gar", + "shortName": "gar-test-s2", "chainId": 902, "networkId": 902, "explorers": [{ @@ -23,5 +23,9 @@ "url": "https://explorer-testnet.garizon.com", "icon": "garizon", "standard": "EIP3091" - }] + }], + "parent": { + "chain": "eip155-900", + "type": "shard" + } } diff --git a/_data/chains/eip155-903.json b/_data/chains/eip155-903.json index 7d098948..73ac913a 100644 --- a/_data/chains/eip155-903.json +++ b/_data/chains/eip155-903.json @@ -15,7 +15,7 @@ "decimals": 18 }, "infoURL": "https://garizon.com", - "shortName": "gar", + "shortName": "gar-test-s3", "chainId": 903, "networkId": 903, "explorers": [{ @@ -23,5 +23,9 @@ "url": "https://explorer-testnet.garizon.com", "icon": "garizon", "standard": "EIP3091" - }] + }], + "parent": { + "chain": "eip155-900", + "type": "shard" + } } diff --git a/_data/chains/eip155-91.json b/_data/chains/eip155-91.json index 7e711676..df8d56cb 100644 --- a/_data/chains/eip155-91.json +++ b/_data/chains/eip155-91.json @@ -13,7 +13,7 @@ "decimals": 18 }, "infoURL": "https://garizon.com", - "shortName": "gar", + "shortName": "gar-s1", "chainId": 91, "networkId": 91, "explorers": [{ @@ -21,5 +21,9 @@ "url": "https://explorer.garizon.com", "icon": "garizon", "standard": "EIP3091" - }] + }], + "parent": { + "chain": "eip155-90", + "type": "shard" + } } diff --git a/_data/chains/eip155-92.json b/_data/chains/eip155-92.json index 830bb26b..4d23e9bf 100644 --- a/_data/chains/eip155-92.json +++ b/_data/chains/eip155-92.json @@ -13,7 +13,7 @@ "decimals": 18 }, "infoURL": "https://garizon.com", - "shortName": "gar", + "shortName": "gar-s2", "chainId": 92, "networkId": 92, "explorers": [{ @@ -21,5 +21,9 @@ "url": "https://explorer.garizon.com", "icon": "garizon", "standard": "EIP3091" - }] + }], + "parent": { + "chain": "eip155-90", + "type": "shard" + } } diff --git a/_data/chains/eip155-93.json b/_data/chains/eip155-93.json index 01aabd73..3802ec4c 100644 --- a/_data/chains/eip155-93.json +++ b/_data/chains/eip155-93.json @@ -13,7 +13,7 @@ "decimals": 18 }, "infoURL": "https://garizon.com", - "shortName": "gar", + "shortName": "gar-s3", "chainId": 93, "networkId": 93, "explorers": [{ @@ -21,5 +21,9 @@ "url": "https://explorer.garizon.com", "icon": "garizon", "standard": "EIP3091" - }] + }], + "parent": { + "chain": "eip155-90", + "type": "shard" + } }