Skip to content

Commit

Permalink
feat: add api url to sei (#2375)
Browse files Browse the repository at this point in the history
* Update sei.ts

* Create forty-books-pump.md

---------

Co-authored-by: jxom <jakemoxey@gmail.com>
  • Loading branch information
ezynda3 and jxom committed Jun 8, 2024
1 parent d1beebc commit 1d32988
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/forty-books-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added API URL to `sei` chain.
1 change: 1 addition & 0 deletions src/chains/definitions/sei.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const sei = /*#__PURE__*/ defineChain({
default: {
name: 'Seitrace',
url: 'https://seitrace.com',
apiUrl: 'https://seitrace.com/pacific-1/api',
},
},
contracts: {
Expand Down

0 comments on commit 1d32988

Please sign in to comment.