File tree Expand file tree Collapse file tree 16 files changed +340
-22
lines changed Expand file tree Collapse file tree 16 files changed +340
-22
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 @@ -12,6 +12,12 @@ export default {
12
12
"faucets" : [
13
13
"https://faucet.condor.systems"
14
14
] ,
15
+ "icon" : {
16
+ "url" : "ipfs://QmPRDuEJSTqp2cDUvWCp71Wns6XV8nvdeAVKWH6srpk4xM" ,
17
+ "width" : 752 ,
18
+ "height" : 752 ,
19
+ "format" : "png"
20
+ } ,
15
21
"infoURL" : "https://condor.systems" ,
16
22
"name" : "Condor Test Network" ,
17
23
"nativeCurrency" : {
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" : 33448 ,
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" : "QI0408s2 Testnet" ,
16
+ "nativeCurrency" : {
17
+ "name" : "QI0408s2 Testnet Token" ,
18
+ "symbol" : "QCE" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 33448 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://33448.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26
+ ] ,
27
+ "shortName" : "QI0408s2 Testnet" ,
28
+ "slug" : "qi0408s2-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" : 43125 ,
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" : "QaUser3950 Testnet" ,
16
+ "nativeCurrency" : {
17
+ "name" : "QaUser3950 Testnet Token" ,
18
+ "symbol" : "SZL" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 43125 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://43125.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26
+ ] ,
27
+ "shortName" : "QaUser3950 Testnet" ,
28
+ "slug" : "qauser3950-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" : 52146 ,
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" : "QaUser4359 Testnet" ,
16
+ "nativeCurrency" : {
17
+ "name" : "QaUser4359 Testnet Token" ,
18
+ "symbol" : "WBP" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 52146 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://52146.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26
+ ] ,
27
+ "shortName" : "QaUser4359 Testnet" ,
28
+ "slug" : "qauser4359-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" : "ETH" ,
4
+ "chainId" : 59141 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "blockscout" ,
8
+ "url" : "https://explorer.sepolia.linea.build/" ,
9
+ "standard" : "EIP3091" ,
10
+ "icon" : {
11
+ "url" : "ipfs://QmURjritnHL7a8TwZgsFwp3f272DJmG5paaPtWDZ98QZwH" ,
12
+ "width" : 30 ,
13
+ "height" : 30 ,
14
+ "format" : "svg"
15
+ }
16
+ }
17
+ ] ,
18
+ "faucets" : [ ] ,
19
+ "features" : [ ] ,
20
+ "icon" : {
21
+ "url" : "ipfs://QmURjritnHL7a8TwZgsFwp3f272DJmG5paaPtWDZ98QZwH" ,
22
+ "width" : 30 ,
23
+ "height" : 30 ,
24
+ "format" : "svg"
25
+ } ,
26
+ "infoURL" : "https://linea.build" ,
27
+ "name" : "Linea Sepolia" ,
28
+ "nativeCurrency" : {
29
+ "name" : "Linea Ether" ,
30
+ "symbol" : "ETH" ,
31
+ "decimals" : 18
32
+ } ,
33
+ "networkId" : 59141 ,
34
+ "parent" : {
35
+ "type" : "L2" ,
36
+ "chain" : "eip155-5" ,
37
+ "bridges" : [ ]
38
+ } ,
39
+ "redFlags" : [ ] ,
40
+ "rpc" : [
41
+ "https://59141.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
42
+ "https://rpc.sepolia.linea.build"
43
+ ] ,
44
+ "shortName" : "linea-sepolia" ,
45
+ "slug" : "linea-sepolia" ,
46
+ "testnet" : true ,
47
+ "title" : "Linea Sepolia Testnet"
48
+ } 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" : 66042 ,
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" : "QI0408I1 Testnet" ,
16
+ "nativeCurrency" : {
17
+ "name" : "QI0408I1 Testnet Token" ,
18
+ "symbol" : "YXE" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 66042 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://66042.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26
+ ] ,
27
+ "shortName" : "QI0408I1 Testnet" ,
28
+ "slug" : "qi0408i1-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" : 68976 ,
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" : "QI0408s1 Testnet" ,
16
+ "nativeCurrency" : {
17
+ "name" : "QI0408s1 Testnet Token" ,
18
+ "symbol" : "ICV" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 68976 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://68976.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26
+ ] ,
27
+ "shortName" : "QI0408s1 Testnet" ,
28
+ "slug" : "qi0408s1-testnet" ,
29
+ "testnet" : true
30
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -26,9 +26,10 @@ export default {
26
26
"networkId" : 77001 ,
27
27
"rpc" : [
28
28
"https://77001.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
29
- "https://public-node.api.boraportal.io /bora/mainnet"
29
+ "https://public-node.api.boraportal.com /bora/mainnet"
30
30
] ,
31
31
"shortName" : "BORAchain" ,
32
+ "slip44" : 8217 ,
32
33
"slug" : "borachain" ,
33
34
"testnet" : false
34
35
} as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export default {
39
39
"shortName" : "maticmum" ,
40
40
"slip44" : 1 ,
41
41
"slug" : "mumbai" ,
42
- "status" : "active " ,
42
+ "status" : "deprecated " ,
43
43
"testnet" : true ,
44
44
"title" : "Polygon Testnet Mumbai"
45
45
} as const satisfies Chain ;
You can’t perform that action at this time.
0 commit comments