@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.
- package/dist/abi/payments/Bond.json +1051 -1041
- package/dist/abi/payments/Cash.json +10489 -11279
- package/dist/abi/payments/Factory.json +2746 -2642
- package/dist/abi/payments/Rates.json +702 -694
- package/dist/abi/payments/Token.json +1111 -1103
- package/dist/contract/index.js +0 -1
- package/dist/contractAddress/index.js +14 -14
- package/dist/utils/constants.js +1 -1
- package/package.json +1 -1
package/dist/contract/index.js
CHANGED
|
@@ -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': '
|
|
315
|
-
'Cash': '
|
|
316
|
-
'Bond': '
|
|
317
|
-
'Token': '
|
|
318
|
-
'Oracle': '
|
|
319
|
-
'Rates': '
|
|
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': '
|
|
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': '
|
|
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'
|
package/dist/utils/constants.js
CHANGED
|
@@ -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:
|
|
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",
|