Merge pull request #242 from ping-pub/check

add config workflow
This commit is contained in:
ping 2022-10-26 18:28:26 +08:00 committed by GitHub
commit 937ef1c880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 4 deletions

18
.github/workflows/config-check.yaml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Deploy to ping.pub
on:
# push:
# branches: [ master ]
pull_request:
branches: [ master ]
jobs:
deploy:
name: Check Blockchain Config
runs-on: ubuntu-latest
steps:
- name: Git Checkout Latest
uses: actions/checkout@v3
- name: Check Chain Configs
uses: ping-pub/ping-dashboard-config-checker@v1.0

View File

@ -1,9 +1,11 @@
{
"chain_name": "cosmos",
"coingecko": "cosmos",
"api": ["https://cosmos.api.ping.pub", "https://lcd-cosmoshub.blockapsis.com"],
"rpc": ["http://cosmos.rpc.skystarcapital.xyz:26657", "https://cosmoshub.validator.network:443"],
"snapshot_provider": "d2008adf6d12f1a1951cce2b5ef531fbecb81895@cosmos.statesync.ping.pub:26656,27483c10217c542908a899024ed26ddfefeee9b9@cosmos.rpc.skystarcapital.xyz:26656",
"api": [
"https://cosmos.api.ping.pub",
"https://lcd-cosmoshub.blockapsis.com:443",
"https://api-cosmoshub-ia.cosmosia.notional.ventures"
],
"rpc": ["https://rpc.cosmos.network:443", "https://cosmos-rpc.icycro.org", "https://rpc.cosmos.dragonstake.io"],
"sdk_version": "0.45.1",
"coin_type": "118",
"min_tx_fee": "800",