File tree Expand file tree Collapse file tree 20 files changed +262
-76
lines changed Expand file tree Collapse file tree 20 files changed +262
-76
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 @@ -24,7 +24,7 @@ export default {
24
24
"nativeCurrency" : {
25
25
"name" : "SMR" ,
26
26
"symbol" : "SMR" ,
27
- "decimals" : 6
27
+ "decimals" : 18
28
28
} ,
29
29
"networkId" : 1073 ,
30
30
"rpc" : [
Original file line number Diff line number Diff line change @@ -2,7 +2,13 @@ import type { Chain } from "../src/types";
2
2
export default {
3
3
"chain" : "IOTA EVM" ,
4
4
"chainId" : 1075 ,
5
- "explorers" : [ ] ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "explorer" ,
8
+ "url" : "https://explorer.evm.testnet.iotaledger.net" ,
9
+ "standard" : "EIP3091"
10
+ }
11
+ ] ,
6
12
"faucets" : [
7
13
"https://evm-toolkit.evm.testnet.iotaledger.net"
8
14
] ,
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ export default {
4
4
"chainId" : 1221 ,
5
5
"explorers" : [ ] ,
6
6
"faucets" : [ ] ,
7
+ "icon" : {
8
+ "url" : "ipfs://QmeC4mKGbBpwmLfFxUSsareWkSWJomevUmex8ajjxo1zHx" ,
9
+ "width" : 500 ,
10
+ "height" : 500 ,
11
+ "format" : "png"
12
+ } ,
7
13
"infoURL" : "https://www.cyclenetwork.io/" ,
8
14
"name" : "Cycle Network Testnet" ,
9
15
"nativeCurrency" : {
Original file line number Diff line number Diff line change @@ -6,22 +6,10 @@ export default {
6
6
{
7
7
"name" : "BOASCAN" ,
8
8
"url" : "https://boascan.io" ,
9
- "standard" : "EIP3091" ,
10
- "icon" : {
11
- "url" : "ipfs://QmW3CT4SHmso5dRJdsjR8GL1qmt79HkdAebCn2uNaWXFYh" ,
12
- "width" : 256 ,
13
- "height" : 257 ,
14
- "format" : "png"
15
- }
9
+ "standard" : "EIP3091"
16
10
}
17
11
] ,
18
12
"faucets" : [ ] ,
19
- "icon" : {
20
- "url" : "ipfs://QmW3CT4SHmso5dRJdsjR8GL1qmt79HkdAebCn2uNaWXFYh" ,
21
- "width" : 256 ,
22
- "height" : 257 ,
23
- "format" : "png"
24
- } ,
25
13
"infoURL" : "https://docs.bosagora.org" ,
26
14
"name" : "BOSagora Mainnet" ,
27
15
"nativeCurrency" : {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export default {
31
31
"networkId" : 224433 ,
32
32
"rpc" : [
33
33
"https://224433.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
34
- "https://holeskyrpc1 .conet.network"
34
+ "https://rpc .conet.network"
35
35
] ,
36
36
"shortName" : "conet-holesky" ,
37
37
"slip44" : 2147708081 ,
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" : 27483 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "Nanon Sepolia Rollup Testnet Explorer" ,
8
+ "url" : "https://sepolia-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 Sepolia" ,
21
+ "nativeCurrency" : {
22
+ "name" : "Sepolia Ether" ,
23
+ "symbol" : "ETH" ,
24
+ "decimals" : 18
25
+ } ,
26
+ "networkId" : 27483 ,
27
+ "parent" : {
28
+ "type" : "L2" ,
29
+ "chain" : "eip155-11155111" ,
30
+ "bridges" : [
31
+ {
32
+ "url" : "https://sepolia-bridge.nanon.network"
33
+ }
34
+ ]
35
+ } ,
36
+ "rpc" : [
37
+ "https://27483.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
38
+ "https://sepolia-rpc.nanon.network"
39
+ ] ,
40
+ "shortName" : "Nanon-Testnet" ,
41
+ "slip44" : 1 ,
42
+ "slug" : "nanon-sepolia" ,
43
+ "testnet" : true ,
44
+ "title" : "Nanon Sepolia Rollup Testnet"
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" : "Avalanche" ,
4
+ "chainId" : 30406 ,
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" : "MUGEN Testnet" ,
16
+ "nativeCurrency" : {
17
+ "name" : "MUGEN Testnet Token" ,
18
+ "symbol" : "MGN" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 30406 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://30406.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/mugen/testnet/rpc"
26
+ ] ,
27
+ "shortName" : "MUGEN Testnet" ,
28
+ "slug" : "mugen-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" : 38904 ,
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" : "QaUser1490 Testnet" ,
16
+ "nativeCurrency" : {
17
+ "name" : "QaUser1490 Testnet Token" ,
18
+ "symbol" : "PNK" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 38904 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://38904.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26
+ ] ,
27
+ "shortName" : "QaUser1490 Testnet" ,
28
+ "slug" : "qauser1490-testnet" ,
29
+ "testnet" : true
30
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -6,22 +6,10 @@ export default {
6
6
{
7
7
"name" : "MEVerse Chain Testnet Explorer" ,
8
8
"url" : "https://testnet.meversescan.io" ,
9
- "standard" : "none" ,
10
- "icon" : {
11
- "url" : "ipfs://QmPuQ6gaCfUtNdRuaEDbdhot2m2KCy2ZHCJUvZXJAtdeyJ" ,
12
- "width" : 800 ,
13
- "height" : 800 ,
14
- "format" : "png"
15
- }
9
+ "standard" : "none"
16
10
}
17
11
] ,
18
12
"faucets" : [ ] ,
19
- "icon" : {
20
- "url" : "ipfs://QmPuQ6gaCfUtNdRuaEDbdhot2m2KCy2ZHCJUvZXJAtdeyJ" ,
21
- "width" : 800 ,
22
- "height" : 800 ,
23
- "format" : "png"
24
- } ,
25
13
"infoURL" : "https://www.meverse.sg" ,
26
14
"name" : "MEVerse Chain Testnet" ,
27
15
"nativeCurrency" : {
You can’t perform that action at this time.
0 commit comments