Skip to content

Commit fda4178

Browse files
committed
hotfix
1 parent 8bb0411 commit fda4178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rpc/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function generateProviderUrl(key: string, value: string): string {
6565
case 'ALCHEMY_130': {
6666
return `https://unichain-mainnet.g.alchemy.com/v2/${value}`
6767
}
68-
case 'ALCHEMY_134': {
68+
case 'ALCHEMY_143': {
6969
return `https://monad-mainnet.g.alchemy.com/v2/${value}`
7070
}
7171
}

0 commit comments

Comments
 (0)