diff --git a/pylons/assetlist.json b/pylons/assetlist.json new file mode 100644 index 0000000000..2e9af1525b --- /dev/null +++ b/pylons/assetlist.json @@ -0,0 +1,28 @@ +{ + "$schema": "../assetlist.schema.json", + "chain_name": "pylons", + "assets": [ + { + "description": "The revenue token for Pulons", + "denom_units": [ + { + "denom": "ubedrock", + "exponent": 0 + }, + { + "denom": "rock", + "exponent": 6 + } + ], + "base": "umntl", + "name": "Bedrock", + "display": "rock", + "symbol": "ROCK", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/Pylons-tech/pylons/blob/main/wallet/assets/images/icons/pylons_logo_24x24.png", + "svg": "https://raw.githubusercontent.com/Pylons-tech/pylons/main/wallet/assets/images/icons/pylons_logo.svg" + } + ] + } + ] +} diff --git a/pylons/chain.json b/pylons/chain.json new file mode 100644 index 0000000000..00820d1d0c --- /dev/null +++ b/pylons/chain.json @@ -0,0 +1,97 @@ +{ + "$schema": "../chain.schema.json", + "chain_name": "pylonschain", + "status": "live", + "network_type": "mainnet", + "website": "https://pylons.tech/", + "pretty_name": "Pylons", + "chain_id": "pylons", + "bech32_prefix": "pylo1", + "daemon_name": "", + "node_home": "$WORKSPACE/", + "key_algos": [ + "secp256k1" + ], + "slip44": 118, + "fees": { + "fee_tokens": [ + { + "denom": "ubedrock", + "fixed_min_gas_price": 0, + "low_gas_price": 0.003, + "average_gas_price": 0.005, + "high_gas_price": 0.007 + } + ] + }, + "staking": { + "staking_tokens": [ + { + "denom": "ubedrock" + } + ] + }, + "codebase": { + "git_repo": "https://github.com/pylons-tech/pylons", + "recommended_version": "", + "compatible_versions": [ + "" + ], + "genesis": { + "genesis_url": "https://raw.githubusercontent.com/Pylons-tech/pylons-testnet/main/testnet2/genesis.json" + }, + "versions": [ + { + "name": "v1.1.3", + "recommended_version": "v1.1.3", + "compatible_versions": [ + "v1.1.3" + ], + "binaries": { + } + } + ] + }, + "logo_URIs": { + "png": "https://raw.githubusercontent.com/Pylons-tech/pylons/blob/main/wallet/assets/images/icons/pylons_logo_24x24.png", + "svg": "https://raw.githubusercontent.com/Pylons-tech/pylons/main/easel/assets/images/svg/pylons_logo.svg" + }, + "peers": { + "seeds": [ + ] + }, + "apis": { + "rpc": [ + { + "address": "https://rpc.pylons.nodestake.org", + "provider": "NodeStake" + } + ], + "rest": [ + { + "address": "https://api.pylons.nodestake.org", + "provider": "NodeStake" + } + ], + "grpc": [ + { + "address": "https://grpc.pylons.nodestake.org:443", + "provider": "NodeStake" + } + ] + }, + "explorers": [ + { + "kind": "Nodes.guru", + "url": "https://pylons.explorers.guru/", + "tx_page": "https://pylons.explorers.guru/transaction/${txHash}" + }, + { + "kind": "NodeStake Explorer", + "url": "https://explorer.nodestake.org/pylons", + "tx_page": "https://explorer.nodestake.org/pylons/tx/${txHash}" + } + ], + "images": [ + ] +}