Skip to content

Conversation

@ritankarsaha
Copy link

@ritankarsaha ritankarsaha commented Aug 22, 2025

Liquid Mainnet and Testnet Proper Setup

  • Fixed Docker configs and can build images properly now
  • Setup for the Liquid Testnet and the Liquid Mainnet
  • Added proper config files
  • Made frontend changes specific for liquid to tweak the liquid changes

…r updates

Liquid Updates

updates

(feat): Updates for Liquid Mainnet, Testnet and Dockerization
@@ -0,0 +1,122 @@
version: "3.7"

services:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the previous one is for mainnet so this is for angornet?

@@ -0,0 +1,75 @@
<div class="container-fluid">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this doesn't exist already for the mainnet deployment?

@@ -0,0 +1,58 @@
import { Injectable } from '@angular/core';
import { HttpClient } from '@angular/common/http';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not liquid specific so what is this service exactly?

isAngorEnabled() {
return this.env.ANGOR_ENABLED;
}
// Enable Angor for liquid networks specifically
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this disable none liquid networks?

testnet: true,
signet: false,
liquid: true,
liquidtestnet: true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is all this needed? it is not liquid specific is it?

],
declarations: [
MasterPageComponent,
AngorProjectsComponent,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

again also here this angor already works on mempool so why do we need to define it here? it should be already defined no?

import { Observable } from 'rxjs';
import { AngorService, AngorProject, AngorStats } from '../../../services/angor.service';

@Component({
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there should be such a component as it is not liquid specific

@ritankarsaha
Copy link
Author

@dangershony reverting these specific changes back and checking the status of the Liquid Mainnet.
The whole PR is done, but this might take a week's time - need to check after each modification so that nothing breaks. Also working on the Angor PR as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants