diff --git a/typescript/infra/config/environments/mainnet3/warp/configGetters/getBaseSolanaTRUMPWarpConfig.ts b/typescript/infra/config/environments/mainnet3/warp/configGetters/getBaseSolanaTRUMPWarpConfig.ts index 46b26b16cc..e396d78e83 100644 --- a/typescript/infra/config/environments/mainnet3/warp/configGetters/getBaseSolanaTRUMPWarpConfig.ts +++ b/typescript/infra/config/environments/mainnet3/warp/configGetters/getBaseSolanaTRUMPWarpConfig.ts @@ -37,7 +37,10 @@ export const getTrumpchainTRUMPWarpConfig = async ( decimals: 18, totalSupply, owner: DEPLOYER, - proxyAdmin: { owner: DEPLOYER }, + proxyAdmin: { + owner: DEPLOYER, + address: '0xC5f2c60073DCAA9D157C45d5B017D639dF9C5CeB', + }, }, }; return tokenConfig;