@verified-network/verified-sdk 2.1.8 → 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.
- package/dist/contract/index.js +4 -4
- package/package.json +1 -1
package/dist/contract/index.js
CHANGED
|
@@ -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.
|
|
505
|
-
transports: [(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.
|
|
533
|
-
transports: [(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) {
|