Skip to content

Commit

Permalink
Add Laika Testnet and Mainnet (ethereum-lists#5653)
Browse files Browse the repository at this point in the history
* Add Laika Testnet

* Add Laika

* Add Laika Mainnet

* Add Laika Icon

* Update Laika Testnet Shortname

* Fix JSON Formatting

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
LaikaChain and ligi authored Aug 27, 2024
1 parent 62a75a4 commit 149ffc6
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-4269.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Laika Testnet",
"chain": "LAIKA",
"rpc": ["https://testnetrpc1.laikachain.dog"],
"faucets": ["https://laikachain.dog/faucets"],
"nativeCurrency": {
"name": "Dogecoin",
"symbol": "DOGE",
"decimals": 18
},
"infoURL": "https://laikachain.dog",
"shortName": "laika-testnet",
"chainId": 4269,
"networkId": 4269,
"icon": "laika",
"explorers": [
{
"name": "Laika Testnet Explorer",
"url": "https://testnet.laikachain.dog",
"standard": "EIP3091"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-6942.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Laika Mainnet",
"chain": "LAIKA",
"rpc": ["https://mainnetrpc.laikachain.dog"],
"faucets": ["https://laikachain.dog/faucets"],
"nativeCurrency": {
"name": "Dogecoin",
"symbol": "DOGE",
"decimals": 18
},
"infoURL": "https://laikachain.dog",
"shortName": "laika",
"chainId": 6942,
"networkId": 6942,
"icon": "laika",
"explorers": [
{
"name": "Laika Mainnet Explorer",
"url": "https://explorer.laikachain.dog",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/laika.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmTMbwvGznhMwxWbX28FWtj4Me8ayGQjUQG7zrXPCJzLTa",
"width": 513,
"height": 513,
"format": "png"
}
]
Binary file not shown.

0 comments on commit 149ffc6

Please sign in to comment.