You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Environment.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@ These are the environment variables required by the liquidity provider server (L
26
26
|`ERP_KEYS`| Keys that are used as a secondary multisig that would be allowed to spend UTXOs after a year they were created. |`0216c23b2ea8e4f11c3f9e22711addb1d16a93964796913830856b568cc3ea21d3`,`0275562901dd8faae20de0a4166362a4f82188db77dbed4ca887422ea1ec185f14`,`034db69f2112f4fb1bb6141bf6e2bd6631f0484d0bd95b16767902c9fe219d4a6f`| YES |
27
27
|`USE_SEGWIT_FEDERATION`| Wether to generate the federation address as a P2SH-P2WSH or not | true | NO |
28
28
|`ACCOUNT_NUM`| The keystore account number to use. If not provided default value will be 0. |`0`| NO |
29
-
|`DAO_FEE_COLLECTOR_ADDRESS`| Address of the DAO fee collector. |`0x86B6534687A176A476C16083a373fB9Fe4FAb449`| YES |
30
29
|`KEY_SECRET`| Name of the secret of AWS secrets manager that contains the encrypted json of the liquidity provider RSK account. Only required if `SECRET_SRC` is `aws`. |`FlyoverTestEnv/LPS-KEY`| NO |
31
30
|`PASSWORD_SECRET`| Name of the secret of AWS secrets manager that contains the password of the encrypted json of the liquidity provider RSK account. Only required if `SECRET_SRC` is `aws`. |`FlyoverTestEnv/LPS-PASSWORD`| NO |
32
31
|`KEYSTORE_FILE`| Name of the file that contains the encrypted json of the liquidity provider RSK account. Only required if `SECRET_SRC` is `env`. |`geth_keystore/UTC--2024-01-29T16-36-09.688642000Z--9d93929a9099be4355fc2389fbf253982f9df47c`| NO |
Copy file name to clipboardExpand all lines: docs/Operating-LP.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,6 @@ This fee covers the gas costs for all transactions performed by the Liquidity Pr
45
45
* Call Fee:
46
46
A fee paid to the Liquidity Provider who facilitates the transaction. This fee is configurable and can vary based on the LP's chosen settings.
47
47
48
-
* Product Fee:
49
-
This is a DAO fee that is collected by the protocol. It's calculated based on a percentage of the transaction value and is configured at the protocol level.
50
-
51
48
## Security
52
49
See the [minimum security requirements](https://github.com/rsksmart/liquidity-provider-server/blob/master/docs/LP-Management.md#minimum-security-requirements).
0 commit comments