Skip to content

Commit

Permalink
Fix proxyadmin in config
Browse files Browse the repository at this point in the history
  • Loading branch information
nambrot committed Jan 21, 2025
1 parent 88894df commit b2e67fa
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ export const getTrumpchainTRUMPWarpConfig = async (
decimals: 18,
totalSupply,
owner: DEPLOYER,
proxyAdmin: { owner: DEPLOYER },
proxyAdmin: {
owner: DEPLOYER,
address: '0xC5f2c60073DCAA9D157C45d5B017D639dF9C5CeB',
},
},
};
return tokenConfig;
Expand Down

0 comments on commit b2e67fa

Please sign in to comment.