Skip to content

Commit

Permalink
Update param with nillion
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwonhyukjoon committed Feb 13, 2025
1 parent a9a3f27 commit b228385
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
1 change: 0 additions & 1 deletion chain/nillion/moniker/README.md

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions chain/nillion/param_2.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,50 @@
{
"chain_id_cosmos" : "nillion-1",
"chain_name": "Nillion",
"chain_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/nillion/resource/chain_nillion.png",
"main_asset_denom" : "unil",
"main_asset_symbol" : "NIL",
"main_asset_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/nillion/asset/nil.png",
"bech_account_prefix" : "nillion",
"bech_validator_prefix" : "nillionvaloper",
"origin_genesis_time" : "2025-02-12T17:00:00Z",
"api_name" : "nillion",
"is_support_mintscan": true,
"is_support_mobile_wallet": true,
"is_support_moblie_dapp" : true,
"is_support_extension_wallet": true,
"chain_type": [
"cosmos"
],
"account_type" : [
{
"hd_path": "m/44'/118'/0'/0/X",
"pubkey_style": "secp256k1",
"pubkey_type": "/cosmos.crypto.secp256k1.PubKey"
}
],
"cosmos_fee_info" : {
"base" : "0",
"rate" : [
"0.025unil"
],
"is_simulable" : true,
"simulated_gas_multiply" : 1.3,
"init_gas_limit" : 300000,
"fee_threshold" : ""
},
"grpc_endpoint" : [
{
"provider": "Cosmostation",
"url": "grpc-nillion.cosmostation.io:443"
}
],
"lcd_endpoint" : [
{
"provider": "Cosmostation",
"url": "https://lcd-nillion.cosmostation.io/"
}
],
"explorer" : {
"name": "Mintscan",
"url": "https://www.mintscan.io/nillion/",
Expand Down

0 comments on commit b228385

Please sign in to comment.