File tree Expand file tree Collapse file tree 4 files changed +77
-9
lines changed Expand file tree Collapse file tree 4 files changed +77
-9
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" : 10050 ,
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" : "QR0327S1D Testnet" ,
16
+ "nativeCurrency" : {
17
+ "name" : "QR0327S1D Testnet Token" ,
18
+ "symbol" : "WZL" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 10050 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://10050.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/qr0327s1dt/testnet/rpc"
26
+ ] ,
27
+ "shortName" : "QR0327S1D Testnet" ,
28
+ "slug" : "qr0327s1d-testnet" ,
29
+ "testnet" : true
30
+ } as const satisfies Chain ;
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" : 13396 ,
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" : "Masa Network " ,
16
+ "nativeCurrency" : {
17
+ "name" : "Masa Network Token" ,
18
+ "symbol" : "MASA" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 13396 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://13396.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/masanetwork/mainnet/rpc"
26
+ ] ,
27
+ "shortName" : "Masa Network " ,
28
+ "slug" : "masa-network" ,
29
+ "testnet" : false
30
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -7,9 +7,15 @@ export default {
7
7
"name" : "Blockscout zKyoto explorer" ,
8
8
"url" : "https://astar-zkyoto.blockscout.com" ,
9
9
"standard" : "EIP3091"
10
+ } ,
11
+ {
12
+ "name" : "Astar zkEVM Testnet zKyoto" ,
13
+ "url" : "hhttps://zkyoto.explorer.startale.com/" ,
14
+ "standard" : "EIP3091"
10
15
}
11
16
] ,
12
17
"faucets" : [ ] ,
18
+ "features" : [ ] ,
13
19
"icon" : {
14
20
"url" : "ipfs://QmRySLe3su59dE5x5JPm2b1GeZfz6DR9qUzcbp3rt4SD3A" ,
15
21
"width" : 300 ,
@@ -27,15 +33,9 @@ export default {
27
33
"parent" : {
28
34
"type" : "L2" ,
29
35
"chain" : "eip155-11155111" ,
30
- "bridges" : [
31
- {
32
- "url" : "https://portal.astar.network"
33
- } ,
34
- {
35
- "url" : "https://bridge.gelato.network/bridge/astar-zkyoto"
36
- }
37
- ]
36
+ "bridges" : [ ]
38
37
} ,
38
+ "redFlags" : [ ] ,
39
39
"rpc" : [
40
40
"https://6038361.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
41
41
"https://rpc.startale.com/zkyoto" ,
You can’t perform that action at this time.
0 commit comments