@moonbeam-network/xcm-config 4.4.0 → 4.4.1
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 +14 -7
- package/build/index.mjs.map +1 -1
- package/package.json +2 -2
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",
|
|
@@ -2065,21 +2068,24 @@ var moonriver = new EvmParachain({
|
|
|
2065
2068
|
decimals: 18,
|
|
2066
2069
|
ids: {
|
|
2067
2070
|
id: 34940389883188672429634411751708934740n
|
|
2068
|
-
}
|
|
2071
|
+
},
|
|
2072
|
+
symbol: "GLMR.mb"
|
|
2069
2073
|
}),
|
|
2070
2074
|
ChainAsset.fromAsset(usdc, {
|
|
2071
2075
|
address: "0xffffffff2215880e56fe63a96e54e073757c3092",
|
|
2072
2076
|
decimals: 6,
|
|
2073
2077
|
ids: {
|
|
2074
2078
|
id: 45305549634539991528356533909445161106n
|
|
2075
|
-
}
|
|
2079
|
+
},
|
|
2080
|
+
symbol: "xcUSDC.mb"
|
|
2076
2081
|
}),
|
|
2077
2082
|
ChainAsset.fromAsset(usdcwh, {
|
|
2078
2083
|
address: "0xffffffff9e27ab60fadfd33abf71b39a7445f7ed",
|
|
2079
2084
|
decimals: 6,
|
|
2080
2085
|
ids: {
|
|
2081
2086
|
id: 210223998887087232417477484708341610477n
|
|
2082
|
-
}
|
|
2087
|
+
},
|
|
2088
|
+
symbol: "whUSDC.mb"
|
|
2083
2089
|
}),
|
|
2084
2090
|
// Bridged USDT from Moonbeam Ecosystem
|
|
2085
2091
|
ChainAsset.fromAsset(usdt, {
|
|
@@ -2087,7 +2093,8 @@ var moonriver = new EvmParachain({
|
|
|
2087
2093
|
decimals: 6,
|
|
2088
2094
|
ids: {
|
|
2089
2095
|
id: 264528715839624829046161791069655377682n
|
|
2090
|
-
}
|
|
2096
|
+
},
|
|
2097
|
+
symbol: "xcUSDT.mb"
|
|
2091
2098
|
})
|
|
2092
2099
|
],
|
|
2093
2100
|
ecosystem: Ecosystem.Kusama,
|