Skip to content

Commit

Permalink
Updated Json Formate for Pawchain testnet (#3316)
Browse files Browse the repository at this point in the history
* Add Pawchain network

* Add Pawchain network

* Updated json formate for PawChian

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
it-arpit and ligi authored Aug 12, 2023
1 parent 82d91ba commit 171ab8c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions _data/chains/eip155-542.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "PAWCHAIN Testnet",
"chain": "PAW",
"rpc": ["https://pawchainx.com/"],
"faucets": [],
"nativeCurrency": {
"name": "PAW",
"symbol": "PAW",
"decimals": 18
},
"infoURL": "https://pawchainx.com/",
"shortName": "PAW",
"chainId": 542,
"networkId": 542,
"explorers": [
{
"name": "PAWCHAIN Testnet",
"url": "https://pawscan.io",
"standard": "none"
}
]
}

0 comments on commit 171ab8c

Please sign in to comment.