Skip to content

Conversation

@flodesi
Copy link
Contributor

@flodesi flodesi commented Dec 2, 2025

No description provided.

@flodesi flodesi changed the title Tempo - add cs to change default fee token [DO NOT MERGE] Tempo - add cs to change default fee token Dec 2, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 2, 2025

CORA - Pending Reviewers

All codeowners have approved! ✅

Legend: ✅ Approved | ❌ Changes Requested | 💬 Commented | 🚫 Dismissed | ⏳ Pending | ❓ Unknown

For more details, see the full review summary.

@trunk-io
Copy link

trunk-io bot commented Dec 3, 2025

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

return out, fmt.Errorf("abi pack: %w", err)
}

data = append(data, encodedArgs...)
Copy link
Contributor

Choose a reason for hiding this comment

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

very minor nit, I think there is a slightly better way to do this, using abi.pack or something like that. but this is fine as well

@flodesi flodesi requested a review from simsonraj December 3, 2025 15:52
Comment on lines 32 to 37
chain, err := findChainBySelector(env, cfg.ChainSel)
if err != nil {
return out, fmt.Errorf("error: %w finding chain by selector: %d", err, cfg.ChainSel)
}

evmChain, ok := chain.(evm.Chain)
Copy link
Contributor

Choose a reason for hiding this comment

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

you can simply do, instead of findChainBySelector method & casting
env.BlockChains.EVMChains()[chainSelector]

@cl-sonarqube-production
Copy link

@flodesi flodesi changed the title [DO NOT MERGE] Tempo - add cs to change default fee token Tempo - add cs to change default fee token Dec 4, 2025
@flodesi flodesi marked this pull request as ready for review December 4, 2025 18:15
@flodesi flodesi requested review from a team as code owners December 4, 2025 18:15
@flodesi flodesi added this pull request to the merge queue Dec 4, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 4, 2025
@flodesi flodesi added this pull request to the merge queue Dec 4, 2025
Merged via the queue into develop with commit fb101b5 Dec 4, 2025
218 of 223 checks passed
@flodesi flodesi deleted the flodesi/tempo-set-fee-token branch December 4, 2025 19:36
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