Skip to content

Commit 23680d1

Browse files
chore(chains): update chains (#2809)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 94e354a commit 23680d1

File tree

3 files changed

+78
-1
lines changed

3 files changed

+78
-1
lines changed

legacy_packages/chains/chains/2810.ts

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "ETH",
4+
"chainId": 2810,
5+
"explorers": [
6+
{
7+
"name": "Morph Holesky Testnet Explorer",
8+
"url": "https://explorer-holesky.morphl2.io",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [],
13+
"infoURL": "https://morphl2.io",
14+
"name": "Morph Holesky",
15+
"nativeCurrency": {
16+
"name": "Ether",
17+
"symbol": "ETH",
18+
"decimals": 18
19+
},
20+
"networkId": 2810,
21+
"parent": {
22+
"type": "L2",
23+
"chain": "eip155-1",
24+
"bridges": [
25+
{
26+
"url": "https://bridge-holesky.morphl2.io"
27+
}
28+
]
29+
},
30+
"rpc": [
31+
"https://2810.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
32+
"https://rpc-holesky.morphl2.io"
33+
],
34+
"shortName": "hmorph",
35+
"slip44": 1,
36+
"slug": "morph-holesky",
37+
"testnet": true,
38+
"title": "Morph Holesky Testnet"
39+
} as const satisfies Chain;
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": 79490,
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": "QaUser2672 Testnet",
16+
"nativeCurrency": {
17+
"name": "QaUser2672 Testnet Token",
18+
"symbol": "ENU",
19+
"decimals": 18
20+
},
21+
"networkId": 79490,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://79490.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "QaUser2672 Testnet",
28+
"slug": "qauser2672-testnet",
29+
"testnet": true
30+
} as const satisfies Chain;

0 commit comments

Comments
 (0)