-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Pencils Protocol mainnet + testnet (#6760)
* Create eip155-33999.json * Create eip155-339.json
- Loading branch information
1 parent
6fd5541
commit 8cfe3ce
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |