Skip to content

Commit

Permalink
Merge pull request #668 from Sifchain/staging
Browse files Browse the repository at this point in the history
[hotfix] 2.6.20
  • Loading branch information
alanrsoares authored May 13, 2022
2 parents d962db7 + 3025121 commit 3107f21
Show file tree
Hide file tree
Showing 7 changed files with 1,122 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Release 2022.05.12

- Decomission UST and LUNA
- Decommission UST and LUNA

## Release 2022.05.09

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "2.6.19",
"version": "2.6.20",
"private": true,
"scripts": {
"bump": "bump patch --tag --commit 'testnet release '",
Expand Down
2 changes: 1 addition & 1 deletion app/src/views/PoolPage/PoolItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ export default defineComponent({
)}
</div>
<div class="p-[4px]">
{!this.externalAmount.decommissioned && (
{!this.externalAmount.asset.decommissioned && (
<Button.Inline
to={{
name: "AddLiquidity",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,9 @@
"priceUsd": 1.0,
"symbol": "UST",
"transferLimit": "99999999999999999999999999999",
"homeNetwork": "ethereum"
"homeNetwork": "ethereum",
"decommissioned": true,
"decommissionReason": "Temporarily decommissioned due to Terra instability"
},
{
"address": "0x853d955acef822db058eb8505911ed77f175b99e",
Expand Down
Loading

2 comments on commit 3107f21

@vercel
Copy link

@vercel vercel bot commented on 3107f21 May 13, 2022

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 3107f21 May 13, 2022

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.