@rhinestone/shared-configs 1.4.55 → 1.4.56

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/README.md CHANGED
@@ -12,7 +12,8 @@ bun install viem @rhinestone/shared-configs
12
12
 
13
13
  ## Making changes
14
14
 
15
- 1. Update [`chains.ts`](./src/chains.ts) or [`providers.ts`](./src/providers.ts)
16
- 2. This will will regenerate the configs and trigger a new release
17
- 3. Merge the release PR
18
- 4. Update the `@rhinestone/shared-configs` package in SDK and Orchestrator
15
+ Source-of-truth lives in Yeet Jsonnet config:
16
+
17
+ 1. Update Yeet config (for example `yeet/config/chains.jsonnet`, `yeet/config/providers.jsonnet`, or `yeet/config/oft.jsonnet`)
18
+ 2. Regenerate configs with `bun run generate` from this directory (requires Go)
19
+ 3. Merge to `main` to publish `@rhinestone/shared-configs`
@@ -12,36 +12,36 @@
12
12
  ],
13
13
  "tokens": [
14
14
  {
15
- "symbol": "ETH",
16
15
  "address": "0x0000000000000000000000000000000000000000",
17
- "decimals": 18,
18
- "balanceSlot": null,
19
16
  "approvalSlot": null,
20
- "supportsMultichain": true
17
+ "balanceSlot": null,
18
+ "decimals": 18,
19
+ "supportsMultichain": true,
20
+ "symbol": "ETH"
21
21
  },
22
22
  {
23
- "symbol": "USDC",
24
23
  "address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
25
- "decimals": 6,
26
- "balanceSlot": 9,
27
24
  "approvalSlot": 10,
28
- "supportsMultichain": true
25
+ "balanceSlot": 9,
26
+ "decimals": 6,
27
+ "supportsMultichain": true,
28
+ "symbol": "USDC"
29
29
  },
30
30
  {
31
- "symbol": "WETH",
32
31
  "address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
33
- "decimals": 18,
34
- "balanceSlot": 3,
35
32
  "approvalSlot": 4,
36
- "supportsMultichain": true
33
+ "balanceSlot": 3,
34
+ "decimals": 18,
35
+ "supportsMultichain": true,
36
+ "symbol": "WETH"
37
37
  },
38
38
  {
39
- "symbol": "USDT0",
40
39
  "address": "0xdac17f958d2ee523a2206206994597c13d831ec7",
41
- "decimals": 6,
42
- "balanceSlot": 2,
43
40
  "approvalSlot": 5,
44
- "supportsMultichain": true
41
+ "balanceSlot": 2,
42
+ "decimals": 6,
43
+ "supportsMultichain": true,
44
+ "symbol": "USDT0"
45
45
  }
46
46
  ]
47
47
  },
@@ -58,36 +58,36 @@
58
58
  ],
59
59
  "tokens": [
60
60
  {
61
- "symbol": "ETH",
62
61
  "address": "0x0000000000000000000000000000000000000000",
63
- "decimals": 18,
64
- "balanceSlot": null,
65
62
  "approvalSlot": null,
66
- "supportsMultichain": true
63
+ "balanceSlot": null,
64
+ "decimals": 18,
65
+ "supportsMultichain": true,
66
+ "symbol": "ETH"
67
67
  },
68
68
  {
69
- "symbol": "USDC",
70
69
  "address": "0x0b2c639c533813f4aa9d7837caf62653d097ff85",
71
- "decimals": 6,
72
- "balanceSlot": 9,
73
70
  "approvalSlot": 10,
74
- "supportsMultichain": true
71
+ "balanceSlot": 9,
72
+ "decimals": 6,
73
+ "supportsMultichain": true,
74
+ "symbol": "USDC"
75
75
  },
76
76
  {
77
- "symbol": "WETH",
78
77
  "address": "0x4200000000000000000000000000000000000006",
79
- "decimals": 18,
80
- "balanceSlot": 3,
81
78
  "approvalSlot": 4,
82
- "supportsMultichain": true
79
+ "balanceSlot": 3,
80
+ "decimals": 18,
81
+ "supportsMultichain": true,
82
+ "symbol": "WETH"
83
83
  },
84
84
  {
85
- "symbol": "USDT0",
86
85
  "address": "0x01bFF41798a0BcF287b996046Ca68b395DbC1071",
87
- "decimals": 6,
88
- "balanceSlot": 51,
89
86
  "approvalSlot": 52,
90
- "supportsMultichain": true
87
+ "balanceSlot": 51,
88
+ "decimals": 6,
89
+ "supportsMultichain": true,
90
+ "symbol": "USDT0"
91
91
  }
92
92
  ]
