Skip to content

Commit 82436ae

Browse files
authored
Merge pull request #114 from lista-dao/hotfix/lista-eth-checksum
fix: correct EIP-55 checksum for LISTA token address on ETH mainnet
2 parents 713fdbc + e6d8f70 commit 82436ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/foundry/eth/deploy_listaRevenueDistributor.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ contract ListaRevenueDistributorDeploy is Script {
4141
} else {
4242
// ETH mainnet
4343
manager = 0x8d388136d578dCD791D081c6042284CED6d9B0c6; // Manager Safe
44-
listaAddress = 0x11632069f202b06d5ff56aeb4aabd0662dd1933b; // LISTA token on ETH mainnet
44+
listaAddress = 0x11632069F202B06d5FF56AEB4aAbD0662dd1933b; // LISTA token on ETH mainnet
4545
}
4646

4747
vm.startBroadcast(deployerPrivateKey);

0 commit comments

Comments
 (0)