Merge branch 'ethereum-lists:master' into master

This commit is contained in:
Samuel Safahi 2022-04-30 23:52:19 -07:00 committed by GitHub
commit b25786b2cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 166 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"name": "TechPay Mainnet",
"chain": "TPC",
"network": "mainnet",
"rpc": [
"https://api.techpay.io/"
],
"faucets": [],
"nativeCurrency": {
"name": "TechPay",
"symbol": "TPC",
"decimals": 18
},
"infoURL": "https://techpay.io/",
"shortName": "tpc",
"chainId": 2569,
"networkId": 2569,
"icon": "techpay",
"explorers": [{
"name": "tpcscan",
"url": "https://tpcscan.com",
"icon": "techpay",
"standard": "EIP3091"
}]
}

View File

@ -0,0 +1,22 @@
{
"name": "Bitgert Mainnet",
"chain": "Brise",
"rpc": ["https://mainnet-rpc.brisescan.com"],
"faucets": [],
"nativeCurrency": {
"name": "Bitrise Token",
"symbol": "Brise",
"decimals": 18
},
"infoURL": "https://bitgert.com/",
"shortName": "Brise",
"chainId": 32520,
"networkId": 32520,
"explorers": [
{
"name": "Brise Scan",
"url": "https://brisescan.com",
"standard": "EIP3091"
}
]
}

View File

@ -0,0 +1,26 @@
{
"name": "CMP-Testnet",
"chain": "CMP",
"network": "testnet",
"rpc": [
"https://galaxy.block.caduceus.foundation",
"wss://galaxy.block.caduceus.foundation"
],
"faucets": [
"https://dev.caduceus.foundation/testNetwork"
],
"nativeCurrency": {
"name": "Caduceus Testnet Token",
"symbol": "CMP",
"decimals": 18
},
"infoURL": "https://caduceus.foundation/",
"shortName": "cmp",
"chainId": 512512,
"networkId": 512512,
"explorers": [{
"name": "Galaxy Scan",
"url": "https://galaxy.scan.caduceus.foundation",
"standard": "none"
}]
}

View File

@ -0,0 +1,24 @@
{
"name": "MultiVAC Mainnet",
"chain": "MultiVAC",
"icon": "multivac",
"rpc": [
"https://rpc.mtv.ac",
"https://rpc-eu.mtv.ac"
],
"faucets": [],
"nativeCurrency": {
"name": "MultiVAC",
"symbol": "MTV",
"decimals": 18
},
"infoURL": "https://mtv.ac",
"shortName": "mtv",
"chainId": 62621,
"networkId": 62621,
"explorers": [{
"name": "MultiVAC Explorer",
"url": "https://e.mtv.ac",
"standard": "none"
}]
}

View File

@ -0,0 +1,26 @@
{
"name": "Hoo Smart Chain",
"chain": "HSC",
"rpc": [
"https://http-mainnet.hoosmartchain.com",
"https://http-mainnet2.hoosmartchain.com",
"wss://ws-mainnet.hoosmartchain.com",
"wss://ws-mainnet2.hoosmartchain.com"
],
"faucets": [],
"nativeCurrency": {
"name": "Hoo Smart Chain Native Token",
"symbol": "HOO",
"decimals": 18
},
"infoURL": "https://www.hoosmartchain.com",
"shortName": "hsc",
"chainId": 70,
"networkId": 70,
"slip44": 1170,
"explorers": [{
"name": "hooscan",
"url": "https://www.hooscan.com",
"standard": "EIP3091"
}]
}

View File

@ -0,0 +1,27 @@
{
"name": "Mammoth",
"title": "Mammoth Chain",
"chain": "MMT",
"rpc": [
"https://dataseed.mmtscan.io",
"https://dataseed1.mmtscan.io",
"https://dataseed2.mmtscan.io"
],
"faucets": [
"https://faucet.mmtscan.io/"
],
"nativeCurrency": {
"name": "Mammoth Token",
"symbol": "MMT",
"decimals": 18
},
"infoURL": "https://mmtchain.io/",
"shortName": "mmt",
"chainId": 8898,
"networkId": 8898,
"explorers": [{
"name": "mmtscan",
"url": "https://mmtscan.io",
"standard": "EIP3091"
}]
}

View File

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

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

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQyTyJUnhD1dca35Vyj96pm3v3Xyw8xbG9m8HXHw3k2zR",
"width": 584,
"height": 707,
"format": "svg"
}
]