Skip to content

fix: curry same address - #5327

Merged
guanbinrui merged 1 commit into
developfrom
septs/fix-address
Dec 28, 2021
Merged

fix: curry same address#5327
guanbinrui merged 1 commit into
developfrom
septs/fix-address

Conversation

@septs

@septs septs commented Dec 28, 2021

Copy link
Copy Markdown
Contributor

export function currySameAddress(addresses: string | string[] = []) {
addresses =
typeof addresses === 'string' ? [addresses] : uniq(toArray(addresses).map((address) => address.toLowerCase()))
addresses = uniq(castArray(addresses)).map((address) => address.toLowerCase())

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hanszhoou
hanszhoou previously approved these changes Dec 28, 2021
@github-actions

github-actions Bot commented Dec 28, 2021

Copy link
Copy Markdown
Contributor

@github-actions
github-actions Bot temporarily deployed to pull request December 28, 2021 04:03 Inactive
@github-actions
github-actions Bot temporarily deployed to pull request December 28, 2021 04:11 Inactive
@guanbinrui
guanbinrui merged commit c486127 into develop Dec 28, 2021
@guanbinrui
guanbinrui deleted the septs/fix-address branch December 28, 2021 04:14
yanzhihong23 added a commit that referenced this pull request Dec 28, 2021
* develop: (96 commits)
  fix: contract address (#5336)
  fix: entry icon  (#5222)
  feat: web3 provider api support page size in response (#5330)
  refactor: move twitter encoder/decoder to the encryption package
  refactor: move stego to encryption package (#5247)
  fix: curry same address (#5327)
  fix: opensea contract image (#5326)
  fix: currySameAddress (#5325)
  docs(i18n): sync i18n files from Crowdin (#5324)
  fix: add fallback when import erc721 in popup asset list (#5295)
  fix: bugfix for swap page (#5278)
  fix: hidden rainbow when nft avatar isn't exist (#5320)
  chore: upgrade deps (#5321)
  feat: an united nft service (#4593)
  feat: all i18n support hmr (#5294) (#5303)
  refactor: update configuration url (#5317)
  chore: enable semantic (#5292)
  refactor: improve zero address (#5313)
  fix: walkaround of GeckoView's JSON serialization bug by stringifying the JSON object (#5312)
  refator: trun on switches (#5305)
  ...

# Conflicts:
#	packages/mask/src/plugins/FileService/base.ts
#	packages/plugin-infra/src/types.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.

3 participants