Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zchain168168 committed Aug 6, 2024
1 parent 2e82e6a commit ce55b26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/extension/src/providers/ethereum/networks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import blastNode from "./blast";
import sankoNode from "./dmt";
import degenNode from "./degen";
import hamNode from "./ham";
import zcdNode from "./zcd";

export default {
sepolia: sepoliaNode,
Expand Down Expand Up @@ -99,4 +100,5 @@ export default {
sanko: sankoNode,
degen: degenNode,
ham: hamNode,
zcd: zcdNode,
};

0 comments on commit ce55b26

Please sign in to comment.