File tree Expand file tree Collapse file tree 16 files changed +499
-18
lines changed Expand file tree Collapse file tree 16 files changed +499
-18
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 @@ -5,7 +5,7 @@ export default {
5
5
"explorers" : [
6
6
{
7
7
"name" : "B2 Hub Habitat Testnet Explorer" ,
8
- "url" : "https://habitat -hub-explorer.bsquared.network" ,
8
+ "url" : "https://testnet -hub-explorer.bsquared.network" ,
9
9
"standard" : "EIP3091" ,
10
10
"icon" : {
11
11
"url" : "ipfs://QmPV6ASrQDEkEW3g3ni7p2rJMPeciRLpEpvrAc1QfzVkx9" ,
@@ -23,18 +23,18 @@ export default {
23
23
"format" : "png"
24
24
} ,
25
25
"infoURL" : "https://www.bsquared.network" ,
26
- "name" : "B2 Hub Habitat Testnet" ,
26
+ "name" : "B2 Hub Testnet" ,
27
27
"nativeCurrency" : {
28
28
"name" : "BSquared Token" ,
29
- "symbol" : "BSQ " ,
29
+ "symbol" : "B2 " ,
30
30
"decimals" : 18
31
31
} ,
32
32
"networkId" : 1113 ,
33
33
"rpc" : [
34
34
"https://1113.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
35
- "https://habitat -hub-rpc.bsquared.network"
35
+ "https://testnet -hub-rpc.bsquared.network"
36
36
] ,
37
37
"shortName" : "B2Hub-testnet" ,
38
- "slug" : "b2-hub-habitat- testnet" ,
38
+ "slug" : "b2-hub-testnet" ,
39
39
"testnet" : true
40
40
} as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export default {
5
5
"explorers" : [
6
6
{
7
7
"name" : "blockscout" ,
8
- "url" : "https://habitat -explorer.bsquared.network" ,
8
+ "url" : "https://testnet -explorer.bsquared.network" ,
9
9
"standard" : "EIP3091" ,
10
10
"icon" : {
11
11
"url" : "ipfs://QmPV6ASrQDEkEW3g3ni7p2rJMPeciRLpEpvrAc1QfzVkx9" ,
@@ -23,7 +23,7 @@ export default {
23
23
"format" : "png"
24
24
} ,
25
25
"infoURL" : "https://www.bsquared.network" ,
26
- "name" : "B2 Habitat Testnet" ,
26
+ "name" : "B2 Testnet" ,
27
27
"nativeCurrency" : {
28
28
"name" : "Bitcoin" ,
29
29
"symbol" : "BTC" ,
@@ -36,12 +36,10 @@ export default {
36
36
} ,
37
37
"rpc" : [
38
38
"https://1123.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
39
- "https://b2habitat-testnet.alt.technology" ,
40
- "https://habitat-rpc.bsquared.network" ,
41
- "https://habitat-rpc-public.bsquared.network"
39
+ "https://b2-testnet.alt.technology"
42
40
] ,
43
41
"shortName" : "B2-testnet" ,
44
- "slug" : "b2-habitat- testnet" ,
42
+ "slug" : "b2-testnet" ,
45
43
"testnet" : true ,
46
- "title" : "B2 Habitat Testnet"
44
+ "title" : "B2 Testnet"
47
45
} 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" : "Lambda Chain" ,
4
+ "chainId" : 17000920 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "Lambda Chain Testnet Explorer" ,
8
+ "url" : "https://testscan.lambda.im" ,
9
+ "standard" : "EIP3091"
10
+ }
11
+ ] ,
12
+ "faucets" : [ ] ,
13
+ "icon" : {
14
+ "url" : "ipfs://QmXCWjWSTd6kJZKnH9aQRjgLdWRH9NTxU1wC21iBvoB4Hp" ,
15
+ "width" : 256 ,
16
+ "height" : 256 ,
17
+ "format" : "png"
18
+ } ,
19
+ "infoURL" : "https://lambda.im" ,
20
+ "name" : "Lambda Chain Testnet" ,
21
+ "nativeCurrency" : {
22
+ "name" : "ETH" ,
23
+ "symbol" : "ETH" ,
24
+ "decimals" : 18
25
+ } ,
26
+ "networkId" : 17000920 ,
27
+ "rpc" : [
28
+ "https://17000920.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
29
+ "https://testnrpc.lambda.im/"
30
+ ] ,
31
+ "shortName" : "tlambda" ,
32
+ "slip44" : 1 ,
33
+ "slug" : "lambda-chain-testnet" ,
34
+ "testnet" : true
35
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -41,8 +41,10 @@ export default {
41
41
} ,
42
42
"rpc" : [
43
43
"https://223.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
44
+ "https://mainnet.b2-rpc.com" ,
44
45
"https://rpc.bsquared.network" ,
45
- "https://b2-mainnet.alt.technology"
46
+ "https://b2-mainnet.alt.technology" ,
47
+ "https://b2-mainnet-public.s.chainbase.com"
46
48
] ,
47
49
"shortName" : "B2-mainnet" ,
48
50
"slug" : "b2" ,
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" : 2748 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "Nanon Rollup Explorer" ,
8
+ "url" : "https://explorer.nanon.network" ,
9
+ "standard" : "EIP3091"
10
+ }
11
+ ] ,
12
+ "faucets" : [ ] ,
13
+ "icon" : {
14
+ "url" : "ipfs://bafybeiduib2fygrwziqpy4yuqr6vvnd6elhahpigbcowcipjjhk6c3qiny" ,
15
+ "width" : 400 ,
16
+ "height" : 400 ,
17
+ "format" : "png"
18
+ } ,
19
+ "infoURL" : "https://www.nanon.network" ,
20
+ "name" : "Nanon" ,
21
+ "nativeCurrency" : {
22
+ "name" : "Ether" ,
23
+ "symbol" : "ETH" ,
24
+ "decimals" : 18
25
+ } ,
26
+ "networkId" : 2748 ,
27
+ "parent" : {
28
+ "type" : "L2" ,
29
+ "chain" : "eip155-1" ,
30
+ "bridges" : [
31
+ {
32
+ "url" : "https://bridge.nanon.network"
33
+ }
34
+ ]
35
+ } ,
36
+ "rpc" : [
37
+ "https://2748.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
38
+ "https://rpc.nanon.network"
39
+ ] ,
40
+ "shortName" : "Nanon" ,
41
+ "slip44" : 1 ,
42
+ "slug" : "nanon" ,
43
+ "testnet" : false ,
44
+ "title" : "Nanon Rollup"
45
+ } 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" : "Vizing Testnet" ,
4
+ "chainId" : 28516 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "blockscout" ,
8
+ "url" : "https://explorer-sepolia.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 Testnet" ,
27
+ "nativeCurrency" : {
28
+ "name" : "Ether" ,
29
+ "symbol" : "ETH" ,
30
+ "decimals" : 18
31
+ } ,
32
+ "networkId" : 28516 ,
33
+ "rpc" : [
34
+ "https://28516.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
35
+ "https://rpc-sepolia.vizing.com"
36
+ ] ,
37
+ "shortName" : "Vizing-Testnet" ,
38
+ "slug" : "vizing-testnet" ,
39
+ "testnet" : true ,
40
+ "title" : "Vizing Testnet"
41
+ } 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" : 302 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "zkCandy Block Explorer" ,
8
+ "url" : "https://sepolia.explorer.zkcandy.io" ,
9
+ "standard" : "EIP3091" ,
10
+ "icon" : {
11
+ "url" : "ipfs://bafkreib5jsvl6kxn2qvv4giag3l3e54d2wolo2lqbgkhivxu4cpjzi77eq" ,
12
+ "width" : 512 ,
13
+ "height" : 512 ,
14
+ "format" : "svg"
15
+ }
16
+ }
17
+ ] ,
18
+ "faucets" : [ ] ,
19
+ "icon" : {
20
+ "url" : "ipfs://bafkreib5jsvl6kxn2qvv4giag3l3e54d2wolo2lqbgkhivxu4cpjzi77eq" ,
21
+ "width" : 512 ,
22
+ "height" : 512 ,
23
+ "format" : "svg"
24
+ } ,
25
+ "infoURL" : "https://zkcandy.io/" ,
26
+ "name" : "zkCandy Sepolia Testnet" ,
27
+ "nativeCurrency" : {
28
+ "name" : "Ether" ,
29
+ "symbol" : "ETH" ,
30
+ "decimals" : 18
31
+ } ,
32
+ "networkId" : 302 ,
33
+ "parent" : {
34
+ "type" : "L2" ,
35
+ "chain" : "eip155-1" ,
36
+ "bridges" : [
37
+ {
38
+ "url" : "https://sepolia.bridge.zkcandy.io/"
39
+ }
40
+ ]
41
+ } ,
42
+ "redFlags" : [
43
+ "reusedChainId"
44
+ ] ,
45
+ "rpc" : [
46
+ "https://302.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
47
+ "https://sepolia.rpc.zkcandy.io"
48
+ ] ,
49
+ "shortName" : "zkcandy-sepolia" ,
50
+ "slug" : "zkcandy-sepolia-testnet" ,
51
+ "testnet" : true
52
+ } 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" : "VERY Mainnet" ,
4
+ "chainId" : 4613 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "VERY explorer" ,
8
+ "url" : "https://www.veryscan.io" ,
9
+ "standard" : "none"
10
+ }
11
+ ] ,
12
+ "faucets" : [ ] ,
13
+ "features" : [
14
+ {
15
+ "name" : "EIP155"
16
+ } ,
17
+ {
18
+ "name" : "EIP1559"
19
+ }
20
+ ] ,
21
+ "icon" : {
22
+ "url" : "ipfs://bafkreih6nnkha6t3oiy6qkqpgyb46p3ddg5nff5ayizpum2ljexlc3gc54" ,
23
+ "width" : 128 ,
24
+ "height" : 128 ,
25
+ "format" : "png"
26
+ } ,
27
+ "infoURL" : "https://www.verylabs.io/" ,
28
+ "name" : "VERY Mainnet" ,
29
+ "nativeCurrency" : {
30
+ "name" : "VERY" ,
31
+ "symbol" : "VERY" ,
32
+ "decimals" : 18
33
+ } ,
34
+ "networkId" : 4613 ,
35
+ "rpc" : [
36
+ "https://4613.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
37
+ "https://rpc.verylabs.io"
38
+ ] ,
39
+ "shortName" : "very" ,
40
+ "slug" : "very" ,
41
+ "testnet" : false ,
42
+ "title" : "VERY Mainnet"
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" : "REACT" ,
4
+ "chainId" : 5318008 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "reactscan" ,
8
+ "url" : "https://kopli.reactscan.net" ,
9
+ "standard" : "none"
10
+ }
11
+ ] ,
12
+ "faucets" : [ ] ,
13
+ "features" : [
14
+ {
15
+ "name" : "EIP155"
16
+ } ,
17
+ {
18
+ "name" : "EIP1559"
19
+ }
20
+ ] ,
21
+ "infoURL" : "https://reactive.network" ,
22
+ "name" : "Reactive Network Testnet Kopli" ,
23
+ "nativeCurrency" : {
24
+ "name" : "React" ,
25
+ "symbol" : "REACT" ,
26
+ "decimals" : 18
27
+ } ,
28
+ "networkId" : 5318008 ,
29
+ "rpc" : [
30
+ "https://5318008.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
31
+ "https://kopli-rpc.reactive.network"
32
+ ] ,
33
+ "shortName" : "react" ,
34
+ "slug" : "reactive-network-testnet-kopli" ,
35
+ "testnet" : true
36
+ } as const satisfies Chain ;
You can’t perform that action at this time.
0 commit comments