Skip to content

Commit 319435a

Browse files
chore(chains): update chains (#2673)
1 parent 69ee979 commit 319435a

File tree

4 files changed

+70
-1
lines changed

4 files changed

+70
-1
lines changed
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": 49053,
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": "QaUser5759 Testnet",
16+
"nativeCurrency": {
17+
"name": "QaUser5759 Testnet Token",
18+
"symbol": "ATZ",
19+
"decimals": 18
20+
},
21+
"networkId": 49053,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://49053.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "QaUser5759 Testnet",
28+
"slug": "qauser5759-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": 66063,
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": "QaUser3324 Testnet",
16+
"nativeCurrency": {
17+
"name": "QaUser3324 Testnet Token",
18+
"symbol": "IYM",
19+
"decimals": 18
20+
},
21+
"networkId": 66063,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://66063.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "QaUser3324 Testnet",
28+
"slug": "qauser3324-testnet",
29+
"testnet": true
30+
} as const satisfies Chain;

legacy_packages/chains/chains/80085.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export default {
3636
"redFlags": [],
3737
"rpc": [
3838
"https://80085.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
39+
"https://quicknode-rpc.berachain.com",
3940
"https://artio.rpc.berachain.com",
4041
"https://rpc.ankr.com/berachain_testnet"
4142
],

0 commit comments

Comments
 (0)