From 96aff2dfff8545d864826c32038c91ed1e026888 Mon Sep 17 00:00:00 2001 From: JeremyParish69 <95667791+JeremyParish69@users.noreply.github.com> Date: Tue, 14 Nov 2023 14:13:16 -0700 Subject: [PATCH] Fix wstETH base capitalization (#3194) * Update assetlist.json * Update assetlist.json --- gateway/assetlist.json | 11 +++-------- neutron/assetlist.json | 6 +++--- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/gateway/assetlist.json b/gateway/assetlist.json index 38ff2c1c55..28f2ee4287 100644 --- a/gateway/assetlist.json +++ b/gateway/assetlist.json @@ -144,19 +144,14 @@ "type": "bridge", "counterparty": { "chain_name": "ethereum", - "base_denom": "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0" + "base_denom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0" }, "provider": "Wormhole" } ], "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg" - }, - "images": [ - { - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg" - } - ] + } }, { "description": "Aptos Coin (Wormhole), APT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r", @@ -465,4 +460,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/neutron/assetlist.json b/neutron/assetlist.json index 67ce029f77..f9bffce7f1 100644 --- a/neutron/assetlist.json +++ b/neutron/assetlist.json @@ -198,7 +198,7 @@ "type": "additional-mintage", "counterparty": { "chain_name": "ethereum", - "base_denom": "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0" + "base_denom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0" }, "provider": "Lido" } @@ -207,10 +207,10 @@ { "image_sync": { "chain_name": "ethereum", - "base_denom": "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0" + "base_denom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0" } } ] } ] -} \ No newline at end of file +}