update terra
This commit is contained in:
parent
6d160126ac
commit
5393748d9d
@ -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",
|
||||
|
||||
@ -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');
|
||||
})();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user