Skip to content

Commit

Permalink
Merge pull request #174 from ethersphere/different_deployer
Browse files Browse the repository at this point in the history
fix: change deployer config
  • Loading branch information
n00b21337 authored Apr 17, 2024
2 parents dd1a875 + 84dee49 commit 5f8832d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion deploy/local/000_deploy_factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const func: DeployFunction = async function ({ deployments, getNamedAccounts, ne

// If there's code, then there's a contract deployed
if (code !== '0x') {
console.log('A contract is deployed at this address.');
tokenAddress = deployedToken;
} else {
const token = await deploy('TestToken', {
Expand Down
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const accounts: string[] | { mnemonic: string } =
const config: HardhatUserConfig = {
namedAccounts: {
deployer: 0,
deployer2: 1,
deployer_si: 1,
admin: 2,
alice: 3,
bob: 4,
Expand Down

0 comments on commit 5f8832d

Please sign in to comment.