Skip to content

Commit

Permalink
Merge pull request #468 from pendulum-chain/increase-postswap-subsidy…
Browse files Browse the repository at this point in the history
…-cap

Increase caps
  • Loading branch information
gianfra-t authored Feb 10, 2025
2 parents 1dd124e + 5e3e0ec commit c83a955
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions signer-service/src/constants/tokenConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const TOKEN_CONFIG = {
assetIssuer: 'GDHU6WRG4IEQXM5NZ4BMPKOXHW76MZM4Y2IEMFDVXBSDP6SJY4ITNPP2',
vaultAccountId: '6bsD97dS8ZyomMmp1DLCnCtx25oABtf19dypQKdZe6FBQXSm',
minWithdrawalAmount: '10000000000000',
maximumSubsidyAmountRaw: '6000000000000', // 6 units
maximumSubsidyAmountRaw: '15000000000000', // 15 units
homeDomain: 'circle.anchor.mykobo.co',
clientDomainEnabled: true,
memoEnabled: false,
Expand All @@ -21,12 +21,12 @@ const TOKEN_CONFIG = {
'usdc.axl': {
pendulumCurrencyId: { XCM: 12 },
decimals: 6,
maximumSubsidyAmountRaw: '6000000', // 6 units
maximumSubsidyAmountRaw: '15000000', // 15 units
},
usdc: {
pendulumCurrencyId: { XCM: 2 },
decimals: 6,
maximumSubsidyAmountRaw: '6000000', // 6 units
maximumSubsidyAmountRaw: '15000000', // 15 units
},
ars: {
tomlFileUrl: 'https://api.anclap.com/.well-known/stellar.toml',
Expand Down

0 comments on commit c83a955

Please sign in to comment.