diff --git a/chains/mainnet/terra.json b/chains/mainnet/terra.json index d32badab..10df0733 100644 --- a/chains/mainnet/terra.json +++ b/chains/mainnet/terra.json @@ -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", diff --git a/update_chain.js b/update_chain.js index 4b6952bb..28d98892 100644 --- a/update_chain.js +++ b/update_chain.js @@ -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'); })();