Skip to content

Commit

Permalink
fix(litd): change asset/sats exchange rate to 1:1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaljsr committed Dec 20, 2024
1 parent 65890f3 commit acd49c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export const dockerConfigs: Record<NodeImplementation, DockerConfig> = {
'--taproot-assets.universerpccourier.initialbackoff=300ms',
'--taproot-assets.universerpccourier.maxbackoff=600ms',
'--taproot-assets.experimental.rfq.priceoracleaddress=use_mock_price_oracle_service_promise_to_not_use_on_mainnet',
'--taproot-assets.experimental.rfq.mockoracleassetsperbtc=1000000',
'--taproot-assets.experimental.rfq.mockoracleassetsperbtc=100000000',
'--lnd.trickledelay=50',
'--lnd.gossip.sub-batch-delay=5ms',
'--lnd.caches.rpc-graph-cache-duration=100ms',
Expand Down

0 comments on commit acd49c6

Please sign in to comment.