Skip to content

Commit

Permalink
update oeth name (trustwallet#2711)
Browse files Browse the repository at this point in the history
  • Loading branch information
hewigovens authored Nov 9, 2022
1 parent b59b97c commit b69c9b2
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion registry.json
Original file line number Diff line number Diff line change
@@ -2042,7 +2042,7 @@
{
"id": "optimism",
"name": "Optimism",
"displayName": "Optimistic Ethereum",
"displayName": "Optimism Ethereum",
"coinId": 10000070,
"slip44": 60,
"symbol": "ETH",
3 changes: 1 addition & 2 deletions tests/chains/Optimism/TWCoinTypeTests.cpp
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@
#include <TrustWalletCore/TWCoinTypeConfiguration.h>
#include <gtest/gtest.h>


TEST(TWOptimismCoinType, TWCoinType) {
auto symbol = WRAPS(TWCoinTypeConfigurationGetSymbol(TWCoinTypeOptimism));
auto txId = WRAPS(TWStringCreateWithUTF8Bytes("0x6fd99288be9bf71eb002bb31da10a4fb0fbbb3c45ae73693b212f49c9db7df8f"));
@@ -26,5 +25,5 @@ TEST(TWOptimismCoinType, TWCoinType) {
assertStringsEqual(txUrl, "https://optimistic.etherscan.io/tx/0x6fd99288be9bf71eb002bb31da10a4fb0fbbb3c45ae73693b212f49c9db7df8f");
assertStringsEqual(accUrl, "https://optimistic.etherscan.io/address/0x1f932361e31d206b4f6b2478123a9d0f8c761031");
assertStringsEqual(id, "optimism");
assertStringsEqual(name, "Optimistic Ethereum");
assertStringsEqual(name, "Optimism Ethereum");
}

0 comments on commit b69c9b2

Please sign in to comment.