93
93
  },
@@ -102,28 +102,28 @@
102
102
  ],
103
103
  "tokens": [
104
104
  {
105
- "symbol": "XDAI",
106
105
  "address": "0x0000000000000000000000000000000000000000",
107
- "decimals": 18,
108
- "balanceSlot": null,
109
106
  "approvalSlot": null,
110
- "supportsMultichain": false
107
+ "balanceSlot": null,
108
+ "decimals": 18,
109
+ "supportsMultichain": false,
110
+ "symbol": "XDAI"
111
111
  },
112
112
  {
113
- "symbol": "USDC",
114
113
  "address": "0x2a22f9c3b484c3629090feed35f17ff8f88f76f0",
115
- "decimals": 6,
116
- "balanceSlot": 9,
117
114
  "approvalSlot": 10,
118
- "supportsMultichain": true
115
+ "balanceSlot": 9,
116
+ "decimals": 6,
117
+ "supportsMultichain": true,
118
+ "symbol": "USDC"
119
119
  },
120
120
  {
121
- "symbol": "WETH",
122
121
  "address": "0x6A023CCd1ff6F2045C3309768eAd9E68F978f6e1",
123
- "decimals": 18,
124
- "balanceSlot": 3,
125
122
  "approvalSlot": 5,
126
- "supportsMultichain": true
123
+ "balanceSlot": 3,
124
+ "decimals": 18,
125
+ "supportsMultichain": true,
126
+ "symbol": "WETH"
127
127
  }
128
128
  ]
129
129
  },
@@ -140,44 +140,44 @@
140
140
  ],
141
141
  "tokens": [
142
142
  {
143
- "symbol": "POL",
144
143
  "address": "0x0000000000000000000000000000000000000000",
145
- "decimals": 18,
146
- "balanceSlot": null,
147
144
  "approvalSlot": null,
148
- "supportsMultichain": false
145
+ "balanceSlot": null,
146
+ "decimals": 18,
147
+ "supportsMultichain": false,
148
+ "symbol": "POL"
149
149
  },
150
150
  {
151
- "symbol": "WPOL",
152
151
  "address": "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",
153
- "decimals": 18,
154
- "balanceSlot": 3,
155
152
  "approvalSlot": 4,
156
- "supportsMultichain": false
153
+ "balanceSlot": 3,
154
+ "decimals": 18,
155
+ "supportsMultichain": false,
156
+ "symbol": "WPOL"
157
157
  },
158
158
  {
159
- "symbol": "USDC",
160
159
  "address": "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359",
161
- "decimals": 6,
162
- "balanceSlot": 9,
163
160
  "approvalSlot": 10,
164
- "supportsMultichain": true
161
+ "balanceSlot": 9,
162
+ "decimals": 6,
163
+ "supportsMultichain": true,
164
+ "symbol": "USDC"
165
165
  },
166
166
  {
167
- "symbol": "WETH",
168
167
  "address": "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
169
- "decimals": 18,
170
- "balanceSlot": 0,
171
168
  "approvalSlot": 1,
172
- "supportsMultichain": true
169
+ "balanceSlot": 0,
170
+ "decimals": 18,
171
+ "supportsMultichain": true,
172
+ "symbol": "WETH"
173
173
  },
174
174
  {
175
- "symbol": "USDT0",
176
175
  "address": "0xc2132d05d31c914a87c6611c10748aeb04b58e8f",
177
- "decimals": 6,
178
- "balanceSlot": 0,
179
176
  "approvalSlot": 1,
180
- "supportsMultichain": true
177
+ "balanceSlot": 0,
178
+ "decimals": 6,
179
+ "supportsMultichain": true,
180
+ "symbol": "USDT0"
181
181
  }
182
182
  ]
