Skip to content

Commit 6b6039e

Browse files
committed
Add Liquid mainnet and testnet
1 parent 4340898 commit 6b6039e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/app/liquidwallet/address.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ export const LiquidNetworkConfig = {
2121

2222
export const feeRate = 1000;
2323

24+
export const feeRateTestnet = 1000;
25+
26+
export const feeRateMainnet = 1000;
27+
28+
export const explorer = {
29+
mainnet: "https://blockstream.info/liquid",
30+
testnet: "https://blockstream.info/liquidtestnet",
31+
}
32+
2433
export const BreezAPI = {
2534
mainnet: "https://api.breez.technology/v2",
2635
testnet: "https://api.breez.technology/v1",

0 commit comments

Comments
 (0)