Deploying to gh-pages from @ ethereum-lists/chains@8773aceaf9 🚀

This commit is contained in:
ligi 2022-10-26 18:46:09 +00:00
parent 99c050de1c
commit ff31297511
8 changed files with 161 additions and 27 deletions

File diff suppressed because one or more lines are too long

24
chains/eip155-2018.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "PublicMint Devnet",
"title": "Public Mint Devnet",
"chain": "PublicMint",
"rpc": ["https://rpc.dev.publicmint.io:8545"],
"faucets": [],
"nativeCurrency": {
"name": "USD",
"symbol": "USD",
"decimals": 18
},
"infoURL": "https://publicmint.com",
"shortName": "pmint_dev",
"chainId": 2018,
"networkId": 2018,
"slip44": 60,
"explorers": [
{
"name": "PublicMint Explorer",
"url": "https://explorer.dev.publicmint.io",
"standard": "EIP3091"
}
]
}

24
chains/eip155-2019.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "PublicMint Testnet",
"title": "Public Mint Testnet",
"chain": "PublicMint",
"rpc": ["https://rpc.tst.publicmint.io:8545"],
"faucets": [],
"nativeCurrency": {
"name": "USD",
"symbol": "USD",
"decimals": 18
},
"infoURL": "https://publicmint.com",
"shortName": "pmint_test",
"chainId": 2019,
"networkId": 2019,
"slip44": 60,
"explorers": [
{
"name": "PublicMint Explorer",
"url": "https://explorer.tst.publicmint.io",
"standard": "EIP3091"
}
]
}

View File

@ -1,15 +1,24 @@
{
"name": "420coin",
"chain": "420",
"rpc": [],
"name": "PublicMint Mainnet",
"title": "Public Mint Mainnet",
"chain": "PublicMint",
"rpc": ["https://rpc.publicmint.io:8545"],
"faucets": [],
"nativeCurrency": {
"name": "Fourtwenty",
"symbol": "420",
"name": "USD",
"symbol": "USD",
"decimals": 18
},
"infoURL": "https://420integrated.com",
"shortName": "420",
"infoURL": "https://publicmint.com",
"shortName": "pmint",
"chainId": 2020,
"networkId": 2020
"networkId": 2020,
"slip44": 60,
"explorers": [
{
"name": "PublicMint Explorer",
"url": "https://explorer.publicmint.io",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -3340,18 +3340,44 @@
"faucets": [],
"infoURL": "https://cloudwalk.io"
}, {
"name": "420coin",
"chainId": 2020,
"shortName": "420",
"networkId": 2020,
"name": "PublicMint Devnet",
"chainId": 2018,
"shortName": "pmint_dev",
"networkId": 2018,
"nativeCurrency": {
"name": "Fourtwenty",
"symbol": "420",
"name": "USD",
"symbol": "USD",
"decimals": 18
},
"rpc": [],
"rpc": ["https://rpc.dev.publicmint.io:8545"],
"faucets": [],
"infoURL": "https://420integrated.com"
"infoURL": "https://publicmint.com"
}, {
"name": "PublicMint Testnet",
"chainId": 2019,
"shortName": "pmint_test",
"networkId": 2019,
"nativeCurrency": {
"name": "USD",
"symbol": "USD",
"decimals": 18
},
"rpc": ["https://rpc.tst.publicmint.io:8545"],
"faucets": [],
"infoURL": "https://publicmint.com"
}, {
"name": "PublicMint Mainnet",
"chainId": 2020,
"shortName": "pmint",
"networkId": 2020,
"nativeCurrency": {
"name": "USD",
"symbol": "USD",
"decimals": 18
},
"rpc": ["https://rpc.publicmint.io:8545"],
"faucets": [],
"infoURL": "https://publicmint.com"
}, {
"name": "Edgeware Mainnet",
"chainId": 2021,

View File

@ -4696,19 +4696,68 @@
"standard": "none"
}]
}, {
"name": "420coin",
"chain": "420",
"rpc": [],
"name": "PublicMint Devnet",
"title": "Public Mint Devnet",
"chain": "PublicMint",
"rpc": ["https://rpc.dev.publicmint.io:8545"],
"faucets": [],
"nativeCurrency": {
"name": "Fourtwenty",
"symbol": "420",
"name": "USD",
"symbol": "USD",
"decimals": 18
},
"infoURL": "https://420integrated.com",
"shortName": "420",
"infoURL": "https://publicmint.com",
"shortName": "pmint_dev",
"chainId": 2018,
"networkId": 2018,
"slip44": 60,
"explorers": [{
"name": "PublicMint Explorer",
"url": "https://explorer.dev.publicmint.io",
"standard": "EIP3091"
}]
}, {
"name": "PublicMint Testnet",
"title": "Public Mint Testnet",
"chain": "PublicMint",
"rpc": ["https://rpc.tst.publicmint.io:8545"],
"faucets": [],
"nativeCurrency": {
"name": "USD",
"symbol": "USD",
"decimals": 18
},
"infoURL": "https://publicmint.com",
"shortName": "pmint_test",
"chainId": 2019,
"networkId": 2019,
"slip44": 60,
"explorers": [{
"name": "PublicMint Explorer",
"url": "https://explorer.tst.publicmint.io",
"standard": "EIP3091"
}]
}, {
"name": "PublicMint Mainnet",
"title": "Public Mint Mainnet",
"chain": "PublicMint",
"rpc": ["https://rpc.publicmint.io:8545"],
"faucets": [],
"nativeCurrency": {
"name": "USD",
"symbol": "USD",
"decimals": 18
},
"infoURL": "https://publicmint.com",
"shortName": "pmint",
"chainId": 2020,
"networkId": 2020
"networkId": 2020,
"slip44": 60,
"explorers": [{
"name": "PublicMint Explorer",
"url": "https://explorer.publicmint.io",
"standard": "EIP3091"
}]
}, {
"name": "Edgeware Mainnet",
"chain": "EDG",

View File

@ -256,7 +256,9 @@
"milkALGO": "eip155:2002",
"cloudwalk_testnet": "eip155:2008",
"cloudwalk_mainnet": "eip155:2009",
"420": "eip155:2020",
"pmint_dev": "eip155:2018",
"pmint_test": "eip155:2019",
"pmint": "eip155:2020",
"edg": "eip155:2021",
"edgt": "eip155:2022",
"taycan-testnet": "eip155:2023",