@verified-network/verified-sdk 2.1.7 → 2.1.9

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.
@@ -501,8 +501,8 @@ class VerifiedContract {
501
501
  console.log("Using Mee client with paymentToken of: ", (_b = optionsRaw[0]) === null || _b === void 0 ? void 0 : _b.paymentToken);
502
502
  const _signer = this.signer;
503
503
  const nexusAccount = await (0, abstractjs_1.toMultichainNexusAccount)({
504
- chains: [chains_1.base, chains_1.mainnet, chains_1.sepolia, chains_1.gnosis, chains_1.baseSepolia, chains_1.polygon],
505
- transports: [(0, viem_1.http)(), (0, viem_1.http)(), (0, viem_1.http)(), (0, viem_1.http)(), (0, viem_1.http)(), (0, viem_1.http)()],
504
+ chains: [chains_1.base, chains_1.mainnet, chains_1.gnosis, chains_1.polygon],
505
+ transports: [(0, viem_1.http)(), (0, viem_1.http)(), (0, viem_1.http)(), (0, viem_1.http)()],
506
506
  signer: _signer,
507
507
  });
508
508
  const meeAddress = nexusAccount.addressOn(chainId);
@@ -529,8 +529,8 @@ class VerifiedContract {
529
529
  if (this.supportsGasless(chainId)) {
530
530
  const _signer = this.signer;
531
531
  const nexusAccount = await (0, abstractjs_1.toMultichainNexusAccount)({
532
- chains: [chains_1.base, chains_1.mainnet, chains_1.sepolia, chains_1.gnosis, chains_1.baseSepolia, chains_1.polygon],
533
- transports: [(0, viem_1.http)(), (0, viem_1.http)(), (0, viem_1.http)(), (0, viem_1.http)(), (0, viem_1.http)(), (0, viem_1.http)()],
532
+ chains: [chains_1.base, chains_1.mainnet, chains_1.gnosis, chains_1.polygon],
533
+ transports: [(0, viem_1.http)(), (0, viem_1.http)(), (0, viem_1.http)(), (0, viem_1.http)()],
534
534
  signer: _signer,
535
535
  });
536
536
  if (paymentTokenAddress) {
@@ -327,7 +327,7 @@ const contractAddress = {
327
327
  'SecondaryIssuePoolFactory': '0x4519148Cc4030c2e3573f1f886ed4071Fa35d62B',
328
328
  'BalancerSecondaryIssueManager': '0xE3e3e9b8c0c292eD3756C7A1037322738de6B7FC',
329
329
  'MarginTradingPoolFactory': '0xB1ae3Fc5B16d3736bf0db20606fB9a10b435392c',
330
- 'BalancerMarginIssueManager': '0x095a3075De6950530F6053C97dB06cc74E78E11e',
330
+ 'BalancerMarginIssueManager': '0xcC52ce78a8fF2198FBD37D85D1686E7C80604cd3',
331
331
  'Custody': '0x1F97Bd2c4D3b42a87B225dd7990F4a13f1CF8760',
332
332
  'Compound': '0x8c364b06741C9fE045E0e510A39BCbAf7445D8fD',
333
333
  'CASH': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verified-network/verified-sdk",
3
- "version": "2.1.7",
3
+ "version": "2.1.9",
4
4
  "description": "An SDK to develop applications on the Verified Network",
5
5
  "repository": {
6
6
  "type": "git",