Skip to content

Commit 25616ca

Browse files
chore(chains): update chains (#2549)
Co-authored-by: GitHub Action <action@github.com>
1 parent 2a34517 commit 25616ca

File tree

4 files changed

+77
-9
lines changed

4 files changed

+77
-9
lines changed

packages/chains/chains/10050.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": "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;

packages/chains/chains/13396.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": "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;

packages/chains/chains/6038361.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ export default {
77
"name": "Blockscout zKyoto explorer",
88
"url": "https://astar-zkyoto.blockscout.com",
99
"standard": "EIP3091"
10+
},
11+
{
12+
"name": "Astar zkEVM Testnet zKyoto",
13+
"url": "hhttps://zkyoto.explorer.startale.com/",
14+
"standard": "EIP3091"
1015
}
1116
],
1217
"faucets": [],
18+
"features": [],
1319
"icon": {
1420
"url": "ipfs://QmRySLe3su59dE5x5JPm2b1GeZfz6DR9qUzcbp3rt4SD3A",
1521
"width": 300,
@@ -27,15 +33,9 @@ export default {
2733
"parent": {
2834
"type": "L2",
2935
"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": []
3837
},
38+
"redFlags": [],
3939
"rpc": [
4040
"https://6038361.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
4141
"https://rpc.startale.com/zkyoto",

0 commit comments

Comments
 (0)