This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "pub_key": "BLS_VER_KEY~hOQm2q-EcygB3FpJv_JnJbE0XHrWiUBsWHKyYm7xLifH-OW0YPFH-2ZGoSPkRb6YVwfWpgQJFQ2B6dlIE3i2HuEJCX1D4SyO2ZEl8MP17lf9-7OGfHulW2e_K0cl9H4T5cV1gLVz6Qb29oxNXevZ-dMvOQStpblftr8z-LOjTLBY", | |
| "name": "polkachu.com", | |
| "description": "Polkachu is the trusted staking service provider for blockchain projects. 100% refund for downtime slash. Contact us at hello@polkachu.com", | |
| "company_name": "Polkachu", | |
| "company_website": "https://polkachu.com/", | |
| "client_version": "v1.0.0", | |
| "icon": { | |
| "14x14": { "@1x": "https://www.polkachu.com/images/polkachu.png", "@2x": "https://www.polkachu.com/images/polkachu.png", "@3x": "https://www.polkachu.com/images/polkachu.png" }, | |
| "24x24": { "@1x": "https://www.polkachu.com/images/polkachu.png", "@2x": "https://www.polkachu.com/images/polkachu.png", "@3x": "https://www.polkachu.com/images/polkachu.png" } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hey, I'm PolkachuIntern-96495393 and I have contributed to the aptos-oidb-zk-ceremony. | |
| The following are my contribution signatures: | |
| Circuit # 1 (main) | |
| Contributor # 62 | |
| Contribution Hash: f27120c1 953d7410 aae6023f 6fedbe42 | |
| 554fbc89 6d630df9 3afba504 09898084 | |
| 120ad09e 446254a0 0f5f2822 3d7fc303 | |
| ab2db8bc 2817327c fadd0d40 49fc6b32 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": { | |
| "type": "grafana", | |
| "uid": "-- Grafana --" | |
| }, | |
| "enable": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Pull the latest git commits | |
| # install all binaries | |
| cargo build --release --bin pcli | |
| cargo build --release --bin pd | |
| cargo build --release --bin pviewd | |
| # stop service (you might have different systemd service name) | |
| sudo service penumbra_pd stop | |
| sudo service penumbra_tendermint stop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Chain config | |
| UPGRADE_NAME="agoric-upgrade-7" | |
| CHAIN_ID="agoric-3" | |
| RPC="https://agoric-rpc.polkachu.com:443" | |
| BLOCK_TIME_SECOND=6.32 | |
| # Proposal config | |
| SECONDS_TO_UPGRADE=$((7*24*60*60)) # 7 DAYS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash -e | |
| # Constants | |
| KEY=${1} | |
| PASSPHRASE=${2} | |
| DENOM="{{ denomination }}" | |
| THRESHOLD="{{ threshold}}" | |
| BINARY="{{ daemon }}" | |
| CHAIN_ID="{{ chain_id }}" | |
| TRANSACNTION_EXTRA_FLAG="{{ transaction_extra_flag }}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": { | |
| "type": "grafana", | |
| "uid": "-- Grafana --" | |
| }, | |
| "enable": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": { | |
| "type": "datasource", | |
| "uid": "grafana" | |
| }, | |
| "enable": true, |