@verified-network/verified-sdk 0.9.2 → 0.9.4
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/L1distribution/Distribution.json +4 -4
- package/dist/abi/L2distribution/Distribution.json +3 -3
- package/dist/abi/accounts/Account.json +1693 -1693
- package/dist/abi/accounts/Client.json +8351 -6165
- package/dist/abi/accounts/Holder.json +1999 -1999
- package/dist/abi/accounts/Kyc.json +2256 -2256
- package/dist/abi/accounts/Ledger.json +1079 -1079
- package/dist/abi/accounts/System.json +2942 -2942
- package/dist/abi/assetmanager/kyber/PrimaryIssueManager.json +74238 -0
- package/dist/abi/custody/Vault.json +4 -10
- package/dist/abi/deposits/Bond.json +224 -224
- package/dist/abi/deposits/Cash.json +423 -423
- package/dist/abi/deposits/Factory.json +3626 -3173
- package/dist/abi/deposits/Rates.json +1410 -1410
- package/dist/abi/deposits/Security.json +514 -514
- package/dist/abi/liquidity/Liquidity.json +4 -4
- package/dist/abi/payments/Bond.json +890 -890
- package/dist/abi/payments/Cash.json +25333 -21492
- package/dist/abi/payments/Factory.json +2547 -2547
- package/dist/abi/payments/Oracle.json +2215 -2215
- package/dist/abi/payments/Rates.json +1406 -1406
- package/dist/abi/payments/Token.json +1222 -1222
- package/dist/abi/securities/Bonds.json +3 -3
- package/dist/abi/securities/Products.json +3 -3
- package/dist/abi/securities/Stocks.json +3 -3
- package/dist/abi/trades/OrderPool.json +4 -4
- package/dist/abi/trades/PoolFactory.json +3 -3
- package/dist/abi/trades/PostTrade.json +3 -3
- package/dist/abi/trades/PreTrade.json +4 -4
- package/dist/abi/trades/SecuritiesRegistry.json +4 -4
- package/dist/abi/trades/Security.json +3 -3
- package/dist/abi/trades/Trade.json +4 -4
- package/dist/contract/amm/primary/index.js +141 -0
- package/dist/contract/amm/secondary/index.js +42 -0
- package/dist/contract/cash/index.js +7 -0
- package/dist/contract/client/index.js +13 -6
- package/dist/contract/pretrade/index.js +2 -2
- package/dist/contract/public/client/index.js +9 -0
- package/dist/contract/public/factory/index.js +9 -0
- package/dist/contract/securitiesregistry/index.js +12 -0
- package/dist/contractAddress/index.js +51 -50
- package/dist/index.js +5 -5
- package/package.json +1 -1
|
@@ -1,81 +1,82 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const contractAddress = {
|
|
4
|
-
'L1-
|
|
5
|
-
'Client': '
|
|
4
|
+
'L1-ropsten': {
|
|
5
|
+
'Client': '0x2d9B82282aaA09Efae05b89E5d48C595f3ce8dBa',
|
|
6
6
|
'KYC': '',
|
|
7
7
|
'System': '',
|
|
8
8
|
'Holder': '',
|
|
9
9
|
'Ledger': '',
|
|
10
10
|
'Account': '',
|
|
11
|
-
'Factory': '
|
|
12
|
-
'Cash': '
|
|
13
|
-
'Bond': '
|
|
11
|
+
'Factory': '0x08223265869E87dD0f217AFBB94066358eCB671A',
|
|
12
|
+
'Cash': '0xB4b7F053D8c26BAa683747218F09fac77A0950cd',
|
|
13
|
+
'Bond': '0xa838081c70409C277EF337d34b3c7cB943F7b814',
|
|
14
14
|
'Token': '',
|
|
15
15
|
'Oracle': '',
|
|
16
|
-
'Rates': '
|
|
16
|
+
'Rates': '0x4a09E0798E4F31662df7Ba7a505CeD2bd1d7cF83',
|
|
17
17
|
'PreTrade': '',
|
|
18
18
|
'Trade': '',
|
|
19
19
|
'PostTrade': '',
|
|
20
20
|
'SecuritiesRegistry': '',
|
|
21
|
-
'Security': '
|
|
21
|
+
'Security': '0x7beBddE18f22b36593ab8d08c0991F9a3D328D3a',
|
|
22
22
|
'OrderPool': '',
|
|
23
23
|
'PoolFactory': '',
|
|
24
24
|
'Stocks': '',
|
|
25
25
|
'Bonds': '',
|
|
26
|
-
'Liquidity': '
|
|
27
|
-
'Distribution': '
|
|
28
|
-
'BalancerPrimaryIssueManager': '
|
|
29
|
-
'BalancerSecondaryIssueManager': '
|
|
30
|
-
'
|
|
26
|
+
'Liquidity': '0x7d56F166AEA6A34525cC60Cf18e0b52c0ceC234f',
|
|
27
|
+
'Distribution': '0x16e333ea69bFb67b8161eeaEA7d4ea7553a0F5B9',
|
|
28
|
+
'BalancerPrimaryIssueManager': '',
|
|
29
|
+
'BalancerSecondaryIssueManager': '',
|
|
30
|
+
'KyberPrimaryIssueManager': '0xDE15b0261d057915cC9434A968bD8A2817984460',
|
|
31
|
+
'Custody': '0x7436eB550F7C7173F2f300ae24F88c3585bB27FB',
|
|
31
32
|
'CASH': {
|
|
32
|
-
'VCUSD': '
|
|
33
|
-
'VCEUR': '
|
|
34
|
-
'VCINR': '
|
|
33
|
+
'VCUSD': '0xc64c9587F5BdCbe8A4F21dD1f93fC9964331C301',
|
|
34
|
+
'VCEUR': '0xE4d0381Ca656cD7E397F502bE6b7b759f35A652B',
|
|
35
|
+
'VCINR': '0xF7bA67cD1446ae2031220424ebB64F8e3Fbf83b7'
|
|
35
36
|
},
|
|
36
37
|
'BOND': {
|
|
37
|
-
'VBUSD': '
|
|
38
|
-
'VBEUR': '
|
|
39
|
-
'VBINR': '
|
|
38
|
+
'VBUSD': '0x344C52e9537244EEd0c0354C39811563AF58f6c6',
|
|
39
|
+
'VBEUR': '0x2bB131066A6C5f2e5d134164e090997D66d7a061',
|
|
40
|
+
'VBINR': '0xD7C1F45dC486AD2094455B941A6ce93A0db3BB96'
|
|
40
41
|
},
|
|
41
42
|
},
|
|
42
43
|
'L2-goerli': {
|
|
43
|
-
'Client': '
|
|
44
|
-
'KYC': '
|
|
45
|
-
'System': '
|
|
46
|
-
'Holder': '
|
|
47
|
-
'Ledger': '
|
|
48
|
-
'Account': '
|
|
49
|
-
'Factory': '
|
|
50
|
-
'Cash': '
|
|
51
|
-
'Bond': '
|
|
52
|
-
'Token': '
|
|
53
|
-
'Oracle': '
|
|
54
|
-
'Rates': '
|
|
55
|
-
'PreTrade': '
|
|
56
|
-
'Trade': '
|
|
57
|
-
'PostTrade': '
|
|
58
|
-
'SecuritiesRegistry': '
|
|
59
|
-
'Security': '
|
|
60
|
-
'OrderPool': '
|
|
61
|
-
'PoolFactory': '
|
|
62
|
-
'Products': '
|
|
63
|
-
'Stocks': '
|
|
64
|
-
'Bonds': '
|
|
44
|
+
'Client': '0x52b20fd184398A3B24cD24B5Be7bbdA32B9b304A',
|
|
45
|
+
'KYC': '0x6610e9F8f7f7B85f079d09dCA5D8b335e65b317C',
|
|
46
|
+
'System': '0xFEb48eAc3d1C30EE99164eF7feB79a71A2B9B4FB',
|
|
47
|
+
'Holder': '0xDF71A1e2bA368574Ff62aC07dA05006544AF2120',
|
|
48
|
+
'Ledger': '0xC19536D250293ced7821a13CA0b4D0b766C81b4e',
|
|
49
|
+
'Account': '0x1C5Bdc536D96aa54030428a11E943EF5bbD41C99',
|
|
50
|
+
'Factory': '0x9b842C77E3D6681b4Ee66CebE2d522d35D37510e',
|
|
51
|
+
'Cash': '0xe4929371d7452aeb90F7c092F873d049892eafbA',
|
|
52
|
+
'Bond': '0x30a9b280FB9070f14ee3157c41C68c04236C1858',
|
|
53
|
+
'Token': '0x785AE38047650A9CC298B7ff694Ce29466585F7F',
|
|
54
|
+
'Oracle': '0x643CB95e3D94ace3cbeb5002DBf8C5a1C292fd17',
|
|
55
|
+
'Rates': '0xD292658282828BB845c1c64CA19621a98c622c6a',
|
|
56
|
+
'PreTrade': '0x5d49E52CE8aA2c715E6Fdf8Fd46B43cbfAEd6650',
|
|
57
|
+
'Trade': '0x5E58Cc659d8a8E61450A7363C60a0Bd1d88942c5',
|
|
58
|
+
'PostTrade': '0x3FBdFE4a6Ea67bC45d31F32ABf801766530E2Ff0',
|
|
59
|
+
'SecuritiesRegistry': '0xE6bEb64f49250D7D455D9910224c03faA93f6fEc',
|
|
60
|
+
'Security': '0x4BBfC384503C4A420551Db8E4C56c7BBda85B9EF',
|
|
61
|
+
'OrderPool': '0x8F1531627A7675Ffb04Dc2d4C83D976E22A239D3',
|
|
62
|
+
'PoolFactory': '0x45d6D11B9e888F3735d57eea2d732e9f62DFE3e7',
|
|
63
|
+
'Products': '0xb206a38a8CaCb79d53f3AA1C977E6f75632b50fd',
|
|
64
|
+
'Stocks': '0x344cA252E2fCDDDF7F070Cf50920dB1bAAD0dEc5',
|
|
65
|
+
'Bonds': '0xb3D8BB812cC4F7680995B03dFF7c8A2168DCB9A4',
|
|
65
66
|
'Liquidity': '',
|
|
66
|
-
'Distribution': '',
|
|
67
|
-
'
|
|
68
|
-
'
|
|
69
|
-
'Custody': '
|
|
67
|
+
'Distribution': '0xc5c2Aeb737C016FDB2655Ff7B748667f5ab6A7f1',
|
|
68
|
+
'BalancerPrimaryIssueManager': '',
|
|
69
|
+
'BalancerSecondaryIssueManager': '',
|
|
70
|
+
'Custody': '',
|
|
70
71
|
'CASH': {
|
|
71
|
-
'VCUSD': '
|
|
72
|
-
'VCEUR': '
|
|
73
|
-
'VCINR': '
|
|
72
|
+
'VCUSD': '0x7817ee8Ed70aE456d220Ac56c625074799A7fE1d',
|
|
73
|
+
'VCEUR': '0xb0Cda6bee0575152F8E16D2D1842566C74545f42',
|
|
74
|
+
'VCINR': '0x2a970A962D97Cc642a1d064828C7c2496A6D853d'
|
|
74
75
|
},
|
|
75
76
|
'BOND': {
|
|
76
|
-
'VBUSD': '
|
|
77
|
-
'VBEUR': '
|
|
78
|
-
'VBINR': '
|
|
77
|
+
'VBUSD': '0x0a19EC33Ad167853fdc3F50d6406FB554872A483',
|
|
78
|
+
'VBEUR': '0x79ac6b5049d5538Da09596d90848355D94c72386',
|
|
79
|
+
'VBINR': '0xe52a3147F1bbCe5402F32B0633a1842719b94Cea'
|
|
79
80
|
},
|
|
80
81
|
},
|
|
81
82
|
'mainnet': {
|
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
5
5
|
};
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.contractAddress = exports.utils = exports.VerifiedClient = exports.VerifiedRates = exports.VerifiedDistribution = exports.VerifiedFactory = exports.VerifiedSecurity = exports.VerifiedBond = exports.VerifiedCash = exports.
|
|
7
|
+
exports.contractAddress = exports.utils = exports.VerifiedClient = exports.VerifiedRates = exports.VerifiedDistribution = exports.VerifiedFactory = exports.VerifiedSecurity = exports.VerifiedBond = exports.VerifiedCash = exports.SecondaryIssueManager = exports.PrimaryIssueManager = exports.RatesContract = exports.LiquidityContract = exports.CustodyContract = exports.BondsContract = exports.StocksContract = exports.ProductContract = exports.DistributionContract = exports.OracleContract = exports.SecurityContract = exports.TokenContract = exports.FactoryContract = exports.TradeContract = exports.SecuritiesRegistryContract = exports.PreTradeContract = exports.PostTradeContract = exports.PoolFactoryContract = exports.OrderPoolContract = exports.CashContract = exports.BondContract = exports.AccountContract = exports.LedgerContract = exports.HolderContract = exports.SystemContract = exports.KYCContract = exports.ClientContract = exports.Provider = exports.VerifiedWallet = void 0;
|
|
8
8
|
const wallet_1 = require("./wallet");
|
|
9
9
|
Object.defineProperty(exports, "VerifiedWallet", { enumerable: true, get: function () { return wallet_1.VerifiedWallet; } });
|
|
10
10
|
const utils_1 = require("./utils");
|
|
@@ -59,10 +59,10 @@ const distribution_1 = __importDefault(require("./contract/distribution"));
|
|
|
59
59
|
exports.DistributionContract = distribution_1.default;
|
|
60
60
|
const rates_1 = __importDefault(require("./contract/rates"));
|
|
61
61
|
exports.RatesContract = rates_1.default;
|
|
62
|
-
const primary_1 = __importDefault(require("./contract/
|
|
63
|
-
exports.
|
|
64
|
-
const secondary_1 = __importDefault(require("./contract/
|
|
65
|
-
exports.
|
|
62
|
+
const primary_1 = __importDefault(require("./contract/amm/primary"));
|
|
63
|
+
exports.PrimaryIssueManager = primary_1.default;
|
|
64
|
+
const secondary_1 = __importDefault(require("./contract/amm/secondary"));
|
|
65
|
+
exports.SecondaryIssueManager = secondary_1.default;
|
|
66
66
|
const cash_2 = __importDefault(require("./contract/public/cash"));
|
|
67
67
|
exports.VerifiedCash = cash_2.default;
|
|
68
68
|
const bond_2 = __importDefault(require("./contract/public/bond"));
|