Skip to content

Commit

Permalink
devop: add sanko
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Jul 23, 2024
1 parent 5c8dba0 commit 42d04e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/extension/src/providers/common/libs/new-features.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import { NetworkNames } from "@enkryptcom/types";

const newNetworks = [NetworkNames.Telos, NetworkNames.Blast];
const newNetworks = [
NetworkNames.Telos,
NetworkNames.Blast,
NetworkNames.Sanko,
];
const newSwaps: NetworkNames[] = [];

export { newNetworks, newSwaps };
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const NetworkEndpoints: Record<string, string> = {
[NetworkNames.RolluxTest]: "https://rollux.tanenbaum.io/",
[NetworkNames.Rollux]: "https://explorer.rollux.com/",
[NetworkNames.Blast]: "https://blastscan.io/",
[NetworkNames.Sanko]: "https://explorer.sanko.xyz/",
};

export { NetworkEndpoints };

1 comment on commit 42d04e3

@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.