Skip to content

Commit

Permalink
PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito authored and lumtis committed Oct 22, 2024
1 parent 168fbee commit aef054e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions v2/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ZETA_ERC20_EVM=0x42928581Ba60cD97B65D873151dc063F3D0619f8
# zevm
GATEWAY_PROXY_ZEVM=
SYSTEM_CONTRACT=
GATEWAY_ADMIN_ADDRESS_ZEVM=
WZETA=

# update for every zrc20 deployment
ZRC20_NAME=
Expand Down
2 changes: 1 addition & 1 deletion v2/scripts/deploy/deterministic/DeployGatewayZEVM.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ERC1967Proxy } from "@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy
contract DeployGatewayZEVM is Script {
function run() external {
address admin = vm.envAddress("GATEWAY_ADMIN_ADDRESS_ZEVM");
address zeta = vm.envAddress("ZETA_TOKEN");
address zeta = vm.envAddress("WZETA");

address expectedImplAddress;
address expectedProxyAddress;
Expand Down

0 comments on commit aef054e

Please sign in to comment.