Skip to content

Commit

Permalink
Fix wstETH base capitalization (cosmos#3194)
Browse files Browse the repository at this point in the history
* Update assetlist.json

* Update assetlist.json
  • Loading branch information
JeremyParish69 authored Nov 14, 2023
1 parent 8c2a2d4 commit 96aff2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
11 changes: 3 additions & 8 deletions gateway/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -465,4 +460,4 @@
]
}
]
}
}
6 changes: 3 additions & 3 deletions neutron/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"type": "additional-mintage",
"counterparty": {
"chain_name": "ethereum",
"base_denom": "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0"
"base_denom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0"
},
"provider": "Lido"
}
Expand All @@ -207,10 +207,10 @@
{
"image_sync": {
"chain_name": "ethereum",
"base_denom": "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0"
"base_denom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0"
}
}
]
}
]
}
}

0 comments on commit 96aff2d

Please sign in to comment.