Skip to content

fix: remove unused deployedOnChains field - #137

Open
samsamtrum wants to merge 1 commit into
rhinestonewtf:mainfrom
samsamtrum:remove-unused-deployed-on-chains
Open

fix: remove unused deployedOnChains field#137
samsamtrum wants to merge 1 commit into
rhinestonewtf:mainfrom
samsamtrum:remove-unused-deployed-on-chains

Conversation

@samsamtrum

Copy link
Copy Markdown

Summary

  • Remove the unused deployedOnChains field from the Account type.
  • Stop accepting/returning deployedOnChains in getAccount.
  • Remove the unused deployedOnChains validation branch and update account tests/mocks accordingly.

Closes #120.

Verification

  • npm install --ignore-scripts --package-lock-only
  • npm ci --ignore-scripts
  • npm run typecheck
  • npm test -- --runInBand test/unit/account/utils.test.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove deployedOnChains on accounts since its unused

1 participant