I think a service/app running on its own chain (alone) will allow the market to determine the true price for its transactions. It will be based on a combination of what the validators decide to charge in order to cover their costs for running nodes and what the demand is for the service itself. But when you have multiple apps, the app with the highest demand governs the price of gas and any app that is not equally in demand will be overcharging for its services.
May 12, 2022, 8:42 AM
If it's delegatecall (the way proxies work) it probably needs to be internal. Unless you have some kind of access control like onlyOwner or something.
May 12, 2022, 9:00 AM
Yep, UUPS is protected by this mandatory function which protects initializer function _authorizeUpgrade(address) internal override onlyOwner {}
May 12, 2022, 9:05 AM
That's just a powershell thing:
May 12, 2022, 10:30 AM
yeah, just found out, got it working now.. Thanks for answering
if you scroll down you can see all supported networks
May 12, 2022, 10:44 AM