Skip to content

Commit 7f2ec9c

Browse files
chore(chains): update chains (#2865)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c05e2a3 commit 7f2ec9c

File tree

12 files changed

+311
-6
lines changed

12 files changed

+311
-6
lines changed

.changeset/sync-chains.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/chains": patch
3+
---
4+
5+
Synced Chains Package

legacy_packages/chains/chains/111557560.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,16 @@ export default {
3535
"chain": "eip155-11155111",
3636
"bridges": [
3737
{
38-
"url": "https://op-bridge.alt.technology/deposit?id=111557560"
38+
"url": "https://cyber-testnet-bridge.alt.technology/deposit"
3939
}
4040
]
4141
},
4242
"rpc": [
4343
"https://111557560.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
4444
"https://cyber-testnet.alt.technology/",
45-
"wss://cyber-testnet.alt.technology/ws"
45+
"wss://cyber-testnet.alt.technology/ws",
46+
"https://rpc.testnet.cyber.co/",
47+
"wss://rpc.testnet.cyber.co/"
4648
],
4749
"shortName": "cysep",
4850
"slug": "cyber-testnet",

legacy_packages/chains/chains/164.ts

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "Omni",
4+
"chainId": 164,
5+
"explorers": [
6+
{
7+
"name": "Omni X-Explorer",
8+
"url": "https://explorer.testnet.omni.network",
9+
"standard": "none"
10+
},
11+
{
12+
"name": "Omni EVM Explorer on Blockscout",
13+
"url": "https://omni-testnet.blockscout.com",
14+
"standard": "EIP3091"
15+
}
16+
],
17+
"faucets": [],
18+
"features": [
19+
{
20+
"name": "EIP155"
21+
}
22+
],
23+
"infoURL": "https://docs.omni.network",
24+
"name": "Omni Testnet (incubating)",
25+
"nativeCurrency": {
26+
"name": "Omni",
27+
"symbol": "OMNI",
28+
"decimals": 18
29+
},
30+
"networkId": 164,
31+
"rpc": [],
32+
"shortName": "omni_testnet_164",
33+
"slip44": 1,
34+
"slug": "omni-testnet-incubating",
35+
"status": "incubating",
36+
"testnet": true
37+
} 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": 26563,
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": "QIM2404261",
16+
"nativeCurrency": {
17+
"name": "QIM2404261 Token",
18+
"symbol": "YCW",
19+
"decimals": 18
20+
},
21+
"networkId": 26563,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://26563.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "QIM2404261",
28+
"slug": "qim2404261",
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": 26730,
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": "Testnet-AJJ",
16+
"nativeCurrency": {
17+
"name": "Testnet-AJJ Token",
18+
"symbol": "AJJ",
19+
"decimals": 18
20+
},
21+
"networkId": 26730,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://26730.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "Testnet-AJJ",
28+
"slug": "testnet-ajj",
29+
"testnet": true
30+
} as const satisfies Chain;
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "dchaint",
4+
"chainId": 2713017997578000,
5+
"explorers": [
6+
{
7+
"name": "dchaint scan",
8+
"url": "https://dchaintestnet-2713017997578000-1.testnet.sagaexplorer.io",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [],
13+
"features": [
14+
{
15+
"name": "EIP155"
16+
},
17+
{
18+
"name": "EIP1559"
19+
}
20+
],
21+
"icon": {
22+
"url": "ipfs://QmP2cDWvgMuPgwAAEX9KexowUEjw6q7zCUSsWcb8HdudUH",
23+
"width": 512,
24+
"height": 512,
25+
"format": "png"
26+
},
27+
"infoURL": "https://www.dchain.foundation/",
28+
"name": "DCHAIN Testnet",
29+
"nativeCurrency": {
30+
"name": "Ether",
31+
"symbol": "ETH",
32+
"decimals": 18
33+
},
34+
"networkId": 2713017997578000,
35+
"rpc": [
36+
"https://2713017997578000.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
37+
"https://dchaintestnet-2713017997578000-1.jsonrpc.testnet.sagarpc.io"
38+
],
39+
"shortName": "dchaint",
40+
"slug": "dchain-testnet",
41+
"testnet": true,
42+
"title": "DCHAIN Testnet"
43+
} 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": 56636,
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": "QI0429I3",
16+
"nativeCurrency": {
17+
"name": "QI0429I3 Token",
18+
"symbol": "IJK",
19+
"decimals": 18
20+
},
21+
"networkId": 56636,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://56636.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avacloud-test.io/b6421f40-aa32-4cdc-98f2-bf22d0db7b4f"
26+
],
27+
"shortName": "QI0429I3",
28+
"slug": "qi0429i3",
29+
"testnet": true
30+
} as const satisfies Chain;

legacy_packages/chains/chains/7560.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ export default {
4242
"rpc": [
4343
"https://7560.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
4444
"https://cyber.alt.technology/",
45-
"wss://cyber-ws.alt.technology/"
45+
"wss://cyber-ws.alt.technology/",
46+
"https://rpc.cyber.co/",
47+
"wss://rpc.cyber.co/"
4648
],
4749
"shortName": "cyeth",
4850
"slug": "cyber",

legacy_packages/chains/chains/7775.ts

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "GDCC",
4+
"chainId": 7775,
5+
"explorers": [
6+
{
7+
"name": "GDCC",
8+
"url": "https://testnet.gdccscan.io",
9+
"standard": "none"
10+
}
11+
],
12+
"faucets": [],
13+
"icon": {
14+
"url": "ipfs://QmY4vp1mJoGpUiuWbRVenNiDZC17wSyyueGPK9A5QyK1M2",
15+
"width": 72,
16+
"height": 72,
17+
"format": "png"
18+
},
19+
"infoURL": "https://gdcchain.com",
20+
"name": "GDCC TESTNET",
21+
"nativeCurrency": {
22+
"name": "GDCC",
23+
"symbol": "GDCC",
24+
"decimals": 18
25+
},
26+
"networkId": 7775,
27+
"rpc": [
28+
"https://7775.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
29+
"https://testnet-rpc1.gdccscan.io"
30+
],
31+
"shortName": "GDCC",
32+
"slug": "gdcc-testnet",
33+
"testnet": true
34+
} 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": 982558,
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": "QR0429T1TS",
16+
"nativeCurrency": {
17+
"name": "QR0429T1TS Token",
18+
"symbol": "EXT",
19+
"decimals": 18
20+
},
21+
"networkId": 982558,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://982558.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/qr0429t1ts/testnet/rpc"
26+
],
27+
"shortName": "QR0429T1TS",
28+
"slug": "qr0429t1ts",
29+
"testnet": true
30+
} as const satisfies Chain;

0 commit comments

Comments
 (0)