@aurigami/sdk 1.9.6 → 1.9.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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.9.6",
2
+ "version": "1.9.7",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -118,7 +118,7 @@ export class AuriEnv extends BlockchainEntityRead {
118
118
  get oracle(): AuriOracle {
119
119
  if (!this._oracle) {
120
120
  this._oracle = this.getContract<AuriOracle>(
121
- networkAddresses.misc.PRICE_ORACLE,
121
+ networkAddresses.misc.oracle,
122
122
  abis.AuriOracleABI.abi
123
123
  );
124
124
  }