-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add OPCT Chain - Web3 Fitness GRIT Protocol
- Loading branch information
wonseok jung
authored and
wonseok jung
committed
Dec 31, 2024
1 parent
977258d
commit a267c05
Showing
3 changed files
with
89 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"chain_name": "opct", | ||
"assets": [ | ||
{ | ||
"description": "The native token of OPCT Chain for Web3 Fitness GRIT Protocol", | ||
"denom_units": [ | ||
{ | ||
"denom": "opct", | ||
"exponent": 0 | ||
}, | ||
{ | ||
"denom": "OPCT", | ||
"exponent": 6 | ||
} | ||
], | ||
"base": "opct", | ||
"name": "OPCT", | ||
"display": "OPCT", | ||
"symbol": "OPCT", | ||
"logo_URIs": { | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/opct/images/opct.png" | ||
}, | ||
"coingecko_id": "" | ||
} | ||
] | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"$schema": "../chain.schema.json", | ||
"chain_name": "opct", | ||
"status": "live", | ||
"network_type": "mainnet", | ||
"pretty_name": "OPCT Chain", | ||
"chain_id": "opct_1", | ||
"bech32_prefix": "opct", | ||
"daemon_name": "opctd", | ||
"node_home": "$HOME/.opct", | ||
"key_algos": ["secp256k1"], | ||
"slip44": 118, | ||
"description": "OPCT Chain is the GRIT Protocol, established in 2020 by AI researchers and developers who recognized the need to maintain physical and mental well-being in an unpredictable and rapidly changing world. The protocol proves GRIT through exercise, creating a sustainable balance between technological advancement and personal health.", | ||
"website": "https://www.opct.ai", | ||
"fees": { | ||
"fee_tokens": [ | ||
{ | ||
"denom": "opct", | ||
"fixed_min_gas_price": 0.0001 | ||
} | ||
] | ||
}, | ||
"codebase": { | ||
"git_repo": "https://github.com/OPCT-Chain/opct", | ||
"recommended_version": "v1.0.0", | ||
"compatible_versions": ["v1.0.0"], | ||
"genesis": { | ||
"genesis_url": "https://raw.githubusercontent.com/wonseokjung/opctmainnet/main/config/genesis.json" | ||
} | ||
}, | ||
"peers": { | ||
"seeds": [], | ||
"persistent_peers": [ | ||
{ | ||
"id": "team", | ||
"address": "52.231.107.47:26656", | ||
"provider": "OPCT Team" | ||
} | ||
] | ||
}, | ||
"apis": { | ||
"rpc": [ | ||
{ | ||
"address": "https://node.opct.ai", | ||
"provider": "OPCT Foundation" | ||
} | ||
], | ||
"rest": [ | ||
{ | ||
"address": "https://node.opct.ai/api", | ||
"provider": "OPCT Foundation" | ||
} | ||
] | ||
}, | ||
"images": [ | ||
{ | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/opct/images/opct.png", | ||
"theme": { | ||
"primary_color_hex": "#000000" | ||
} | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.