Skip to content

Instantly share code, notes, and snippets.

View jim380's full-sized avatar

Jay Namsayin jim380

View GitHub Profile
@jim380
jim380 / metadata.json
Created May 11, 2024 21:12
EigenLayer Operator Metadata
{
"name": "Cypher Core",
"website": "https://cyphercore.io/",
"description": "We are devoted to bringing financial freedom to everyone",
"logo": "https://raw.githubusercontent.com/jim380/cc_site_hugoplate/main/assets/images/logo.png",
"twitter": "https://twitter.com/cypher_core"
}
@jim380
jim380 / aptos.json
Last active April 22, 2022 12:43
Aptos Grafana Dashboard
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
@jim380
jim380 / config.toml
Created March 14, 2022 07:24
Sample Hermes Config File
[global]
#strategy = 'packets'
#filter = false
# 'error', 'warn', 'info', 'debug', 'trace'
log_level = 'debug'
#clear_packets_interval = 100
[mode]
[mode.clients]
@jim380
jim380 / reward_structure.csv
Last active September 28, 2020 17:00
Reward Structure
Item Description
Total Unique Participants TBD
Total Points Allocated 21610000
Point-to-Token Ratio 200:1
Avg Points per Unique Participant TBD
@jim380
jim380 / genesis_verification.md
Created August 1, 2020 06:10
Genesis Verification
  1. $ certikd export --height <height> --for-zero-height > exported_genesis.json
  2. Change chain_id (or other parameters that need to be changed) in exported_genesis.json
  3. Download the proposed genesis file by the CertiK Foundation and save as proposed_genesis.json
  4. Sort the keys in both genesis files (export is non-deterministic)
$ jq . --sort-keys proposed_genesis.json > sorted_proposed_genesis.json
$ jq . --sort-keys exported_genesis.json > sorted_exported_genesis.json
  1. Verify if the sha512sum hashes match
@jim380
jim380 / phase_3_launch.csv
Last active September 28, 2020 16:59
Phase 3 Launch Detail
Item Description
Date Sep 28 00:00AM EST -> Oct 4 11:59PM EST
Gen-Tx Submission Due -
Genesis Time -
Total Points Allocated 2525000
Task Submission Github Issue
@jim380
jim380 / phase_2_wk4_overview.csv
Last active September 28, 2020 17:01
Phase 2 Week 4 Overview
Item Description
Date Skipped
Total Points Allocated 3450000
Task Submission Github Issue
@jim380
jim380 / phase_2_wk3_overview.csv
Last active September 4, 2020 23:07
Phase 2 Week 3 Overview
Item Description
Date Sep 21 00:00AM EST -> Sep 27 11:59PM EST
Total Points Allocated 6325000
Task Submission Github Issue
@jim380
jim380 / phase_2_wk2_overview.csv
Last active September 18, 2020 06:00
Phase 2 Week 2 Overview
Item Description
Date Sep 14 00:00AM EST -> Sep 20 11:59PM EST
Total Points Allocated 4600000
Task Submission Github Issue
@jim380
jim380 / phase_2_wk1_overview.csv
Last active September 9, 2020 23:02
Phase 2 Week 1 Overview
Item Description
Date Genesis Time -> Sep 13 11:59PM EST
Total Points Allocated 4710000
Task Submission Github Issue