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 Laika Testnet and Mainnet (ethereum-lists#5653)
* 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
1 parent
62a75a4
commit 149ffc6
Showing
4 changed files
with
54 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": "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" | ||
} | ||
] | ||
} |
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": "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" | ||
} | ||
] | ||
} |
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://QmTMbwvGznhMwxWbX28FWtj4Me8ayGQjUQG7zrXPCJzLTa", | ||
"width": 513, | ||
"height": 513, | ||
"format": "png" | ||
} | ||
] |
Binary file not shown.