We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cf3eb2 + 411a05c commit f06d428Copy full SHA for f06d428
1 file changed
utils/contractAddress.ts
@@ -1,5 +1,6 @@
1
export const HackHubFactoryAddress: { [key: number]: `0x${string}` } = {
2
534351: '0x451b43037c2224493ace56865a87a9cb17540474',
3
+ 137: '0x27732c89F81bbE95a8B75e05Ba0ff90A24ecd8Aa'
4
}
5
6
export const getFactoryAddress = (chainId: number): `0x${string}` | undefined => {
0 commit comments