Skip to content

Deploy missing Squidrouter relayer contracts#1175

Merged
ebma merged 1 commit into
stagingfrom
add-missing-squid-relayers
May 29, 2026
Merged

Deploy missing Squidrouter relayer contracts#1175
ebma merged 1 commit into
stagingfrom
add-missing-squid-relayers

Conversation

@gianfra-t
Copy link
Copy Markdown
Contributor

@gianfra-t gianfra-t commented May 28, 2026

Deploys relayer contracts for missing EVM chains. Adds addresses to config object.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 28, 2026

Deploy Preview for vortexfi ready!

Name Link
🔨 Latest commit 4427544
🔍 Latest deploy log https://app.netlify.com/projects/vortexfi/deploys/6a18ab198432820008b7a2fa
😎 Deploy Preview https://deploy-preview-1175--vortexfi.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 28, 2026

Deploy Preview for vortex-sandbox ready!

Name Link
🔨 Latest commit 4427544
🔍 Latest deploy log https://app.netlify.com/projects/vortex-sandbox/deploys/6a18ab1bd5982f000881ce12
😎 Deploy Preview https://deploy-preview-1175--vortex-sandbox.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Deploys the TokenRelayer contract to missing production EVM chains and wires the new relayer addresses into the API flow used for EVM-to-AlfredPay offramp execution.

Changes:

  • Adds deployment scripts and Hardhat network configs for Avalanche, BSC, and Ethereum.
  • Adds Ignition deployment artifacts and deployed addresses for chains 1, 56, and 43114.
  • Extends RELAYER_ADDRESSES with Ethereum, BSC, and Avalanche relayer contracts.

Reviewed changes

Copilot reviewed 16 out of 19 changed files in this pull request and generated no comments.

Show a summary per file
File Description
contracts/relayer/package.json Adds deploy scripts for additional networks.
contracts/relayer/hardhat.config.ts Adds network configs and shared private-key normalization.
contracts/relayer/.env.example Updates expected deployment env vars.
apps/api/src/api/services/transactions/offramp/routes/evm-to-alfredpay.ts Adds new relayer addresses to API config.
contracts/relayer/ignition/deployments/chain-1/deployed_addresses.json Records Ethereum deployment address.
contracts/relayer/ignition/deployments/chain-1/journal.jsonl Records Ethereum deployment journal.
contracts/relayer/ignition/deployments/chain-1/artifacts/TokenRelayer#TokenRelayer.json Adds Ethereum deployment artifact.
contracts/relayer/ignition/deployments/chain-1/artifacts/TokenRelayer#TokenRelayer.dbg.json Adds Ethereum debug artifact.
contracts/relayer/ignition/deployments/chain-1/build-info/1f88a3ad5921d6bc8b511a85d672df5a.json Adds Ethereum build info.
contracts/relayer/ignition/deployments/chain-56/deployed_addresses.json Records BSC deployment address.
contracts/relayer/ignition/deployments/chain-56/journal.jsonl Records BSC deployment journal.
contracts/relayer/ignition/deployments/chain-56/artifacts/TokenRelayer#TokenRelayer.json Adds BSC deployment artifact.
contracts/relayer/ignition/deployments/chain-56/artifacts/TokenRelayer#TokenRelayer.dbg.json Adds BSC debug artifact.
contracts/relayer/ignition/deployments/chain-56/build-info/1f88a3ad5921d6bc8b511a85d672df5a.json Adds BSC build info.
contracts/relayer/ignition/deployments/chain-43114/deployed_addresses.json Records Avalanche deployment address.
contracts/relayer/ignition/deployments/chain-43114/journal.jsonl Records Avalanche deployment journal.
contracts/relayer/ignition/deployments/chain-43114/artifacts/TokenRelayer#TokenRelayer.json Adds Avalanche deployment artifact.
contracts/relayer/ignition/deployments/chain-43114/artifacts/TokenRelayer#TokenRelayer.dbg.json Adds Avalanche debug artifact.
contracts/relayer/ignition/deployments/chain-43114/build-info/1f88a3ad5921d6bc8b511a85d672df5a.json Adds Avalanche build info.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown
Member

@ebma ebma left a comment

Choose a reason for hiding this comment

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

Looks good to me 👍

@ebma ebma merged commit da98f62 into staging May 29, 2026
8 checks passed
@ebma ebma deleted the add-missing-squid-relayers branch May 29, 2026 08:05
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.

3 participants