Skip to content

Commit b9eb385

Browse files
authored
fix: increased minimum transfer amount for Bifrost assets (#1486)
1 parent 62cdd76 commit b9eb385

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/modules/xcm/tokens/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export const xcmToken = {
113113
logo: require('/src/assets/img/token/bnc.svg'),
114114
isXcmCompatible: true,
115115
originChain: Chain.BIFROST_POLKADOT,
116-
minBridgeAmount: '0.1',
116+
minBridgeAmount: '0.5',
117117
},
118118
{
119119
symbol: 'vDOT',
@@ -153,7 +153,7 @@ export const xcmToken = {
153153
logo: require('/src/assets/img/token/vastr.png'),
154154
isXcmCompatible: true,
155155
originChain: Chain.BIFROST_POLKADOT,
156-
minBridgeAmount: '0.1',
156+
minBridgeAmount: '5',
157157
},
158158
{
159159
symbol: 'PINK',
@@ -316,7 +316,7 @@ export const xcmToken = {
316316
logo: require('/src/assets/img/token/bnc.svg'),
317317
isXcmCompatible: true,
318318
originChain: Chain.BIFROST_KUSAMA,
319-
minBridgeAmount: '0.1',
319+
minBridgeAmount: '0.5',
320320
},
321321
{
322322
symbol: 'vKSM',

0 commit comments

Comments
 (0)