Skip to content

Commit

Permalink
chore: add create3 salt for mainnet fork
Browse files Browse the repository at this point in the history
  • Loading branch information
amarinkovic committed Oct 8, 2024
1 parent c685ce5 commit ad58964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemforge.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ module.exports = {
sepolia: { network: "sepolia", wallet: "devOwnerWallet", governance: "devSysAdminWallet", initArgs: [sysAdminAddress] },
sepoliaFork: { network: "local", wallet: "devOwnerWallet", governance: "devSysAdminWallet", initArgs: [sysAdminAddress] },
mainnet: { network: "mainnet", wallet: "deployerWallet", initArgs: [mainnetSysAdminAddress], create3Salt: process.env.NAYM_TOKEN_SALT },
mainnetFork: { network: "local", wallet: "devOwnerWallet", initArgs: [mainnetSysAdminAddress] },
mainnetFork: { network: "local", wallet: "devOwnerWallet", initArgs: [mainnetSysAdminAddress], create3Salt: process.env.NAYM_TOKEN_SALT },
baseSepolia: { network: "baseSepolia", wallet: "devOwnerWallet", governance: "devSysAdminWallet", initArgs: [sysAdminAddress] },
baseSepoliaFork: { network: "local", wallet: "devOwnerWallet", governance: "devSysAdminWallet", initArgs: [sysAdminAddress] },
base: { network: "base", wallet: "deployerWallet", initArgs: [mainnetSysAdminAddress], create3Salt: process.env.NAYM_TOKEN_SALT },
Expand Down

0 comments on commit ad58964

Please sign in to comment.