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 {
44 "chainId" : 4200 ,
55 "explorers" : [
66 {
7- "name" : "blockscout " ,
7+ "name" : "L2scan " ,
88 "url" : "https://scan.merlinchain.io" ,
99 "standard" : "EIP3091" ,
1010 "icon" : {
@@ -32,7 +32,8 @@ export default {
3232 "networkId" : 4200 ,
3333 "rpc" : [
3434 "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"
3637 ] ,
3738 "shortName" : "Merlin-Mainnet" ,
3839 "slug" : "merlin" ,
Original file line number Diff line number Diff line change 11import type { Chain } from "../src/types" ;
22export default {
3- "chain" : "EVMCC " ,
3+ "chain" : "TANGO " ,
44 "chainId" : 5678 ,
5- "explorers" : [ ] ,
5+ "explorers" : [
6+ {
7+ "name" : "BlockScout" ,
8+ "url" : "https://3001-blockscout.a.dancebox.tanssi.network" ,
9+ "standard" : "EIP3091"
10+ }
11+ ] ,
612 "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 " ,
915 "nativeCurrency" : {
1016 "name" : "TANGO" ,
1117 "symbol" : "TANGO" ,
@@ -17,7 +23,7 @@ export default {
1723 "https://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network" ,
1824 "wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network"
1925 ] ,
20- "shortName" : "TanssiCC " ,
21- "slug" : "tanssi-evm-containerchain " ,
26+ "shortName" : "tango " ,
27+ "slug" : "tanssi-demo " ,
2228 "testnet" : false
2329} 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