fix: update LISTA token address to correct ETH mainnet address in deploy scripts - #113
Merged
Conversation
…n deployment scripts
Pull Request ReviewThis PR updates deployment configuration for Sensitive ContentBlockchain Address:
Security IssuesNo serious security issues detected. Generated by Hashdit Bot. This tool can absolutely NOT replace manual audits. |
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update LISTA token address in ETH mainnet deployment scripts from placeholder to the correct mainnet address (
0x11632069f202b06d5ff56aeb4aabd0662dd1933b).This was missed in PR #111 merge — the placeholder address
0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46was left in both Foundry and Hardhat deploy scripts.Change Type
Contracts Changed
scripts/foundry/eth/deploy_listaRevenueDistributor.solscripts/eth/deploy_listaRevenueDistributor.tsKey Changes
LISTA Token Address Fix
scripts/foundry/eth/deploy_listaRevenueDistributor.sol0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46(placeholder)0x11632069f202b06d5ff56aeb4aabd0662dd1933b(correct ETH mainnet)scripts/eth/deploy_listaRevenueDistributor.ts0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46(placeholder)0x11632069f202b06d5ff56aeb4aabd0662dd1933b(correct ETH mainnet)Context
The LISTA token on ETH mainnet address:
0x11632069f202b06d5ff56aeb4aabd0662dd1933bThis address is required by
ListaRevenueDistributor.initialize()— the contract stores it aslistaTokenAddressfor whitelist management viaaddTokensToWhitelist.Risk Assessment
initialize()callDeploy Order
Unchanged from PR #111: