Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cysic Testnet #974

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions cosmos/cysic-testnet
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Please make sure the file format is JSON
  • The file name has a certain rule following a chainId. Please check the details on README.

Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"chainId": "cysicmint_9001-1",
"chainName": "Cysic Network Testnet",
"chainSymbolImageUrl": "https://api-testnet.prover.xyz/images/9881edffcf89bf66d7a796f5f6900f6153c4cb7138e1244dd0eab3634edf9613.svg",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a few rules for image registration to this repository. Please check the details on README.

"rpc": "https://rpc-testnet.prover.xyz",
"rest": "https://api-testnet.prover.xyz",
"walletUrlForStaking": "https://testnet.cysic.xyz/m/stake/cgt",
"bip44": {
"coinType": 60
},
"bech32Config": {
"bech32PrefixAccAddr": "cysic",
"bech32PrefixAccPub": "cysicpub",
"bech32PrefixValAddr": "cysicvaloper",
"bech32PrefixValPub": "cysicvaloperpub",
"bech32PrefixConsAddr": "cysicvalcons",
"bech32PrefixConsPub": "cysicvalconspub"
},
"currencies": [
{
"coinDenom": "CYS",
"coinMinimalDenom": "CYS",
"coinDecimals": 18,
"coinImageUrl": "https://api-testnet.prover.xyz/images/696535e032a6f52949bc731394dd8658f29adc5108fa0208c089388a44d1c398.svg"
},
{
"coinDenom": "CGT",
"coinMinimalDenom": "CGT",
"coinDecimals": 18,
"coinImageUrl": "https://api-testnet.prover.xyz/images/7b76c687de084455c51a5bb5077a26b702df9c8f54a1e208974ec6b4ac685bc8.svg"
}
],
"feeCurrencies": [
{
"coinDenom": "CYS",
"coinMinimalDenom": "CYS",
"coinDecimals": 18,
"coinImageUrl": "https://api-testnet.prover.xyz/images/696535e032a6f52949bc731394dd8658f29adc5108fa0208c089388a44d1c398.svg",
"gasPriceStep": {
"low": 25000000000,
"average": 25000000000,
"high": 50000000000
}
}
],
"stakeCurrency": {
"coinDenom": "CGT",
"coinMinimalDenom": "CGT",
"coinDecimals": 18,
"coinImageUrl": "https://api-testnet.prover.xyz/images/7b76c687de084455c51a5bb5077a26b702df9c8f54a1e208974ec6b4ac685bc8.svg"
},
"features": ["eth-address-gen"]
}