Skip to content
Open
27 changes: 27 additions & 0 deletions mpcq/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "../assetlist.schema.json",
"chain_name": "mpcq",
"assets": [
{
"description": "MPCQ Native Token",
"type_asset": "sdk.coin",
"denom_units": [
{
"denom": "ampcq",
"exponent": 0
},
{
"denom": "mpcq",
"exponent": 18
}
],
"base": "ampcq",
"display": "mpcq",
"symbol": "MPCQ",
"name": "MPCQ",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/Kaushik-Questwalk/chain-registry/master/mpcq/images/logo-3.png"
}
}
]
}
66 changes: 66 additions & 0 deletions mpcq/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"$schema": "../chain.schema.json",
"chain_name": "mpcq",
"chain_id": "mpcq-1",
"pretty_name": "MPCQ Network",
"status": "live",
"network_type": "mainnet",
"chain_type": "cosmos",
"bech32_prefix": "mpcq",
"daemon_name": "mpcqd",
"node_home": "$HOME/.mpcqd",
"key_algos": [
"ethsecp256k1"
],
"slip44": 60,
"website": "https://mpcq.moneypoolscash.com",
"fees": {
"fee_tokens": [
{
"denom": "ampcq",
"fixed_min_gas_price": 0.001,
"low_gas_price": 0.001,
"average_gas_price": 0.01,
"high_gas_price": 0.025
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "ampcq"
}
]
},
"apis": {
"rpc": [
{
"address": "https://rpc.moneypoolscash.com",
"provider": "MPCQ"
},
{
"address": "https://cosmos.moneypoolscash.com",
"provider": "MPCQ"
}
],
"rest": [
{
"address": "https://rest.moneypoolscash.com",
"provider": "MPCQ"
}
],
"evm-http-jsonrpc": [
{
"address": "https://rpc.moneypoolscash.com",
"provider": "MPCQ"
}
]
},
"explorers": [
{
"kind": "blockscout",
"url": "https://evm-explorer.mpcq.moneypoolscash.com",
"tx_page": "https://evm-explorer.mpcq.moneypoolscash.com/tx/${txHash}"
}
]
}
Binary file added mpcq/images/logo-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mpcq/images/logo-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mpcq/images/logo-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mpcq/images/logo-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mpcq/images/logo-5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mpcq/images/logo-6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mpcq/images/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading