-
Notifications
You must be signed in to change notification settings - Fork 158
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
add tucana #45
Changes from 1 commit
6ea7d3c
8228b3d
a06269b
a58faf3
3e0fd5e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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", | ||
"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" | ||
} | ||
] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think your chain doesn't have |
||
}, | ||
"staking": { | ||
"staking_tokens": [ | ||
{ | ||
"denom": "utuc" | ||
}, | ||
{ | ||
"denom": "move/dbf06c48af3984ec6d9ae8a9aa7dbb0bb1e784aa9b8c4a5681af660cf8558d7d" | ||
}, | ||
{ | ||
"denom": "move/a2b0d3c8e53e379ede31f3a361ff02716d50ec53c6b65b8c48a81d5b06548200" | ||
} | ||
] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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" | ||
} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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}" | ||
} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can you change these endpoints to |
||
], | ||
"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, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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" | ||
} | ||
], | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can you change this to |
||
} | ||
} |
There was a problem hiding this comment.
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?