File tree Expand file tree Collapse file tree 5 files changed +89
-39
lines changed Expand file tree Collapse file tree 5 files changed +89
-39
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ import type { Chain } from "../src/types" ;
2
+ export default {
3
+ "chain" : "ETH" ,
4
+ "chainId" : 2662 ,
5
+ "explorers" : [ ] ,
6
+ "faucets" : [ ] ,
7
+ "icon" : {
8
+ "url" : "ipfs://QmTYgeN1E3GGXnMF2oa43v2ehX2bYqrHPrGQ9xbBMXy1we" ,
9
+ "width" : 1280 ,
10
+ "height" : 1280 ,
11
+ "format" : "png"
12
+ } ,
13
+ "infoURL" : "https://apexlayer.xyz/" ,
14
+ "name" : "APEX" ,
15
+ "nativeCurrency" : {
16
+ "name" : "Ether" ,
17
+ "symbol" : "ETH" ,
18
+ "decimals" : 18
19
+ } ,
20
+ "networkId" : 2662 ,
21
+ "parent" : {
22
+ "type" : "L2" ,
23
+ "chain" : "eip155-1"
24
+ } ,
25
+ "rpc" : [ ] ,
26
+ "shortName" : "apexmainnet" ,
27
+ "slug" : "apex" ,
28
+ "status" : "incubating" ,
29
+ "testnet" : false
30
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ export default {
38
38
"rpc" : [ ] ,
39
39
"shortName" : "astarzk" ,
40
40
"slug" : "astar-zkevm" ,
41
+ "status" : "incubating" ,
41
42
"testnet" : false ,
42
43
"title" : "Astar zkEVM Mainnet"
43
44
} 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" : "ETH" ,
4
+ "chainId" : 6038361 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "Blockscout zKyoto chain explorer" ,
8
+ "url" : "https://astar-zkyoto.blockscout.com" ,
9
+ "standard" : "EIP3091"
10
+ }
11
+ ] ,
12
+ "faucets" : [ ] ,
13
+ "icon" : {
14
+ "url" : "ipfs://QmRySLe3su59dE5x5JPm2b1GeZfz6DR9qUzcbp3rt4SD3A" ,
15
+ "width" : 300 ,
16
+ "height" : 300 ,
17
+ "format" : "png"
18
+ } ,
19
+ "infoURL" : "https://astar.network" ,
20
+ "name" : "Astar zKyoto" ,
21
+ "nativeCurrency" : {
22
+ "name" : "Sepolia Ether" ,
23
+ "symbol" : "ETH" ,
24
+ "decimals" : 18
25
+ } ,
26
+ "networkId" : 6038361 ,
27
+ "parent" : {
28
+ "type" : "L2" ,
29
+ "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
+ ]
38
+ } ,
39
+ "rpc" : [
40
+ "https://6038361.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
41
+ "https://rpc.startale.com/zkyoto" ,
42
+ "https://rpc.zkyoto.gelato.digital"
43
+ ] ,
44
+ "shortName" : "azkyt" ,
45
+ "slug" : "astar-zkyoto" ,
46
+ "status" : "incubating" ,
47
+ "testnet" : true ,
48
+ "title" : "Astar zkEVM Testnet zKyoto"
49
+ } as const satisfies Chain ;
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments