Skip to content

Commit

Permalink
Adding Latestchain Testnet 6660 (#4041)
Browse files Browse the repository at this point in the history
* Adding Latest chain ICON

* Adding latest icon json

* Adding EIP155-6660 Latestchain Testnet
  • Loading branch information
solidityx authored Dec 26, 2023
1 parent 0c2ce56 commit ad454d8
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-6660.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Latest Chain Testnet",
"chain": "LATEST",
"icon": "latestChain",
"rpc": ["https://testnet-rpc.latestcoin.io"],
"faucets": ["http://faucet.latestchain.io"],
"nativeCurrency": {
"name": "Latest",
"symbol": "LATEST",
"decimals": 18
},
"infoURL": "https://latestcoin.io",
"shortName": "LATESTt",
"chainId": 6660,
"networkId": 6660,
"explorers": [
{
"name": "Latest Chain",
"url": "http://testnet.latestchain.io",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/latestChain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmUU784i1ZHDNwgXvt9weZmq6YbHHkyXvuDS7r4iDzao72",
"width": 1115,
"height": 1242,
"format": "png"
}
]
Binary file not shown.

0 comments on commit ad454d8

Please sign in to comment.