Skip to content

Commit 32fa0c6

Browse files
chore(chains): update chains (#2638)
Co-authored-by: GitHub Action <action@github.com>
1 parent c508751 commit 32fa0c6

File tree

3 files changed

+69
-1
lines changed

3 files changed

+69
-1
lines changed

legacy_packages/chains/chains/7317.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": 7317,
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": "QaUser5017 Testnet",
16+
"nativeCurrency": {
17+
"name": "QaUser5017 Testnet Token",
18+
"symbol": "IHS",
19+
"decimals": 18
20+
},
21+
"networkId": 7317,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://7317.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "QaUser5017 Testnet",
28+
"slug": "qauser5017-testnet",
29+
"testnet": true
30+
} 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": 86663,
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": "QaUser7218 Testnet",
16+
"nativeCurrency": {
17+
"name": "QaUser7218 Testnet Token",
18+
"symbol": "GCY",
19+
"decimals": 18
20+
},
21+
"networkId": 86663,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://86663.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "QaUser7218 Testnet",
28+
"slug": "qauser7218-testnet",
29+
"testnet": true
30+
} as const satisfies Chain;

0 commit comments

Comments
 (0)