We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07670c commit d4da30cCopy full SHA for d4da30c
packages/common/src/chains.ts
@@ -9,7 +9,7 @@ const rpcUrls: { [key: number]: string | undefined } = {
9
1: "https://eth-mainnet.g.alchemy.com/v2/",
10
10: "https://opt-mainnet.g.alchemy.com/v2/",
11
100: "https://gnosis-mainnet.g.alchemy.com/v2/",
12
- // 42: "", // lukso
+ 42: "https://rpc.mainnet.lukso.network",
13
137: "https://polygon-mainnet.g.alchemy.com/v2/",
14
// 250: "", // fantom
15
300: "https://zksync-sepolia.g.alchemy.com/v2/",
0 commit comments