File tree Expand file tree Collapse file tree 12 files changed +311
-6
lines changed Expand file tree Collapse file tree 12 files changed +311
-6
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @thirdweb-dev/chains " : patch
3
+ ---
4
+
5
+ Synced Chains Package
Original file line number Diff line number Diff line change @@ -35,14 +35,16 @@ export default {
35
35
"chain" : "eip155-11155111" ,
36
36
"bridges" : [
37
37
{
38
- "url" : "https://op- bridge.alt.technology/deposit?id=111557560 "
38
+ "url" : "https://cyber-testnet- bridge.alt.technology/deposit"
39
39
}
40
40
]
41
41
} ,
42
42
"rpc" : [
43
43
"https://111557560.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
44
44
"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/"
46
48
] ,
47
49
"shortName" : "cysep" ,
48
50
"slug" : "cyber-testnet" ,
Original file line number Diff line number Diff line change
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 ;
Original file line number Diff line number Diff line change
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 ;
Original file line number Diff line number Diff line change
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 ;
Original file line number Diff line number Diff line change
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 ;
Original file line number Diff line number Diff line change
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 ;
Original file line number Diff line number Diff line change @@ -42,7 +42,9 @@ export default {
42
42
"rpc" : [
43
43
"https://7560.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
44
44
"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/"
46
48
] ,
47
49
"shortName" : "cyeth" ,
48
50
"slug" : "cyber" ,
Original file line number Diff line number Diff line change
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 ;
Original file line number Diff line number Diff line change
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 ;
You can’t perform that action at this time.
0 commit comments