Skip to content

Commit

Permalink
break deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
arwer13 committed Nov 23, 2023
1 parent ab4e81e commit d4cec06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scratch/03-deploy-aragon-std-apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async function deployAragonStdApps({ web3, artifacts, }) {
assertRequiredNetworkState(state, REQUIRED_NET_STATE)

const deployer = state.deployer
await deployImplementation("app:aragon-agent", "Agent", deployer)
await deployImplementation("app:aragon-agent", "AgentЕ", deployer)
await deployImplementation("app:aragon-finance", "Finance", deployer)
await deployImplementation("app:aragon-token-manager", "TokenManager", deployer)
await deployImplementation("app:aragon-voting", "Voting", deployer)
Expand Down

0 comments on commit d4cec06

Please sign in to comment.