Skip to content

Commit

Permalink
changing minimum amount
Browse files Browse the repository at this point in the history
  • Loading branch information
b-yap committed Jul 25, 2024
1 parent 854d115 commit 3e7e676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/xcm/tokens/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const xcmToken = {
logo: require('/src/assets/img/token/PEN.svg'),
isXcmCompatible: true,
originChain: Chain.PENDULUM,
minBridgeAmount: '0.1',
minBridgeAmount: '2',
},
{
symbol: 'XLM.s',
Expand All @@ -193,7 +193,7 @@ export const xcmToken = {
logo: require('/src/assets/img/token/XLM.svg'),
isXcmCompatible: true,
originChain: Chain.PENDULUM,
minBridgeAmount: '0.1',
minBridgeAmount: '1',
},
],
[endpointKey.SHIDEN]: [
Expand Down

0 comments on commit 3e7e676

Please sign in to comment.