Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
nohaapav authored Mar 26, 2024
2 parents bf1fc4e + fd84033 commit 9c20268
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 7 deletions.
21 changes: 15 additions & 6 deletions _data/chains/eip155-138.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@
"name": "Defi Oracle Meta Mainnet",
"chain": "dfiometa",
"icon": "defioraclemeta",
"rpc": [
"https://rpc.public-0138.defi-oracle.io",
"wss://rpc.public-0138.defi-oracle.io"
"rpc": ["https://rpc.defi-oracle.io", "wss://wss.defi-oracle.io"],
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://defi-oracle.io/",
"infoURL": "https://info.defi-oracle.io/",
"shortName": "dfio-meta-main",
"chainId": 138,
"networkId": 1,
Expand All @@ -22,9 +26,14 @@
"registry": "0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85"
},
"explorers": [
{
"name": "Blockscout Explorer",
"url": "https://blockscout.defi-oracle.io",
"standard": "none"
},
{
"name": "Quorum Explorer",
"url": "https://public-0138.defi-oracle.io",
"url": "https://explorer.defi-oracle.io",
"standard": "none"
}
]
Expand Down
7 changes: 6 additions & 1 deletion _data/chains/eip155-200810.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "Bitlayer Testnet",
"chain": "Bitlayer",
"rpc": ["https://testnet-rpc.bitlayer.org", "wss://testnet-ws.bitlayer.org"],
"rpc": [
"https://testnet-rpc.bitlayer.org",
"wss://testnet-ws.bitlayer.org",
"https://testnet-rpc.bitlayer-rpc.com",
"wss://testnet-ws.bitlayer-rpc.com"
],
"faucets": ["https://www.bitlayer.org/faucet"],
"nativeCurrency": {
"name": "BTC",
Expand Down
22 changes: 22 additions & 0 deletions _data/chains/eip155-202401.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "YMTECH-BESU Testnet",
"chain": "YMTECH-BESU",
"rpc": ["http://39.119.118.216:8545"],
"faucets": [],
"nativeCurrency": {
"name": "ETH",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://www.ymtech.co.kr",
"shortName": "YMTECH-BESU",
"chainId": 202401,
"networkId": 202401,
"explorers": [
{
"name": "YMTECH-BESU Chainlens",
"url": "http://39.119.118.198",
"standard": "none"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-88819.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Unit Zero Stagenet",
"chain": "Unit Zero",
"rpc": ["https://rpc-stagenet.unit0.dev"],
"faucets": [],
"nativeCurrency": {
"name": "UNIT0",
"symbol": "UNIT0",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://units.network",
"shortName": "unit0-stagenet",
"chainId": 88819,
"networkId": 88819,
"explorers": [
{
"name": "explorer-stagenet",
"url": "https://explorer-stagenet.unit0.dev",
"standard": "EIP3091"
}
]
}

0 comments on commit 9c20268

Please sign in to comment.