@rhinestone/shared-configs 1.4.45 → 1.4.46

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.
@@ -120,8 +120,8 @@
120
120
  "symbol": "WETH",
121
121
  "address": "0x6A023CCd1ff6F2045C3309768eAd9E68F978f6e1",
122
122
  "decimals": 18,
123
- "balanceSlot": 8,
124
- "approvalSlot": 7,
123
+ "balanceSlot": 3,
124
+ "approvalSlot": 5,
125
125
  "supportsMultichain": true
126
126
  }
127
127
  ]
@@ -265,8 +265,8 @@ const chains = {
265
265
  },
266
266
  {
267
267
  address: "0x6A023CCd1ff6F2045C3309768eAd9E68F978f6e1",
268
- balanceSlot: 8,
269
- approvalSlot: 7,
268
+ balanceSlot: 3,
269
+ approvalSlot: 5,
270
270
  supportsMultichain: true,
271
271
  },
272
272
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhinestone/shared-configs",
3
- "version": "1.4.45",
3
+ "version": "1.4.46",
4
4
  "description": "Reusable configuration files for Rhinestone services",
5
5
  "author": {
6
6
  "name": "Rhinestone",