File tree Expand file tree Collapse file tree 6 files changed +75
-11
lines changed Expand file tree Collapse file tree 6 files changed +75
-11
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" : "UPBEth" ,
4
+ "chainId" : 1918 ,
5
+ "explorers" : [ ] ,
6
+ "faucets" : [ ] ,
7
+ "infoURL" : "https://mobylab.docs.crescdi.pub.ro/blog/UPB-CRESCDI-Testnet" ,
8
+ "name" : "UPB CRESCDI Testnet" ,
9
+ "nativeCurrency" : {
10
+ "name" : "UPBEth" ,
11
+ "symbol" : "UPBEth" ,
12
+ "decimals" : 18
13
+ } ,
14
+ "networkId" : 1918 ,
15
+ "rpc" : [
16
+ "https://1918.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
17
+ "https://testnet.crescdi.pub.ro"
18
+ ] ,
19
+ "shortName" : "UPBEth" ,
20
+ "slug" : "upb-crescdi-testnet" ,
21
+ "testnet" : true
22
+ } 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" : "GitAGI" ,
4
+ "chainId" : 210049 ,
5
+ "explorers" : [ ] ,
6
+ "faucets" : [ ] ,
7
+ "infoURL" : "https://gitagi.org/" ,
8
+ "name" : "GitAGI Atlas Testnet" ,
9
+ "nativeCurrency" : {
10
+ "name" : "GitAGI" ,
11
+ "symbol" : "tGAGI" ,
12
+ "decimals" : 18
13
+ } ,
14
+ "networkId" : 210049 ,
15
+ "rpc" : [
16
+ "https://210049.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
17
+ "https://rpc.gitagi.org"
18
+ ] ,
19
+ "shortName" : "atlas" ,
20
+ "slug" : "gitagi-atlas-testnet" ,
21
+ "testnet" : true
22
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export default {
4
4
"chainId" : 4200 ,
5
5
"explorers" : [
6
6
{
7
- "name" : "blockscout " ,
7
+ "name" : "L2scan " ,
8
8
"url" : "https://scan.merlinchain.io" ,
9
9
"standard" : "EIP3091" ,
10
10
"icon" : {
@@ -32,7 +32,8 @@ export default {
32
32
"networkId" : 4200 ,
33
33
"rpc" : [
34
34
"https://4200.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
35
- "https://rpc.merlinchain.io"
35
+ "https://rpc.merlinchain.io" ,
36
+ "https://merlin-mainnet-enterprise.unifra.io"
36
37
] ,
37
38
"shortName" : "Merlin-Mainnet" ,
38
39
"slug" : "merlin" ,
Original file line number Diff line number Diff line change 1
1
import type { Chain } from "../src/types" ;
2
2
export default {
3
- "chain" : "EVMCC " ,
3
+ "chain" : "TANGO " ,
4
4
"chainId" : 5678 ,
5
- "explorers" : [ ] ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "BlockScout" ,
8
+ "url" : "https://3001-blockscout.a.dancebox.tanssi.network" ,
9
+ "standard" : "EIP3091"
10
+ }
11
+ ] ,
6
12
"faucets" : [ ] ,
7
- "infoURL" : "https://tanssi.network" ,
8
- "name" : "Tanssi EVM ContainerChain " ,
13
+ "infoURL" : "https://docs. tanssi.network/builders/tanssi-network/networks/dancebox/demo-evm-containerchain " ,
14
+ "name" : "Tanssi Demo " ,
9
15
"nativeCurrency" : {
10
16
"name" : "TANGO" ,
11
17
"symbol" : "TANGO" ,
@@ -17,7 +23,7 @@ export default {
17
23
"https://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network" ,
18
24
"wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network"
19
25
] ,
20
- "shortName" : "TanssiCC " ,
21
- "slug" : "tanssi-evm-containerchain " ,
26
+ "shortName" : "tango " ,
27
+ "slug" : "tanssi-demo " ,
22
28
"testnet" : false
23
29
} as const satisfies Chain ;
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments