diff --git a/.changeset/angry-balloons-argue.md b/.changeset/angry-balloons-argue.md new file mode 100644 index 00000000..a098a119 --- /dev/null +++ b/.changeset/angry-balloons-argue.md @@ -0,0 +1,5 @@ +--- +'@galacticcouncil/xcm-cfg': minor +--- + +add sol to moonbeam diff --git a/packages/xcm-cfg/src/configs/polkadot/hydration/index.ts b/packages/xcm-cfg/src/configs/polkadot/hydration/index.ts index b017166d..9b944787 100644 --- a/packages/xcm-cfg/src/configs/polkadot/hydration/index.ts +++ b/packages/xcm-cfg/src/configs/polkadot/hydration/index.ts @@ -778,6 +778,7 @@ const toMoonbeam: AssetRoute[] = [ toMoonbeamErc20Template(usdt_mwh), toMoonbeamErc20Template(wbtc_mwh), toMoonbeamErc20Template(weth_mwh), + toMoonbeamErc20Template(sol), ]; const toPolkadot: AssetRoute[] = [ diff --git a/packages/xcm-cfg/src/configs/polkadot/moonbeam/index.ts b/packages/xcm-cfg/src/configs/polkadot/moonbeam/index.ts index 6e3def43..17abe298 100644 --- a/packages/xcm-cfg/src/configs/polkadot/moonbeam/index.ts +++ b/packages/xcm-cfg/src/configs/polkadot/moonbeam/index.ts @@ -8,6 +8,7 @@ import { glmr, hdx, pink, + sol, usdc, usdc_mwh, usdt, @@ -51,6 +52,7 @@ const toHydration: AssetRoute[] = [ toHydrationErc20Template(usdt_mwh, 0.004), toHydrationErc20Template(wbtc_mwh, 0.0000001), toHydrationErc20Template(weth_mwh, 0.000002), + toHydrationErc20Template(sol, 0.00002), ]; const toAssetHub: AssetRoute[] = [