Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: address audit comments #14

Closed
wants to merge 81 commits into from
Closed

Conversation

Foivos
Copy link
Collaborator

@Foivos Foivos commented Jun 19, 2024

No description provided.

canhtrinh
canhtrinh previously approved these changes Jun 27, 2024
@nik-suri nik-suri requested a review from djb15 June 27, 2024 16:58
@Foivos Foivos changed the base branch from feat/update-wormhole-examples-version to main June 27, 2024 18:05
@Foivos Foivos dismissed stale reviews from canhtrinh and djb15 June 27, 2024 18:05

The base branch was changed.

src/axelar/AxelarTransceiver.sol Show resolved Hide resolved
Comment on lines 22 to 24
/// @notice Chain Id is already being used.
error ChainIdAlreadySet(uint16 chainId);

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// @notice Chain Id is already being used.
error ChainIdAlreadySet(uint16 chainId);
/// @notice Chain Id is already being used.
error ChainIdAlreadySet(uint16 chainId);
/// @notice Axelar chain Id is already being used.
error AxelarChainIdAlreadySet(string axelarChainId);

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@milapsheth milapsheth closed this Jul 2, 2024
@milapsheth milapsheth deleted the feat/address-audit-comments branch July 2, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants