update terra

This commit is contained in:
Pham Tu 2024-01-23 13:36:37 +07:00
parent 6d160126ac
commit 5393748d9d
No known key found for this signature in database
GPG Key ID: 7460FD99133ADA1C
2 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,7 @@
"coin_type": "330",
"min_tx_fee": "5000",
"addr_prefix": "terra",
"logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png",
"logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
"assets": [
{
"base": "uluna",

View File

@ -11,6 +11,7 @@ const chainNameMap = {
terp: 'terpnetwork',
bandchain: 'band',
'terra-luna': 'terra',
terra: 'terra2',
cosmos: 'cosmoshub',
'dyson-protocol': 'dyson',
};
@ -39,5 +40,5 @@ const updateChain = async (chainFile) => {
console.log('Updating', chainFile);
await updateChain(chainFile);
}
// updateChain('bitsong.json');
// updateChain('terra.json');
})();