Skip to content

Commit

Permalink
Add OPCT Chain - Web3 Fitness GRIT Protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
wonseok jung authored and wonseok jung committed Dec 31, 2024
1 parent 977258d commit a267c05
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 0 deletions.
26 changes: 26 additions & 0 deletions opct/assetlist.json
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": ""
}
]
}
63 changes: 63 additions & 0 deletions opct/chain.json
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"
}
}
]
}
Binary file modified opct/images/opct.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a267c05

Please sign in to comment.