Skip to content

Commit fefdb83

Browse files
committed
fix: cleanup
1 parent cc8ab93 commit fefdb83

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

packages/assets-controllers/src/AssetsContractController.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,6 @@ export class AssetsContractController {
276276
return this.#ipfsGateway;
277277
}
278278

279-
/* get chainId() {
280-
return this.#chainId;
281-
} */
282-
283279
/**
284280
* Get the relevant provider instance.
285281
*

packages/assets-controllers/src/AssetsContractControllerWithNetworkClientId.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,6 @@ describe('AssetsContractController with NetworkClientId', () => {
906906
it('should get the staked ethereum balance for an address', async () => {
907907
const { assetsContract, messenger, networkClientConfiguration } =
908908
await setupAssetContractControllers();
909-
// assetsContract.setProvider(provider);
910909

911910
mockNetworkWithDefaultChainId({
912911
networkClientConfiguration,
@@ -967,7 +966,6 @@ describe('AssetsContractController with NetworkClientId', () => {
967966

968967
it('should default staked ethereum balance to undefined if network is not supported', async () => {
969968
const { assetsContract } = await setupAssetContractControllers();
970-
// assetsContract.setProvider(provider);
971969

972970
const balance = await assetsContract.getStakedBalanceForChain(
973971
TEST_ACCOUNT_PUBLIC_ADDRESS,

0 commit comments

Comments
 (0)