Package not found. Please check the package name and try again.

blumefi 2.7.0 → 2.8.0

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/cli.js +2 -2
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -62,7 +62,7 @@ const NETWORKS = {
62
62
  wxrp: '0x7C21a90E3eCD3215d16c3BBe76a491f8f792d4Bf',
63
63
  swapRouter: '0x3a5FF5717fCa60b613B28610A8Fd2E13299e306C',
64
64
  swapFactory: '0x0F0F367e1C407C28821899E9bd2CB63D6086a945',
65
- padFactory: '0x1fCBce3853188adbDDFe8401D461db78DBC875e1',
65
+ padFactory: '0x8681A2566E35b14196cAc0E349DB585992d313BA',
66
66
  },
67
67
  testnet: {
68
68
  chainId: 1449000,
@@ -73,7 +73,7 @@ const NETWORKS = {
73
73
  swapWxrp: '0x664950b1F3E2FAF98286571381f5f4c230ffA9c5', // Swap router uses different WXRP on testnet
74
74
  swapRouter: '0xC17E3517131E7444361fEA2083F3309B33a7320A',
75
75
  swapFactory: '0xa67Dfa5C47Bec4bBbb06794B933705ADb9E82459',
76
- padFactory: '0x726AE28F353aCAF1c8c5787c2478659ba334c4C3',
76
+ padFactory: '0xe7a942B532333761641f3326a4583956C557Bee2',
77
77
  perpsRouter: '0x2eDAa73b84Fcc8B403FC4fa10B15458B07560422',
78
78
  vault: '0x013C9b57169587c374de63A63DC92bfbc744ef4a',
79
79
  priceFeed: '0xBbB98D02Dc2e218e8f864E3667AA699557b62aF9',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blumefi",
3
- "version": "2.7.0",
3
+ "version": "2.8.0",
4
4
  "description": "BlumeFi CLI — DeFi reimagined for the agentic era. Trade, chat, and interact with the Blume ecosystem from the command line.",
5
5
  "main": "cli.js",
6
6
  "bin": {