From f603f0d98ccccc3e53481f514d7c3e2f60ea6af8 Mon Sep 17 00:00:00 2001 From: Ersan YAKIT Date: Tue, 7 May 2024 21:34:06 +0300 Subject: [PATCH 1/7] Chiliz Chain Update IVAR is a dead network. It no longer operates. 88888 is being used by the Chiliz network. Chain information has been updated. --- _data/chains/eip155-88888.json | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/_data/chains/eip155-88888.json b/_data/chains/eip155-88888.json index 66cc89026bd8..0d0e05b39670 100644 --- a/_data/chains/eip155-88888.json +++ b/_data/chains/eip155-88888.json @@ -1,22 +1,27 @@ { - "name": "IVAR Chain Mainnet", - "chain": "IVAR", - "icon": "ivar", - "rpc": ["https://mainnet-rpc.ivarex.com"], - "faucets": ["https://faucet.ivarex.com/"], + "name": "Chiliz Chain Mainnet", + "chain": "CHZ", + "icon": "chiliz", + "rpc": ["https://rpc.chiliz.com","https://rpc.ankr.com/chiliz","https://chiliz.publicnode.com"], + "faucets": ["https://spicy-faucet.chiliz.com","https://tatum.io/faucets/chiliz"], "nativeCurrency": { - "name": "Ivar", - "symbol": "IVAR", + "name": "Chiliz", + "symbol": "CHZ", "decimals": 18 }, - "infoURL": "https://ivarex.com", - "shortName": "ivar", + "infoURL": "https://chiliz.com", + "shortName": "chz", "chainId": 88888, "networkId": 88888, "explorers": [ { - "name": "ivarscan", - "url": "https://ivarscan.com", + "name": "chiliscan", + "url": "https://chiliscan.com", + "standard": "EIP3091" + }, + { + "name": "chilizscan", + "url": "https://scan.chiliz.com", "standard": "EIP3091" } ] From aa02aa386013ad2fae201996cc3ba328002a0dba Mon Sep 17 00:00:00 2001 From: Ersan YAKIT Date: Wed, 8 May 2024 01:01:01 +0300 Subject: [PATCH 2/7] reusedChainId reusedChainId --- _data/chains/eip155-88888.json | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/chains/eip155-88888.json b/_data/chains/eip155-88888.json index 0d0e05b39670..b51d8b6f6229 100644 --- a/_data/chains/eip155-88888.json +++ b/_data/chains/eip155-88888.json @@ -13,6 +13,7 @@ "shortName": "chz", "chainId": 88888, "networkId": 88888, + "redFlags": ["reusedChainId"], "explorers": [ { "name": "chiliscan", From 1f1a167529652d87d0f93412e3ba5e244b831b44 Mon Sep 17 00:00:00 2001 From: Ersan YAKIT Date: Wed, 8 May 2024 04:31:10 +0300 Subject: [PATCH 3/7] shortname updated shortname updated --- _data/chains/eip155-88888.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-88888.json b/_data/chains/eip155-88888.json index b51d8b6f6229..950e0bd27a15 100644 --- a/_data/chains/eip155-88888.json +++ b/_data/chains/eip155-88888.json @@ -10,7 +10,7 @@ "decimals": 18 }, "infoURL": "https://chiliz.com", - "shortName": "chz", + "shortName": "chzmainnet", "chainId": 88888, "networkId": 88888, "redFlags": ["reusedChainId"], From 2bdb8cd5282b01ba2e0a55336f4054c32aafb4e2 Mon Sep 17 00:00:00 2001 From: Ersan YAKIT Date: Sat, 11 May 2024 18:17:49 +0300 Subject: [PATCH 4/7] Chiliz & Chiliz Spicy Build issues fixed. --- _data/chains/eip155-88882.json | 24 ++++++++++++++++++++++++ _data/chains/eip155-88888.json | 4 ++-- _data/icons/chiliz.json | 8 -------- _data/icons/chilizchain.json | 9 +++++++++ _data/icons/chilizspicy.json | 8 ++++++++ 5 files changed, 43 insertions(+), 10 deletions(-) create mode 100644 _data/chains/eip155-88882.json delete mode 100644 _data/icons/chiliz.json create mode 100644 _data/icons/chilizchain.json create mode 100644 _data/icons/chilizspicy.json diff --git a/_data/chains/eip155-88882.json b/_data/chains/eip155-88882.json new file mode 100644 index 000000000000..f232abba2146 --- /dev/null +++ b/_data/chains/eip155-88882.json @@ -0,0 +1,24 @@ +{ + "name": "Chiliz Spicy Testnet", + "chain": "CHZ", + "rpc": ["https://spicy-rpc.chiliz.com"], + "faucets": ["https://spicy-faucet.chiliz.com","https://tatum.io/faucets/chiliz"], + "nativeCurrency": { + "name": "Chiliz", + "symbol": "CHZ", + "decimals": 18 + }, + "icon": "chilizspicy", + "infoURL": "https://www.chiliz.com/en/chain", + "shortName": "chzspicy", + "chainId": 88882, + "networkId": 88882, + "slip44": 1, + "explorers": [ + { + "name": "spicy-explorer", + "url": "https://testnet.chiliscan.com", + "standard": "EIP3091" + } + ] +} \ No newline at end of file diff --git a/_data/chains/eip155-88888.json b/_data/chains/eip155-88888.json index 950e0bd27a15..18b1bd63bb6e 100644 --- a/_data/chains/eip155-88888.json +++ b/_data/chains/eip155-88888.json @@ -1,7 +1,7 @@ { "name": "Chiliz Chain Mainnet", "chain": "CHZ", - "icon": "chiliz", + "icon": "chilizchain", "rpc": ["https://rpc.chiliz.com","https://rpc.ankr.com/chiliz","https://chiliz.publicnode.com"], "faucets": ["https://spicy-faucet.chiliz.com","https://tatum.io/faucets/chiliz"], "nativeCurrency": { @@ -26,4 +26,4 @@ "standard": "EIP3091" } ] -} +} \ No newline at end of file diff --git a/_data/icons/chiliz.json b/_data/icons/chiliz.json deleted file mode 100644 index b7f6beff5453..000000000000 --- a/_data/icons/chiliz.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "url": "ipfs://QmYV5xUVZhHRzLy7ie9D8qZeygJHvNZZAxwnB9GXYy6EED", - "width": 400, - "height": 400, - "format": "png" - } -] diff --git a/_data/icons/chilizchain.json b/_data/icons/chilizchain.json new file mode 100644 index 000000000000..f2161db67e06 --- /dev/null +++ b/_data/icons/chilizchain.json @@ -0,0 +1,9 @@ +[ + { + "url": "ipfs://QmYV5xUVZhHRzLy7ie9D8qZeygJHvNZZAxwnB9GXYy6EED", + "width": 400, + "height": 400, + "format": "png" + } +] + \ No newline at end of file diff --git a/_data/icons/chilizspicy.json b/_data/icons/chilizspicy.json new file mode 100644 index 000000000000..c98a7b3a97e6 --- /dev/null +++ b/_data/icons/chilizspicy.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYV5xUVZhHRzLy7ie9D8qZeygJHvNZZAxwnB9GXYy6EED", + "width": 400, + "height": 400, + "format": "png" + } +] \ No newline at end of file From ee7e9f3a2818334cdac44539ec498544bca0fc2e Mon Sep 17 00:00:00 2001 From: Ersan YAKIT Date: Thu, 16 May 2024 03:50:57 +0300 Subject: [PATCH 5/7] Remove 88880 Scoville tesnet is completely removed. --- _data/chains/eip155-88880.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 _data/chains/eip155-88880.json diff --git a/_data/chains/eip155-88880.json b/_data/chains/eip155-88880.json deleted file mode 100644 index 719efafad7d2..000000000000 --- a/_data/chains/eip155-88880.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Chiliz Scoville Testnet", - "chain": "CHZ", - "rpc": ["https://scoville-rpc.chiliz.com"], - "faucets": ["https://scoville-faucet.chiliz.com"], - "nativeCurrency": { - "name": "Chiliz", - "symbol": "CHZ", - "decimals": 18 - }, - "icon": "chiliz", - "infoURL": "https://www.chiliz.com/en/chain", - "shortName": "chz", - "chainId": 88880, - "networkId": 88880, - "slip44": 1, - "explorers": [ - { - "name": "scoville-explorer", - "url": "https://scoville-explorer.chiliz.com", - "standard": "none" - } - ] -} From f7f15b9f3169cdaef74e62c19ba1510528357f97 Mon Sep 17 00:00:00 2001 From: Ersan YAKIT Date: Thu, 16 May 2024 16:29:14 +0300 Subject: [PATCH 6/7] Prettier Prettier --- _data/chains/eip155-88882.json | 7 +++++-- _data/chains/eip155-88888.json | 13 ++++++++++--- _data/icons/chilizchain.json | 13 ++++++------- _data/icons/chilizspicy.json | 14 +++++++------- 4 files changed, 28 insertions(+), 19 deletions(-) diff --git a/_data/chains/eip155-88882.json b/_data/chains/eip155-88882.json index f232abba2146..a4829f8617ca 100644 --- a/_data/chains/eip155-88882.json +++ b/_data/chains/eip155-88882.json @@ -2,7 +2,10 @@ "name": "Chiliz Spicy Testnet", "chain": "CHZ", "rpc": ["https://spicy-rpc.chiliz.com"], - "faucets": ["https://spicy-faucet.chiliz.com","https://tatum.io/faucets/chiliz"], + "faucets": [ + "https://spicy-faucet.chiliz.com", + "https://tatum.io/faucets/chiliz" + ], "nativeCurrency": { "name": "Chiliz", "symbol": "CHZ", @@ -21,4 +24,4 @@ "standard": "EIP3091" } ] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-88888.json b/_data/chains/eip155-88888.json index 18b1bd63bb6e..267887fa6363 100644 --- a/_data/chains/eip155-88888.json +++ b/_data/chains/eip155-88888.json @@ -2,8 +2,15 @@ "name": "Chiliz Chain Mainnet", "chain": "CHZ", "icon": "chilizchain", - "rpc": ["https://rpc.chiliz.com","https://rpc.ankr.com/chiliz","https://chiliz.publicnode.com"], - "faucets": ["https://spicy-faucet.chiliz.com","https://tatum.io/faucets/chiliz"], + "rpc": [ + "https://rpc.chiliz.com", + "https://rpc.ankr.com/chiliz", + "https://chiliz.publicnode.com" + ], + "faucets": [ + "https://spicy-faucet.chiliz.com", + "https://tatum.io/faucets/chiliz" + ], "nativeCurrency": { "name": "Chiliz", "symbol": "CHZ", @@ -26,4 +33,4 @@ "standard": "EIP3091" } ] -} \ No newline at end of file +} diff --git a/_data/icons/chilizchain.json b/_data/icons/chilizchain.json index f2161db67e06..b7f6beff5453 100644 --- a/_data/icons/chilizchain.json +++ b/_data/icons/chilizchain.json @@ -1,9 +1,8 @@ [ - { - "url": "ipfs://QmYV5xUVZhHRzLy7ie9D8qZeygJHvNZZAxwnB9GXYy6EED", - "width": 400, - "height": 400, - "format": "png" - } + { + "url": "ipfs://QmYV5xUVZhHRzLy7ie9D8qZeygJHvNZZAxwnB9GXYy6EED", + "width": 400, + "height": 400, + "format": "png" + } ] - \ No newline at end of file diff --git a/_data/icons/chilizspicy.json b/_data/icons/chilizspicy.json index c98a7b3a97e6..b7f6beff5453 100644 --- a/_data/icons/chilizspicy.json +++ b/_data/icons/chilizspicy.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmYV5xUVZhHRzLy7ie9D8qZeygJHvNZZAxwnB9GXYy6EED", - "width": 400, - "height": 400, - "format": "png" - } -] \ No newline at end of file + { + "url": "ipfs://QmYV5xUVZhHRzLy7ie9D8qZeygJHvNZZAxwnB9GXYy6EED", + "width": 400, + "height": 400, + "format": "png" + } +] From f924a6401842bf52ca126484a726d7a9c9584161 Mon Sep 17 00:00:00 2001 From: Ersan YAKIT Date: Thu, 16 May 2024 16:35:57 +0300 Subject: [PATCH 7/7] Scoville testnet added Scoville testnet added and deprecated --- _data/chains/eip155-88880.json | 25 +++++++++++++++++++++++++ _data/icons/chiliz.json | 8 ++++++++ 2 files changed, 33 insertions(+) create mode 100644 _data/chains/eip155-88880.json create mode 100644 _data/icons/chiliz.json diff --git a/_data/chains/eip155-88880.json b/_data/chains/eip155-88880.json new file mode 100644 index 000000000000..9b4510ad0b5b --- /dev/null +++ b/_data/chains/eip155-88880.json @@ -0,0 +1,25 @@ +{ + "name": "Chiliz Scoville Testnet", + "chain": "CHZ", + "status": "deprecated", + "rpc": ["https://scoville-rpc.chiliz.com"], + "faucets": ["https://scoville-faucet.chiliz.com"], + "nativeCurrency": { + "name": "Chiliz", + "symbol": "CHZ", + "decimals": 18 + }, + "icon": "chiliz", + "infoURL": "https://www.chiliz.com/en/chain", + "shortName": "chz", + "chainId": 88880, + "networkId": 88880, + "slip44": 1, + "explorers": [ + { + "name": "scoville-explorer", + "url": "https://scoville-explorer.chiliz.com", + "standard": "none" + } + ] +} diff --git a/_data/icons/chiliz.json b/_data/icons/chiliz.json new file mode 100644 index 000000000000..b7f6beff5453 --- /dev/null +++ b/_data/icons/chiliz.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYV5xUVZhHRzLy7ie9D8qZeygJHvNZZAxwnB9GXYy6EED", + "width": 400, + "height": 400, + "format": "png" + } +]