Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
satman81 authored Oct 29, 2024
2 parents 683f87e + 730a867 commit 69c1b67
Show file tree
Hide file tree
Showing 9 changed files with 104 additions and 3 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-240.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Cronos zkEVM Testnet",
"chain": "CronosZkEVMTestnet",
"rpc": ["https://testnet.zkevm.cronos.org"],
"faucets": ["https://zkevm.cronos.org/faucet"],
"nativeCurrency": {
"name": "Cronos zkEVM Test Coin",
"symbol": "zkTCRO",
"decimals": 18
},
"infoURL": "https://docs-zkevm.cronos.org",
"shortName": "zkTCRO",
"chainId": 240,
"networkId": 240,
"slip44": 1,
"explorers": [
{
"name": "Cronos zkEVM Testnet Explorer",
"url": "https://explorer.zkevm.cronos.org/testnet",
"standard": "none"
}
]
}
25 changes: 25 additions & 0 deletions _data/chains/eip155-29225.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Nexa MetaTest",
"chain": "NEXA",
"rpc": ["https://nexa.sh/metatest"],
"faucets": [],
"nativeCurrency": {
"name": "Nexa",
"symbol": "NEXA",
"decimals": 18
},
"infoURL": "https://nexa.sh/meta",
"shortName": "nexatest",
"chainId": 29225,
"networkId": 29225,
"slip44": 29225,
"icon": "nexameta",
"explorers": [
{
"name": "NexaShell",
"url": "https://nexa.sh",
"standard": "none",
"icon": "nexashell"
}
]
}
4 changes: 2 additions & 2 deletions _data/chains/eip155-42261.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
],
"faucets": ["https://faucet.testnet.oasis.io/"],
"nativeCurrency": {
"name": "Emerald Rose",
"symbol": "ROSE",
"name": "Emerald Test Rose",
"symbol": "TEST",
"decimals": 18
},
"infoURL": "https://docs.oasis.io/dapp/emerald",
Expand Down
25 changes: 25 additions & 0 deletions _data/chains/eip155-55007.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Titan Sepolia",
"chain": "ETH",
"rpc": [
"https://rpc.titan-sepolia.tokamak.network",
"wss://rpc.titan-sepolia.tokamak.network/ws"
],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://tokamak.network",
"shortName": "titan-sepolia",
"chainId": 55007,
"networkId": 55007,
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.titan-sepolia.tokamak.network",
"standard": "EIP3091"
}
]
}
18 changes: 18 additions & 0 deletions _data/chains/eip155-88811.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Unit Zero Mainnet",
"chain": "Unit Zero",
"icon": "unitzero",
"rpc": ["https://rpc.unit0.dev"],
"faucets": [],
"nativeCurrency": {
"name": "UNIT0",
"symbol": "UNIT0",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://units.network",
"shortName": "unit0-mainnet",
"chainId": 88811,
"networkId": 88811,
"explorers": []
}
3 changes: 2 additions & 1 deletion _data/chains/eip155-88817.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "Unit Zero Testnet",
"chain": "Unit Zero",
"icon": "unitzero",
"rpc": ["https://rpc-testnet.unit0.dev"],
"faucets": [],
"faucets": ["https://faucet-testnet.unit0.dev"],
"nativeCurrency": {
"name": "UNIT0",
"symbol": "UNIT0",
Expand Down
1 change: 1 addition & 0 deletions _data/chains/eip155-88819.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Unit Zero Stagenet",
"chain": "Unit Zero",
"icon": "unitzero",
"rpc": ["https://rpc-stagenet.unit0.dev"],
"faucets": [],
"nativeCurrency": {
Expand Down
8 changes: 8 additions & 0 deletions _data/icons/unitzero.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmRb2rWanyBTKS5KyrmrbXPNy9zovpxfLRxz9FPPiuRgfg",
"width": 532,
"height": 532,
"format": "png"
}
]
Binary file not shown.

0 comments on commit 69c1b67

Please sign in to comment.