Skip to content

Commit

Permalink
fix Astar (#2961)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav authored Aug 9, 2024
1 parent b829728 commit b859480
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion chains/v20/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -3567,7 +3567,8 @@
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg",
"addressPrefix": 5,
"additional": {
"defaultTip": "1000000"
"defaultTip": "1000000",
"disabledCheckMetadataHash": true
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion chains/v20/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -4120,7 +4120,7 @@
"addressPrefix": 5,
"additional": {
"defaultTip": "1000000",
"supportsGenericLedgerApp": true
"disabledCheckMetadataHash": true
}
},
{
Expand Down
1 change: 1 addition & 0 deletions scripts/update_generic_ledger_app_networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
class BlacklistedChains(Enum):
NOVASAMA_TESTNET = '3dbb473ae9b2b77ecf077c03546f0f8670c020e453dddb457da155e6cc7cba42'
KUSAMA_PEOPLE = 'c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f' # TODO: Remove when Kusama People is supported
ASTAR = '9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6'


def load_json_file(file_path):
Expand Down

0 comments on commit b859480

Please sign in to comment.