Skip to content

Commit

Permalink
Add Nollie Skatechain Testnet (ethereum-lists#4715)
Browse files Browse the repository at this point in the history
* 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
JusSkate and ligi authored Apr 4, 2024
1 parent f228456 commit be9b3c5
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _data/chains/eip155-5051.json
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"
}
8 changes: 8 additions & 0 deletions _data/icons/nollie.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmdofX1W8QFt4TSDaq2wyPvYuUba9LabgD1MYcn3Hezu8h",
"width": 600,
"height": 875,
"format": "png"
}
]

0 comments on commit be9b3c5

Please sign in to comment.