We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59321cb commit a15cbb1Copy full SHA for a15cbb1
packages/bridge-status-controller/src/bridge-status-controller.ts
@@ -167,7 +167,6 @@ export default class BridgeStatusController extends StaticIntervalPollingControl
167
initialDestAssetBalance,
168
targetContractAddress,
169
} = startPollingForBridgeTxStatusArgs;
170
- const { bridgeStatusState } = this.state;
171
const { address: account } = this.#getSelectedAccount();
172
173
// Write all non-status fields to state so we can reference the quote in Activity list without the Bridge API
0 commit comments