-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
90 additions
and
91 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 |
---|---|---|
@@ -1,104 +1,103 @@ | ||
{ | ||
"$schema": "../../chain.schema.json", | ||
"chain_name": "civitia", | ||
"chain_id": "landlord-1", | ||
"website": "https://www.civitia.xyz/", | ||
"pretty_name": "Civitia", | ||
"status": "live", | ||
"network_type": "testnet", | ||
"bech32_prefix": "init", | ||
"daemon_name": "minitiad", | ||
"node_home": "$HOME/.minitia", | ||
"key_algos": ["secp256k1"], | ||
"slip44": 118, | ||
"fees": { | ||
"fee_tokens": [ | ||
{ | ||
"denom": "l2/afaa3f4e1717c75712f8e8073e41f051a4e516cd25daa82d948c4729388edefd", | ||
"fixed_min_gas_price": 0.15, | ||
"low_gas_price": 0.15, | ||
"average_gas_price": 0.15, | ||
"high_gas_price": 0.4 | ||
} | ||
] | ||
}, | ||
"staking": { | ||
"staking_tokens": [] | ||
}, | ||
"codebase": { | ||
"git_repo": "https://github.com/initia-labs/minimove", | ||
"recommended_version": "v0.2.12", | ||
"compatible_versions": ["v0.2.12", "main"], | ||
"binaries": { | ||
"linux/amd64": "https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/minimove_v0.2.12_Linux_x86_64.tar.gz", | ||
"linux/arm64": "https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/minimove_v0.2.12_Linux_aarch64.tar.gz", | ||
"darwin/amd64": "https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/minimove_v0.2.12_Darwin_x86_64.tar.gz", | ||
"darwin/arm64": "https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/minimove_v0.2.12_Darwin_aarch64.tar.gz" | ||
}, | ||
"genesis": { | ||
"genesis_url": "https://maze-rpc-sequencer-beab9b6f-d96d-435e-9caf-5679296d8172.ue1-prod.newmetric.xyz/genesis" | ||
}, | ||
"versions": [] | ||
}, | ||
"description": "Civitia Public Testnet", | ||
"peers": { | ||
"seeds": [], | ||
"persistent_peers": [] | ||
"$schema": "../../chain.schema.json", | ||
"chain_name": "civitia", | ||
"chain_id": "landlord-1", | ||
"website": "https://civitia.org/", | ||
"pretty_name": "Civitia", | ||
"status": "live", | ||
"network_type": "testnet", | ||
"bech32_prefix": "init", | ||
"daemon_name": "minitiad", | ||
"node_home": "$HOME/.minitia", | ||
"key_algos": ["secp256k1"], | ||
"slip44": 118, | ||
"fees": { | ||
"fee_tokens": [ | ||
{ | ||
"denom": "l2/afaa3f4e1717c75712f8e8073e41f051a4e516cd25daa82d948c4729388edefd", | ||
"fixed_min_gas_price": 0.15, | ||
"low_gas_price": 0.15, | ||
"average_gas_price": 0.15, | ||
"high_gas_price": 0.4 | ||
} | ||
] | ||
}, | ||
"staking": { | ||
"staking_tokens": [] | ||
}, | ||
"codebase": { | ||
"git_repo": "https://github.com/initia-labs/minimove", | ||
"recommended_version": "v0.2.12", | ||
"compatible_versions": ["v0.2.12", "main"], | ||
"binaries": { | ||
"linux/amd64": "https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/minimove_v0.2.12_Linux_x86_64.tar.gz", | ||
"linux/arm64": "https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/minimove_v0.2.12_Linux_aarch64.tar.gz", | ||
"darwin/amd64": "https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/minimove_v0.2.12_Darwin_x86_64.tar.gz", | ||
"darwin/arm64": "https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/minimove_v0.2.12_Darwin_aarch64.tar.gz" | ||
}, | ||
"apis": { | ||
"rpc": [ | ||
{ | ||
"address": "https://maze-rpc-sequencer-beab9b6f-d96d-435e-9caf-5679296d8172.ue1-prod.newmetric.xyz", | ||
"provider": "Foundation" | ||
} | ||
], | ||
"rest": [ | ||
{ | ||
"address": "https://maze-rest-sequencer-beab9b6f-d96d-435e-9caf-5679296d8172.ue1-prod.newmetric.xyz", | ||
"provider": "Foundation" | ||
} | ||
] | ||
"genesis": { | ||
"genesis_url": "https://maze-rpc-sequencer-beab9b6f-d96d-435e-9caf-5679296d8172.ue1-prod.newmetric.xyz/genesis" | ||
}, | ||
"explorers": [ | ||
"versions": [] | ||
}, | ||
"description": "Civitia Public Testnet", | ||
"peers": { | ||
"seeds": [], | ||
"persistent_peers": [] | ||
}, | ||
"apis": { | ||
"rpc": [ | ||
{ | ||
"kind": "initia scan", | ||
"url": "https://explorer.testnet.initia.xyz/landlord-1", | ||
"tx_page": "https://explorer.testnet.initia.xyz/landlord-1/txs/${txHash}", | ||
"account_page": "https://explorer.testnet.initia.xyz/landlord-1/accounts/${accountAddress}" | ||
"address": "https://maze-rpc-sequencer-beab9b6f-d96d-435e-9caf-5679296d8172.ue1-prod.newmetric.xyz", | ||
"provider": "Foundation" | ||
} | ||
], | ||
"images": [ | ||
"rest": [ | ||
{ | ||
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/civitia/images/civitia.png", | ||
"svg": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/civitia/images/civitia.svg" | ||
"address": "https://maze-rest-sequencer-beab9b6f-d96d-435e-9caf-5679296d8172.ue1-prod.newmetric.xyz", | ||
"provider": "Foundation" | ||
} | ||
], | ||
"logo_URIs": { | ||
] | ||
}, | ||
"explorers": [ | ||
{ | ||
"kind": "initia scan", | ||
"url": "https://explorer.testnet.initia.xyz/landlord-1", | ||
"tx_page": "https://explorer.testnet.initia.xyz/landlord-1/txs/${txHash}", | ||
"account_page": "https://explorer.testnet.initia.xyz/landlord-1/accounts/${accountAddress}" | ||
} | ||
], | ||
"images": [ | ||
{ | ||
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/civitia/images/civitia.png", | ||
"svg": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/civitia/images/civitia.svg" | ||
}, | ||
"metadata": { | ||
"op_bridge_id": "24", | ||
"op_denoms": ["uinit"], | ||
"ibc_channels": [ | ||
{ | ||
"chain_id": "initiation-1", | ||
"port_id": "nft-transfer", | ||
"channel_id": "channel-1", | ||
"version": "ics721-1" | ||
}, | ||
{ | ||
"chain_id": "initiation-1", | ||
"port_id": "transfer", | ||
"channel_id": "channel-0", | ||
"version": "ics20-1" | ||
} | ||
], | ||
"assetlist": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/civitia/assetlist.json", | ||
"minitia": { | ||
"type": "minimove", | ||
"version": "v0.2.12" | ||
} | ||
], | ||
"logo_URIs": { | ||
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/civitia/images/civitia.png", | ||
"svg": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/civitia/images/civitia.svg" | ||
}, | ||
"metadata": { | ||
"op_bridge_id": "24", | ||
"op_denoms": ["uinit"], | ||
"ibc_channels": [ | ||
{ | ||
"chain_id": "initiation-1", | ||
"port_id": "nft-transfer", | ||
"channel_id": "channel-1", | ||
"version": "ics721-1" | ||
}, | ||
{ | ||
"chain_id": "initiation-1", | ||
"port_id": "transfer", | ||
"channel_id": "channel-0", | ||
"version": "ics20-1" | ||
} | ||
], | ||
"assetlist": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/civitia/assetlist.json", | ||
"minitia": { | ||
"type": "minimove", | ||
"version": "v0.2.12" | ||
} | ||
} | ||
} |