183
183
  },
@@ -192,20 +192,20 @@
192
192
  ],
193
193
  "tokens": [
194
194
  {
195
- "symbol": "S",
196
195
  "address": "0x0000000000000000000000000000000000000000",
197
- "decimals": 18,
198
- "balanceSlot": null,
199
196
  "approvalSlot": null,
200
- "supportsMultichain": false
197
+ "balanceSlot": null,
198
+ "decimals": 18,
199
+ "supportsMultichain": false,
200
+ "symbol": "S"
201
201
  },
202
202
  {
203
- "symbol": "USDC",
204
203
  "address": "0x29219dd400f2Bf60E5a23d13Be72B486D4038894",
205
- "decimals": 6,
206
- "balanceSlot": 9,
207
204
  "approvalSlot": 10,
208
- "supportsMultichain": true
205
+ "balanceSlot": 9,
206
+ "decimals": 6,
207
+ "supportsMultichain": true,
208
+ "symbol": "USDC"
209
209
  }
210
210
  ]
211
211
  },
@@ -219,28 +219,28 @@
219
219
  "swapQuoters": [],
220
220
  "tokens": [
221
221
  {
222
- "symbol": "ETH",
223
222
  "address": "0x0000000000000000000000000000000000000000",
224
- "decimals": 18,
225
- "balanceSlot": null,
226
223
  "approvalSlot": null,
227
- "supportsMultichain": true
224
+ "balanceSlot": null,
225
+ "decimals": 18,
226
+ "supportsMultichain": true,
227
+ "symbol": "ETH"
228
228
  },
229
229
  {
230
- "symbol": "USDC",
231
230
  "address": "0xbA9986D2381edf1DA03B0B9c1f8b00dc4AacC369",
232
- "decimals": 6,
233
- "balanceSlot": 9,
234
231
  "approvalSlot": 10,
235
- "supportsMultichain": true
232
+ "balanceSlot": 9,
233
+ "decimals": 6,
234
+ "supportsMultichain": true,
235
+ "symbol": "USDC"
236
236
  },
237
237
  {
238
- "symbol": "WETH",
239
238
  "address": "0x4200000000000000000000000000000000000006",
240
- "decimals": 18,
241
- "balanceSlot": 0,
242
239
  "approvalSlot": 1,
243
- "supportsMultichain": true
240
+ "balanceSlot": 0,
241
+ "decimals": 18,
242
+ "supportsMultichain": true,
243
+ "symbol": "WETH"
244
244
  }
245
245
  ]
246
246
  },
@@ -257,36 +257,36 @@
257
257
  ],
258
258
  "tokens": [
259
259
  {
260
- "symbol": "ETH",
261
260
  "address": "0x0000000000000000000000000000000000000000",
262
- "decimals": 18,
263
- "balanceSlot": null,
264
261
  "approvalSlot": null,
265
- "supportsMultichain": true
262
+ "balanceSlot": null,
263
+ "decimals": 18,
264
+ "supportsMultichain": true,
265
+ "symbol": "ETH"
266
266
  },
267
267
  {
268
- "symbol": "USDC",
269
268
  "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
270
- "decimals": 6,
271
- "balanceSlot": 9,
272
269
  "approvalSlot": 10,
273
- "supportsMultichain": true
270
+ "balanceSlot": 9,
271
+ "decimals": 6,
272
+ "supportsMultichain": true,
273
+ "symbol": "USDC"
274
274
  },
275
275
  {
276
- "symbol": "WETH",
277
276
  "address": "0x4200000000000000000000000000000000000006",
278
- "decimals": 18,
279
- "balanceSlot": 3,
280
277
  "approvalSlot": 4,
281
- "supportsMultichain": true
278
+ "balanceSlot": 3,
279
+ "decimals": 18,
280
+ "supportsMultichain": true,
281
+ "symbol": "WETH"
282
282
  },
283
283
  {
284
- "symbol": "USDT",
285
284
  "address": "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2",
286
- "decimals": 6,
287
- "balanceSlot": 2,
288
285
  "approvalSlot": 3,
289
- "supportsMultichain": false
286
+ "balanceSlot": 2,
287
+ "decimals": 6,
288
+ "supportsMultichain": false,
289
+ "symbol": "USDT"
290
290
  }
291
291
  ]
