@rhinestone/shared-configs 1.4.22 → 1.4.23

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.
@@ -201,8 +201,8 @@
201
201
  "symbol": "USDT",
202
202
  "address": "0x21F9aD493F18bA871082971bCa3C0ceab74F164F",
203
203
  "decimals": 18,
204
- "balanceSlot": 9,
205
- "approvalSlot": 10,
204
+ "balanceSlot": 10,
205
+ "approvalSlot": 11,
206
206
  "supportsMultichain": true
207
207
  }
208
208
  ]
@@ -280,8 +280,8 @@ const chains = {
280
280
  {
281
281
  symbol: 'USDT',
282
282
  address: '0x21F9aD493F18bA871082971bCa3C0ceab74F164F',
283
- balanceSlot: 9,
284
- approvalSlot: 10,
283
+ balanceSlot: 10,
284
+ approvalSlot: 11,
285
285
  supportsMultichain: true,
286
286
  },
287
287
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhinestone/shared-configs",
3
- "version": "1.4.22",
3
+ "version": "1.4.23",
4
4
  "description": "Reusable configuration files for Rhinestone services",
5
5
  "author": {
6
6
  "name": "Rhinestone",