File tree Expand file tree Collapse file tree 7 files changed +180
-19
lines changed Expand file tree Collapse file tree 7 files changed +180
-19
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" : "Cyber" ,
4
+ "chainId" : 111557560 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "Cyber Testnet Explorer" ,
8
+ "url" : "https://testnet.cyberscan.co" ,
9
+ "standard" : "EIP3091" ,
10
+ "icon" : {
11
+ "url" : "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM" ,
12
+ "width" : 551 ,
13
+ "height" : 540 ,
14
+ "format" : "png"
15
+ }
16
+ }
17
+ ] ,
18
+ "faucets" : [ ] ,
19
+ "icon" : {
20
+ "url" : "ipfs://QmP61yDNPv7fxY9ZzPs4CjQDbZLoKtF8eWWjszVYbwkabd" ,
21
+ "width" : 1000 ,
22
+ "height" : 1000 ,
23
+ "format" : "svg"
24
+ } ,
25
+ "infoURL" : "https://cyber.co/" ,
26
+ "name" : "Cyber Testnet" ,
27
+ "nativeCurrency" : {
28
+ "name" : "Sepolia Ether" ,
29
+ "symbol" : "ETH" ,
30
+ "decimals" : 18
31
+ } ,
32
+ "networkId" : 111557560 ,
33
+ "parent" : {
34
+ "type" : "L2" ,
35
+ "chain" : "eip155-11155111" ,
36
+ "bridges" : [
37
+ {
38
+ "url" : "https://op-bridge.alt.technology/deposit?id=111557560"
39
+ }
40
+ ]
41
+ } ,
42
+ "rpc" : [
43
+ "https://111557560.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
44
+ "https://cyber-testnet.alt.technology/" ,
45
+ "wss://cyber-testnet.alt.technology/ws"
46
+ ] ,
47
+ "shortName" : "cysep" ,
48
+ "slug" : "cyber-testnet" ,
49
+ "testnet" : true
50
+ } 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" : "Nexis Network" ,
4
+ "chainId" : 2370 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "Nexis Testnet Explorer" ,
8
+ "url" : "https://evm-testnet.nexscan.io" ,
9
+ "standard" : "EIP3091"
10
+ }
11
+ ] ,
12
+ "faucets" : [
13
+ "https://evm-faucet.nexis.network"
14
+ ] ,
15
+ "icon" : {
16
+ "url" : "ipfs://QmdJwWuMgbhoZhgFM4zWrZne6qs5ktcL1vBLKX12VGgALM" ,
17
+ "width" : 1892 ,
18
+ "height" : 1892 ,
19
+ "format" : "png"
20
+ } ,
21
+ "infoURL" : "https://nexis.network/" ,
22
+ "name" : "Nexis Network Testnet" ,
23
+ "nativeCurrency" : {
24
+ "name" : "Nexis" ,
25
+ "symbol" : "NZT" ,
26
+ "decimals" : 18
27
+ } ,
28
+ "networkId" : 2370 ,
29
+ "rpc" : [
30
+ "https://2370.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
31
+ "https://evm-testnet.nexis.network"
32
+ ] ,
33
+ "shortName" : "nzt" ,
34
+ "slug" : "nexis-network-testnet" ,
35
+ "testnet" : true
36
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -2,8 +2,33 @@ import type { Chain } from "../src/types";
2
2
export default {
3
3
"chain" : "NEURA" ,
4
4
"chainId" : 267 ,
5
- "explorers" : [ ] ,
6
- "faucets" : [ ] ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "blockscout" ,
8
+ "url" : "https://explorer.neura-testnet.ankr.com" ,
9
+ "standard" : "EIP3091" ,
10
+ "icon" : {
11
+ "url" : "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM" ,
12
+ "width" : 551 ,
13
+ "height" : 540 ,
14
+ "format" : "png"
15
+ }
16
+ } ,
17
+ {
18
+ "name" : "ankrscan-neura" ,
19
+ "url" : "https://testnet.neuraprotocol.io/explorer" ,
20
+ "standard" : "none" ,
21
+ "icon" : {
22
+ "url" : "ipfs://QmWdpK5WFKrosaCSpJRCvU7uXeKk2qVeCckTxh6Zw2JrK8" ,
23
+ "width" : 600 ,
24
+ "height" : 600 ,
25
+ "format" : "png"
26
+ }
27
+ }
28
+ ] ,
29
+ "faucets" : [
30
+ "https://testnet.neuraprotocol.io/faucet"
31
+ ] ,
7
32
"features" : [
8
33
{
9
34
"name" : "EIP155"
@@ -26,11 +51,14 @@ export default {
26
51
"decimals" : 18
27
52
} ,
28
53
"networkId" : 267 ,
29
- "rpc" : [ ] ,
54
+ "rpc" : [
55
+ "https://267.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
56
+ "https://rpc.ankr.com/neura_testnet"
57
+ ] ,
30
58
"shortName" : "tneura" ,
31
59
"slip44" : 1 ,
32
60
"slug" : "neura-testnet" ,
33
- "status" : "incubating " ,
61
+ "status" : "active " ,
34
62
"testnet" : true ,
35
63
"title" : "Neura Testnet"
36
64
} 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" : "Cyber" ,
4
+ "chainId" : 7560 ,
5
+ "explorers" : [ ] ,
6
+ "faucets" : [ ] ,
7
+ "icon" : {
8
+ "url" : "ipfs://QmP61yDNPv7fxY9ZzPs4CjQDbZLoKtF8eWWjszVYbwkabd" ,
9
+ "width" : 1000 ,
10
+ "height" : 1000 ,
11
+ "format" : "svg"
12
+ } ,
13
+ "infoURL" : "https://cyber.co/" ,
14
+ "name" : "Cyber Mainnet" ,
15
+ "nativeCurrency" : {
16
+ "name" : "Ether" ,
17
+ "symbol" : "ETH" ,
18
+ "decimals" : 18
19
+ } ,
20
+ "networkId" : 7560 ,
21
+ "parent" : {
22
+ "type" : "L2" ,
23
+ "chain" : "eip155-1"
24
+ } ,
25
+ "rpc" : [ ] ,
26
+ "shortName" : "cyeth" ,
27
+ "slug" : "cyber" ,
28
+ "status" : "incubating" ,
29
+ "testnet" : false
30
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -11,22 +11,22 @@ export default {
11
11
"url" : "https://explorerl2new-camp-network-4xje7wy105.t.conduit.xyz" ,
12
12
"standard" : "EIP3091" ,
13
13
"icon" : {
14
- "url" : "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM " ,
15
- "width" : 83 ,
16
- "height" : 82 ,
17
- "format" : "svg "
14
+ "url" : "ipfs://Qmd5ux27W44fjxHP2opz7eLhJ6CJJm9WR6VcKNhbQBxiSd/QOyzwbO2_400x400.jpg " ,
15
+ "width" : 400 ,
16
+ "height" : 400 ,
17
+ "format" : "jpg "
18
18
}
19
19
}
20
20
] ,
21
21
"faucets" : [ ] ,
22
22
"features" : [ ] ,
23
23
"icon" : {
24
- "url" : "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM " ,
25
- "width" : 551 ,
26
- "height" : 540 ,
27
- "format" : "png "
24
+ "url" : "ipfs://Qmd5ux27W44fjxHP2opz7eLhJ6CJJm9WR6VcKNhbQBxiSd/QOyzwbO2_400x400.jpg " ,
25
+ "width" : 400 ,
26
+ "height" : 400 ,
27
+ "format" : "jpg "
28
28
} ,
29
- "name" : "Camp Network" ,
29
+ "name" : "Camp Network Testnet " ,
30
30
"nativeCurrency" : {
31
31
"name" : "Ether" ,
32
32
"symbol" : "ETH" ,
@@ -38,7 +38,7 @@ export default {
38
38
"https://90354.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
39
39
"https://rpc-camp-network-4xje7wy105.t.conduit.xyz/"
40
40
] ,
41
- "shortName" : "campaign-l2" ,
42
- "slug" : "camp-network" ,
43
- "testnet" : false
41
+ "shortName" : "campaign-l2-test " ,
42
+ "slug" : "camp-network-testnet " ,
43
+ "testnet" : true
44
44
} as const satisfies Chain ;
You can’t perform that action at this time.
0 commit comments