@verified-network/verified-sdk 2.1.5 → 2.1.7

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.
@@ -205,7 +205,6 @@ class VerifiedContract {
205
205
  biconomyPaymasterApiKey: constants_1.PaymasterConstants[`${chainId}`]["PAYMASTER_API_KEY"],
206
206
  bundlerUrl: `${constants_1.PaymasterConstants.BUNDLER_URL_FIRST_SECTION}/${chainId}/${constants_1.PaymasterConstants[`${chainId}`]["BUNDLER_API_KEY"]}`,
207
207
  });
208
- // console.log("smart account address", await smartAccount.getAccountAddress());
209
208
  return smartAccount;
210
209
  }
211
210
  async fetchUserOpReceipt(userOpHash) {
@@ -311,12 +311,12 @@ const contractAddress = {
311
311
  },
312
312
  11155111: {
313
313
  'Client': '0xB72629Bb4d031F1C755AFfA123AAA28E81EfdA9A',
314
- 'Factory': '0xbCB4474430E019F661C50F3C53DF0F9fC0d807Af',
315
- 'Cash': '0x4c6cbAAe9ea3a6B3e4C41be783C276D0510c6Fc4',
316
- 'Bond': '0x7008aE1175E9D8027FeDf29bA6A4DDEBdD37bF19',
317
- 'Token': '0x2eD16fAe5637304afC3a9a26909F6f7503de4B68',
318
- 'Oracle': '0xa6fe084c74fF11A3bcD91e9c2115C730c294C0F7',
319
- 'Rates': '0x9E3A77Fa67e0D6d49d5F07D0a3175dbA2300F5fc',
314
+ 'Factory': '0x358643DA31fdE65b15839EeC0C72f3dacD07EBeD',
315
+ 'Cash': '0xA565F2e350dC3972c3C1779DE1d9EB4EF45baaBA',
316
+ 'Bond': '0xA357BaE12300992087560fd62c0638A91cD453C2',
317
+ 'Token': '0x58D7648C9d55567b5D1C37A3176D487539e9B8Be',
318
+ 'Oracle': '0xF6ebB33E758eC36A2D3065F4633131DFF8307A07',
319
+ 'Rates': '0xfC63cBB9aC6F6de3cAfbb1df7430339f3989fe14',
320
320
  'Security': '0xa1c552a33FB9e391d0F50A6407385c55cd22d596',
321
321
  'SecuritiesFactory': '0x7CaB6AA90fD672F6ddBd0B92c0a5428b53ebA414',
322
322
  'Vitta': '0x87145164371Ad7851AD3B4D47C9820F95983d8EA',
@@ -331,16 +331,16 @@ const contractAddress = {
331
331
  'Custody': '0x1F97Bd2c4D3b42a87B225dd7990F4a13f1CF8760',
332
332
  'Compound': '0x8c364b06741C9fE045E0e510A39BCbAf7445D8fD',
333
333
  'CASH': {
334
- 'VCUSD': '0xC824FCCfe6545c42B609cF6aD6219748A306D83a',
335
- 'VCEUR': '',
336
- 'VCCHF': '',
337
- 'VCINR': ''
334
+ 'VCUSD': '0xFe55A419F0fc951d1924FB5eA456c94483BdDd82',
335
+ 'VCEUR': '0xcdb1c23277C9C150E7D4201d854c558AAe986256',
336
+ 'VCCHF': '0x666BE39Fb2D6965885DAA97422B286B7ec222488',
337
+ 'VCINR': '0xeEd2B863F2Ac3BB4884701F0fD0F18f9bAD7819B'
338
338
  },
339
339
  'BOND': {
340
- 'VBUSD': '0x251Fd310CEe3fFdf0B0Eb3eb280CfFbB2Da5bAcc',
341
- 'VBEUR': '',
342
- 'VCCHF': '',
343
- 'VBINR': ''
340
+ 'VBUSD': '0xa8B77cF42e649Ae4BC3B5E2286b275E1A771054A',
341
+ 'VBEUR': '0x860E90968FB712e391d14e32d2462CB7C9D158cb',
342
+ 'VCCHF': '0x144Fb05846C4B1c2a85A92A918b29FAb4719a184',
343
+ 'VBINR': '0x4C49fe7f77aF2818beb2F3E02fE85B8ACB8Df243'
344
344
  },
345
345
  },
346
346
  'balancerVault': '0xBA12222222228d8Ba445958a75a0704d566BF2C8'
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PaymasterConstants = void 0;
4
4
  //Todo: add more network paymaster details for gasless
5
5
  exports.PaymasterConstants = {
6
- MAX_WAITING_ROUND: 3, //number of rounds gassless transactions will wait to fetch receipt. Note: each round is 1 minute, so 3 for example is 3 minutes
6
+ MAX_WAITING_ROUND: 10, //number of rounds gassless transactions will wait to fetch receipt. Note: each round is 6 seconds, so 10 for example is 1 minute
7
7
  BUNDLER_URL_FIRST_SECTION: "https://bundler.biconomy.io/api/v2",
8
8
  GENERAL_PAYMASTER_URL: "https://paymaster.biconomy.io/api/v1",
9
9
  BICONOMY_REVERT_TOPIC: "0x1c4fada7374c0a9ee8841fc38afe82932dc0f8e69012e927f061a8bae611a201",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verified-network/verified-sdk",
3
- "version": "2.1.5",
3
+ "version": "2.1.7",
4
4
  "description": "An SDK to develop applications on the Verified Network",
5
5
  "repository": {
6
6
  "type": "git",