Skip to content

Commit

Permalink
Update param.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwonhyukjoon authored Oct 2, 2024
1 parent f0c75fc commit f167f65
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions chain/atomone/param.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
{
"chain_id_cosmos" : "",
"chain_name": "",
"chain_id_cosmos" : "atomone-1",
"chain_name": "ATOMONE",
"chain_image": "atomone/resource/chain_atomone.png",
"symbol" : "",
"symbol_image" : "",
"bechAccountPrefix" : "",
"bechValidatorPrefix" : "",
"symbol" : "ATONE",
"symbol_image" : "atomone/asset/atone.png",
"bechAccountPrefix" : "atone",
"bechValidatorPrefix" : "atonevaloper",
"name_for_dapp" : "ATOMONE",
"api_name" : "atomone",
"origin_genesis_time" : "",
"moblie_dapp" : true,
"accountType" : [
{
"hd_path": "",
"pubkey_style": "",
"pubkey_type": ""
"hd_path": "m/44'/118'/0'/0/X",
"pubkey_style": "secp256k1",
"pubkey_type": "/cosmos.crypto.secp256k1.PubKey"
}
],
"isBankLocked" : true,
"fee" : {
},
"grpc_endpoint" : [
Expand Down

0 comments on commit f167f65

Please # to comment.