@moonbeam-network/xcm-config 4.4.0 → 4.4.2
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.mjs +16 -8
- package/build/index.mjs.map +1 -1
- package/package.json +3 -3
package/build/index.mjs
CHANGED
|
@@ -1727,14 +1727,16 @@ var moonbeam = new EvmParachain({
|
|
|
1727
1727
|
id: "166377000701797186346254371275954761085",
|
|
1728
1728
|
// registered XC20 id for ERC20 tokens
|
|
1729
1729
|
palletInstance: 110
|
|
1730
|
-
}
|
|
1730
|
+
},
|
|
1731
|
+
symbol: "xcUSDC"
|
|
1731
1732
|
}),
|
|
1732
1733
|
ChainAsset.fromAsset(usdcwh, {
|
|
1733
1734
|
address: "0x931715FEE2d06333043d11F658C8CE934aC61D0c",
|
|
1734
1735
|
decimals: 6,
|
|
1735
1736
|
ids: {
|
|
1736
1737
|
palletInstance: 110
|
|
1737
|
-
}
|
|
1738
|
+
},
|
|
1739
|
+
symbol: "USDC"
|
|
1738
1740
|
}),
|
|
1739
1741
|
ChainAsset.fromAsset(usdtwh, {
|
|
1740
1742
|
address: "0xc30E9cA94CF52f3Bf5692aaCF81353a27052c46f",
|
|
@@ -1749,7 +1751,8 @@ var moonbeam = new EvmParachain({
|
|
|
1749
1751
|
ids: {
|
|
1750
1752
|
id: "311091173110107856861649819128533077277",
|
|
1751
1753
|
palletInstance: 110
|
|
1752
|
-
}
|
|
1754
|
+
},
|
|
1755
|
+
symbol: "xcUSDT"
|
|
1753
1756
|
}),
|
|
1754
1757
|
ChainAsset.fromAsset(vastr, {
|
|
1755
1758
|
address: "0xFffFffff55C732C47639231a4C4373245763d26E",
|
|
@@ -1880,7 +1883,8 @@ var moonbeam = new EvmParachain({
|
|
|
1880
1883
|
decimals: 18,
|
|
1881
1884
|
ids: {
|
|
1882
1885
|
id: 112675423039561305557350799263187182338n
|
|
1883
|
-
}
|
|
1886
|
+
},
|
|
1887
|
+
symbol: "MOVR.mr"
|
|
1884
1888
|
})
|
|
1885
1889
|
],
|
|
1886
1890
|
ecosystem: Ecosystem.Polkadot,
|
|
@@ -2065,21 +2069,24 @@ var moonriver = new EvmParachain({
|
|
|
2065
2069
|
decimals: 18,
|
|
2066
2070
|
ids: {
|
|
2067
2071
|
id: 34940389883188672429634411751708934740n
|
|
2068
|
-
}
|
|
2072
|
+
},
|
|
2073
|
+
symbol: "GLMR.mb"
|
|
2069
2074
|
}),
|
|
2070
2075
|
ChainAsset.fromAsset(usdc, {
|
|
2071
2076
|
address: "0xffffffff2215880e56fe63a96e54e073757c3092",
|
|
2072
2077
|
decimals: 6,
|
|
2073
2078
|
ids: {
|
|
2074
2079
|
id: 45305549634539991528356533909445161106n
|
|
2075
|
-
}
|
|
2080
|
+
},
|
|
2081
|
+
symbol: "xcUSDC.mb"
|
|
2076
2082
|
}),
|
|
2077
2083
|
ChainAsset.fromAsset(usdcwh, {
|
|
2078
2084
|
address: "0xffffffff9e27ab60fadfd33abf71b39a7445f7ed",
|
|
2079
2085
|
decimals: 6,
|
|
2080
2086
|
ids: {
|
|
2081
2087
|
id: 210223998887087232417477484708341610477n
|
|
2082
|
-
}
|
|
2088
|
+
},
|
|
2089
|
+
symbol: "whUSDC.mb"
|
|
2083
2090
|
}),
|
|
2084
2091
|
// Bridged USDT from Moonbeam Ecosystem
|
|
2085
2092
|
ChainAsset.fromAsset(usdt, {
|
|
@@ -2087,7 +2094,8 @@ var moonriver = new EvmParachain({
|
|
|
2087
2094
|
decimals: 6,
|
|
2088
2095
|
ids: {
|
|
2089
2096
|
id: 264528715839624829046161791069655377682n
|
|
2090
|
-
}
|
|
2097
|
+
},
|
|
2098
|
+
symbol: "xcUSDT.mb"
|
|
2091
2099
|
})
|
|
2092
2100
|
],
|
|
2093
2101
|
ecosystem: Ecosystem.Kusama,
|