@verified-network/verified-sdk 2.8.0 → 2.8.3

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.
@@ -376,7 +376,7 @@ class VerifiedContract {
376
376
  ?.join(", ")}`);
377
377
  }
378
378
  const signerAny = this.signer;
379
- const signerPk = signerAny?._signingKey()?.privateKey;
379
+ const signerPk = signerAny?._signingKey?.()?.privateKey;
380
380
  if (!signerPk) {
381
381
  //no pk on signer. Assume it's web wallets and use ethers
382
382
  console.log("Signer incomplete, will use ethers");
@@ -414,7 +414,7 @@ class VerifiedContract {
414
414
  chains_1.arbitrumSepolia,
415
415
  ].find((nt) => Number(nt?.id) === Number(chainId));
416
416
  const signerAny = this.signer;
417
- const signerPk = signerAny?._signingKey()?.privateKey;
417
+ const signerPk = signerAny?._signingKey?.()?.privateKey;
418
418
  if (chainToUse && paymentTokenAddress && signerPk) {
419
419
  try {
420
420
  let fn = this.contract.populateTransaction[functionName];
@@ -316,12 +316,12 @@ const contractAddress = {
316
316
  },
317
317
  11155111: {
318
318
  Client: "0x20346E44d8600Ad5e2cad81E9c2c559B0C6511c9",
319
- Factory: "0x2Fd96F538FfdD0e0CD32F6628547A9AE9fB274Dc",
320
- Cash: "0xF413eABF339d8A88df8bfB6eBf7092372cd95F1d",
321
- Bond: "0x43D084bA68C9f202F98dFA87ae9b9106067765DD",
322
- Token: "0x5a9Ea86ec84575010403B757A54cfDC223fbF0E4",
323
- Oracle: "0xEC9CeED31c3f77b0607f03767d677374E8b73359",
324
- Rates: "0xC54F5625cB1eb75a5055d213F9bbff2464ebcd47",
319
+ Factory: "0xE4c6BC97383a4a3D82bf8DB18e3AbEDbC70A3eB6",
320
+ Cash: "0x7E050e434915b7Ac1f6b7F1Ae6983471231BFB7C",
321
+ Bond: "0x8D44fcA95D34630aC602327b9389c00E043e2d37",
322
+ Token: "0x26F4A20c5bbB3f024102ed6B85D0B236A9bD5BdE",
323
+ Oracle: "0x9f689e12A050f44D82D7461F2E3201E46caF808e",
324
+ Rates: "0x08613f224359E944E6B6594bFeA36d3f27cf86c5",
325
325
  Security: "0x0Ca5eDFA460873B7983392099634165be2Ce4d48",
326
326
  SecuritiesFactory: "0x729Debf1D50330a8AB71671F2cAeB4e6b248621D",
327
327
  Vitta: "0x39b4B94eE7FC9571723DaCbA14531EAC5Fd6E024",
@@ -336,16 +336,16 @@ const contractAddress = {
336
336
  Custody: "0x594DC49A7C2B4b0f279247239cb6F1d943a99e7F",
337
337
  Compound: "0x4b3CBDB8FBe5fcdDF796cd42d3749f8AcD53DA73",
338
338
  CASH: {
339
- VCUSD: "0x50b79E3F18490Ec2aA97344eE7502Cf4cBA07Ef4",
340
- VCEUR: "0x70fdb4Ca69b4dDC2CdB7D2Cc843C17374E946944",
341
- VCGBP: "0xEe1DD4a2cbfBEE9268C0da9a9A709d06412c540A",
342
- VCJPY: "0x47B02df02788023ea2C72f719eF0C59cc5a41dA9",
339
+ VCUSD: "0xC33648d9054cbAaB4447d93c725c9E9119b74d9a",
340
+ VCEUR: "0x4D035Cc70Cede16E5f2EdecED301790b7d460E2e",
341
+ VCGBP: "0xeC883c955A3696ceAdd759fD26eEb9076BA24aD9",
342
+ VCJPY: "0xe785D723c86f26011C301E6424fa295f04A12454",
343
343
  },
344
344
  BOND: {
345
- VBUSD: "0xaf06AF6c26A4386eFde3AC805829659988b99256",
346
- VBEUR: "0xCabF376555DcfC83e304A51e89CdA83d90CdEFA8",
347
- VBGBP: "0xDe28de5D2e1A53997F97F0E64eA13F3710E47245",
348
- VBJPY: "0xE51802A0e508033C51f99397bBEfdf87dc361cb1",
345
+ VBUSD: "0x7124D227Afa1a2DfE09D1A58e90b57f53aBEE8E5",
346
+ VBEUR: "0x4DFCbbB2a18f04D9731Ec6283Be3Fb7897555A52",
347
+ VBGBP: "0x5224f79468AFC85FbDf1f12849488aED3Da769D6",
348
+ VBJPY: "0x62BB48FA6e9f174fc6855D9962d12F893F6E5845",
349
349
  },
350
350
  },
351
351
  balancerVault: "0xBA12222222228d8Ba445958a75a0704d566BF2C8",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verified-network/verified-sdk",
3
- "version": "2.8.0",
3
+ "version": "2.8.3",
4
4
  "description": "An SDK to develop applications on the Verified Network",
5
5
  "repository": {
6
6
  "type": "git",