Skip to content

Commit

Permalink
Merge branch 'master' into feature/add-kakarot-explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi authored May 16, 2024
2 parents a44a57d + 556817d commit 8433897
Show file tree
Hide file tree
Showing 8 changed files with 99 additions and 11 deletions.
1 change: 1 addition & 0 deletions _data/chains/eip155-88880.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
27 changes: 27 additions & 0 deletions _data/chains/eip155-88882.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
35 changes: 24 additions & 11 deletions _data/chains/eip155-88888.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
Expand Down
23 changes: 23 additions & 0 deletions _data/chains/eip155-97531.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/chilizchain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmYV5xUVZhHRzLy7ie9D8qZeygJHvNZZAxwnB9GXYy6EED",
"width": 400,
"height": 400,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/chilizspicy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmYV5xUVZhHRzLy7ie9D8qZeygJHvNZZAxwnB9GXYy6EED",
"width": 400,
"height": 400,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/greenchain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmNWBcc2AtknphNxt4GtTxbWF6vDkf6sh2nvkPn9wqchW6",
"width": 519,
"height": 518,
"format": "png"
}
]
Binary file not shown.

0 comments on commit 8433897

Please sign in to comment.