Skip to content

Commit

Permalink
Update references to receiver contract
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma committed Dec 2, 2024
1 parent fbf6417 commit 4ed51ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion signer-service/src/constants/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const PENDULUM_FUNDING_AMOUNT_UNITS = '10'; // 10 PEN. Minimum balance of fundin
const STELLAR_FUNDING_AMOUNT_UNITS = '10'; // 10 XLM. Minimum balance of funding account
const MOONBEAM_FUNDING_AMOUNT_UNITS = '10'; // 10 GLMR. Minimum balance of funding account
const SUBSIDY_MINIMUM_RATIO_FUND_UNITS = '10'; // 10 Subsidies considering maximum subsidy amount use on each (worst case scenario)
const MOONBEAM_RECEIVER_CONTRACT_ADDRESS = '0x0004446021fe650c15fb0b2e046b39130e3bfe36';
const MOONBEAM_RECEIVER_CONTRACT_ADDRESS = '0x2AB52086e8edaB28193172209407FF9df1103CDc';
const STELLAR_EPHEMERAL_STARTING_BALANCE_UNITS = '2.5'; // Amount to send to the new stellar ephemeral account created
const PENDULUM_EPHEMERAL_STARTING_BALANCE_UNITS = '0.1'; // Amount to send to the new pendulum ephemeral account created
const DEFAULT_LOGIN_EXPIRATION_TIME_HOURS = 7 * 24;
Expand Down
2 changes: 1 addition & 1 deletion src/services/squidrouter/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ export const squidRouterConfig: Config = {
toChainId: '1284',
axlUSDC_MOONBEAM: '0xca01a1d0993565291051daff390892518acfad3a',
integratorId: 'pendulum-7cffebc5-f84f-4669-96b4-4f8c82640811',
receivingContractAddress: '0x0004446021fe650c15fb0b2e046b39130e3bfe36',
receivingContractAddress: '0x2AB52086e8edaB28193172209407FF9df1103CDc',
};

0 comments on commit 4ed51ec

Please sign in to comment.