File tree Expand file tree Collapse file tree 3 files changed +45
-1
lines changed Expand file tree Collapse file tree 3 files changed +45
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @thirdweb-dev/chains " : patch
3
+ ---
4
+
5
+ Synced Chains Package
Original file line number Diff line number Diff line change
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 ;
You can’t perform that action at this time.
0 commit comments