Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #138 from statechannels/cmk.noChainID
Browse files Browse the repository at this point in the history
remove chainID
  • Loading branch information
lalexgap authored Oct 18, 2023
2 parents a826453 + 37bd329 commit b87fc7e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/chains.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export interface ChainData {
url: string;
chainId: number;
/**
* The name of the chain. Populates eg, the "Host Network" UI field for channel wallets.
*/
Expand All @@ -22,15 +21,13 @@ export interface ChainData {
export const chains: ChainData[] = [
{
url: "http://localhost:8545",
chainId: 31337,
name: "hardhat 1",
symbol: "hh1ETH",
explorer: "",
exchangeRate: 1,
},
{
url: "http://localhost:8546",
chainId: 31338,
name: "hardhat 2",
symbol: "hh2ETH",
explorer: "",
Expand Down

0 comments on commit b87fc7e

Please sign in to comment.