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

Adding Solana gateway address for supported x-chains #689

Merged
merged 4 commits into from
Aug 14, 2023

Conversation

dimpar
Copy link
Contributor

@dimpar dimpar commented Aug 9, 2023

Added Solana gateway addresses for Testnet and Mainnet for supported EVM chains.
Added mapping scripts.

wormhole_gateway on mainnet and testnet

Solana addresses are base58 encoded. In this PR Solana addresses are represented in hex.

@dimpar dimpar requested a review from pdyraga August 9, 2023 21:10
@dimpar dimpar self-assigned this Aug 9, 2023
@dimpar dimpar marked this pull request as ready for review August 14, 2023 14:00
export default func

func.tags = ["SetSolanaGatewayAddress"]
func.dependencies = ["ArbitrumWormholeGateway"]
Copy link
Member

Choose a reason for hiding this comment

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

Can we define both contracts to be resolved as dependencies? Can we update it similarly in other scripts?

Suggested change
func.dependencies = ["ArbitrumWormholeGateway"]
func.dependencies = ["ArbitrumWormholeGateway", "SolanaWormholeGateway"]

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure d9a4e7c

@nkuba nkuba enabled auto-merge August 14, 2023 15:40
@nkuba nkuba merged commit d9b9a6c into main Aug 14, 2023
38 checks passed
@nkuba nkuba deleted the update-gateways-with-solana branch August 14, 2023 15:42
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.

2 participants