File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
components/toolbox/stores Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,32 @@ const l1ListInitialStateFuji = {
110110 "EVM-compatible L1 chain" ,
111111 "Deploy dApps & test interoperability with Dispatch"
112112 ]
113+ } ,
114+ {
115+ id : "2TTSLdR6uEM3R5Ukej3YThHSyPf6XCfppAsh5vAuzFA1rY5w7e" ,
116+ name : "Dexalot" ,
117+ description : "Dexalot is a decentralized exchange (DEX) that operates on its own Avalanche L1, offering a central limit order book (CLOB) experience" ,
118+ rpcUrl : "https://subnets.avax.network/dexalot/testnet/rpc" ,
119+ evmChainId : 432201 ,
120+ coinName : "ALOT" ,
121+ isTestnet : true ,
122+ subnetId : "9m6a3Qte8FaRbLZixLhh8Ptdkemm4csNaLwQeKkENx5wskbWP" ,
123+ wrappedTokenAddress : "" ,
124+ validatorManagerAddress : "" ,
125+ logoUrl : "https://images.ctfassets.net/gcj8jwzm6086/6tKCXL3AqxfxSUzXLGfN6r/be31715b87bc30c0e4d3da01a3d24e9a/dexalot-subnet.png" ,
126+ wellKnownTeleporterRegistryAddress : "0xF86Cb19Ad8405AEFa7d09C778215D2Cb6eBfB228" ,
127+ hasBuilderHubFaucet : true ,
128+ externalFaucetUrl : "https://core.app/tools/testnet-faucet" ,
129+ explorerUrl : "https://subnets-test.avax.network/dexalot" ,
130+ faucetThresholds : {
131+ threshold : 1.0 ,
132+ dripAmount : 2
133+ } ,
134+ features : [
135+ "EVM-compatible L1 chain" ,
136+ "Decentralized exchange with CLOB" ,
137+ "Deploy dApps on Dexalot L1"
138+ ]
113139 }
114140 ] as L1ListItem [ ] ,
115141}
You can’t perform that action at this time.
0 commit comments