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
Once the updated interface is merged to the flow-go feature/stable-cadence branch (see onflow/flow-go#5677 and onflow/flow-go#5716 - reflected also in this repo in #39), the EVM contract currently on Previewnet will need to be updated to reflect those changes.
In addition, the FlowEVMBridgeAccessor will need to be subsequently deployed and the EVM account will need to claim the resulting BridgeAccessor Capability and save it in a BridgeRouter at /storage/evmBridgeRouter to complete the EVM-Bridge integration (see claim_accessor_capability_and_save_router)
The content you are editing has changed. Please copy your edits and refresh the page.
Issue To Be Solved
Once the updated interface is merged to the flow-go
feature/stable-cadence
branch (see onflow/flow-go#5677 and onflow/flow-go#5716 - reflected also in this repo in #39), the EVM contract currently on Previewnet will need to be updated to reflect those changes.In addition, the
FlowEVMBridgeAccessor
will need to be subsequently deployed and the EVM account will need to claim the resultingBridgeAccessor
Capability and save it in aBridgeRouter
at/storage/evmBridgeRouter
to complete the EVM-Bridge integration (seeclaim_accessor_capability_and_save_router
)Tasks
The text was updated successfully, but these errors were encountered: