Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 28 additions & 2 deletions components/toolbox/stores/l1ListStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const l1ListInitialStateFuji = {
{
id: "98qnjenm7MBd8G2cPZoRvZrgJC33JGSAAKghsQ6eojbLCeRNp",
name: "Echo",
description: "Echo is a Testnet L1 for testing dApps utilizing ICM",
description: "Echo is a Testnet Subnet for testing dApps utilizing ICM",
rpcUrl: "https://subnets.avax.network/echo/testnet/rpc",
evmChainId: 173750,
coinName: "ECH",
Expand All @@ -89,7 +89,7 @@ const l1ListInitialStateFuji = {
{
id: "2D8RG4UpSXbPbvPCAWppNJyqTG2i2CAXSkTgmTBBvs7GKNZjsY",
name: "Dispatch",
description: "Dispatch is a Testnet L1 for testing dApps utilizing ICM",
description: "Dispatch is a Testnet Proof of Authority L1 for testing dApps utilizing ICM",
rpcUrl: "https://subnets.avax.network/dispatch/testnet/rpc",
evmChainId: 779672,
coinName: "DIS",
Expand All @@ -111,6 +111,32 @@ const l1ListInitialStateFuji = {
"Deploy dApps & test interoperability with Dispatch"
]
},
{
id: "dg2nLr4zu9AiCNouZkkX4PUHvY9pjqSUKREZ64wyV5NMUB7iT",
name: "Signal",
description: "Signal is a Testnet L1 for testing dApps utilizing ICM",
rpcUrl: "https://63.180.243.229.sslip.io/ext/bc/dg2nLr4zu9AiCNouZkkX4PUHvY9pjqSUKREZ64wyV5NMUB7iT/rpc",
evmChainId: 23995,
coinName: "SIG",
isTestnet: true,
subnetId: "2K5MnaHsWFG7EPi3a9ag686UganTu1e8xKQYQ6GgGTGzp8QHGu",
wrappedTokenAddress: "",
validatorManagerAddress: "",
logoUrl: "https://images.ctfassets.net/gcj8jwzm6086/60XrKdf99PqQKrHiuYdwTE/908622f5204311dbb11be9c6008ead44/Dispatch_Subnet_Logo.png",
wellKnownTeleporterRegistryAddress: "",
hasBuilderHubFaucet: false,
externalFaucetUrl: "",
explorerUrl: "",
faucetThresholds: {
threshold: 0,
dripAmount: 0
},
features: [
"EVM-compatible L1 chain",
"Deploy dApps & test interoperability with Dispatch",
"Stake and Delegate to an Avalanche L1"
]
},
{
id: "2TTSLdR6uEM3R5Ukej3YThHSyPf6XCfppAsh5vAuzFA1rY5w7e",
name: "Dexalot",
Expand Down