You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then deploying an instance of the contract deployInstance
Ideally these two steps would be batched together into a single tx. An appropriate wallet would have to be used (signerless wallet only supports a single function call per tx instead of a batch).
The text was updated successfully, but these errors were encountered:
Add `gasPortalAddress` to config and optionally deploy the portal and
gas token at bootstrap. This enables reading the correct canonical gas
token everywhere.
Fix#5022
Deploy the gas token when the sandbox is started. Related to #4801 but for the sandbox, instead of end-to-end test.
Deploying the contract requires two steps:
registerContractClass
deployInstance
Ideally these two steps would be batched together into a single tx. An appropriate wallet would have to be used (signerless wallet only supports a single function call per tx instead of a batch).
The text was updated successfully, but these errors were encountered: