mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
b701e5bb4e
commit
8773aceaf9
24
_data/chains/eip155-2018.json
Normal file
24
_data/chains/eip155-2018.json
Normal 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
_data/chains/eip155-2019.json
Normal file
24
_data/chains/eip155-2019.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user