diff --git a/_data/chains/eip155-88880.json b/_data/chains/eip155-88880.json index 719efafad7d2..9b4510ad0b5b 100644 --- a/_data/chains/eip155-88880.json +++ b/_data/chains/eip155-88880.json @@ -1,6 +1,7 @@ { "name": "Chiliz Scoville Testnet", "chain": "CHZ", + "status": "deprecated", "rpc": ["https://scoville-rpc.chiliz.com"], "faucets": ["https://scoville-faucet.chiliz.com"], "nativeCurrency": { diff --git a/_data/chains/eip155-88882.json b/_data/chains/eip155-88882.json new file mode 100644 index 000000000000..a4829f8617ca --- /dev/null +++ b/_data/chains/eip155-88882.json @@ -0,0 +1,27 @@ +{ + "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" + } + ] +} diff --git a/_data/chains/eip155-88888.json b/_data/chains/eip155-88888.json index 66cc89026bd8..267887fa6363 100644 --- a/_data/chains/eip155-88888.json +++ b/_data/chains/eip155-88888.json @@ -1,22 +1,35 @@ { - "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": "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": { - "name": "Ivar", - "symbol": "IVAR", + "name": "Chiliz", + "symbol": "CHZ", "decimals": 18 }, - "infoURL": "https://ivarex.com", - "shortName": "ivar", + "infoURL": "https://chiliz.com", + "shortName": "chzmainnet", "chainId": 88888, "networkId": 88888, + "redFlags": ["reusedChainId"], "explorers": [ { - "name": "ivarscan", - "url": "https://ivarscan.com", + "name": "chiliscan", + "url": "https://chiliscan.com", + "standard": "EIP3091" + }, + { + "name": "chilizscan", + "url": "https://scan.chiliz.com", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-97531.json b/_data/chains/eip155-97531.json new file mode 100644 index 000000000000..f02722d35dfa --- /dev/null +++ b/_data/chains/eip155-97531.json @@ -0,0 +1,23 @@ +{ + "name": "Green Chain Testnet", + "chain": "Green Chain", + "icon": "greenchain", + "rpc": ["https://node.greenchain.app/rpc/"], + "faucets": [], + "nativeCurrency": { + "name": "GREEN", + "symbol": "GREEN", + "decimals": 18 + }, + "infoURL": "https://www.greenchain.app", + "shortName": "greenchain", + "chainId": 97531, + "networkId": 97531, + "explorers": [ + { + "name": "Green Chain Explorer", + "url": "https://explorer.greenchain.app", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/chilizchain.json b/_data/icons/chilizchain.json new file mode 100644 index 000000000000..b7f6beff5453 --- /dev/null +++ b/_data/icons/chilizchain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYV5xUVZhHRzLy7ie9D8qZeygJHvNZZAxwnB9GXYy6EED", + "width": 400, + "height": 400, + "format": "png" + } +] diff --git a/_data/icons/chilizspicy.json b/_data/icons/chilizspicy.json new file mode 100644 index 000000000000..b7f6beff5453 --- /dev/null +++ b/_data/icons/chilizspicy.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYV5xUVZhHRzLy7ie9D8qZeygJHvNZZAxwnB9GXYy6EED", + "width": 400, + "height": 400, + "format": "png" + } +] diff --git a/_data/icons/greenchain.json b/_data/icons/greenchain.json new file mode 100644 index 000000000000..870e74955bf2 --- /dev/null +++ b/_data/icons/greenchain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmNWBcc2AtknphNxt4GtTxbWF6vDkf6sh2nvkPn9wqchW6", + "width": 519, + "height": 518, + "format": "png" + } +] diff --git a/_data/iconsDownload/QmNWBcc2AtknphNxt4GtTxbWF6vDkf6sh2nvkPn9wqchW6 b/_data/iconsDownload/QmNWBcc2AtknphNxt4GtTxbWF6vDkf6sh2nvkPn9wqchW6 new file mode 100644 index 000000000000..1f0498715a88 Binary files /dev/null and b/_data/iconsDownload/QmNWBcc2AtknphNxt4GtTxbWF6vDkf6sh2nvkPn9wqchW6 differ