Skip to content

Commit

Permalink
Merge pull request #60 from pimlicolabs/add-lyra-mainnet
Browse files Browse the repository at this point in the history
add lyra mainnet
  • Loading branch information
nikmel2803 authored Dec 6, 2023
2 parents 9a6595c + ec34d49 commit 35298ee
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion packages/cli/src/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,26 @@ const customChains: Chain[] = [
http: []
}
}
}
},
{
id: 957,
name: "Lyra",
network: "lyra",
nativeCurrency: {
name: "ETH",
symbol: "ETH",
decimals: 18,
},
rpcUrls: {
default: {
http: ["https://rpc.lyra.finance"],
},
public: {
http: ["https://rpc.lyra.finance"],
},
},
testnet: false,
},
]

function getChain(chainId: number): Chain {
Expand Down

0 comments on commit 35298ee

Please sign in to comment.