292
292
  },
@@ -301,28 +301,28 @@
301
301
  "swapQuoters": [],
302
302
  "tokens": [
303
303
  {
304
- "symbol": "XPL",
305
304
  "address": "0x0000000000000000000000000000000000000000",
306
- "decimals": 18,
307
- "balanceSlot": null,
308
305
  "approvalSlot": null,
309
- "supportsMultichain": false
306
+ "balanceSlot": null,
307
+ "decimals": 18,
308
+ "supportsMultichain": false,
309
+ "symbol": "XPL"
310
310
  },
311
311
  {
312
- "symbol": "USDT0",
313
312
  "address": "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb",
314
- "decimals": 6,
315
- "balanceSlot": 51,
316
313
  "approvalSlot": 52,
317
- "supportsMultichain": true
314
+ "balanceSlot": 51,
315
+ "decimals": 6,
316
+ "supportsMultichain": true,
317
+ "symbol": "USDT0"
318
318
  },
319
319
  {
320
- "symbol": "WXPL",
321
320
  "address": "0x6100E367285b01F48D07953803A2d8dCA5D19873",
322
- "decimals": 18,
323
- "balanceSlot": 3,
324
321
  "approvalSlot": 4,
325
- "supportsMultichain": false
322
+ "balanceSlot": 3,
323
+ "decimals": 18,
324
+ "supportsMultichain": false,
325
+ "symbol": "WXPL"
326
326
  }
327
327
  ]
328
328
  },
@@ -334,36 +334,36 @@
334
334
  "swapQuoters": [],
335
335
  "tokens": [
336
336
  {
337
- "symbol": "XPL",
338
337
  "address": "0x0000000000000000000000000000000000000000",
339
- "decimals": 18,
340
- "balanceSlot": null,
341
338
  "approvalSlot": null,
342
- "supportsMultichain": false
339
+ "balanceSlot": null,
340
+ "decimals": 18,
341
+ "supportsMultichain": false,
342
+ "symbol": "XPL"
343
343
  },
344
344
  {
345
- "symbol": "WXPL",
346
345
  "address": "0x6100E367285b01F48D07953803A2d8dCA5D19873",
347
- "decimals": 18,
348
- "balanceSlot": 3,
349
346
  "approvalSlot": 4,
350
- "supportsMultichain": false
347
+ "balanceSlot": 3,
348
+ "decimals": 18,
349
+ "supportsMultichain": false,
350
+ "symbol": "WXPL"
351
351
  },
352
352
  {
353
- "symbol": "USDT0",
354
353
  "address": "0x502012b361AebCE43b26Ec812B74D9a51dB4D412",
355
- "decimals": 6,
356
- "balanceSlot": 1,
357
354
  "approvalSlot": 2,
358
- "supportsMultichain": true
355
+ "balanceSlot": 1,
356
+ "decimals": 6,
357
+ "supportsMultichain": true,
358
+ "symbol": "USDT0"
359
359
  },
360
360
  {
361
- "symbol": "USDC",
362
361
  "address": "0x107d0b0428741b37331138040F793aF171682603",
363
- "decimals": 6,
364
- "balanceSlot": 0,
365
362
  "approvalSlot": 1,
366
- "supportsMultichain": true
363
+ "balanceSlot": 0,
364
+ "decimals": 6,
365
+ "supportsMultichain": true,
366
+ "symbol": "USDC"
367
367
  }
368
368
  ]
