Skip to content

Commit 8718354

Browse files
github-actions[bot]actions-userjnsdls
authored
chore(chains): update chains (#2640)
Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Jonas Daniels <jonas.daniels@outlook.com>
1 parent 945ea1d commit 8718354

File tree

8 files changed

+239
-1
lines changed

8 files changed

+239
-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": 18109,
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": "QaUser7737 Testnet",
16+
"nativeCurrency": {
17+
"name": "QaUser7737 Testnet Token",
18+
"symbol": "XSP",
19+
"decimals": 18
20+
},
21+
"networkId": 18109,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://18109.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "QaUser7737 Testnet",
28+
"slug": "qauser7737-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": 29830,
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": "QaUser6165 Testnet",
16+
"nativeCurrency": {
17+
"name": "QaUser6165 Testnet Token",
18+
"symbol": "TGQ",
19+
"decimals": 18
20+
},
21+
"networkId": 29830,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://29830.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "QaUser6165 Testnet",
28+
"slug": "qauser6165-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": 31646,
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": "QaUser9492 Testnet",
16+
"nativeCurrency": {
17+
"name": "QaUser9492 Testnet Token",
18+
"symbol": "UVI",
19+
"decimals": 18
20+
},
21+
"networkId": 31646,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://31646.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "QaUser9492 Testnet",
28+
"slug": "qauser9492-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": 48137,
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": "QaUser9608 Testnet",
16+
"nativeCurrency": {
17+
"name": "QaUser9608 Testnet Token",
18+
"symbol": "ASI",
19+
"decimals": 18
20+
},
21+
"networkId": 48137,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://48137.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "QaUser9608 Testnet",
28+
"slug": "qauser9608-testnet",
29+
"testnet": true
30+
} as const satisfies Chain;

legacy_packages/chains/chains/7909.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": 7909,
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": "QaUser3870 Testnet",
16+
"nativeCurrency": {
17+
"name": "QaUser3870 Testnet Token",
18+
"symbol": "RAY",
19+
"decimals": 18
20+
},
21+
"networkId": 7909,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://7909.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "QaUser3870 Testnet",
28+
"slug": "qauser3870-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": 87460,
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": "QaUser1360 Testnet",
16+
"nativeCurrency": {
17+
"name": "QaUser1360 Testnet Token",
18+
"symbol": "KYP",
19+
"decimals": 18
20+
},
21+
"networkId": 87460,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://87460.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "QaUser1360 Testnet",
28+
"slug": "qauser1360-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": 99181,
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": "QaUser9727 Testnet",
16+
"nativeCurrency": {
17+
"name": "QaUser9727 Testnet Token",
18+
"symbol": "PCE",
19+
"decimals": 18
20+
},
21+
"networkId": 99181,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://99181.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "QaUser9727 Testnet",
28+
"slug": "qauser9727-testnet",
29+
"testnet": true
30+
} as const satisfies Chain;

legacy_packages/chains/src/index.ts

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

0 commit comments

Comments
 (0)