zeta-chain / protocol-contracts

Protocol contracts implementing the core logic of the protocol, deployed on ZetaChain and on connected chains
MIT License
71 stars 58 forks source link

Store gateway address inside `UniversalContract` #342

Open fadeev opened 2 months ago

fadeev commented 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.