Skip to content

Commit

Permalink
Merge pull request #681 from Sifchain/staging
Browse files Browse the repository at this point in the history
[hotfix] v2.7.5
  • Loading branch information
alanrsoares authored May 26, 2022
2 parents ce60705 + b286262 commit c7961d1
Show file tree
Hide file tree
Showing 9 changed files with 298 additions and 137 deletions.
4 changes: 4 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Release 2022.05.26

- Fix ethereum assetlist configuration for tokens missing 'homeNetwork'

## Release 2022.05.24

- Enable cancelling unbonding requests
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.7.3",
"version": "2.7.5",
"private": true,
"scripts": {
"bump": "bump patch --tag --commit 'testnet release '",
Expand Down
3 changes: 2 additions & 1 deletion core/src/config/networks/ethereum/_assets.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"homeNetwork": {
"type": "string",
"description": "[OPTIONAL] The origin network for the asset."
"description": "The origin network for the asset."
},
"symbol": {
"type": "string",
Expand All @@ -53,6 +53,7 @@
"imageUrl",
"name",
"network",
"homeNetwork",
"symbol"
]
}
Expand Down
Loading

1 comment on commit c7961d1

@vercel
Copy link

@vercel vercel bot commented on c7961d1 May 26, 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.