@verified-network/verified-sdk 0.6.1 → 0.6.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/accounts/Account.json +1693 -1693
- package/dist/abi/accounts/Client.json +4891 -4229
- package/dist/abi/accounts/Holder.json +1999 -1999
- package/dist/abi/accounts/Kyc.json +2162 -2162
- package/dist/abi/accounts/Ledger.json +1079 -1079
- package/dist/abi/accounts/System.json +2947 -2947
- package/dist/abi/assetmanager/BalancerManager.json +848 -593
- package/dist/abi/liquidity/Distribution.json +11504 -10864
- package/dist/abi/liquidity/Liquidity.json +3906 -3906
- package/dist/abi/securities/Bonds.json +3890 -3331
- package/dist/abi/securities/Products.json +2861 -2861
- package/dist/abi/securities/Stocks.json +4419 -4082
- package/dist/abi/trades/OrderPool.json +10243 -10243
- package/dist/abi/trades/PoolFactory.json +1058 -1058
- package/dist/abi/trades/PostTrade.json +2896 -2713
- package/dist/abi/trades/PreTrade.json +5493 -4728
- package/dist/abi/trades/SecuritiesRegistry.json +3942 -3865
- package/dist/abi/trades/Security.json +2295 -1404
- package/dist/abi/trades/Trade.json +3919 -3919
- package/dist/contractAddress/index.js +19 -19
- package/package.json +1 -1
|
@@ -2,31 +2,31 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const contractAddress = {
|
|
4
4
|
'ropsten': {
|
|
5
|
-
'Client': '
|
|
6
|
-
'KYC': '
|
|
7
|
-
'System': '
|
|
8
|
-
'Holder': '
|
|
9
|
-
'Ledger': '
|
|
10
|
-
'Account': '
|
|
5
|
+
'Client': '0x49DC7c15d0D3E8d30Ae65Db27e06A5E127561318',
|
|
6
|
+
'KYC': '0x29Eb2c7140ad5a8416d81eBcFE4f9FCFE3aa8CBa',
|
|
7
|
+
'System': '0x5f46ee392D4340Da24E5d8bDE6A0a4D823ecbE87',
|
|
8
|
+
'Holder': '0xbaC79E13FC8fE46e8D88D6a911e607C175aCf923',
|
|
9
|
+
'Ledger': '0x0C42561865EceD8e8a55B45Fb61D37BabB218A23',
|
|
10
|
+
'Account': '0xcB4dB677B886e857c083374B78E3ab9c5Fe02E59',
|
|
11
11
|
'Factory': '0x836c720b59dD5912DBB2a99757493816F2B59562',
|
|
12
12
|
'Cash': '0x49C7f8D2D821e9Af80EbaA195A144E5Db97A3B40',
|
|
13
13
|
'Bond': '0xB8810B7EB37E2F38E0fb37e71863fe7F23A167ae',
|
|
14
14
|
'Token': '0x427b78CC87ba3123a825a1BB39eF428443DbdA90',
|
|
15
15
|
'Oracle': '0xce5d6dC4529591863912fE39E8E5645BCe6Db518',
|
|
16
16
|
'Rates': '0x3FfdaD9752B81c294D7b8425Bd1d9Ec55d47cb87',
|
|
17
|
-
'PreTrade': '
|
|
18
|
-
'Trade': '
|
|
19
|
-
'PostTrade': '
|
|
20
|
-
'SecuritiesRegistry': '
|
|
21
|
-
'Security': '
|
|
22
|
-
'OrderPool': '
|
|
23
|
-
'PoolFactory': '
|
|
24
|
-
'Products': '
|
|
25
|
-
'Stocks': '
|
|
26
|
-
'Bonds': '
|
|
27
|
-
'Liquidity': '
|
|
28
|
-
'Distribution': '
|
|
29
|
-
'AssetManager': '
|
|
17
|
+
'PreTrade': '0x5ab6283350C1cD30262E73793F42868b3e7c7BBF',
|
|
18
|
+
'Trade': '0xfEfba17c8391163a75F87d84136be8f8e4Cab549',
|
|
19
|
+
'PostTrade': '0x99840641792462020F9EbacA5BcC656bfA2d59B9',
|
|
20
|
+
'SecuritiesRegistry': '0x93aAB83BA538C4c4d538777F740cD3954b4B906C',
|
|
21
|
+
'Security': '0xe7BdAdCA77882aF3f9957Fe68EbaB62433f011a0',
|
|
22
|
+
'OrderPool': '0x75B445179A375E3Be20c75f345C8E3dC127F34C4',
|
|
23
|
+
'PoolFactory': '0x6060Ae216B80e029342488a4eA7beF22274512f5',
|
|
24
|
+
'Products': '0xcDD1d97dDD120C43eF026f3b059BAA0E16bBAADD',
|
|
25
|
+
'Stocks': '0x9C6Da8E505DE0E5ec869C82a8d8d49cF9Cf40879',
|
|
26
|
+
'Bonds': '0xEf98fb04556bD3b0Ff33B2038A43Def20B5aA883',
|
|
27
|
+
'Liquidity': '0x7F920341E6BC1B622b67922A31815646463d9836',
|
|
28
|
+
'Distribution': '0x1FeA803Cb0D1559C0bA8985326c5c9c3a660c434',
|
|
29
|
+
'AssetManager': '0x561034A068C7714dC911c5E9C6dF876468081234',
|
|
30
30
|
'Custody': '0xb6DD33C076fE95ffACC84E048Bda1caa6C304673',
|
|
31
31
|
'CASH': {
|
|
32
32
|
'VCUSD': '0xac27eeA1D7B9778D5C8D9b595282AEA076e54E90',
|