Skip to content

Commit f7b45fa

Browse files
chore(chains): update chains (#2601)
Co-authored-by: GitHub Action <action@github.com>
1 parent 82e5f53 commit f7b45fa

File tree

5 files changed

+137
-1
lines changed

5 files changed

+137
-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": 26031,
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": "QaUser7894 Testnet",
16+
"nativeCurrency": {
17+
"name": "QaUser7894 Testnet Token",
18+
"symbol": "YUT",
19+
"decimals": 18
20+
},
21+
"networkId": 26031,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://26031.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "QaUser7894 Testnet",
28+
"slug": "qauser7894-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": 40868,
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": "QaUser5110 Testnet",
16+
"nativeCurrency": {
17+
"name": "QaUser5110 Testnet Token",
18+
"symbol": "CRL",
19+
"decimals": 18
20+
},
21+
"networkId": 40868,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://40868.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "QaUser5110 Testnet",
28+
"slug": "qauser5110-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": 54763,
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": "QaUser3051 Testnet",
16+
"nativeCurrency": {
17+
"name": "QaUser3051 Testnet Token",
18+
"symbol": "DSX",
19+
"decimals": 18
20+
},
21+
"networkId": 54763,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://54763.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "QaUser3051 Testnet",
28+
"slug": "qauser3051-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": 57973,
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": "QaUser5524 Testnet",
16+
"nativeCurrency": {
17+
"name": "QaUser5524 Testnet Token",
18+
"symbol": "ADN",
19+
"decimals": 18
20+
},
21+
"networkId": 57973,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://57973.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "QaUser5524 Testnet",
28+
"slug": "qauser5524-testnet",
29+
"testnet": true
30+
} as const satisfies Chain;

legacy_packages/chains/src/index.ts

Lines changed: 17 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)