Open fadeev opened 2 months ago
Right now we have to hard-code gateway address in universal contracts:
https://github.com/zeta-chain/example-contracts/blob/ae9e49fd46f4d7c24321fa958ae3488d6dc4df1b/universal/swap/contracts/Swap.sol#L17-L18
Ideally, it's just inherited from UniversalContract.
UniversalContract
Right now we have to hard-code gateway address in universal contracts:
https://github.com/zeta-chain/example-contracts/blob/ae9e49fd46f4d7c24321fa958ae3488d6dc4df1b/universal/swap/contracts/Swap.sol#L17-L18
Ideally, it's just inherited from
UniversalContract
.