Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1928 from bandprotocol/add-chainid-guanyu-devnet
Browse files Browse the repository at this point in the history
Scan: add more chain id for guanyu devnet
  • Loading branch information
Kanisorn Thongprapaisaeng authored Jun 10, 2020
2 parents 38638de + 2f72326 commit 067e335
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

### Scan

- (impv) [\#1928](https://github.com/bandprotocol/bandchain/pull/1928) Add chainID for guanyu-devnet

### Bridges

### Owasm
Expand Down
4 changes: 3 additions & 1 deletion scan/src/components/ChainIDBadge.re
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ let parseChainID =
| "band-wenchang-testnet2" => WenchangTestnet
| "band-wenchang-mainnet" => WenchangMainnet
| "band-guanyu-devnet"
| "band-guanyu-batrider"
| "band-guanyu-devnet-2"
| "band-guanyu-devnet-3"
| "band-guanyu-devnet-4"
| "bandchain" => GuanYuDevnet
| _ => Unknown;

Expand Down

0 comments on commit 067e335

Please sign in to comment.