@rhinestone/shared-configs 1.4.48 → 1.4.49

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.
@@ -99,7 +99,9 @@
99
99
  "ECO",
100
100
  "RELAY"
101
101
  ],
102
- "swapQuoters": [],
102
+ "swapQuoters": [
103
+ "1inch"
104
+ ],
103
105
  "tokens": [
104
106
  {
105
107
  "symbol": "XDAI",
@@ -188,7 +190,9 @@
188
190
  "ECO",
189
191
  "RELAY"
190
192
  ],
191
- "swapQuoters": [],
193
+ "swapQuoters": [
194
+ "1inch"
195
+ ],
192
196
  "tokens": [
193
197
  {
194
198
  "symbol": "S",
@@ -177,7 +177,7 @@ const chains = {
177
177
  "146": {
178
178
  settlementLayers: ["ECO", "RELAY"],
179
179
  providers: ["DRPC", "Alchemy"],
180
- swapQuoters: [],
180
+ swapQuoters: ["1inch"],
181
181
  tokens: [
182
182
  {
183
183
  address: "0x0000000000000000000000000000000000000000",
@@ -248,7 +248,7 @@ const chains = {
248
248
  "100": {
249
249
  settlementLayers: ["ECO", "RELAY"],
250
250
  providers: ["DRPC", "Alchemy"],
251
- swapQuoters: [],
251
+ swapQuoters: ["1inch"],
252
252
  tokens: [
253
253
  {
254
254
  address: "0x0000000000000000000000000000000000000000",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhinestone/shared-configs",
3
- "version": "1.4.48",
3
+ "version": "1.4.49",
4
4
  "description": "Reusable configuration files for Rhinestone services",
5
5
  "author": {
6
6
  "name": "Rhinestone",