Azoyalabs / avalanche_hackathon

https://avalanche-hackathon-web.vercel.app
0 stars 1 forks source link

Simplify deployment #8

Closed Wally869 closed 8 months ago

Wally869 commented 8 months ago

Current deployment setup creates contracts as standalone with the following sequence of event:

Could simplify deployment by setting CCIPReceiver as a factory for Summit

Wally869 commented 8 months ago

We need to consider contract size and gas limits if using a factory pattern Since both receiver and summit are getting big and current setup only needs 1 intermediary call, we'll keep 2 seperate contracts