Skip to content

Commit

Permalink
Change account_type type in custom_chain.json
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Gamja committed Dec 31, 2024
1 parent ed2af1b commit 4e6aafd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions wallet_extension/custom_chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@
"main_asset_coin_gecko_id": "agoric",
"bech_account_prefix": "agoric",
"bech_validator_prefix": "agoricvaloper",
"account_type": {
"hd_path": "m/44'/564'/0'/0/X",
"pubkey_style": "secp256k1",
"pubkey_type": "/cosmos.crypto.secp256k1.PubKey"
},
"account_type": [
{
"hd_path": "m/44'/564'/0'/0/X",
"pubkey_style": "secp256k1",
"pubkey_type": "/cosmos.crypto.secp256k1.PubKey"
}
],
"chain_type": ["cosmos"],
"cosmos_fee_info": {
"base": "1",
Expand Down

0 comments on commit 4e6aafd

Please sign in to comment.