Skip to content

Commit

Permalink
Fixed bouncer lint
Browse files Browse the repository at this point in the history
  • Loading branch information
syan095 committed Oct 17, 2024
1 parent e501570 commit 6d7cbab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bouncer/shared/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export function getContractAddress(chain: Chain, contract: string): string {
case 'SWAP_ENDPOINT':
return '35uYgHdfZQT4kHkaaXQ6ZdCkK5LFrsk43btTLbGCRCNT';
case 'FALLBACK':
//3wDSVR6YSRDFiWdwsnZZRjAKHKvsmb4fouYVqoBt5yd4vSrY7aQdvtLJKMvEb3AMWGD5fxunfdotvwPwnSChWMWx
/// 3wDSVR6YSRDFiWdwsnZZRjAKHKvsmb4fouYVqoBt5yd4vSrY7aQdvtLJKMvEb3AMWGD5fxunfdotvwPwnSChWMWx
return 'CFf51BPWnybvgbZrxy61s4SCCvEohBC7achsPLuoACUG';
default:
throw new Error(`Unsupported contract: ${contract}`);
Expand Down Expand Up @@ -770,7 +770,6 @@ export async function observeSolanaCcmEvent(
const {
remainingAccounts: expectedRemainingAccounts,
remainingIsWritable: expectedRemainingIsWritable,
fallbackAccount: _expectedFallbackAccount,
} = decodeExpectedCfParameters(messageMetadata.cfParameters!);

if (
Expand Down

0 comments on commit 6d7cbab

Please sign in to comment.