forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Nollie Skatechain Testnet (ethereum-lists#4715)
* Add Nollie Skatechain Testnet * Fix validate_formatting failed check - "\ No newline at end of file" * Remove trailing / in explorer url - Fix ./gradlew run failing process * Run prettier --------- Co-authored-by: ligi <[email protected]>
- Loading branch information
Showing
2 changed files
with
33 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,25 @@ | ||
{ | ||
"name": "Nollie Skatechain Testnet", | ||
"chain": "Skatechain", | ||
"rpc": ["https://nollie-rpc.skatechain.org/"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"features": [{ "name": "EIP155" }], | ||
"infoURL": "", | ||
"shortName": "nollie-testnet", | ||
"chainId": 5051, | ||
"networkId": 5051, | ||
"icon": "nollie", | ||
"explorers": [ | ||
{ | ||
"name": "Nollie Skate Chain Testnet Explorer", | ||
"url": "https://nolliescan.skatechain.org", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"status": "active" | ||
} |
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://QmdofX1W8QFt4TSDaq2wyPvYuUba9LabgD1MYcn3Hezu8h", | ||
"width": 600, | ||
"height": 875, | ||
"format": "png" | ||
} | ||
] |