Skip to content

BurnMintERC20WithDripToken is pointing to wrong go bindings#2023

Open
b-gopalswami wants to merge 1 commit into
mainfrom
bg/fix-test-token-flow
Open

BurnMintERC20WithDripToken is pointing to wrong go bindings#2023
b-gopalswami wants to merge 1 commit into
mainfrom
bg/fix-test-token-flow

Conversation

@b-gopalswami
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings May 1, 2026 17:10
@b-gopalswami b-gopalswami requested review from a team as code owners May 1, 2026 17:10
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 1, 2026

👋 b-gopalswami, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

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

This PR updates the v1.0.0 deployment operation for BurnMintERC20WithDripToken to use different Chainlink EVM geth wrapper bindings, aiming to correct an incorrect binding target.

Changes:

  • Switch import from generated/initial/burn_mint_erc20_with_drip to generated/1_5_0/burn_mint_erc20_with_drip.
  • Update deployment metadata reference from BurnMintERC20MetaData to BurnMintERC20WithDripMetaData.
  • Update deployed bytecode reference from BurnMintERC20Bin to BurnMintERC20WithDripBin.

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

Comment on lines 27 to 32
Description: "Deploys the BurnMintERC20 Token contract with drip function (for testing)",
ContractMetadata: burn_mint_erc20_with_drip.BurnMintERC20MetaData,
ContractMetadata: burn_mint_erc20_with_drip.BurnMintERC20WithDripMetaData,
BytecodeByTypeAndVersion: map[string]contract.Bytecode{
cldf_deployment.NewTypeAndVersion(ContractType, *utils.Version_1_0_0).String(): {
EVM: common.FromHex(burn_mint_erc20_with_drip.BurnMintERC20Bin),
EVM: common.FromHex(burn_mint_erc20_with_drip.BurnMintERC20WithDripBin),
},
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 1, 2026

Metric bg/fix-test-token-flow main
Coverage 70.1% 69.9%

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.

4 participants