Skip to content
Closed
Show file tree
Hide file tree
Changes from 5 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
42 changes: 42 additions & 0 deletions testnets/zkcloudtestnet/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"$schema": "../assetlist.schema.json",
Copy link
Contributor

Choose a reason for hiding this comment

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

for testnets, the schema location is an extra directory above
"$schema": "../../assetlist.schema.json",
applies to all the files

"chain_name": "zkcloudtestnet",
"assets": [
{
"description": "The native token of ZkCloud Chain",
"denom_units": [
{
"denom": "uproof",
"exponent": 0
},
{
"denom": "proof",
"exponent": 6
}
],
"base": "uproof",
"name": "Proof",
"display": "proof",
"symbol": "PROOF",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/zkcloud/images/zkcloud.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/zkcloud/images/zkcloud.svg"
},
"coingecko_id": "zkcloud",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/zkcloud/images/zkcloud.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/zkcloud/images/zkcloud.svg",
"theme": {
"primary_color_hex": "#4C66D4"
}
}
],
"socials": {
"website": "https://www.zkcloud.com/",
"twitter": "https://x.com/thezkcloud"
},
"type_asset": "sdk.coin"
}
]
}
114 changes: 114 additions & 0 deletions testnets/zkcloudtestnet/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
{
"$schema": "../chain.schema.json",
"chain_name": "zkcloudtestnet",
"status": "live",
"network_type": "testnet",
"website": "https://www.zkcloud.com/",
"pretty_name": "ZkCloud Testnet",
"chain_type": "cosmos",
"chain_id": "deluge-1",
"bech32_prefix": "zkcloud",
"daemon_name": "zkcloudd",
"node_home": "$HOME/.zkcloud",
"key_algos": [
"secp256k1"
],
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "uproof",
"fixed_min_gas_price": 0,
"low_gas_price": 0,
"average_gas_price": 0.025,
"high_gas_price": 0.04
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "uproof"
}
]
},
"codebase": {
"git_repo": "https://github.com/thezkcloud/zkcloud",
"recommended_version": "v0.1.0",
"compatible_versions": [
"v0.1.0"
],
"consensus": {
"type": "cometbft",
"version": "0.38"
},
"genesis": {
"genesis_url": "https://rpc.testnet.zkcloud.com/genesis"
},
"sdk": {
"type": "cosmos",
"version": "0.50"
},

Check failure on line 51 in testnets/zkcloudtestnet/chain.json

View workflow job for this annotation

GitHub Actions / Lint JSON files

Trailing comma
},
"peers": {
"seeds": [
{
"id": "4f5f32942db9333fc893fe3b14c6e4e2e55a1709",
"address": "bootstrap.testnet.zkcloud.com:26656",
"provider": "ZkCloud"
}
],
"persistent_peers": [
{
"id": "4f5f32942db9333fc893fe3b14c6e4e2e55a1709",
"address": "34.77.91.67:26656",
"provider": "ZkCloud"
},
{
"id": "e8c7079e845b63c6824981a7b1f0d237aa78a5bf",
"address": "34.163.145.2:26656",
"provider": "ZkCloud"
}
]
},
"apis": {
"rpc": [
{
"address": "https://rpc.testnet.zkcloud.com",
"provider": "ZkCloud"
}
],
"rest": [
{
"address": "https://api.testnet.zkcloud.com",
"provider": "ZkCloud"
}
],
"grpc": [
{
"address": "grpc.testnet.zkcloud.com:443",
"provider": "ZkCloud"
}
]
},
"explorers": [
{
"kind": "ping.pub",
"url": "https://testnet.ping.pub/zkcloud",
"tx_page": "https://testnet.ping.pub/zkcloud/tx/${txHash}"
},

Check failure on line 99 in testnets/zkcloudtestnet/chain.json

View workflow job for this annotation

GitHub Actions / Lint JSON files

Trailing comma
],
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/zkcloud/images/zkcloud.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/zkcloud/images/zkcloud.svg",
"theme": {
"primary_color_hex": "#4C66D4"
}
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/zkcloud/images/zkcloud.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/zkcloud/images/zkcloud.svg",

Check failure on line 112 in testnets/zkcloudtestnet/chain.json

View workflow job for this annotation

GitHub Actions / Lint JSON files

Trailing comma
}
}
Binary file added testnets/zkcloudtestnet/images/zkcloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions testnets/zkcloudtestnet/images/zkcloud.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions testnets/zkcloudtestnet/versions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "../versions.schema.json",
"chain_name": "zkcloudtestnet",
"versions": [
{
"name": "v0.1.0",
"recommended_version": "v0.1.0",
"compatible_versions": [
"v0.1.0"
],
"consensus": {
"type": "tendermint",
"version": "0.38"
},
"sdk": {
"type": "cosmos",
"version": "0.50"
}
}
]
}
Loading