@altiuslabs/tx-sdk 0.1.15 → 0.1.17
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/package.json +1 -1
- package/src/constants.js +1 -1
package/package.json
CHANGED
package/src/constants.js
CHANGED
|
@@ -34,7 +34,7 @@ export const FEE_TOKEN_FACTORY_ADDRESS = '0xa17000000000000000000000000000000000
|
|
|
34
34
|
* Fee Manager (Independent prefix)
|
|
35
35
|
* Address: 0xFE0000000000000000000000000000000000000001
|
|
36
36
|
*/
|
|
37
|
-
export const FEE_MANAGER_ADDRESS = '
|
|
37
|
+
export const FEE_MANAGER_ADDRESS = '0xFE00000000000000000000000000000000000001';
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
40
|
* Fee token prefix (10 bytes) for validation
|