We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb0411 commit fda4178Copy full SHA for fda4178
lib/rpc/utils.ts
@@ -65,7 +65,7 @@ export function generateProviderUrl(key: string, value: string): string {
65
case 'ALCHEMY_130': {
66
return `https://unichain-mainnet.g.alchemy.com/v2/${value}`
67
}
68
- case 'ALCHEMY_134': {
+ case 'ALCHEMY_143': {
69
return `https://monad-mainnet.g.alchemy.com/v2/${value}`
70
71
0 commit comments