Skip to content

Commit

Permalink
Update generator.ts with mainnet deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryley-o authored Oct 31, 2024
1 parent 30daefe commit 8b78ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deployments/generator.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const generatorDeployments: {
[key: string]: `0x${string}`;
} = {
"1": "0xtodo",
"1": "0x953D288708bB771F969FCfD9BA0819eF506Ac718",
"11155111": "0xdC862938cA0a2D8dcabe5733C23e54ac7aAFFF27",
};

0 comments on commit 8b78ec6

Please sign in to comment.