Skip to content

Commit

Permalink
add KYMTC mainnet, testnet (#5431)
Browse files Browse the repository at this point in the history
* add KYMTC mainnet, testnet

* fix format json

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
KymaticTulpaCreations and ligi authored Jul 13, 2024
1 parent 0db9ec3 commit c37e711
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-15430.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "KYMTC Mainnet",
"chain": "KYMTC",
"icon": "kymtc",
"rpc": ["https://mainnet-rpc.kymaticscan.online"],
"faucets": [],
"nativeCurrency": {
"name": "KYMTC",
"symbol": "KYMTC",
"decimals": 18
},
"infoURL": "https://kymaticscan.online",
"shortName": "KYMTC",
"chainId": 15430,
"networkId": 15430,
"explorers": [
{
"name": "KYMTC Mainnet Explorer",
"url": "https://kymaticscan.online",
"icon": "kymtc",
"standard": "EIP3091"
}
]
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-24076.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "KYMTC Testnet",
"chain": "KYMTC",
"icon": "kymtc",
"rpc": ["https://testnet-rpc.kymaticscan.online"],
"faucets": ["https://faucet.kymaticscan.online"],
"nativeCurrency": {
"name": "KYMTC",
"symbol": "KYMTC",
"decimals": 18
},
"infoURL": "https://testnet-explorer.kymaticscan.online",
"shortName": "tKYMTC",
"chainId": 24076,
"networkId": 24076,
"explorers": [
{
"name": "KYMTC Testnet Explorer",
"url": "https://testnet-explorer.kymaticscan.online",
"icon": "kymtc",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/kymtc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmR1AnNYGeXpVmsKyzqktk4K1BtFPiaJpeXuLktb9Kwmer",
"width": 1042,
"height": 1038,
"format": "png"
}
]
Binary file not shown.

0 comments on commit c37e711

Please sign in to comment.