@mento-protocol/mento-sdk 3.3.0-beta.3 → 3.3.0-beta.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.
@@ -66,7 +66,7 @@ exports.addresses = {
66
66
  Reserve: '0x4255Cf38e51516766180b33122029A88Cb853806',
67
67
  StableToken: '0xBC69212B8E4d445b2307C9D32dD68E2A4Df00115', // USDm
68
68
  FPMMFactory: '0xa849b475FE5a4B5C9C3280152c7a1945b907613b',
69
- Router: '0x4861840C2EfB2b98312B0aE34d86fD73E8f9B6f6',
69
+ Router: '0x1Eb1D6692057949D6129ee7742C53be019b22408',
70
70
  ReserveLiquidityStrategy: '0xa0fB8b16ce6AF3634fF9F3f4F40E49E1C1ae4f0B',
71
71
  OpenLiquidityStrategy: '0x54e2Ae8c8448912E17cE0b2453bAFB7B0D80E40f',
72
72
  },
@@ -61,7 +61,7 @@ export const addresses = {
61
61
  Reserve: '0x4255Cf38e51516766180b33122029A88Cb853806',
62
62
  StableToken: '0xBC69212B8E4d445b2307C9D32dD68E2A4Df00115', // USDm
63
63
  FPMMFactory: '0xa849b475FE5a4B5C9C3280152c7a1945b907613b',
64
- Router: '0x4861840C2EfB2b98312B0aE34d86fD73E8f9B6f6',
64
+ Router: '0x1Eb1D6692057949D6129ee7742C53be019b22408',
65
65
  ReserveLiquidityStrategy: '0xa0fB8b16ce6AF3634fF9F3f4F40E49E1C1ae4f0B',
66
66
  OpenLiquidityStrategy: '0x54e2Ae8c8448912E17cE0b2453bAFB7B0D80E40f',
67
67
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mento-protocol/mento-sdk",
3
3
  "description": "Official SDK for interacting with the Mento Protocol",
4
- "version": "3.3.0-beta.3",
4
+ "version": "3.3.0-beta.5",
5
5
  "license": "MIT",
6
6
  "author": "Mento Labs",
7
7
  "keywords": [
@@ -40,6 +40,7 @@
40
40
  ],
41
41
  "type": "commonjs",
42
42
  "scripts": {
43
+ "prepublishOnly": "pnpm build",
43
44
  "build": "pnpm clean && tsc --project ./tsconfig.json && tsc --project ./tsconfig.esm.json && echo '{\"type\":\"module\"}' > dist/esm/package.json",
44
45
  "clean": "rm -rf ./dist",
45
46
  "lint": "eslint src/**/*.ts tests/**/*.ts",