Skip to content

Commit cc22fa8

Browse files
chore(chains): update chains (#2371)
Co-authored-by: GitHub Action <[email protected]>
1 parent 58b9dbc commit cc22fa8

File tree

5 files changed

+89
-39
lines changed

5 files changed

+89
-39
lines changed

packages/chains/chains/12611.ts

Lines changed: 0 additions & 34 deletions
This file was deleted.

packages/chains/chains/2662.ts

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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;

packages/chains/chains/3776.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export default {
3838
"rpc": [],
3939
"shortName": "astarzk",
4040
"slug": "astar-zkevm",
41+
"status": "incubating",
4142
"testnet": false,
4243
"title": "Astar zkEVM Mainnet"
4344
} as const satisfies Chain;

packages/chains/chains/6038361.ts

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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;

packages/chains/src/index.ts

Lines changed: 9 additions & 5 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)