@altiuslabs/tx-sdk 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/constants.js +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altiuslabs/tx-sdk",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "SDK for signing and sending Altius USD multi-token transactions",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
package/src/constants.js CHANGED
@@ -36,11 +36,6 @@ export const FEE_TOKEN_FACTORY_ADDRESS = '0xa17000000000000000000000000000000000
36
36
  */
37
37
  export const FEE_MANAGER_ADDRESS = '0xFE0000000000000000000000000000000000000001';
38
38
 
39
- /**
40
- * Alternative fee token for testing (index 2)
41
- */
42
- export const ALT_FEE_TOKEN_ADDRESS = '0xa170000000000000000000000000000000000002';
43
-
44
39
  /**
45
40
  * Fee token prefix (10 bytes) for validation
46
41
  */
@@ -55,7 +50,6 @@ export const ZERO_ADDRESS = '0x0000000000000000000000000000000000000000';
55
50
  export const VALID_ADDRESSES = {
56
51
  USDA: USDA_ADDRESS,
57
52
  FACTORY: FEE_TOKEN_FACTORY_ADDRESS,
58
- ALT_TOKEN: ALT_FEE_TOKEN_ADDRESS,
59
53
  };
60
54
 
61
55
  // Invalid addresses for testing