Skip to content

Commit

Permalink
network
Browse files Browse the repository at this point in the history
Signed-off-by: Murphy-hub <murphy.bela@gmail.com>
  • Loading branch information
Murphy-hub committed Feb 27, 2024
1 parent 1f27385 commit e9924da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const chains: Chain[] = [
}
];

let currentChain: ChainName = "Filecoin - Calibration testnet";
let currentChain: ChainName = "Sepolia";
export function setCurrentChain(name: ChainName) {
currentChain = name;
}
Expand Down

0 comments on commit e9924da

Please sign in to comment.