levr-sdk 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/constants.js
CHANGED
|
@@ -228,7 +228,7 @@ export const TREASURY_AIRDROP_AMOUNTS = {
|
|
|
228
228
|
/**
|
|
229
229
|
* Levr team wallet address that receives LP fees from deployments
|
|
230
230
|
*/
|
|
231
|
-
export const LEVR_TEAM_WALLET = '
|
|
231
|
+
export const LEVR_TEAM_WALLET = '0x4B7ddAc59cEeC3dE4706C460f34Bbce758a58bED';
|
|
232
232
|
/**
|
|
233
233
|
* Percentage of LP fees allocated to Levr team (0-100)
|
|
234
234
|
* This is automatically included in all deployments via the UI
|
|
@@ -112,7 +112,7 @@ export declare const TREASURY_AIRDROP_AMOUNTS: {
|
|
|
112
112
|
/**
|
|
113
113
|
* Levr team wallet address that receives LP fees from deployments
|
|
114
114
|
*/
|
|
115
|
-
export declare const LEVR_TEAM_WALLET: "
|
|
115
|
+
export declare const LEVR_TEAM_WALLET: "0x4B7ddAc59cEeC3dE4706C460f34Bbce758a58bED";
|
|
116
116
|
/**
|
|
117
117
|
* Percentage of LP fees allocated to Levr team (0-100)
|
|
118
118
|
* This is automatically included in all deployments via the UI
|