@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/dist/sdk.esm.js CHANGED
@@ -481,7 +481,7 @@ var AuriEnv = /*#__PURE__*/function (_BlockchainEntityRead) {
481
481
  key: "oracle",
482
482
  get: function get() {
483
483
  if (!this._oracle) {
484
- this._oracle = this.getContract(networkAddresses.misc.PRICE_ORACLE, abis.abi);
484
+ this._oracle = this.getContract(networkAddresses.misc.oracle, abis.abi);
485
485
  }
486
486
 
487
487
  return this._oracle;