Skip to content

Commit

Permalink
fix network type
Browse files Browse the repository at this point in the history
  • Loading branch information
minotaur committed Mar 17, 2022
1 parent 3154522 commit f348318
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/network_type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const DevNet = new NetworkType(
const NETWORK_TYPES = [
MainNet,
TestNet,
DevNet
];

const getNetworkType = (networkName: string): NetworkType => {
Expand Down

0 comments on commit f348318

Please sign in to comment.