Skip to content

Commit

Permalink
Add Pencils Protocol mainnet + testnet (#6760)
Browse files Browse the repository at this point in the history
* Create eip155-33999.json

* Create eip155-339.json
  • Loading branch information
penpad-dev authored Feb 9, 2025
1 parent 6fd5541 commit 8cfe3ce
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _data/chains/eip155-339.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Pencils Protocol",
"chain": "ETH",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Pencils Protocol Token",
"symbol": "DAPP",
"decimals": 18
},
"infoURL": "https://pencilsprotocol.io/",
"shortName": "dapp",
"chainId": 339,
"networkId": 339,
"status": "incubating"
}
16 changes: 16 additions & 0 deletions _data/chains/eip155-33999.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Pencils Protocol Sepolia Testnet",
"chain": "ETH",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Pencils Protocol Sepolia Testnet Token",
"symbol": "DAPPST",
"decimals": 18
},
"infoURL": "https://pencilsprotocol.io/",
"shortName": "dapp-sepolia",
"chainId": 33999,
"networkId": 33999,
"status": "incubating"
}

0 comments on commit 8cfe3ce

Please sign in to comment.