@aurigami/sdk 1.15.3 → 1.16.0

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
@@ -97,6 +97,10 @@ var networkAddresses = {
97
97
  name: 'auUSN',
98
98
  address: /*#__PURE__*/MAINNET_ADDRESSES.auTokens.USN.toLowerCase(),
99
99
  underlying: /*#__PURE__*/'0x5183e1b1091804bc2602586919e6880ac1cf2896'.toLowerCase()
100
+ }, {
101
+ name: 'auNEARX',
102
+ address: /*#__PURE__*/MAINNET_ADDRESSES.auTokens.NEARX.toLowerCase(),
103
+ underlying: /*#__PURE__*/'0xb39eeb9e168ef6c639f5e282fef1f6bc4dcae375'.toLowerCase()
100
104
  }],
101
105
  misc: {
102
106
  COMPTROLLER: /*#__PURE__*/MAINNET_ADDRESSES.comptroller.toLowerCase(),
@@ -220,7 +224,8 @@ var decimalRecords = {
220
224
  '0x044b6b0cd3bb13d2b9057781df4459c66781dce7': 18,
221
225
  '0x5183e1b1091804bc2602586919e6880ac1cf2896': 18,
222
226
  '0x84b123875f0f36b966d0b6ca14b31121bd9676ad': 18,
223
- '0x1e0e812fbcd3eb75d8562ad6f310ed94d258d008': 18
227
+ '0x1e0e812fbcd3eb75d8562ad6f310ed94d258d008': 18,
228
+ '0xb39eeb9e168ef6c639f5e282fef1f6bc4dcae375': 24
224
229
  };
225
230
 
226
231
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {