Skip to content

Commit

Permalink
Adding new chain Primal Network Mainnet and Testnet (#5010)
Browse files Browse the repository at this point in the history
* Adding new chain Primal Network Mainnet and Testnet

* removed / from end of the explorer url

* formatting

* fix url protocol and shortname

---------

Co-authored-by: itsinayat <[email protected]>
Co-authored-by: ligi <[email protected]>
  • Loading branch information
3 people authored May 8, 2024
1 parent d4dba28 commit f94c2ce
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-39656.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "PRM Mainnet",
"chain": "prm",
"icon": "prmIcon",
"rpc": ["https://mainnet-rpc.prmscan.org"],
"faucets": [],
"nativeCurrency": {
"name": "Primal Network",
"symbol": "PRM",
"decimals": 18
},
"infoURL": "https://primalnetwork.org",
"shortName": "prm",
"chainId": 39656,
"networkId": 39656,
"explorers": [
{
"name": "Primal Network",
"url": "https://prmscan.org",
"standard": "EIP3091"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-839320.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "PRM Testnet",
"chain": "prm",
"icon": "prmIcon",
"rpc": ["https://testnet-rpc.prmscan.org"],
"faucets": ["https://faucet.prmscan.org"],
"nativeCurrency": {
"name": "Primal Network",
"symbol": "PRM",
"decimals": 18
},
"infoURL": "https://primalnetwork.org",
"shortName": "prmtest",
"chainId": 839320,
"networkId": 839320,
"explorers": [
{
"name": "Primal Network Testnet",
"url": "https://testnet-explorer.prmscan.org",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/prmIcon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmckkDRkuCQWbvhpKGsqa8ajuQvf3W5dekzw5qpiPC6shk",
"width": 1220,
"height": 1220,
"format": "png"
}
]

0 comments on commit f94c2ce

Please sign in to comment.