@rhinestone/shared-configs 1.4.22 → 1.4.24
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/configs/chains.json +4 -4
- package/dist/src/chains.js +3 -3
- package/package.json +1 -1
package/dist/configs/chains.json
CHANGED
|
@@ -199,10 +199,10 @@
|
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"symbol": "USDT",
|
|
202
|
-
"address": "
|
|
203
|
-
"decimals":
|
|
204
|
-
"balanceSlot":
|
|
205
|
-
"approvalSlot":
|
|
202
|
+
"address": "0x502012b361AebCE43b26Ec812B74D9a51dB4D412",
|
|
203
|
+
"decimals": 6,
|
|
204
|
+
"balanceSlot": 1,
|
|
205
|
+
"approvalSlot": 2,
|
|
206
206
|
"supportsMultichain": true
|
|
207
207
|
}
|
|
208
208
|
]
|
package/dist/src/chains.js
CHANGED
|
@@ -279,9 +279,9 @@ const chains = {
|
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
symbol: 'USDT',
|
|
282
|
-
address: '
|
|
283
|
-
balanceSlot:
|
|
284
|
-
approvalSlot:
|
|
282
|
+
address: '0x502012b361AebCE43b26Ec812B74D9a51dB4D412',
|
|
283
|
+
balanceSlot: 1,
|
|
284
|
+
approvalSlot: 2,
|
|
285
285
|
supportsMultichain: true,
|
|
286
286
|
},
|
|
287
287
|
],
|