Skip to content

Commit

Permalink
Merge pull request #107 from alleslabs/fix/remove-osmosis
Browse files Browse the repository at this point in the history
fix: remove osmosis mainnet
  • Loading branch information
evilpeach authored Jan 19, 2023
2 parents b1f4228 + 211b7aa commit 452490f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Features

- [#107](https://github.com/alleslabs/celatone-frontend/pull/107) Remove osmosis mainnet from chain list
- [#99](https://github.com/alleslabs/celatone-frontend/pull/99) Validate label and codeId field in instantiate page
- [#103](https://github.com/alleslabs/celatone-frontend/pull/103) Add check mark to selected network
- [#92](https://github.com/alleslabs/celatone-frontend/pull/92) Create select contract component for admin and migrate pages
Expand Down
2 changes: 1 addition & 1 deletion src/lib/data/wallet.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const MAINNET_CHAIN_NAMES = ["osmosis"];
export const MAINNET_CHAIN_NAMES = [];

export const TESTNET_CHAIN_NAMES = ["osmosistestnet"];

Expand Down

1 comment on commit 452490f

@vercel
Copy link

@vercel vercel bot commented on 452490f Jan 19, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.