Merge branch 'master' into master

This commit is contained in:
Ishan Jain 2023-06-28 02:57:59 +05:30 committed by GitHub
commit 022df862e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 111 additions and 20 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "Optimism", "name": "OP Mainnet",
"chain": "ETH", "chain": "ETH",
"rpc": ["https://mainnet.optimism.io/"], "rpc": ["https://mainnet.optimism.io/"],
"faucets": [], "faucets": [],

View File

@ -0,0 +1,23 @@
{
"name": "BRC Chain Mainnet",
"chain": "BRC",
"rpc": ["https://rpc.brcchain.io"],
"faucets": ["https://faucet.brcchain.io"],
"nativeCurrency": {
"name": "BRC Chain mainnet native token",
"symbol": "BRC",
"decimals": 18
},
"infoURL": "https://bridge.brcchain.io",
"shortName": "BRC",
"chainId": 12123,
"networkId": 12123,
"icon": "brcchain",
"explorers": [
{
"name": "BRC Chain Explorer",
"url": "https://scan.brcchain.io",
"standard": "EIP3091"
}
]
}

View File

@ -1,14 +1,14 @@
{ {
"name": "Atheios", "name": "Atheios",
"chain": "ATH", "chain": "ATH",
"rpc": ["https://wallet.atheios.com:8797"], "rpc": ["https://rpc.atheios.org/"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Atheios Ether", "name": "Atheios Ether",
"symbol": "ATH", "symbol": "ATH",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://atheios.com", "infoURL": "https://atheios.org",
"shortName": "ath", "shortName": "ath",
"chainId": 1620, "chainId": 1620,
"networkId": 11235813, "networkId": 11235813,

View File

@ -1,9 +1,9 @@
{ {
"name": "Horizen Yuma Testnet", "name": "Horizen Yuma Testnet Deprecated",
"shortName": "Yuma", "shortName": "Yuma",
"chain": "Yuma", "chain": "Yuma",
"icon": "eon", "icon": "eon",
"rpc": ["https://yuma-testnet.horizenlabs.io/ethv1"], "rpc": [],
"features": [ "features": [
{ {
"name": "EIP155" "name": "EIP155"
@ -12,7 +12,7 @@
"name": "EIP1559" "name": "EIP1559"
} }
], ],
"faucets": ["https://yuma-testnet-faucet.horizen.io"], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Testnet Zen", "name": "Testnet Zen",
"symbol": "tZEN", "symbol": "tZEN",
@ -22,12 +22,6 @@
"chainId": 1662, "chainId": 1662,
"networkId": 1662, "networkId": 1662,
"slip44": 121, "slip44": 121,
"explorers": [ "explorers": [],
{ "status": "deprecated"
"name": "Yuma Testnet Block Explorer",
"url": "https://yuma-explorer.horizen.io",
"icon": "eon",
"standard": "EIP3091"
}
]
} }

View File

@ -3,7 +3,10 @@
"shortName": "Gobi", "shortName": "Gobi",
"chain": "Gobi", "chain": "Gobi",
"icon": "eon", "icon": "eon",
"rpc": ["https://gobi-testnet.horizenlabs.io/ethv1"], "rpc": [
"https://gobi-testnet.horizenlabs.io/ethv1",
"https://rpc.ankr.com/horizen_testnet_evm"
],
"features": [ "features": [
{ {
"name": "EIP155" "name": "EIP155"

View File

@ -0,0 +1,24 @@
{
"name": "Peperium Chain Testnet",
"chain": "PERIUM",
"rpc": ["https://rpc-testnet.peperium.io"],
"faucets": [],
"nativeCurrency": {
"name": "Peperium Chain Testnet",
"symbol": "PERIUM",
"decimals": 18
},
"infoURL": "https://peperium.io",
"shortName": "PERIUM",
"chainId": 4001,
"networkId": 4001,
"icon": "peperium",
"explorers": [
{
"name": "Peperium Chain Explorer",
"url": "https://scan-testnet.peperium.io",
"icon": "peperium",
"standard": "EIP3091"
}
]
}

View File

@ -1,7 +1,11 @@
{ {
"name": "Rollux Mainnet", "name": "Rollux Mainnet",
"chain": "SYS", "chain": "SYS",
"rpc": ["https://rpc.rollux.com", "wss://rpc.rollux.com/wss"], "rpc": [
"https://rpc.rollux.com",
"wss://rpc.rollux.com/wss",
"https://rpc.ankr.com/rollux/${ANKR_API_KEY}"
],
"faucets": ["https://rollux.id/faucetapp"], "faucets": ["https://rollux.id/faucetapp"],
"nativeCurrency": { "nativeCurrency": {
"name": "Syscoin", "name": "Syscoin",

View File

@ -1,21 +1,22 @@
{ {
"name": "Zora", "name": "Zora",
"chain": "ETH", "chain": "ETH",
"rpc": ["https://rpc.zora.co/"], "rpc": ["https://rpc.zora.energy/"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Ether", "name": "Ether",
"symbol": "ETH", "symbol": "ETH",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://zora.co", "icon": "zora",
"infoURL": "https://zora.energy",
"shortName": "zora", "shortName": "zora",
"chainId": 7777777, "chainId": 7777777,
"networkId": 7777777, "networkId": 7777777,
"explorers": [ "explorers": [
{ {
"name": "Zora Network Explorer", "name": "Zora Network Explorer",
"url": "https://explorer.zora.co", "url": "https://explorer.zora.energy",
"standard": "EIP3091" "standard": "EIP3091"
} }
] ]

View File

@ -1,6 +1,7 @@
{ {
"name": "Patex", "name": "Patex",
"chain": "ETH", "chain": "ETH",
"icon": "patex",
"rpc": ["https://rpc.patex.io/"], "rpc": ["https://rpc.patex.io/"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
@ -8,8 +9,17 @@
"symbol": "ETH", "symbol": "ETH",
"decimals": 18 "decimals": 18
}, },
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://patex.io/", "infoURL": "https://patex.io/",
"shortName": "peth", "shortName": "peth",
"chainId": 789, "chainId": 789,
"networkId": 789 "networkId": 789,
"explorers": [
{
"name": "patexscan",
"url": "https://patexscan.io",
"icon": "patex",
"standard": "EIP3091"
}
]
} }

View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmX8qGX7xoZqYUpHxA85uZwQX2fgbTHvmddE1NfseDyBED",
"width": 512,
"height": 512,
"format": "png"
}
]

8
_data/icons/patex.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmTNTSNn3t5WpSEzQmUYbkxYkBKaH6QahyVdVrRKyPHChr",
"width": 800,
"height": 800,
"format": "png"
}
]

View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmag2hr5DQghRzKPN3oUFBkjWzqd5CndQzZeb5LfoiMCXf",
"width": 160,
"height": 160,
"format": "png"
}
]

8
_data/icons/zora.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmYQf9VKTzPwQiU5xQMNbJKKGasLDVoXs2S86Ay77MStp7",
"width": 2390,
"height": 2390,
"format": "png"
}
]