File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change
1
+ import type { Chain } from "../src/types" ;
2
+ export default {
3
+ "chain" : "Avalanche" ,
4
+ "chainId" : 11227 ,
5
+ "explorers" : [ ] ,
6
+ "faucets" : [ ] ,
7
+ "features" : [ ] ,
8
+ "icon" : {
9
+ "url" : "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg" ,
10
+ "width" : 256 ,
11
+ "height" : 256 ,
12
+ "format" : "svg"
13
+ } ,
14
+ "infoURL" : "https://avacloud.io" ,
15
+ "name" : "Jiritsu Testnet" ,
16
+ "nativeCurrency" : {
17
+ "name" : "Jiritsu Testnet Token" ,
18
+ "symbol" : "TZW" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 11227 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://11227.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/jiritsutes/testnet/rpc"
26
+ ] ,
27
+ "shortName" : "Jiritsu Testnet" ,
28
+ "slug" : "jiritsu-testnet" ,
29
+ "testnet" : true
30
+ } as const satisfies Chain ;
You can’t perform that action at this time.
0 commit comments