Skip to content

Commit

Permalink
Update xion
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwonhyukjoon committed Dec 3, 2024
1 parent 6929cef commit d15b461
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions chain/xion/param_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"bech_validator_prefix" : "xionvaloper",
"origin_genesis_time" : "",
"api_name" : "xion",
"is_support_mintscan": true,
"is_support_mobile_wallet": true,
"is_support_extension_wallet": true,
"chain_type": [
"cosmos"
],
Expand All @@ -31,10 +34,23 @@
"fee_threshold" : ""
},
"grpc_endpoint" : [
{
"provider": "Cosmostation",
"url": "grpc-xion.cosmostation.io:443"
}
],
"lcd_endpoint" : [
{
"provider": "Cosmostation",
"url": "https://lcd-xion.cosmostation.io/"
}
],
"explorer" : {
"name": "Mintscan",
"url": "https://www.mintscan.io/xion/",
"account": "https://www.mintscan.io/xion/address/${address}",
"tx": "https://www.mintscan.io/xion/tx/${hash}",
"proposal": "https://www.mintscan.io/xion/proposals/${id}"
},
"about" : {
"website" : "https://xion.burnt.com/",
Expand Down

0 comments on commit d15b461

Please sign in to comment.