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 tucana #45

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Empty file added testnets/tucana/assetlist.json
Empty file.
151 changes: 151 additions & 0 deletions testnets/tucana/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
{
"$schema": "../../chain.schema.json",
"chain_name": "tucana",
"chain_id": "tucana-69",
"website": "https://tucana.zone",
"pretty_name": "Tucana",
"status": "live",
"network_type": "testnet",
Copy link
Collaborator

Choose a reason for hiding this comment

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

mahalo-2 is a devnet, can you change it to devnet?
and can you move the tucana folder to devent?

"bech32_prefix": "init",
"daemon_name": "tucanad",
"node_home": "$HOME/.initia",
"key_algos": ["secp256k1"],
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "utuc",
"fixed_min_gas_price": 0.15,
"low_gas_price": 0.15,
"average_gas_price": 0.15,
"high_gas_price": 0.4
},
{
"denom": "ueth"
},
{
"denom": "uusdc"
}
]
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think your chain doesn't have ueth and uusdc can you remove this?

},
"staking": {
"staking_tokens": [
{
"denom": "utuc"
},
{
"denom": "move/dbf06c48af3984ec6d9ae8a9aa7dbb0bb1e784aa9b8c4a5681af660cf8558d7d"
},
{
"denom": "move/a2b0d3c8e53e379ede31f3a361ff02716d50ec53c6b65b8c48a81d5b06548200"
}
]
Copy link
Collaborator

Choose a reason for hiding this comment

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

your chain doesn't have a staking module can you make this to empty array?

},
"codebase": {
"git_repo": "https://github.com/initia-labs/initia",
"recommended_version": "v0.2.3",
"compatible_versions": ["v0.2.3"],
"binaries": {
"linux/amd64": "https://initia.s3.ap-southeast-1.amazonaws.com/mahalo-2/initia_v0.2.3_Linux_x86_64.tar.gz",
"linux/arm64": "https://initia.s3.ap-southeast-1.amazonaws.com/mahalo-2/initia_v0.2.3_Linux_aarch64.tar.gz",
"darwin/amd64": "https://initia.s3.ap-southeast-1.amazonaws.com/mahalo-2/initia_v0.2.3_Darwin_x86_64.tar.gz",
"darwin/arm64": "https://initia.s3.ap-southeast-1.amazonaws.com/mahalo-2/initia_v0.2.3_Darwin_aarch64.tar.gz"
},
"genesis": {
"genesis_url": "https://tucana-rpc.testnet.mesoops.net/genesis"
},
"versions": []
},
"description": "Tucana Closed Testnet",
"peers": {
"seeds": [],
"persistent_peers": []
},
"apis": {
"rpc": [
{
"address": "https://tucana-rpc.testnet.mesoops.net",
"provider": "Foundation"
}
],
"rest": [
{
"address": "https://tucana-lcd.testnet.mesoops.net",
"provider": "Foundation"
}
],
"api": [
{
"address": "https://tucana-api.testnet.mesoops.net",
"provider": "Foundation"
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

api field is for minitia/initia indexer api and you chain is using the kv store version which means you don't have to fill this. can you remove the api field?

],
"grpc": [
{
"address": "grpc://34.87.121.251:9090",
"provider": "Foundation"
}
]
},
"explorers": [
{
"kind": "explorer",
"url": "https://explorer.mahalo-2.initia.xyz/?layer=tucana",
"tx_page": "https://explorer.mahalo-2.initia.xyz/transactions?layer=tucana",
"account_page": "https://explorer.mahalo-2.initia.xyz/address/${accountAddress}?layer=l1%20testnet"
},
{
"kind": "initia scan",
"url": "https://scan.initia.xyz/mahalo-2",
"tx_page": "https://scan.initia.xyz/mahalo-2/txs/${txHash}",
"account_page": "https://scan.initia.xyz/mahalo-2/accounts/${accountAddress}"
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

can you change these endpoints to https://scan.initia.xyz/tucana-69 ?

],
"faucets": [
{
"kind": "faucet",
"url": "https://faucet.testnet.mesoops.net/"
}
],
"images": [
{
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/devnets/initia/images/INIT.png",
"svg": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/devnets/initia/images/INIT.svg"
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/devnets/initia/images/INIT.png",
"svg": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/devnets/initia/images/INIT.svg"
},
"metadata": {
"is_l1": true,
Copy link
Collaborator

Choose a reason for hiding this comment

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

can you chage this to false or remove it?

"ibc_channels": [
{
"chain_id": "minimove-2",
"port_id": "transfer",
"channel_id": "channel-0",
"version": "ics20-1"
},
{
"chain_id": "minimove-2",
"port_id": "nft-transfer",
"channel_id": "channel-2",
"version": "ics721-1"
},

{
"chain_id": "miniwasm-2",
"port_id": "transfer",
"channel_id": "channel-1",
"version": "ics20-1"
},
{
"chain_id": "miniwasm-2",
"port_id": "nft-transfer",
"channel_id": "channel-3",
"version": "ics721-1"
}
],
Copy link
Collaborator

Choose a reason for hiding this comment

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

can you make this empty?

"assetlist": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/devnets/initia/assetlist.json"
Copy link
Collaborator

Choose a reason for hiding this comment

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

can you change this to https://raw.githubusercontent.com/initia-labs/initia-registry/main/devnets/tucana/assetlist.json

}
}
Empty file.
Loading