File tree Expand file tree Collapse file tree 9 files changed +269
-3
lines changed Expand file tree Collapse file tree 9 files changed +269
-3
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
1
+ import type { Chain } from "../src/types" ;
2
+ export default {
3
+ "chain" : "Vizing Mainnet" ,
4
+ "chainId" : 28518 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "blockscout" ,
8
+ "url" : "https://explorer.vizing.com" ,
9
+ "standard" : "EIP3091" ,
10
+ "icon" : {
11
+ "url" : "ipfs://QmPgpWfGsAZ5UHekWFR8rioadVe3Wox8idFyeVxuv9N4Vo" ,
12
+ "width" : 200 ,
13
+ "height" : 200 ,
14
+ "format" : "svg"
15
+ }
16
+ }
17
+ ] ,
18
+ "faucets" : [ ] ,
19
+ "icon" : {
20
+ "url" : "ipfs://QmPgpWfGsAZ5UHekWFR8rioadVe3Wox8idFyeVxuv9N4Vo" ,
21
+ "width" : 200 ,
22
+ "height" : 200 ,
23
+ "format" : "svg"
24
+ } ,
25
+ "infoURL" : "https://vizing.com" ,
26
+ "name" : "Vizing Mainnet" ,
27
+ "nativeCurrency" : {
28
+ "name" : "Ether" ,
29
+ "symbol" : "ETH" ,
30
+ "decimals" : 18
31
+ } ,
32
+ "networkId" : 28518 ,
33
+ "parent" : {
34
+ "type" : "L2" ,
35
+ "chain" : "eip155-1" ,
36
+ "bridges" : [
37
+ {
38
+ "url" : "https://bridge.vizing.com"
39
+ }
40
+ ]
41
+ } ,
42
+ "rpc" : [
43
+ "https://28518.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
44
+ "https://rpc.vizing.com"
45
+ ] ,
46
+ "shortName" : "Vizing" ,
47
+ "slug" : "vizing" ,
48
+ "testnet" : false ,
49
+ "title" : "Vizing Mainnet"
50
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -2,9 +2,19 @@ import type { Chain } from "../src/types";
2
2
export default {
3
3
"chain" : "Avalanche" ,
4
4
"chainId" : 555666 ,
5
- "explorers" : [ ] ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "ECLIPSE Explorer" ,
8
+ "url" : "https://subnets-test.avax.network/eclipsecha" ,
9
+ "standard" : "EIP3091"
10
+ }
11
+ ] ,
6
12
"faucets" : [ ] ,
7
- "features" : [ ] ,
13
+ "features" : [
14
+ {
15
+ "name" : "EIP1559"
16
+ }
17
+ ] ,
8
18
"icon" : {
9
19
"url" : "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg" ,
10
20
"width" : 256 ,
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" : 64092 ,
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" : "QaUser3186 Testnet" ,
16
+ "nativeCurrency" : {
17
+ "name" : "QaUser3186 Testnet Token" ,
18
+ "symbol" : "KII" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 64092 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://64092.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26
+ ] ,
27
+ "shortName" : "QaUser3186 Testnet" ,
28
+ "slug" : "qauser3186-testnet" ,
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" : 77576 ,
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" : "QaUser6624 Testnet" ,
16
+ "nativeCurrency" : {
17
+ "name" : "QaUser6624 Testnet Token" ,
18
+ "symbol" : "WVN" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 77576 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://77576.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26
+ ] ,
27
+ "shortName" : "QaUser6624 Testnet" ,
28
+ "slug" : "qauser6624-testnet" ,
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" : "DTBX" ,
4
+ "chainId" : 7923 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "blockscout" ,
8
+ "url" : "https://explorer.dotblox.io" ,
9
+ "standard" : "none"
10
+ }
11
+ ] ,
12
+ "faucets" : [ ] ,
13
+ "icon" : {
14
+ "url" : "ipfs://QmZy2TMY881ghRxXJA7VyRA8Zhj2LJJ86DpHRZs3VQZqoJ" ,
15
+ "width" : 53 ,
16
+ "height" : 53 ,
17
+ "format" : "png"
18
+ } ,
19
+ "infoURL" : "https://explorer.dotblox.io" ,
20
+ "name" : "Dot Blox" ,
21
+ "nativeCurrency" : {
22
+ "name" : "Dot Blox" ,
23
+ "symbol" : "DTBX" ,
24
+ "decimals" : 18
25
+ } ,
26
+ "networkId" : 7923 ,
27
+ "rpc" : [
28
+ "https://7923.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
29
+ "https://rpc.dotblox.io"
30
+ ] ,
31
+ "shortName" : "DTBX" ,
32
+ "slug" : "dot-blox" ,
33
+ "testnet" : false
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" : "ETH" ,
4
+ "chainId" : 810181 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "zkLink Nova Block Explorer" ,
8
+ "url" : "https://sepolia.explorer.zklink.io" ,
9
+ "standard" : "EIP3091" ,
10
+ "icon" : {
11
+ "url" : "ipfs://bafkreiaj7b6pdekv3rjuta5wsdvmfdcsat2jftjgozape7wvmyj6d3vjcm" ,
12
+ "width" : 512 ,
13
+ "height" : 512 ,
14
+ "format" : "png"
15
+ }
16
+ }
17
+ ] ,
18
+ "faucets" : [ ] ,
19
+ "icon" : {
20
+ "url" : "ipfs://bafkreiaj7b6pdekv3rjuta5wsdvmfdcsat2jftjgozape7wvmyj6d3vjcm" ,
21
+ "width" : 512 ,
22
+ "height" : 512 ,
23
+ "format" : "png"
24
+ } ,
25
+ "infoURL" : "https://zklink.io" ,
26
+ "name" : "zkLink Nova Sepolia Testnet" ,
27
+ "nativeCurrency" : {
28
+ "name" : "Ether" ,
29
+ "symbol" : "ETH" ,
30
+ "decimals" : 18
31
+ } ,
32
+ "networkId" : 810181 ,
33
+ "parent" : {
34
+ "type" : "L2" ,
35
+ "chain" : "eip155-59141" ,
36
+ "bridges" : [
37
+ {
38
+ "url" : "https://sepolia.portal.zklink.io"
39
+ }
40
+ ]
41
+ } ,
42
+ "rpc" : [
43
+ "https://810181.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
44
+ "https://sepolia.rpc.zklink.io" ,
45
+ "wss://sepolia.rpc.zklink.io"
46
+ ] ,
47
+ "shortName" : "zklink-nova-sepolia" ,
48
+ "slip44" : 1 ,
49
+ "slug" : "zklink-nova-sepolia-testnet" ,
50
+ "testnet" : true
51
+ } 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" : "ETH" ,
4
+ "chainId" : 9789 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "Tabi Testnet Explorer" ,
8
+ "url" : "https://testnet.tabiscan.com/" ,
9
+ "standard" : "EIP3091"
10
+ }
11
+ ] ,
12
+ "faucets" : [ ] ,
13
+ "features" : [ ] ,
14
+ "icon" : {
15
+ "url" : "ipfs://QmcxZHpyJa8T4i63xqjPYrZ6tKrt55tZJpbXcjSDKuKaf9/ethereum/512.png" ,
16
+ "width" : 512 ,
17
+ "height" : 512 ,
18
+ "format" : "png"
19
+ } ,
20
+ "name" : "Tabichain" ,
21
+ "nativeCurrency" : {
22
+ "name" : "TABI" ,
23
+ "symbol" : "TABI" ,
24
+ "decimals" : 18
25
+ } ,
26
+ "networkId" : 9789 ,
27
+ "redFlags" : [ ] ,
28
+ "rpc" : [ ] ,
29
+ "shortName" : "tabichain" ,
30
+ "slug" : "tabichain" ,
31
+ "testnet" : true
32
+ } as const satisfies Chain ;
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments