Skip to content

Commit

Permalink
add karak Mainnet and testnet (#4217)
Browse files Browse the repository at this point in the history
* add karak testnet network

* prettier

* add karak mainnet

* Rename Karak.json to karak.json

* fixed issue

* fixed shortname issue

* added to iconDownload

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
aymentrosh and ligi authored Feb 13, 2024
1 parent ce45dce commit a723229
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _data/chains/eip155-2410.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Karak Mainnet",
"chain": "Karak",
"icon": "karak",
"rpc": ["https://rpc.karak.network"],
"faucets": [],
"nativeCurrency": {
"name": "Karak",
"symbol": "KRK",
"decimals": 18
},
"infoURL": "https://karak.network",
"shortName": "karak-mainnet",
"chainId": 2410,
"networkId": 2410,
"explorers": [
{
"name": "Karak Mainnet Explorer",
"url": "https://explorer.karak.network",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1"
}
}
27 changes: 27 additions & 0 deletions _data/chains/eip155-2511.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Karak Testnet",
"chain": "Karak",
"icon": "karak",
"rpc": ["https://goerli.node1.karak.network"],
"faucets": [],
"nativeCurrency": {
"name": "Karak",
"symbol": "KRK",
"decimals": 18
},
"infoURL": "https://karak.network",
"shortName": "karak-testnet",
"chainId": 2511,
"networkId": 2511,
"explorers": [
{
"name": "Karak Testnet Explorer",
"url": "https://goerli.scan.karak.network",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-5"
}
}
8 changes: 8 additions & 0 deletions _data/icons/karak.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmRvHRuhfQgDRyGgt6vCoHqjZW2Dir7siowYnBpR5BRSej",
"width": 1080,
"height": 1080,
"format": "png"
}
]
Binary file not shown.

0 comments on commit a723229

Please sign in to comment.