Deploying to gh-pages from @ ethereum-lists/chains@87f9f91de2 🚀

This commit is contained in:
ligi 2023-01-05 08:55:31 +00:00
parent e92890a5cf
commit 0efd8555b7
10 changed files with 84 additions and 3 deletions

View File

@ -46,6 +46,14 @@
"height": 1629, "height": 1629,
"format": "png" "format": "png"
}] }]
}, {
"name": "mas",
"icons": [{
"url": "ipfs://QmZ9njQhhKkpJKGnoYy6XTuDtk5CYiDFUd8atqWthqUT3Q",
"width": 1024,
"height": 1024,
"format": "png"
}]
}, { }, {
"name": "ethw", "name": "ethw",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

25
chains/eip155-220315.json Normal file
View File

@ -0,0 +1,25 @@
{
"name": "Mas Mainnet",
"chain": "MAS",
"rpc": ["http://node.masnet.ai:8545"],
"faucets": [],
"nativeCurrency": {
"name": "Master Bank",
"symbol": "MAS",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://masterbank.org",
"shortName": "mas",
"chainId": 220315,
"networkId": 1,
"icon": "mas",
"explorers": [
{
"name": "explorer masnet",
"url": "https://explorer.masnet.ai",
"icon": "explorer",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -7395,6 +7395,19 @@
"rpc": ["https://openapi2.platon.network/rpc", "wss://openapi2.platon.network/ws"], "rpc": ["https://openapi2.platon.network/rpc", "wss://openapi2.platon.network/ws"],
"faucets": [], "faucets": [],
"infoURL": "https://www.platon.network" "infoURL": "https://www.platon.network"
}, {
"name": "Mas Mainnet",
"chainId": 220315,
"shortName": "mas",
"networkId": 1,
"nativeCurrency": {
"name": "Master Bank",
"symbol": "MAS",
"decimals": 18
},
"rpc": ["http://node.masnet.ai:8545"],
"faucets": [],
"infoURL": "https://masterbank.org"
}, { }, {
"name": "Haymo Testnet", "name": "Haymo Testnet",
"chainId": 234666, "chainId": 234666,

View File

@ -10908,6 +10908,32 @@
"url": "https://scan.platon.network", "url": "https://scan.platon.network",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "Mas Mainnet",
"chain": "MAS",
"rpc": ["http://node.masnet.ai:8545"],
"faucets": [],
"nativeCurrency": {
"name": "Master Bank",
"symbol": "MAS",
"decimals": 18
},
"features": [{
"name": "EIP155"
}, {
"name": "EIP1559"
}],
"infoURL": "https://masterbank.org",
"shortName": "mas",
"chainId": 220315,
"networkId": 1,
"icon": "mas",
"explorers": [{
"name": "explorer masnet",
"url": "https://explorer.masnet.ai",
"icon": "explorer",
"standard": "EIP3091"
}]
}, { }, {
"name": "Haymo Testnet", "name": "Haymo Testnet",
"chain": "tHYM", "chain": "tHYM",

8
icons/mas.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -568,6 +568,7 @@
"tDSC": "eip155:202020", "tDSC": "eip155:202020",
"twl-jellie": "eip155:202624", "twl-jellie": "eip155:202624",
"platon": "eip155:210425", "platon": "eip155:210425",
"mas": "eip155:220315",
"hym": "eip155:234666", "hym": "eip155:234666",
"ats": "eip155:246529", "ats": "eip155:246529",
"atstau": "eip155:246785", "atstau": "eip155:246785",