@raac/rpc 1.1.0-beta.46 → 1.1.0-beta.47

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.
@@ -59,9 +59,9 @@
59
59
  "name": "RWA Vault",
60
60
  "contract": "0xc325841d6f4C0ff71EEB00Eb16B7eD1d2990e07f"
61
61
  },
62
- "compilanceregistry": {
63
- "id": "compilanceregistry",
64
- "name": "Compilance Registry",
62
+ "complianceregistry": {
63
+ "id": "complianceregistry",
64
+ "name": "Compliance Registry",
65
65
  "contract": "0xC367bd7633e52ef3cf0aEE13CEAfCA073d25be92"
66
66
  }
67
67
  },
@@ -59,9 +59,9 @@
59
59
  "name": "RWA Vault",
60
60
  "contract": "0x0165878A594ca255338adfa4d48449f69242Eb8F"
61
61
  },
62
- "compilanceregistry": {
63
- "id": "compilanceregistry",
64
- "name": "Compilance Registry",
62
+ "complianceregistry": {
63
+ "id": "complianceregistry",
64
+ "name": "Compliance Registry",
65
65
  "contract": "0x0000000000000000000000000000000000000000"
66
66
  }
67
67
  },
@@ -59,9 +59,9 @@
59
59
  "name": "RWA Vault",
60
60
  "contract": "0xE6E340D132b5f46d1e472DebcD681B2aBc16e57E"
61
61
  },
62
- "compilanceregistry": {
63
- "id": "compilanceregistry",
64
- "name": "Compilance Registry",
62
+ "complianceregistry": {
63
+ "id": "complianceregistry",
64
+ "name": "Compliance Registry",
65
65
  "contract": "0x0000000000000000000000000000000000000000"
66
66
  }
67
67
  },
@@ -59,9 +59,9 @@
59
59
  "name": "RWA Vault",
60
60
  "contract": "0x4A679253410272dd5232B3Ff7cF5dbB88f295319"
61
61
  },
62
- "compilanceregistry": {
63
- "id": "compilanceregistry",
64
- "name": "Compilance Registry",
62
+ "complianceregistry": {
63
+ "id": "complianceregistry",
64
+ "name": "Compliance Registry",
65
65
  "contract": "0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9"
66
66
  }
67
67
  },
@@ -133,9 +133,9 @@
133
133
  "decimals": 18,
134
134
  "contract": "0xa85233C63b9Ee964Add6F2cffe00Fd84eb32338f"
135
135
  },
136
- "compilanceregistry": {
137
- "id": "compilanceregistry",
138
- "name": "Compilance Registry",
136
+ "complianceregistry": {
137
+ "id": "complianceregistry",
138
+ "name": "Compliance Registry",
139
139
  "decimals": 18,
140
140
  "contract": "0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9"
141
141
  }
@@ -1522,7 +1522,7 @@ declare const ABIS: {
1522
1522
  type: string;
1523
1523
  anonymous?: undefined;
1524
1524
  })[];
1525
- compilanceregistry: ({
1525
+ complianceregistry: ({
1526
1526
  inputs: any[];
1527
1527
  stateMutability: string;
1528
1528
  type: string;
@@ -85,7 +85,7 @@ const ABIS = {
85
85
  erc20vaultadapter: ERC20VaultAdapter_json_1.default.abi,
86
86
  erc721vaultadapter: ERC721VaultAdapter_json_1.default.abi,
87
87
  rwaindextoken: RWAINDEXTOKEN_ABI,
88
- compilanceregistry: ComplianceRegistry_json_1.default.abi,
88
+ complianceregistry: ComplianceRegistry_json_1.default.abi,
89
89
  };
90
90
  exports.ABIS = ABIS;
91
91
  const getABI = (name) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raac/rpc",
3
- "version": "1.1.0-beta.46",
3
+ "version": "1.1.0-beta.47",
4
4
  "description": "RPC Library for RAAC ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types/index.d.ts",