Skip to content

Commit

Permalink
enable snowbridge WETH transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
nohaapav committed Dec 4, 2024
1 parent c191c99 commit 7cd71ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/xcm-cfg/src/configs/ethereum/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
dai,
dai_mwh,
eth,
weth,
wbtc,
wbtc_mwh,
weth_mwh,
Expand Down Expand Up @@ -55,6 +56,7 @@ const toHydrationViaWormhole: AssetRoute[] = [
];

const toHydrationViaSnowbridge: AssetRoute[] = [
toHydrationViaSnowbridgeTemplate(weth, weth),
toHydrationViaSnowbridgeTemplate(aave, aave),
toHydrationViaSnowbridgeTemplate(susde, susde),
];
Expand Down
2 changes: 2 additions & 0 deletions packages/xcm-cfg/src/configs/polkadot/hydration/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import {
wbtc,
wbtc_awh,
wbtc_mwh,
weth,
weth_awh,
weth_mwh,
wud,
Expand Down Expand Up @@ -1124,6 +1125,7 @@ const toEthereumViaWormhole: AssetRoute[] = [
];

const toEthereumViaSnowbridge: AssetRoute[] = [
toEthereumViaSnowbridgeTemplate(weth, weth),
toEthereumViaSnowbridgeTemplate(aave, aave),
toEthereumViaSnowbridgeTemplate(susde, susde),
];
Expand Down

0 comments on commit 7cd71ac

Please sign in to comment.