@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.
- package/dist/configs/chains.json +6 -2
- package/dist/src/chains.js +2 -2
- package/package.json +1 -1
package/dist/configs/chains.json
CHANGED
|
@@ -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",
|
package/dist/src/chains.js
CHANGED
|
@@ -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",
|