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 {
2424 "nativeCurrency" : {
2525 "name" : "SMR" ,
2626 "symbol" : "SMR" ,
27- "decimals" : 6
27+ "decimals" : 18
2828 } ,
2929 "networkId" : 1073 ,
3030 "rpc" : [
Original file line number Diff line number Diff line change @@ -2,7 +2,13 @@ import type { Chain } from "../src/types";
22export default {
33 "chain" : "IOTA EVM" ,
44 "chainId" : 1075 ,
5- "explorers" : [ ] ,
5+ "explorers" : [
6+ {
7+ "name" : "explorer" ,
8+ "url" : "https://explorer.evm.testnet.iotaledger.net" ,
9+ "standard" : "EIP3091"
10+ }
11+ ] ,
612 "faucets" : [
713 "https://evm-toolkit.evm.testnet.iotaledger.net"
814 ] ,
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ export default {
44 "chainId" : 1221 ,
55 "explorers" : [ ] ,
66 "faucets" : [ ] ,
7+ "icon" : {
8+ "url" : "ipfs://QmeC4mKGbBpwmLfFxUSsareWkSWJomevUmex8ajjxo1zHx" ,
9+ "width" : 500 ,
10+ "height" : 500 ,
11+ "format" : "png"
12+ } ,
713 "infoURL" : "https://www.cyclenetwork.io/" ,
814 "name" : "Cycle Network Testnet" ,
915 "nativeCurrency" : {
Original file line number Diff line number Diff line change @@ -6,22 +6,10 @@ export default {
66 {
77 "name" : "BOASCAN" ,
88 "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"
1610 }
1711 ] ,
1812 "faucets" : [ ] ,
19- "icon" : {
20- "url" : "ipfs://QmW3CT4SHmso5dRJdsjR8GL1qmt79HkdAebCn2uNaWXFYh" ,
21- "width" : 256 ,
22- "height" : 257 ,
23- "format" : "png"
24- } ,
2513 "infoURL" : "https://docs.bosagora.org" ,
2614 "name" : "BOSagora Mainnet" ,
2715 "nativeCurrency" : {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export default {
3131 "networkId" : 224433 ,
3232 "rpc" : [
3333 "https://224433.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
34- "https://holeskyrpc1 .conet.network"
34+ "https://rpc .conet.network"
3535 ] ,
3636 "shortName" : "conet-holesky" ,
3737 "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 {
66 {
77 "name" : "MEVerse Chain Testnet Explorer" ,
88 "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"
1610 }
1711 ] ,
1812 "faucets" : [ ] ,
19- "icon" : {
20- "url" : "ipfs://QmPuQ6gaCfUtNdRuaEDbdhot2m2KCy2ZHCJUvZXJAtdeyJ" ,
21- "width" : 800 ,
22- "height" : 800 ,
23- "format" : "png"
24- } ,
2513 "infoURL" : "https://www.meverse.sg" ,
2614 "name" : "MEVerse Chain Testnet" ,
2715 "nativeCurrency" : {
You can’t perform that action at this time.
0 commit comments