Add PublicMint Testnet and Devnet (#1719)

* Add PublicMint Testnet and Devnet

* Update 2020 chain data

* Update _data/chains/eip155-2018.json

* Update _data/chains/eip155-2019.json

* Update eip155-2020.json

* Change conflicting shortName

Co-authored-by: ligi <ligi@ligi.de>
Co-authored-by: Rafael Torres <rafaeltorres@publicmint.com>
This commit is contained in:
Rafael Torres 2022-10-26 19:42:36 +01:00 committed by GitHub
parent b701e5bb4e
commit 8773aceaf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 65 additions and 8 deletions

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"
}
]
}

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", "name": "PublicMint Mainnet",
"chain": "420", "title": "Public Mint Mainnet",
"rpc": [], "chain": "PublicMint",
"rpc": ["https://rpc.publicmint.io:8545"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Fourtwenty", "name": "USD",
"symbol": "420", "symbol": "USD",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://420integrated.com", "infoURL": "https://publicmint.com",
"shortName": "420", "shortName": "pmint",
"chainId": 2020, "chainId": 2020,
"networkId": 2020 "networkId": 2020,
"slip44": 60,
"explorers": [
{
"name": "PublicMint Explorer",
"url": "https://explorer.publicmint.io",
"standard": "EIP3091"
}
]
} }