@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.
- package/dist/abi/payments/Factory.json +21240 -1
- package/dist/contract/index.js +2 -2
- package/dist/contractAddress/index.js +14 -14
- package/package.json +1 -1
package/dist/contract/index.js
CHANGED
|
@@ -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: "
|
|
320
|
-
Cash: "
|
|
321
|
-
Bond: "
|
|
322
|
-
Token: "
|
|
323
|
-
Oracle: "
|
|
324
|
-
Rates: "
|
|
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: "
|
|
340
|
-
VCEUR: "
|
|
341
|
-
VCGBP: "
|
|
342
|
-
VCJPY: "
|
|
339
|
+
VCUSD: "0xC33648d9054cbAaB4447d93c725c9E9119b74d9a",
|
|
340
|
+
VCEUR: "0x4D035Cc70Cede16E5f2EdecED301790b7d460E2e",
|
|
341
|
+
VCGBP: "0xeC883c955A3696ceAdd759fD26eEb9076BA24aD9",
|
|
342
|
+
VCJPY: "0xe785D723c86f26011C301E6424fa295f04A12454",
|
|
343
343
|
},
|
|
344
344
|
BOND: {
|
|
345
|
-
VBUSD: "
|
|
346
|
-
VBEUR: "
|
|
347
|
-
VBGBP: "
|
|
348
|
-
VBJPY: "
|
|
345
|
+
VBUSD: "0x7124D227Afa1a2DfE09D1A58e90b57f53aBEE8E5",
|
|
346
|
+
VBEUR: "0x4DFCbbB2a18f04D9731Ec6283Be3Fb7897555A52",
|
|
347
|
+
VBGBP: "0x5224f79468AFC85FbDf1f12849488aED3Da769D6",
|
|
348
|
+
VBJPY: "0x62BB48FA6e9f174fc6855D9962d12F893F6E5845",
|
|
349
349
|
},
|
|
350
350
|
},
|
|
351
351
|
balancerVault: "0xBA12222222228d8Ba445958a75a0704d566BF2C8",
|