Skip to content

Commit abc0a53

Browse files
chore(chains): update chains (#2336)
Co-authored-by: GitHub Action <[email protected]>
1 parent 38ea61c commit abc0a53

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

.changeset/sync-chains.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/chains": patch
3+
---
4+
5+
Synced Chains Package

packages/chains/chains/17217.ts

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "KONET",
4+
"chainId": 17217,
5+
"explorers": [
6+
{
7+
"name": "konet-explorer",
8+
"url": "https://explorer.kon-wallet.com",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [],
13+
"icon": {
14+
"url": "ipfs://QmSszu2AhLPgcp8SZYiBYCQiRVwb9ueqbnGbcTx9H9CJjZ",
15+
"width": 1851,
16+
"height": 1851,
17+
"format": "png"
18+
},
19+
"infoURL": "https://konetmain.com",
20+
"name": "KONET Mainnet",
21+
"nativeCurrency": {
22+
"name": "KONET",
23+
"symbol": "KONET",
24+
"decimals": 18
25+
},
26+
"networkId": 17217,
27+
"rpc": [
28+
"https://17217.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
29+
"https://api.kon-wallet.com"
30+
],
31+
"shortName": "KONET",
32+
"slip44": 1,
33+
"slug": "konet",
34+
"testnet": false
35+
} as const satisfies Chain;

0 commit comments

Comments
 (0)