-
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
Conversation
testnets/tucana/chain.json
Outdated
{ | ||
"denom": "uusdc" | ||
} | ||
] |
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.
I think your chain doesn't have ueth
and uusdc
can you remove this?
testnets/tucana/chain.json
Outdated
{ | ||
"denom": "move/a2b0d3c8e53e379ede31f3a361ff02716d50ec53c6b65b8c48a81d5b06548200" | ||
} | ||
] |
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.
your chain doesn't have a staking module can you make this to empty array?
testnets/tucana/chain.json
Outdated
"website": "https://tucana.zone", | ||
"pretty_name": "Tucana", | ||
"status": "live", | ||
"network_type": "testnet", |
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?
testnets/tucana/chain.json
Outdated
{ | ||
"address": "https://tucana-api.testnet.mesoops.net", | ||
"provider": "Foundation" | ||
} |
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.
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?
testnets/tucana/chain.json
Outdated
"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 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
?
testnets/tucana/chain.json
Outdated
"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 comment
The reason will be displayed to describe this comment to others. Learn more.
can you chage this to false or remove it?
testnets/tucana/chain.json
Outdated
"channel_id": "channel-3", | ||
"version": "ics721-1" | ||
} | ||
], |
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.
can you make this empty?
testnets/tucana/chain.json
Outdated
"version": "ics721-1" | ||
} | ||
], | ||
"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 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
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.
And can you remove assetlist.json? Please make file after content include. ibc data too.
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.
David885L2#1 I made pr to your repo can you merge it?
close |
add tucana to explorer.