@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.
@@ -486,7 +486,7 @@ var AuriEnv = /*#__PURE__*/function (_BlockchainEntityRead) {
486
486
  key: "oracle",
487
487
  get: function get() {
488
488
  if (!this._oracle) {
489
- this._oracle = this.getContract(networkAddresses.misc.PRICE_ORACLE, abis$5.abi);
489
+ this._oracle = this.getContract(networkAddresses.misc.oracle, abis$5.abi);
490
490
  }
491
491
 
492
492
  return this._oracle;