@rhinestone/shared-configs 1.4.39 → 1.4.40

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.
@@ -107,11 +107,11 @@
107
107
  "supportsMultichain": false
108
108
  },
109
109
  {
110
- "symbol": "USDC",
111
- "address": "0xddafbb505ad214d7b80b1f830fccc89b60fb7a83",
110
+ "symbol": "USDC.e",
111
+ "address": "0x2a22f9c3b484c3629090feed35f17ff8f88f76f0",
112
112
  "decimals": 6,
113
- "balanceSlot": 8,
114
- "approvalSlot": 7,
113
+ "balanceSlot": 9,
114
+ "approvalSlot": 10,
115
115
  "supportsMultichain": true
116
116
  },
117
117
  {
@@ -249,9 +249,9 @@ const chains = {
249
249
  supportsMultichain: false,
250
250
  },
251
251
  {
252
- address: "0xddafbb505ad214d7b80b1f830fccc89b60fb7a83",
253
- balanceSlot: 8,
254
- approvalSlot: 7,
252
+ address: "0x2a22f9c3b484c3629090feed35f17ff8f88f76f0",
253
+ balanceSlot: 9,
254
+ approvalSlot: 10,
255
255
  supportsMultichain: true,
256
256
  },
257
257
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhinestone/shared-configs",
3
- "version": "1.4.39",
3
+ "version": "1.4.40",
4
4
  "description": "Reusable configuration files for Rhinestone services",
5
5
  "author": {
6
6
  "name": "Rhinestone",