369
369
  },
@@ -380,36 +380,36 @@
380
380
  ],
381
381
  "tokens": [
382
382
  {
383
- "symbol": "ETH",
384
383
  "address": "0x0000000000000000000000000000000000000000",
385
- "decimals": 18,
386
- "balanceSlot": null,
387
384
  "approvalSlot": null,
388
- "supportsMultichain": true
385
+ "balanceSlot": null,
386
+ "decimals": 18,
387
+ "supportsMultichain": true,
388
+ "symbol": "ETH"
389
389
  },
390
390
  {
391
- "symbol": "USDC",
392
391
  "address": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
393
- "decimals": 6,
394
- "balanceSlot": 9,
395
392
  "approvalSlot": 10,
396
- "supportsMultichain": true
393
+ "balanceSlot": 9,
394
+ "decimals": 6,
395
+ "supportsMultichain": true,
396
+ "symbol": "USDC"
397
397
  },
398
398
  {
399
- "symbol": "WETH",
400
399
  "address": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
401
- "decimals": 18,
402
- "balanceSlot": 51,
403
400
  "approvalSlot": 52,
404
- "supportsMultichain": true
401
+ "balanceSlot": 51,
402
+ "decimals": 18,
403
+ "supportsMultichain": true,
404
+ "symbol": "WETH"
405
405
  },
406
406
  {
407
- "symbol": "USDT0",
408
407
  "address": "0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9",
409
- "decimals": 6,
410
- "balanceSlot": 51,
411
408
  "approvalSlot": 52,
412
- "supportsMultichain": true
409
+ "balanceSlot": 51,
410
+ "decimals": 6,
411
+ "supportsMultichain": true,
412
+ "symbol": "USDT0"
413
413
  }
414
414
  ]
415
415
  },
@@ -422,28 +422,28 @@
422
422
  "swapQuoters": [],
423
423
  "tokens": [
424
424
  {
425
- "symbol": "ETH",
426
425
  "address": "0x0000000000000000000000000000000000000000",
427
- "decimals": 18,
428
- "balanceSlot": null,
429
426
  "approvalSlot": null,
430
- "supportsMultichain": true
427
+ "balanceSlot": null,
428
+ "decimals": 18,
429
+ "supportsMultichain": true,
430
+ "symbol": "ETH"
431
431
  },
432
432
  {
433
- "symbol": "USDC",
434
433
  "address": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
435
- "decimals": 6,
436
- "balanceSlot": 9,
437
434
  "approvalSlot": 10,
438
- "supportsMultichain": true
435
+ "balanceSlot": 9,
436
+ "decimals": 6,
437
+ "supportsMultichain": true,
438
+ "symbol": "USDC"
439
439
  },
440
440
  {
441
- "symbol": "WETH",
442
441
  "address": "0x4200000000000000000000000000000000000006",
443
- "decimals": 18,
444
- "balanceSlot": 3,
445
442
  "approvalSlot": 4,
446
- "supportsMultichain": true
443
+ "balanceSlot": 3,
444
+ "decimals": 18,
445
+ "supportsMultichain": true,
446
+ "symbol": "WETH"
447
447
  }
448
448
  ]
449
449
  },
@@ -456,28 +456,28 @@
456
456
  "swapQuoters": [],
