@pafi-dev/core 0.15.0 → 0.16.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.
package/dist/index.cjs CHANGED
@@ -203,7 +203,11 @@ var BROKER_HASHES = {
203
203
  /** Orderly's own white-label broker. */
204
204
  orderly: _viem.keccak256.call(void 0, _viem.encodePacked.call(void 0, ["string"], ["orderly"])),
205
205
  /** LogX. */
206
- logx: _viem.keccak256.call(void 0, _viem.encodePacked.call(void 0, ["string"], ["logx"]))
206
+ logx: _viem.keccak256.call(void 0, _viem.encodePacked.call(void 0, ["string"], ["logx"])),
207
+ /** Orderly's demo broker — whitelisted on Base mainnet for dev/test
208
+ * integrations. Same Vault, same path; an Orderly demo account is
209
+ * independent from production accounts. */
210
+ demo: _viem.keccak256.call(void 0, _viem.encodePacked.call(void 0, ["string"], ["demo"]))
207
211
  };
208
212
  var TOKEN_HASHES = {
209
213
  USDC: _viem.keccak256.call(void 0, _viem.encodePacked.call(void 0, ["string"], ["USDC"]))