From 96cf028ead238128903ed18f5d31c6514a19f326 Mon Sep 17 00:00:00 2001 From: Michael Sofaer Date: Mon, 15 Jan 2024 13:27:26 -0500 Subject: [PATCH 1/3] Create chain.json --- pylons/chain.json | 82 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 pylons/chain.json diff --git a/pylons/chain.json b/pylons/chain.json new file mode 100644 index 0000000000..98853175e3 --- /dev/null +++ b/pylons/chain.json @@ -0,0 +1,82 @@ +{ + "$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": [ + + ], + "rest": [ + + ], + "grpc": [ + ] + }, + "explorers": [ + { + "kind": "Nodes.guru", + "url": "https://pylons.explorers.guru/", + "tx_page": "https://pylons.explorers.guru/transaction/${txHash}" + } + ], + "images": [ + ] +} From 8868001efdb87b47f4029b36b6239e1d24c6c5a2 Mon Sep 17 00:00:00 2001 From: Michael Sofaer Date: Mon, 15 Jan 2024 13:30:47 -0500 Subject: [PATCH 2/3] Create assetlist.json --- pylons/assetlist.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pylons/assetlist.json 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" + } + ] + } + ] +} From d50d819fc76ce877bb0394e917433373c9f116af Mon Sep 17 00:00:00 2001 From: NodeStake Date: Wed, 17 Jan 2024 22:52:19 +0800 Subject: [PATCH 3/3] Add NodeStake Endpoints --- pylons/chain.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/pylons/chain.json b/pylons/chain.json index 98853175e3..00820d1d0c 100644 --- a/pylons/chain.json +++ b/pylons/chain.json @@ -62,12 +62,22 @@ }, "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": [ @@ -75,6 +85,11 @@ "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": [