Skip to content

Commit

Permalink
Merge branch 'master' into add-kakarot-starknet-sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
swetshaw authored Oct 14, 2024
2 parents c0c6ff4 + cabc2cf commit 39b7a15
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 4 deletions.
22 changes: 22 additions & 0 deletions _data/chains/eip155-11166111.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "R0AR Testnet",
"chain": "R0AR Testnet",
"rpc": ["https://testnet.rpc-r0ar.io"],
"faucets": ["https://testnet.r0arfaucet.io"],
"nativeCurrency": {
"name": "Ethereum",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://testnet.r0arscan.io",
"shortName": "R0AR-Test-Chain",
"chainId": 11166111,
"networkId": 11166111,
"explorers": [
{
"name": "tracehawk",
"url": "https://testnet.r0arscan.io",
"standard": "none"
}
]
}
22 changes: 22 additions & 0 deletions _data/chains/eip155-193939.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "R0AR Chain",
"chain": "R0AR Chain",
"rpc": ["https://rpc-r0ar.io"],
"faucets": [],
"nativeCurrency": {
"name": "Ethereum",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://r0arscan.io",
"shortName": "R0AR-Chain",
"chainId": 193939,
"networkId": 193939,
"explorers": [
{
"name": "tracehawk",
"url": "https://r0arscan.io",
"standard": "none"
}
]
}
22 changes: 22 additions & 0 deletions _data/chains/eip155-202424.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Blockfit",
"chain": "202424",
"rpc": ["https://rpc.blockfitscan.io"],
"faucets": [],
"nativeCurrency": {
"name": "BFIT",
"symbol": "BFIT",
"decimals": 18
},
"infoURL": "https://blockfit.io",
"shortName": "Blockfit",
"chainId": 202424,
"networkId": 202424,
"explorers": [
{
"name": "Tracehawk",
"url": "https://blockfitscan.io",
"standard": "none"
}
]
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-689.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "NERO Testnet",
"chain": "NERO Chain",
"rpc": ["https://rpc-testnet.nerochain.io", "wss://ws-testnet.nerochain.io"],
"faucets": ["https://faucet-testnet.nerochain.io"],
"nativeCurrency": {
"name": "NERO",
"symbol": "NERO",
"decimals": 18
},
"infoURL": "https://docs.nerochain.io/",
"shortName": "NERO",
"chainId": 689,
"networkId": 689,
"slip44": 1,
"icon": "nero",
"explorers": [
{
"name": "nero testnet scan",
"url": "https://testnet.neroscan.io",
"standard": "EIP3091"
}
]
}
17 changes: 13 additions & 4 deletions _data/chains/eip155-820.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
{
"name": "Callisto Mainnet",
"chain": "CLO",
"rpc": ["https://rpc.callisto.network/"],
"faucets": [],
"icon": "callistonetwork",
"rpc": ["https://rpc.callistodao.org"],
"faucets": ["https://faucet.callistodao.org"],
"nativeCurrency": {
"name": "Callisto",
"symbol": "CLO",
"decimals": 18
},
"infoURL": "https://callisto.network",
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://callistodao.org",
"shortName": "clo",
"chainId": 820,
"networkId": 1,
"slip44": 820
"slip44": 820,
"explorers": [
{
"name": "blockscout-callisto-network",
"url": "https://explorer.callistodao.org",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/callistonetwork.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQbn4Jr6PLSsgFo1eALKQ7eMfndJJJ4B15a9yj5G5vMLC",
"width": 256,
"height": 256,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/nero.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmdkENLFjLRNts2kBspNbM3q84WjG5Yf7C8amVVr7FCQrp",
"width": 521,
"height": 521,
"format": "png"
}
]

0 comments on commit 39b7a15

Please sign in to comment.