457
457
  "tokens": [
458
458
  {
459
- "symbol": "ETH",
460
459
  "address": "0x0000000000000000000000000000000000000000",
461
- "decimals": 18,
462
- "balanceSlot": null,
463
460
  "approvalSlot": null,
464
- "supportsMultichain": true
461
+ "balanceSlot": null,
462
+ "decimals": 18,
463
+ "supportsMultichain": true,
464
+ "symbol": "ETH"
465
465
  },
466
466
  {
467
- "symbol": "USDC",
468
467
  "address": "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d",
469
- "decimals": 6,
470
- "balanceSlot": 9,
471
468
  "approvalSlot": 10,
472
- "supportsMultichain": true
469
+ "balanceSlot": 9,
470
+ "decimals": 6,
471
+ "supportsMultichain": true,
472
+ "symbol": "USDC"
473
473
  },
474
474
  {
475
- "symbol": "WETH",
476
475
  "address": "0x980B62Da83eFf3D4576C647993b0c1D7faf17c73",
477
- "decimals": 18,
478
- "balanceSlot": 51,
479
476
  "approvalSlot": 52,
480
- "supportsMultichain": true
477
+ "balanceSlot": 51,
478
+ "decimals": 18,
479
+ "supportsMultichain": true,
480
+ "symbol": "WETH"
481
481
  }
482
482
  ]
483
483
  },
@@ -490,36 +490,36 @@
490
490
  "swapQuoters": [],
491
491
  "tokens": [
492
492
  {
493
- "symbol": "ETH",
494
493
  "address": "0x0000000000000000000000000000000000000000",
495
- "decimals": 18,
496
- "balanceSlot": null,
497
494
  "approvalSlot": null,
498
- "supportsMultichain": true
495
+ "balanceSlot": null,
496
+ "decimals": 18,
497
+ "supportsMultichain": true,
498
+ "symbol": "ETH"
499
499
  },
500
500
  {
501
- "symbol": "USDC",
502
501
  "address": "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
503
- "decimals": 6,
504
- "balanceSlot": 9,
505
502
  "approvalSlot": 10,
506
- "supportsMultichain": true
503
+ "balanceSlot": 9,
504
+ "decimals": 6,
505
+ "supportsMultichain": true,
506
+ "symbol": "USDC"
507
507
  },
508
508
  {
509
- "symbol": "WETH",
510
509
  "address": "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
511
- "decimals": 18,
512
- "balanceSlot": 3,
513
510
  "approvalSlot": 4,
514
- "supportsMultichain": true
511
+ "balanceSlot": 3,
512
+ "decimals": 18,
513
+ "supportsMultichain": true,
514
+ "symbol": "WETH"
515
515
  },
516
516
  {
517
- "symbol": "USDT",
518
517
  "address": "0x7169D38820dfd117C3FA1f22a697dBA58d90BA06",
519
- "decimals": 6,
520
- "balanceSlot": 8,
521
518
  "approvalSlot": 7,
522
- "supportsMultichain": false
519
+ "balanceSlot": 8,
520
+ "decimals": 6,
521
+ "supportsMultichain": false,
522
+ "symbol": "USDT"
523
523
  }
524
524
  ]
525
525
  },
@@ -532,28 +532,28 @@
532
532
  "swapQuoters": [],
533
533
  "tokens": [
534
534
  {
535
- "symbol": "ETH",
536
535
  "address": "0x0000000000000000000000000000000000000000",
537
- "decimals": 18,
538
- "balanceSlot": null,
539
536
  "approvalSlot": null,
540
- "supportsMultichain": true
537
+ "balanceSlot": null,
538
+ "decimals": 18,
539
+ "supportsMultichain": true,
540
+ "symbol": "ETH"
541
541
  },
542
542
  {
543
- "symbol": "USDC",
544
543
  "address": "0x5fd84259d66Cd46123540766Be93DFE6D43130D7",
545
- "decimals": 6,
546
- "balanceSlot": 9,
547
544
  "approvalSlot": 10,
548
- "supportsMultichain": true
545
+ "balanceSlot": 9,
546
+ "decimals": 6,
547
+ "supportsMultichain": true,
548
+ "symbol": "USDC"
549
549
  },
550
550
  {
551
- "symbol": "WETH",
552
551
  "address": "0x4200000000000000000000000000000000000006",
553
- "decimals": 18,
554
- "balanceSlot": 3,
555
552
  "approvalSlot": 4,
556
- "supportsMultichain": true
553
+ "balanceSlot": 3,
554
+ "decimals": 18,
555
+ "supportsMultichain": true,
556
+ "symbol": "WETH"
557
557
  }
558
558
  ]
559
559
  }