Skip to content

Commit

Permalink
added tiktrix testnet chain (#6021)
Browse files Browse the repository at this point in the history
* added tiktrix testnet chain

* enter value delete

* modify json

* prettier 62092 apply

* tiktrix icon prettier apply

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
realwater and ligi authored Oct 17, 2024
1 parent 8577d7b commit 0f66e14
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-62092.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "TikTrix Testnet",
"chain": "tTTX",
"icon": "tiktrix",
"rpc": ["https://tiktrix-rpc.xyz"],
"faucets": [],
"nativeCurrency": {
"name": "tTTX",
"symbol": "tTTX",
"decimals": 18
},
"infoURL": "https://tiktrix.gg",
"shortName": "tiktrix-testnet",
"chainId": 62092,
"networkId": 62092,
"slip44": 1,
"explorers": [
{
"name": "TikTrix Testnet Explorer",
"url": "https://tiktrix.xyz",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/tiktrix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQW8DuuyxjdLWAPq3V9zSfdAimaStptZ4gxZ3aEviAafc",
"width": 1280,
"height": 1280,
"format": "png"
}
]

0 comments on commit 0f66e14

Please sign in to comment.