Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ For Typescript testnet deployment with the multisig address being the owner and
```shell
cd scripts
yarn install
yarn deploy:osmosis:testnet-multisig
yarn deploy:osmosis-testnet-multisig
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change needs to be made for the other two commands as well.

testnet deployer owned:
yarn deploy:osmosis-testnet

mainnet:
yarn deploy:osmosis-mainnet

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we changed this to match the red-bank commands

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brimigs then we should change package.json as the command doesn't work rn! :D

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

```

For mainnet:
Expand Down