Skip to content

Commit

Permalink
fix: adds BASE to getAddressValidator (#1153)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
towanTG and github-actions[bot] authored Jan 8, 2025
1 parent 912b8fe commit 6baf5f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fast-carrots-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@swapkit/core": patch
---

Adds missing BASE address validator
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export async function getAddressValidator() {
case Chain.Avalanche:
case Chain.Optimism:
case Chain.BinanceSmartChain:
case Chain.Base:
case Chain.Polygon:
case Chain.Ethereum:
return evmValidateAddress({ address });
Expand Down

0 comments on commit 6baf5f7

Please sign in to comment.