Skip to content

Commit

Permalink
Add cytonic chains
Browse files Browse the repository at this point in the history
  • Loading branch information
GooGrand committed Nov 26, 2024
1 parent fa1f56d commit b7d6ec0
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-3265.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Cytonic",
"chain": "Cytonic",
"rpc": ["http://rpc.sl.cytonic.com"],
"faucets": [],
"nativeCurrency": {
"name": "Cytonic",
"symbol": "CCC",
"decimals": 18
},
"infoURL": "https://cytonic.com",
"shortName": "CM",
"chainId": 3265,
"networkId": 3265,
"icon": "cytonic_l1",
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.sl.cytonic.com",
"icon": "cytonic_l1",
"standard": "EIP3091"
}
]
}
28 changes: 28 additions & 0 deletions _data/chains/eip155-3266.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Cytonic Evm",
"chain": "Cytonic",
"rpc": ["http://rpc.evm.cytonic.com"],
"faucets": [],
"nativeCurrency": {
"name": "Cytonic",
"symbol": "CCC",
"decimals": 18
},
"infoURL": "https://cytonic.com",
"shortName": "CME",
"chainId": 3266,
"networkId": 3266,
"icon": "cytonic_l2",
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.evm.cytonic.com",
"icon": "cytonic_l2",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-3265"
}
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-52225.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Cytonic Testnet",
"chain": "Cytonic",
"rpc": ["http://rpc.sl.testnet.cytonic.com"],
"faucets": [],
"nativeCurrency": {
"name": "Cytonic",
"symbol": "CCC",
"decimals": 18
},
"infoURL": "https://cytonic.com",
"shortName": "CTS",
"chainId": 52225,
"networkId": 52225,
"icon": "cytonic_l1",
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.sl.testnet.cytonic.com",
"icon": "cytonic_l1",
"standard": "EIP3091"
}
]
}
28 changes: 28 additions & 0 deletions _data/chains/eip155-52226.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Cytonic Testmet Evm",
"chain": "CytonicEvm",
"rpc": ["http://rpc.evm.testnet.cytonic.com"],
"faucets": [],
"nativeCurrency": {
"name": "Cytonic",
"symbol": "CCC",
"decimals": 18
},
"infoURL": "https://cytonic.com",
"shortName": "CTE",
"chainId": 52226,
"networkId": 52226,
"icon": "cytonic_l2",
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.evm.testnet.cytonic.com",
"icon": "cytonic_l2",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-52225"
}
}
8 changes: 8 additions & 0 deletions _data/icons/cytonic_l1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmWASoRS8k7YspDLiwz5xfpusBtqHwy5hR5B9NynGx8HGt",
"width": 326,
"height": 326,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/cytonic_l2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmUetrmaY5KwmRzjgcoZCfqqTaEYSc57V2EVBjFQwpZrE1",
"width": 326,
"height": 326,
"format": "png"
}
]

0 comments on commit b7d6ec0

Please sign in to comment.