fix: use single on-chain bridge fee #3719
Annotations
6 errors and 1 warning
Run Lint:
bridge/standard/pkg/node/node.go#L331
cannot use l1gateway.NewL1gatewayTransactor(contractAddr, txtor) (value of type *l1gateway.L1gatewayTransactor) as gwcontract.GatewayTransactor value in assignment: *l1gateway.L1gatewayTransactor does not implement gwcontract.GatewayTransactor (wrong type for method FinalizeTransfer)
|
Run Lint:
bridge/standard/pkg/node/node.go#L333
cannot use settlementgateway.NewSettlementgatewayTransactor(contractAddr, txtor) (value of type *settlementgateway.SettlementgatewayTransactor) as gwcontract.GatewayTransactor value in assignment: *settlementgateway.SettlementgatewayTransactor does not implement gwcontract.GatewayTransactor (wrong type for method FinalizeTransfer)
|
Run Lint:
bridge/standard/cmd/relayer/main.go#L13
could not import github.com/primev/mev-commit/bridge/standard/pkg/node (-: # github.com/primev/mev-commit/bridge/standard/pkg/node
|
Run Lint:
bridge/standard/pkg/node/node.go#L331
cannot use l1gateway.NewL1gatewayTransactor(contractAddr, txtor) (value of type *l1gateway.L1gatewayTransactor) as gwcontract.GatewayTransactor value in assignment: *l1gateway.L1gatewayTransactor does not implement gwcontract.GatewayTransactor (wrong type for method FinalizeTransfer)
|
Run Lint:
bridge/standard/pkg/node/node.go#L333
cannot use settlementgateway.NewSettlementgatewayTransactor(contractAddr, txtor) (value of type *settlementgateway.SettlementgatewayTransactor) as gwcontract.GatewayTransactor value in assignment: *settlementgateway.SettlementgatewayTransactor does not implement gwcontract.GatewayTransactor (wrong type for method FinalizeTransfer)
|
Run Lint
issues found
|
Setup Go
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Loading