Skip to content

Commit

Permalink
devop: tomo to viction
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Nov 8, 2023
1 parent d05b223 commit 20982ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/extension/src/providers/ethereum/networks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import cantoNode from "./canto";
import rootstockNode from "./rsk";
import edgeEvmNode from "./edg";
import zkGoerliNode from "./zkgoerli";
import tomoNode from "./tomo";
import vicNode from "./vic";
import zkSyncNode from "./zksync";
import arbNode from "./arb";
import * as skale from "./skale";
Expand Down Expand Up @@ -51,7 +51,7 @@ export default {
rootstock: rootstockNode,
edgeEvm: edgeEvmNode,
zkGoerli: zkGoerliNode,
tomo: tomoNode,
vic: vicNode,
zkSync: zkSyncNode,
skaleEuropa: skale.europaNode,
skaleBlockBrawlers: skale.blockBrawlersNode,
Expand Down

1 comment on commit 20982ec

@github-actions
Copy link

Choose a reason for hiding this comment

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

Please sign in to comment.