@moonbeam-network/xcm-config 1.0.0-dev.179 → 1.0.0-dev.180
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/build/index.d.ts +1 -1
- package/build/index.mjs +5 -5
- package/build/index.mjs.map +1 -1
- package/package.json +4 -4
package/build/index.d.ts
CHANGED
|
@@ -158,8 +158,8 @@ declare const dev: Asset;
|
|
|
158
158
|
declare const dot: Asset;
|
|
159
159
|
declare const eq: Asset;
|
|
160
160
|
declare const eqd: Asset;
|
|
161
|
-
declare const eurc: Asset;
|
|
162
161
|
declare const eth: Asset;
|
|
162
|
+
declare const eurc: Asset;
|
|
163
163
|
declare const fil: Asset;
|
|
164
164
|
declare const ftm: Asset;
|
|
165
165
|
declare const ftmwh: Asset;
|
package/build/index.mjs
CHANGED
|
@@ -88,14 +88,14 @@ var eqd = new Asset({
|
|
|
88
88
|
key: "eqd",
|
|
89
89
|
originSymbol: "EQD"
|
|
90
90
|
});
|
|
91
|
-
var eurc = new Asset({
|
|
92
|
-
key: "eurc",
|
|
93
|
-
originSymbol: "EURC"
|
|
94
|
-
});
|
|
95
91
|
var eth = new Asset({
|
|
96
92
|
key: "eth",
|
|
97
93
|
originSymbol: "ETH"
|
|
98
94
|
});
|
|
95
|
+
var eurc = new Asset({
|
|
96
|
+
key: "eurc",
|
|
97
|
+
originSymbol: "EURC"
|
|
98
|
+
});
|
|
99
99
|
var fil = new Asset({
|
|
100
100
|
key: "fil",
|
|
101
101
|
originSymbol: "FIL"
|
|
@@ -363,8 +363,8 @@ var assetsList = [
|
|
|
363
363
|
dot,
|
|
364
364
|
eq,
|
|
365
365
|
eqd,
|
|
366
|
-
eurc,
|
|
367
366
|
eth,
|
|
367
|
+
eurc,
|
|
368
368
|
fil,
|
|
369
369
|
ftm,
|
|
370
370
|
ftmwh,
|