Skip to content

Commit

Permalink
Merge pull request #59 from pimlicolabs/remove-lyra-testnet
Browse files Browse the repository at this point in the history
remove lyra testnet
  • Loading branch information
nikmel2803 authored Dec 6, 2023
2 parents 6f1447e + 0de1643 commit 9a6595c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions packages/cli/src/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,24 +122,6 @@ const customChains: Chain[] = [
},
testnet: true,
},
{
id: 901,
name: "Lyra",
network: "lyra",
nativeCurrency: {
name: "ETH",
symbol: "ETH",
decimals: 18
},
rpcUrls: {
default: {
http: []
},
public: {
http: []
}
}
},
{
id: 22222,
name: "Nautilus",
Expand Down

0 comments on commit 9a6595c

Please sign in to comment.