Feature: integrate token swap logic into WZCN burn command #902
Annotations
4 errors and 1 warning
unit-test:
cmd/bridge-burn-eth.go#L29
b.GetTokenBalance undefined (type *zcnbridge.BridgeClient has no field or method GetTokenBalance)
|
unit-test:
cmd/bridge-burn-eth.go#L46
b.Swap undefined (type *zcnbridge.BridgeClient has no field or method Swap)
|
unit-test:
cmd/bridge-burn-eth.go#L65
cannot use amount (variable of type uint64) as zcnbridge.Wei value in argument to b.IncreaseBurnerAllowance
|
unit-test
Process completed with exit code 2.
|
unit-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|