-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add nal testnet * fix verify errors * Fix fomat errors * Add new line for nal.json and remove slash for infoUrl --------- Co-authored-by: ligi <[email protected]>
- Loading branch information
1 parent
9d241b6
commit 07c89f7
Showing
2 changed files
with
31 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,23 @@ | ||
{ | ||
"name": "Nal Sepolia Testnet", | ||
"chain": "ETH", | ||
"rpc": ["https://testnet-rpc.nal.network"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Sepolia Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"icon": "nal", | ||
"infoURL": "https://www.nal.network", | ||
"shortName": "nalsep", | ||
"chainId": 328527624, | ||
"networkId": 328527624, | ||
"explorers": [ | ||
{ | ||
"name": "Nal Sepolia Testnet Network Explorer", | ||
"url": "https://testnet-scan.nal.network", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
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,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmZLZHX18YUswejxo1JFNPx5EwMsVhUwBeBWEcd1JUHAK5", | ||
"width": 640, | ||
"height": 640, | ||
"format": "png" | ||
} | ||
] |