From 24b8e07486d8244a7edcccf205514d1a6bbf58ab Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 27 May 2022 09:17:53 +1200 Subject: [PATCH 1/5] fix: revert removing redundant homeNetwork field from ethereum asset configs --- .../networks/ethereum/_assets.schema.json | 3 +- .../ethereum/assets.ethereum.devnet.json | 174 +++++++++----- .../ethereum/assets.ethereum.localnet.json | 16 +- .../ethereum/assets.ethereum.mainnet.json | 226 ++++++++++++------ .../ethereum/assets.ethereum.testnet.json | 6 +- 5 files changed, 293 insertions(+), 132 deletions(-) diff --git a/core/src/config/networks/ethereum/_assets.schema.json b/core/src/config/networks/ethereum/_assets.schema.json index a1a42b9e4..8f9e58b78 100644 --- a/core/src/config/networks/ethereum/_assets.schema.json +++ b/core/src/config/networks/ethereum/_assets.schema.json @@ -36,7 +36,7 @@ }, "homeNetwork": { "type": "string", - "description": "[OPTIONAL] The origin network for the asset." + "description": "The origin network for the asset." }, "symbol": { "type": "string", @@ -53,6 +53,7 @@ "imageUrl", "name", "network", + "homeNetwork", "symbol" ] } diff --git a/core/src/config/networks/ethereum/assets.ethereum.devnet.json b/core/src/config/networks/ethereum/assets.ethereum.devnet.json index 2fba722cb..8f33901fa 100644 --- a/core/src/config/networks/ethereum/assets.ethereum.devnet.json +++ b/core/src/config/networks/ethereum/assets.ethereum.devnet.json @@ -7,7 +7,8 @@ "name": "Rowan", "imageUrl": "./images/siflogo.png", "address": "0xaa0532e884ac34c1B9937fb433045A2b796D9347", - "network": "ethereum" + "network": "ethereum", + "homeNetwork": "ethereum" }, { "address": "0x43EB5eC458Ab344DF8351d5c57319ecbb5fe2FfC", @@ -15,7 +16,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/325/thumb/Tether-logo.png?1598003707", "name": "Tether USDT", "network": "ethereum", - "symbol": "USDT" + "symbol": "USDT", + "homeNetwork": "ethereum" }, { "decimals": 18, @@ -23,7 +25,8 @@ "name": "Ethereum", "network": "ethereum", "symbol": "eth", - "address": "" + "address": "", + "homeNetwork": "ethereum" }, { "address": "0xF8D6e4D8A128bE2651e4e9a11D0d78869ffd3Dcb", @@ -31,7 +34,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/677/thumb/basic-attention-token.png?1547034427", "name": "Basic Attention Token", "network": "ethereum", - "symbol": "BAT" + "symbol": "BAT", + "homeNetwork": "ethereum" }, { "address": "0xE91C0AFD4C23610D2D106E874C0f71be689d2995", @@ -39,7 +43,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/681/thumb/JelZ58cv_400x400.png?1601449653", "name": "Aragon", "network": "ethereum", - "symbol": "ANT" + "symbol": "ANT", + "homeNetwork": "ethereum" }, { "address": "0x4c85D302D5dF39629FA70ac2AfE2A55b73c24853", @@ -47,7 +52,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/736/thumb/bancor.png?1547034477", "name": "Bancor Network Token", "network": "ethereum", - "symbol": "BNT" + "symbol": "BNT", + "homeNetwork": "ethereum" }, { "address": "0x4a86CA57a8a1a5D72360E9792c0d563779eeB5E6", @@ -55,7 +61,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/863/thumb/0x.png?1547034672", "name": "0x", "network": "ethereum", - "symbol": "ZRX" + "symbol": "ZRX", + "homeNetwork": "ethereum" }, { "address": "0xf837953D6dB2C04E45dF309CD6fdc2Dcf79e10aA", @@ -63,7 +70,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/877/thumb/chainlink-new-logo.png?1547034700", "name": "Chainlink", "network": "ethereum", - "symbol": "LINK" + "symbol": "LINK", + "homeNetwork": "ethereum" }, { "address": "0x15F7aC2E15f5bb26aa24B525CA3e3EBEC5230Ed9", @@ -71,7 +79,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/878/thumb/decentraland-mana.png?1550108745", "name": "Decentraland", "network": "ethereum", - "symbol": "MANA" + "symbol": "MANA", + "homeNetwork": "ethereum" }, { "address": "0x8556B8Be2D0223Ef40f6d8dceE6f867E65e9EDb3", @@ -79,7 +88,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/913/thumb/LRC.png?1572852344", "name": "Loopring", "network": "ethereum", - "symbol": "LRC" + "symbol": "LRC", + "homeNetwork": "ethereum" }, { "address": "0x1C65d5D1C7d863ffB89A21f9Ef7aA29037A1920B", @@ -87,7 +97,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/1102/thumb/enjin-coin-logo.png?1547035078", "name": "Enjin Coin", "network": "ethereum", - "symbol": "ENJ" + "symbol": "ENJ", + "homeNetwork": "ethereum" }, { "address": "0xf4364bfdcd883cc62c1A9202068b7AC100718847", @@ -95,7 +106,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/3406/thumb/SNX.png?1598631139", "name": "Synthetix Network Token", "network": "ethereum", - "symbol": "SNX" + "symbol": "SNX", + "homeNetwork": "ethereum" }, { "address": "0xEbBb824c16Fe3CD628a57A7ADF9F0576479Ae0AA", @@ -103,7 +115,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/3449/thumb/TUSD.png?1559172762", "name": "TrueUSD", "network": "ethereum", - "symbol": "TUSD" + "symbol": "TUSD", + "homeNetwork": "ethereum" }, { "address": "0x9C83747E0DB1b66C829A887BB10C8973E0BbCB6D", @@ -111,7 +124,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/3687/thumb/ocean-protocol-logo.jpg?1547038686", "name": "Ocean Protocol", "network": "ethereum", - "symbol": "OCEAN" + "symbol": "OCEAN", + "homeNetwork": "ethereum" }, { "address": "0xA846bd9010D37A7458E2746eF7bC8D1E1719DC08", @@ -119,7 +133,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/4001/thumb/Fantom.png?1558015016", "name": "Fantom", "network": "ethereum", - "symbol": "FTM" + "symbol": "FTM", + "homeNetwork": "ethereum" }, { "address": "0x064aA67db83b8fc4D1a1fDD294d4E6a11BD6efe2", @@ -127,7 +142,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/5013/thumb/sUSD.png?1562212426", "name": "sUSD", "network": "ethereum", - "symbol": "SUSD" + "symbol": "SUSD", + "homeNetwork": "ethereum" }, { "address": "0xD3951d710314b721866a1F4df5414d8f906207DD", @@ -135,7 +151,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/6319/thumb/USD_Coin_icon.png?1547042389", "name": "USD Coin", "network": "ethereum", - "symbol": "USDC" + "symbol": "USDC", + "homeNetwork": "ethereum" }, { "address": "0xef1C4af73261eDD79BFEd11973E86173b1981021", @@ -145,6 +162,7 @@ "network": "ethereum", "symbol": "CRO", "displaySymbol": "CRO (ERC-20)", + "homeNetwork": "ethereum", "decommissioned": true, "decommissionReason": "Crypto.org's ERC-20 token has been decommissioned on Sifchain in favor of the Cosmos CRO token. Please export all CRO (ERC-20) off of Sifchain." }, @@ -154,7 +172,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/7598/thumb/wrapped_bitcoin_wbtc.png?1548822744", "name": "Wrapped Bitcoin", "network": "ethereum", - "symbol": "WBTC" + "symbol": "WBTC", + "homeNetwork": "ethereum" }, { "address": "0x03d81381B672a765E3F3925eFE00AD1B119Fd911", @@ -162,7 +181,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/9368/thumb/swipe.png?1566792311", "name": "Swipe", "network": "ethereum", - "symbol": "SXP" + "symbol": "SXP", + "homeNetwork": "ethereum" }, { "address": "0x516cfAb6FC73BEb041a02CC4EE76F3bde1025cc0", @@ -170,7 +190,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/9545/thumb/band-protocol.png?1568730326", "name": "Band Protocol", "network": "ethereum", - "symbol": "BAND" + "symbol": "BAND", + "homeNetwork": "ethereum" }, { "address": "0x51c41F59Cd9edAF3dA4E17Ea40DaB8F4A555808E", @@ -178,7 +199,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/9956/thumb/dai-multi-collateral-mcd.png?1574218774", "name": "Dai Stablecoin", "network": "ethereum", - "symbol": "DAI" + "symbol": "DAI", + "homeNetwork": "ethereum" }, { "address": "0x202E0e9AeBFba38024e3c655a556c7a9533C4a19", @@ -186,7 +208,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/10775/thumb/COMP.png?1592625425", "name": "Compound", "network": "ethereum", - "symbol": "COMP" + "symbol": "COMP", + "homeNetwork": "ethereum" }, { "address": "0x2Df8522737EA39165409144165F5Aa11c617efc1", @@ -194,7 +217,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/10951/thumb/UMA.png?1586307916", "name": "UMA", "network": "ethereum", - "symbol": "UMA" + "symbol": "UMA", + "homeNetwork": "ethereum" }, { "address": "0xCb92407A0DAff145601675Aac063059839d29ef4", @@ -202,7 +226,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/11683/thumb/Balancer.png?1592792958", "name": "Balancer", "network": "ethereum", - "symbol": "BAL" + "symbol": "BAL", + "homeNetwork": "ethereum" }, { "address": "0x1a9b5011e5a5e1AF47AaC123E62E47230920718C", @@ -210,7 +235,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/11849/thumb/yfi-192x192.png?1598325330", "name": "yearn finance", "network": "ethereum", - "symbol": "YFI" + "symbol": "YFI", + "homeNetwork": "ethereum" }, { "address": "0x35282f5F4e20BBAE0FCfDceF9e008b39F195C32A", @@ -218,7 +244,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/11970/thumb/serum-logo.png?1597121577", "name": "Serum", "network": "ethereum", - "symbol": "SRM" + "symbol": "SRM", + "homeNetwork": "ethereum" }, { "address": "0xB2C7c02DD15eCA10e00588BCe18A5316DC0A7684", @@ -226,7 +253,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/11976/thumb/Cream.png?1596593418", "name": "Cream", "network": "ethereum", - "symbol": "CREAM" + "symbol": "CREAM", + "homeNetwork": "ethereum" }, { "address": "0x07aeD342a842A351129227C55e89b57bE46e2830", @@ -234,7 +262,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/12129/thumb/sandbox_logo.jpg?1597397942", "name": "SAND", "network": "ethereum", - "symbol": "SAND" + "symbol": "SAND", + "homeNetwork": "ethereum" }, { "address": "0xb8554a27D8d6aA8D14d049aE4DBCAC6ac2582280", @@ -242,7 +271,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/12271/thumb/512x512_Logo_no_chop.png?1606986688", "name": "Sushi", "network": "ethereum", - "symbol": "SUSHI" + "symbol": "SUSHI", + "homeNetwork": "ethereum" }, { "address": "0x60DE6E0dA25C0EBAfE30f824FA96bfA9C3eaaf69", @@ -250,7 +280,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/12440/thumb/esd_logo_circle.png?1603676421", "name": "Empty Set Dollar", "network": "ethereum", - "symbol": "ESD" + "symbol": "ESD", + "homeNetwork": "ethereum" }, { "address": "0x4303D04691b793bD6C20e9F627640b042Ef6a5fB", @@ -258,7 +289,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/12504/thumb/uniswap-uni.png?1600306604", "name": "Uniswap", "network": "ethereum", - "symbol": "UNI" + "symbol": "UNI", + "homeNetwork": "ethereum" }, { "address": "0xc01deAf141869DBCc760A78b0cFfA0AF4705057a", @@ -266,7 +298,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/12645/thumb/AAVE.png?1601374110", "name": "Aave", "network": "ethereum", - "symbol": "AAVE" + "symbol": "AAVE", + "homeNetwork": "ethereum" }, { "address": "0x9673ccf6A8366d832Ef75A28AddE144423F4d148", @@ -274,7 +307,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/12811/thumb/barnbridge.jpg?1602728853", "name": "BarnBridge", "network": "ethereum", - "symbol": "BOND" + "symbol": "BOND", + "homeNetwork": "ethereum" }, { "address": "0x149cb62320Ab43F530063E86b3ceEAccC573003a", @@ -282,7 +316,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/13238/thumb/WFIL-Icon.png?1606630561", "name": "Wrapped Filecoin", "network": "ethereum", - "symbol": "WFIL" + "symbol": "WFIL", + "homeNetwork": "ethereum" }, { "address": "0x58625f8EBF7f41956C3a6913796e43B0a5984ae3", @@ -290,7 +325,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/13397/thumb/Graph_Token.png?1608145566", "name": "The Graph", "network": "ethereum", - "symbol": "GRT" + "symbol": "GRT", + "homeNetwork": "ethereum" }, { "address": "0x4c39B31FBC836f32f53A97fd360e7AbF792e72a0", @@ -298,7 +334,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/13454/thumb/lon_logo.png?1608701720", "name": "Tokenlon", "network": "ethereum", - "symbol": "LON" + "symbol": "LON", + "homeNetwork": "ethereum" }, { "address": "0xDD0ED24e3c0479F423891258c391e7Dd7a6E4EF7", @@ -306,7 +343,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/13469/thumb/1inch-token.png?1608803028", "name": "1inch", "network": "ethereum", - "symbol": "1INCH" + "symbol": "1INCH", + "homeNetwork": "ethereum" }, { "address": "0xbfBf12646B30af76f5728c8DFcC680843cf0820b", @@ -314,7 +352,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/13677/thumb/BrMhBTr8_400x400.jpg?1610723303", "name": "THORChain ERC20", "network": "ethereum", - "symbol": "RUNE" + "symbol": "RUNE", + "homeNetwork": "ethereum" }, { "address": "0x1310BCB18474c75B39358c1A5F9F47f9ac847aB1", @@ -322,7 +361,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/13767/thumb/Secret_S_Black_Coingecko.png?1611667298", "name": "Secret ERC20 ", "network": "ethereum", - "symbol": "WSCRT" + "symbol": "WSCRT", + "homeNetwork": "ethereum" }, { "address": "0x250e711E217AdcD7CA40381251D8BBf27c136564", @@ -330,7 +370,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/3334/small/iotex-logo.png?1547037941", "name": "IoTeX", "network": "ethereum", - "symbol": "IOTX" + "symbol": "IOTX", + "homeNetwork": "ethereum" }, { "address": "0x3F063B4c302C15CcF05D474301b75F86944544Aa", @@ -338,7 +379,8 @@ "symbol": "REEF", "decimals": 18, "network": "ethereum", - "imageUrl": "https://assets.coingecko.com/coins/images/13504/small/Group_10572.png?1610534130" + "imageUrl": "https://assets.coingecko.com/coins/images/13504/small/Group_10572.png?1610534130", + "homeNetwork": "ethereum" }, { "address": "0xbD51c9391f38CBF97C2F9597AAb5A94d2114efA2", @@ -346,7 +388,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/4932/thumb_2x/_QPpjoUi_400x400.jpg?1566430520", "name": "COCOS BCX", "network": "ethereum", - "symbol": "cocos" + "symbol": "cocos", + "homeNetwork": "ethereum" }, { "address": "0xFcF61Ae012c708dD17f46B62D155637ddfd7D0D1", @@ -354,7 +397,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/3373/small/IuNzUb5b_400x400.jpg?1589526336", "name": "Keep Network", "network": "ethereum", - "symbol": "keep" + "symbol": "keep", + "homeNetwork": "ethereum" }, { "address": "0xF66Be71DE1e9061877edE53F6eD066a08F61F3BC", @@ -362,7 +406,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/3296/small/op.jpg?1547037878", "name": "Origin Protocol", "network": "ethereum", - "symbol": "ogn" + "symbol": "ogn", + "homeNetwork": "ethereum" }, { "address": "0x967b9994c634924c8ddb6864b1F510DF91908c71", @@ -370,7 +415,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/12782/small/logocircle.png?1611944557", "name": "DAOfi", "network": "ethereum", - "symbol": "daofi" + "symbol": "daofi", + "homeNetwork": "ethereum" }, { "address": "0x8c8ec2F53E1f4729889697e1b274f143407aC8d6", @@ -378,7 +424,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/12509/small/linear.jpg?1606884470", "name": "Linear", "network": "ethereum", - "symbol": "lina" + "symbol": "lina", + "homeNetwork": "ethereum" }, { "address": "0x3963d088036763359740C0E0855152D82a551730", @@ -387,6 +434,7 @@ "name": "12Ships", "network": "ethereum", "symbol": "tshp", + "homeNetwork": "ethereum", "hasDarkIcon": true }, { @@ -395,7 +443,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/13803/small/b20.png?1611996305", "name": "B.20", "network": "ethereum", - "symbol": "b20" + "symbol": "b20", + "homeNetwork": "ethereum" }, { "address": "0x370DE8ca4dcD270aB6b04b01e419c2ef545541a7", @@ -403,7 +452,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/3328/small/Akropolis.png?1547037929", "name": "Akropolis", "network": "ethereum", - "symbol": "akro" + "symbol": "akro", + "homeNetwork": "ethereum" }, { "address": "0xd176f177B0e6aBb1e104D2ed9CAF8DB32844c6EF", @@ -412,6 +462,7 @@ "name": "Rio Fuel Token", "network": "ethereum", "symbol": "rfuel", + "homeNetwork": "ethereum", "hasDarkIcon": true }, { @@ -420,7 +471,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/12843/small/image.png?1611212077", "name": "Rally", "network": "ethereum", - "symbol": "rly" + "symbol": "rly", + "homeNetwork": "ethereum" }, { "address": "0x2050D33F6d14DEe23De3C6a20173295474D7c0F6", @@ -428,7 +480,8 @@ "imageUrl": "https://etherscan.io/token/images/convergence_32.png", "name": "Convergence", "network": "ethereum", - "symbol": "conv" + "symbol": "conv", + "homeNetwork": "ethereum" }, { "address": "0x0F7C5C3b81AA776aDd281A5D7DcA4F5d62056601", @@ -436,7 +489,8 @@ "imageUrl": "https://etherscan.io/token/images/render_32.png", "name": "Render Token", "network": "ethereum", - "symbol": "rndr" + "symbol": "rndr", + "homeNetwork": "ethereum" }, { "address": "0xb317fa8D773dF4254B2107A02Edf1711FdCb0443", @@ -444,7 +498,8 @@ "imageUrl": "https://etherscan.io/token/images/paidnetwork_32.png", "name": "PAID Network", "network": "ethereum", - "symbol": "paid" + "symbol": "paid", + "homeNetwork": "ethereum" }, { "address": "0x1821DA6Fc5609e547889d6b650985876c2392E73", @@ -453,6 +508,7 @@ "name": "Tidal", "network": "ethereum", "symbol": "tidal", + "homeNetwork": "ethereum", "hasDarkIcon": true }, { @@ -461,7 +517,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/11939/small/SHIBLOGO.png?1600752116", "name": "SHIBA INU", "network": "ethereum", - "symbol": "SHIB" + "symbol": "SHIB", + "homeNetwork": "ethereum" }, { "address": "", @@ -469,7 +526,8 @@ "imageUrl": "https://etherscan.io/token/images/dogekiller_32.png", "name": "DOGE KILLER", "network": "ethereum", - "symbol": "LEASH" + "symbol": "LEASH", + "homeNetwork": "ethereum" }, { "address": "0x173a2334BED717dfD472AeD2808C001cbe4bd373", @@ -508,6 +566,7 @@ "decimals": 18, "name": "Offshift", "network": "ethereum", + "homeNetwork": "ethereum", "imageUrl": "https://assets.coingecko.com/coins/images/11977/small/CsBrPiA.png?1614570441", "decommissioned": false }, @@ -518,6 +577,7 @@ "decimals": 18, "name": "Opyn Squeeth", "network": "ethereum", + "homeNetwork": "ethereum", "imageUrl": "https://assets.coingecko.com/coins/images/22806/small/DyVT5XPV_400x400.jpg?1642656239" }, { @@ -527,6 +587,7 @@ "decimals": 4, "name": "Ultra", "network": "ethereum", + "homeNetwork": "ethereum", "imageUrl": "https://assets.coingecko.com/coins/images/4480/small/Ultra.png?1563356418" }, { @@ -536,6 +597,7 @@ "decimals": 18, "name": "New Order", "network": "ethereum", + "homeNetwork": "ethereum", "imageUrl": "https://assets.coingecko.com/coins/images/21440/small/new-order-icon-256px.png?1639125759" }, { @@ -545,6 +607,7 @@ "decimals": 8, "name": "Gala", "network": "ethereum", + "homeNetwork": "ethereum", "imageUrl": "https://assets.coingecko.com/coins/images/12493/small/GALA-COINGECKO.png?1600233435" }, { @@ -554,6 +617,7 @@ "decimals": 18, "name": "Ethereum Push Notification Service - EPNS", "network": "ethereum", + "homeNetwork": "ethereum", "imageUrl": "https://assets.coingecko.com/coins/images/14769/small/epns_logo.jpg?1618330344" }, { @@ -563,6 +627,7 @@ "decimals": 18, "name": "Merit Circle", "network": "ethereum", + "homeNetwork": "ethereum", "imageUrl": "https://assets.coingecko.com/coins/images/19304/small/Db4XqML.png?1634972154" }, { @@ -572,6 +637,7 @@ "decimals": 18, "name": "Injective", "network": "ethereum", + "homeNetwork": "ethereum", "imageUrl": "https://assets.coingecko.com/coins/images/12882/small/Secondary_Symbol.png?1628233237" } ] diff --git a/core/src/config/networks/ethereum/assets.ethereum.localnet.json b/core/src/config/networks/ethereum/assets.ethereum.localnet.json index 205b5b123..6fe47cdde 100644 --- a/core/src/config/networks/ethereum/assets.ethereum.localnet.json +++ b/core/src/config/networks/ethereum/assets.ethereum.localnet.json @@ -7,13 +7,15 @@ "name": "Rowan", "imageUrl": "/images/siflogo.png", "address": "0x82D50AD3C1091866E258Fd0f1a7cC9674609D254", - "network": "ethereum" + "network": "ethereum", + "homeNetwork": "ethereum" }, { "name": "Ethereum", "symbol": "eth", "imageUrl": "https://assets.coingecko.com/coins/images/279/large/ethereum.png", "network": "ethereum", + "homeNetwork": "ethereum", "address": "", "decimals": 18 }, @@ -23,7 +25,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/6319/large/USD_Coin_icon.png", "name": "Apple Coin", "address": "0xB529f14AA8096f943177c09Ca294Ad66d2E08b1f", - "network": "ethereum" + "network": "ethereum", + "homeNetwork": "ethereum" }, { "symbol": "btk", @@ -31,7 +34,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/877/large/chainlink-new-logo.png", "name": "Banana Coin", "address": "0x3d49d1eF2adE060a33c6E6Aa213513A7EE9a6241", - "network": "ethereum" + "network": "ethereum", + "homeNetwork": "ethereum" }, { "symbol": "usdc", @@ -39,7 +43,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/6319/large/USD_Coin_icon.png", "name": "USD Coin", "address": "0x2a504B5e7eC284ACa5b6f49716611237239F0b97", - "network": "ethereum" + "network": "ethereum", + "homeNetwork": "ethereum" }, { "symbol": "link", @@ -47,7 +52,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/877/large/chainlink-new-logo.png", "name": "Chainlink", "address": "0xBd2c938B9F6Bfc1A66368D08CB44dC3EB2aE27bE", - "network": "ethereum" + "network": "ethereum", + "homeNetwork": "ethereum" } ] } diff --git a/core/src/config/networks/ethereum/assets.ethereum.mainnet.json b/core/src/config/networks/ethereum/assets.ethereum.mainnet.json index 55871c907..d0524d63a 100644 --- a/core/src/config/networks/ethereum/assets.ethereum.mainnet.json +++ b/core/src/config/networks/ethereum/assets.ethereum.mainnet.json @@ -7,7 +7,8 @@ "name": "Rowan", "imageUrl": "./images/siflogo.png", "address": "0x07bac35846e5ed502aa91adf6a9e7aa210f2dcbe", - "network": "ethereum" + "network": "ethereum", + "homeNetwork": "ethereum" }, { "address": "0xdac17f958d2ee523a2206206994597c13d831ec7", @@ -15,7 +16,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/325/thumb/Tether-logo.png?1598003707", "name": "Tether USDT", "network": "ethereum", - "symbol": "USDT" + "symbol": "USDT", + "homeNetwork": "ethereum" }, { "address": "0x0000000000000000000000000000000000000000", @@ -23,7 +25,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/279/small/ethereum.png?1595348880", "name": "Ethereum", "network": "ethereum", - "symbol": "eth" + "symbol": "eth", + "homeNetwork": "ethereum" }, { "address": "0x0d8775f648430679a709e98d2b0cb6250d2887ef", @@ -31,7 +34,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/677/thumb/basic-attention-token.png?1547034427", "name": "Basic Attention Token", "network": "ethereum", - "symbol": "BAT" + "symbol": "BAT", + "homeNetwork": "ethereum" }, { "address": "0xa117000000f279d81a1d3cc75430faa017fa5a2e", @@ -39,7 +43,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/681/thumb/JelZ58cv_400x400.png?1601449653", "name": "Aragon", "network": "ethereum", - "symbol": "ANT" + "symbol": "ANT", + "homeNetwork": "ethereum" }, { "address": "0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c", @@ -47,7 +52,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/736/thumb/bancor.png?1547034477", "name": "Bancor Network Token", "network": "ethereum", - "symbol": "BNT" + "symbol": "BNT", + "homeNetwork": "ethereum" }, { "address": "0xe41d2489571d322189246dafa5ebde1f4699f498", @@ -55,7 +61,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/863/thumb/0x.png?1547034672", "name": "0x", "network": "ethereum", - "symbol": "ZRX" + "symbol": "ZRX", + "homeNetwork": "ethereum" }, { "address": "0x514910771af9ca656af840dff83e8264ecf986ca", @@ -63,7 +70,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/877/thumb/chainlink-new-logo.png?1547034700", "name": "Chainlink", "network": "ethereum", - "symbol": "LINK" + "symbol": "LINK", + "homeNetwork": "ethereum" }, { "address": "0x0f5d2fb29fb7d3cfee444a200298f468908cc942", @@ -71,7 +79,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/878/thumb/decentraland-mana.png?1550108745", "name": "Decentraland", "network": "ethereum", - "symbol": "MANA" + "symbol": "MANA", + "homeNetwork": "ethereum" }, { "address": "0xbbbbca6a901c926f240b89eacb641d8aec7aeafd", @@ -79,7 +88,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/913/thumb/LRC.png?1572852344", "name": "Loopring", "network": "ethereum", - "symbol": "LRC" + "symbol": "LRC", + "homeNetwork": "ethereum" }, { "address": "0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c", @@ -87,7 +97,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/1102/thumb/enjin-coin-logo.png?1547035078", "name": "Enjin Coin", "network": "ethereum", - "symbol": "ENJ" + "symbol": "ENJ", + "homeNetwork": "ethereum" }, { "address": "0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f", @@ -95,7 +106,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/3406/thumb/SNX.png?1598631139", "name": "Synthetix Network Token", "network": "ethereum", - "symbol": "SNX" + "symbol": "SNX", + "homeNetwork": "ethereum" }, { "address": "0x0000000000085d4780b73119b644ae5ecd22b376", @@ -103,7 +115,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/3449/thumb/TUSD.png?1559172762", "name": "TrueUSD", "network": "ethereum", - "symbol": "TUSD" + "symbol": "TUSD", + "homeNetwork": "ethereum" }, { "address": "0x967da4048cd07ab37855c090aaf366e4ce1b9f48", @@ -112,7 +125,8 @@ "name": "Ocean Protocol", "network": "ethereum", "symbol": "OCEAN", - "hasDarkIcon": true + "hasDarkIcon": true, + "homeNetwork": "ethereum" }, { "address": "0x4e15361fd6b4bb609fa63c81a2be19d873717870", @@ -120,7 +134,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/4001/thumb/Fantom.png?1558015016", "name": "Fantom", "network": "ethereum", - "symbol": "FTM" + "symbol": "FTM", + "homeNetwork": "ethereum" }, { "address": "0x57ab1ec28d129707052df4df418d58a2d46d5f51", @@ -128,7 +143,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/5013/thumb/sUSD.png?1562212426", "name": "sUSD", "network": "ethereum", - "symbol": "SUSD" + "symbol": "SUSD", + "homeNetwork": "ethereum" }, { "address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", @@ -136,7 +152,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/6319/thumb/USD_Coin_icon.png?1547042389", "name": "USD Coin", "network": "ethereum", - "symbol": "USDC" + "symbol": "USDC", + "homeNetwork": "ethereum" }, { "address": "0xa0b73e1ff0b80914ab6fe0444e65848c4c34450b", @@ -146,6 +163,7 @@ "network": "ethereum", "symbol": "CRO", "displaySymbol": "CRO (ERC-20)", + "homeNetwork": "ethereum", "decommissioned": true, "decommissionReason": "Crypto.org's ERC-20 token has been decommissioned on Sifchain in favor of the Cosmos CRO token. Please export all CRO (ERC-20) off of Sifchain." }, @@ -155,7 +173,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/7598/thumb/wrapped_bitcoin_wbtc.png?1548822744", "name": "Wrapped Bitcoin", "network": "ethereum", - "symbol": "WBTC" + "symbol": "WBTC", + "homeNetwork": "ethereum" }, { "address": "0x8ce9137d39326ad0cd6491fb5cc0cba0e089b6a9", @@ -163,7 +182,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/9368/thumb/swipe.png?1566792311", "name": "Swipe", "network": "ethereum", - "symbol": "SXP" + "symbol": "SXP", + "homeNetwork": "ethereum" }, { "address": "0xba11d00c5f74255f56a5e366f4f77f5a186d7f55", @@ -171,7 +191,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/9545/thumb/band-protocol.png?1568730326", "name": "Band Protocol", "network": "ethereum", - "symbol": "BAND" + "symbol": "BAND", + "homeNetwork": "ethereum" }, { "address": "0x6b175474e89094c44da98b954eedeac495271d0f", @@ -179,7 +200,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/9956/thumb/dai-multi-collateral-mcd.png?1574218774", "name": "Dai Stablecoin", "network": "ethereum", - "symbol": "DAI" + "symbol": "DAI", + "homeNetwork": "ethereum" }, { "address": "0xc00e94cb662c3520282e6f5717214004a7f26888", @@ -187,7 +209,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/10775/thumb/COMP.png?1592625425", "name": "Compound", "network": "ethereum", - "symbol": "COMP" + "symbol": "COMP", + "homeNetwork": "ethereum" }, { "address": "0x04fa0d235c4abf4bcf4787af4cf447de572ef828", @@ -195,7 +218,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/10951/thumb/UMA.png?1586307916", "name": "UMA", "network": "ethereum", - "symbol": "UMA" + "symbol": "UMA", + "homeNetwork": "ethereum" }, { "address": "0xba100000625a3754423978a60c9317c58a424e3d", @@ -203,7 +227,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/11683/thumb/Balancer.png?1592792958", "name": "Balancer", "network": "ethereum", - "symbol": "BAL" + "symbol": "BAL", + "homeNetwork": "ethereum" }, { "address": "0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e", @@ -211,7 +236,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/11849/thumb/yfi-192x192.png?1598325330", "name": "yearn finance", "network": "ethereum", - "symbol": "YFI" + "symbol": "YFI", + "homeNetwork": "ethereum" }, { "address": "0x476c5e26a75bd202a9683ffd34359c0cc15be0ff", @@ -219,7 +245,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/11970/thumb/serum-logo.png?1597121577", "name": "Serum", "network": "ethereum", - "symbol": "SRM" + "symbol": "SRM", + "homeNetwork": "ethereum" }, { "address": "0x2ba592f78db6436527729929aaf6c908497cb200", @@ -227,7 +254,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/11976/thumb/Cream.png?1596593418", "name": "Cream", "network": "ethereum", - "symbol": "CREAM" + "symbol": "CREAM", + "homeNetwork": "ethereum" }, { "address": "0x3845badade8e6dff049820680d1f14bd3903a5d0", @@ -235,7 +263,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/12129/thumb/sandbox_logo.jpg?1597397942", "name": "SAND", "network": "ethereum", - "symbol": "SAND" + "symbol": "SAND", + "homeNetwork": "ethereum" }, { "address": "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2", @@ -243,7 +272,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/12271/thumb/512x512_Logo_no_chop.png?1606986688", "name": "Sushi", "network": "ethereum", - "symbol": "SUSHI" + "symbol": "SUSHI", + "homeNetwork": "ethereum" }, { "address": "0x36f3fd68e7325a35eb768f1aedaae9ea0689d723", @@ -251,7 +281,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/12440/thumb/esd_logo_circle.png?1603676421", "name": "Empty Set Dollar", "network": "ethereum", - "symbol": "ESD" + "symbol": "ESD", + "homeNetwork": "ethereum" }, { "address": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984", @@ -259,7 +290,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/12504/thumb/uniswap-uni.png?1600306604", "name": "Uniswap", "network": "ethereum", - "symbol": "UNI" + "symbol": "UNI", + "homeNetwork": "ethereum" }, { "address": "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9", @@ -267,7 +299,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/12645/thumb/AAVE.png?1601374110", "name": "Aave", "network": "ethereum", - "symbol": "AAVE" + "symbol": "AAVE", + "homeNetwork": "ethereum" }, { "address": "0x0391d2021f89dc339f60fff84546ea23e337750f", @@ -275,7 +308,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/12811/thumb/barnbridge.jpg?1602728853", "name": "BarnBridge", "network": "ethereum", - "symbol": "BOND" + "symbol": "BOND", + "homeNetwork": "ethereum" }, { "address": "0x6e1a19f235be7ed8e3369ef73b196c07257494de", @@ -283,7 +317,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/13238/thumb/WFIL-Icon.png?1606630561", "name": "Wrapped Filecoin", "network": "ethereum", - "symbol": "WFIL" + "symbol": "WFIL", + "homeNetwork": "ethereum" }, { "address": "0xc944e90c64b2c07662a292be6244bdf05cda44a7", @@ -291,7 +326,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/13397/thumb/Graph_Token.png?1608145566", "name": "The Graph", "network": "ethereum", - "symbol": "GRT" + "symbol": "GRT", + "homeNetwork": "ethereum" }, { "address": "0x0000000000095413afc295d19edeb1ad7b71c952", @@ -299,7 +335,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/13454/thumb/lon_logo.png?1608701720", "name": "Tokenlon", "network": "ethereum", - "symbol": "LON" + "symbol": "LON", + "homeNetwork": "ethereum" }, { "address": "0x111111111117dc0aa78b770fa6a738034120c302", @@ -307,7 +344,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/13469/thumb/1inch-token.png?1608803028", "name": "1inch", "network": "ethereum", - "symbol": "1INCH" + "symbol": "1INCH", + "homeNetwork": "ethereum" }, { "address": "0x3155ba85d5f96b2d030a4966af206230e46849cb", @@ -315,7 +353,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/13677/thumb/BrMhBTr8_400x400.jpg?1610723303", "name": "THORChain ERC20", "network": "ethereum", - "symbol": "RUNE" + "symbol": "RUNE", + "homeNetwork": "ethereum" }, { "address": "0x2b89bf8ba858cd2fcee1fada378d5cd6936968be", @@ -323,7 +362,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/13767/thumb/Secret_S_Black_Coingecko.png?1611667298", "name": "Secret ERC20 ", "network": "ethereum", - "symbol": "WSCRT" + "symbol": "WSCRT", + "homeNetwork": "ethereum" }, { "address": "0x6fb3e0a217407efff7ca062d46c26e5d60a14d69", @@ -331,7 +371,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/3334/small/iotex-logo.png?1547037941", "name": "IoTeX", "network": "ethereum", - "symbol": "IOTX" + "symbol": "IOTX", + "homeNetwork": "ethereum" }, { "address": "0xfe3e6a25e6b192a42a44ecddcd13796471735acf", @@ -339,7 +380,8 @@ "symbol": "REEF", "decimals": 18, "network": "ethereum", - "imageUrl": "https://assets.coingecko.com/coins/images/13504/small/Group_10572.png?1610534130" + "imageUrl": "https://assets.coingecko.com/coins/images/13504/small/Group_10572.png?1610534130", + "homeNetwork": "ethereum" }, { "address": "0xc4c7ea4fab34bd9fb9a5e1b1a98df76e26e6407c", @@ -347,7 +389,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/4932/thumb/_QPpjoUi_400x400.jpg?1566430520", "name": "COCOS BCX", "network": "ethereum", - "symbol": "cocos" + "symbol": "cocos", + "homeNetwork": "ethereum" }, { "address": "0x85eee30c52b0b379b046fb0f85f4f3dc3009afec", @@ -355,7 +398,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/3373/small/IuNzUb5b_400x400.jpg?1589526336", "name": "Keep Network", "network": "ethereum", - "symbol": "keep" + "symbol": "keep", + "homeNetwork": "ethereum" }, { "address": "0x8207c1ffc5b6804f6024322ccf34f29c3541ae26", @@ -363,7 +407,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/3296/small/op.jpg?1547037878", "name": "Origin Protocol", "network": "ethereum", - "symbol": "ogn" + "symbol": "ogn", + "homeNetwork": "ethereum" }, { "address": "0xd82bb924a1707950903e2c0a619824024e254cd1", @@ -372,7 +417,8 @@ "name": "DAOfi", "network": "ethereum", "hasDarkIcon": true, - "symbol": "daofi" + "symbol": "daofi", + "homeNetwork": "ethereum" }, { "address": "0x3e9bc21c9b189c09df3ef1b824798658d5011937", @@ -380,7 +426,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/12509/small/linear.jpg?1606884470", "name": "Linear", "network": "ethereum", - "symbol": "lina" + "symbol": "lina", + "homeNetwork": "ethereum" }, { "address": "0x525794473f7ab5715c81d06d10f52d11cc052804", @@ -389,6 +436,7 @@ "name": "12Ships", "network": "ethereum", "symbol": "tshp", + "homeNetwork": "ethereum", "hasDarkIcon": true }, { @@ -397,7 +445,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/13803/small/b20.png?1611996305", "name": "B.20", "network": "ethereum", - "symbol": "b20" + "symbol": "b20", + "homeNetwork": "ethereum" }, { "address": "0x8ab7404063ec4dbcfd4598215992dc3f8ec853d7", @@ -405,7 +454,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/3328/small/Akropolis.png?1547037929", "name": "Akropolis", "network": "ethereum", - "symbol": "akro" + "symbol": "akro", + "homeNetwork": "ethereum" }, { "address": "0xaf9f549774ecedbd0966c52f250acc548d3f36e5", @@ -414,6 +464,7 @@ "name": "Rio Fuel Token", "network": "ethereum", "symbol": "rfuel", + "homeNetwork": "ethereum", "hasDarkIcon": true }, { @@ -422,7 +473,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/12843/small/image.png?1611212077", "name": "Rally", "network": "ethereum", - "symbol": "rly" + "symbol": "rly", + "homeNetwork": "ethereum" }, { "address": "0xc834fa996fa3bec7aad3693af486ae53d8aa8b50", @@ -430,7 +482,8 @@ "imageUrl": "https://etherscan.io/token/images/convergence_32.png", "name": "Convergence", "network": "ethereum", - "symbol": "conv" + "symbol": "conv", + "homeNetwork": "ethereum" }, { "address": "0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24", @@ -438,7 +491,8 @@ "imageUrl": "https://etherscan.io/token/images/render_32.png", "name": "Render Token", "network": "ethereum", - "symbol": "rndr" + "symbol": "rndr", + "homeNetwork": "ethereum" }, { "address": "0x1614f18fc94f47967a3fbe5ffcd46d4e7da3d787", @@ -446,7 +500,8 @@ "imageUrl": "https://etherscan.io/token/images/paidnetwork_32.png", "name": "PAID Network", "network": "ethereum", - "symbol": "paid" + "symbol": "paid", + "homeNetwork": "ethereum" }, { "address": "0x29cbd0510eec0327992cd6006e63f9fa8e7f33b7", @@ -455,6 +510,7 @@ "name": "Tidal", "network": "ethereum", "symbol": "tidal", + "homeNetwork": "ethereum", "hasDarkIcon": true }, { @@ -463,7 +519,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/11939/small/SHIBLOGO.png?1600752116", "name": "SHIBA INU", "network": "ethereum", - "symbol": "SHIB" + "symbol": "SHIB", + "homeNetwork": "ethereum" }, { "address": "0x27c70cd1946795b66be9d954418546998b546634", @@ -471,7 +528,8 @@ "imageUrl": "https://etherscan.io/token/images/dogekiller_32.png", "name": "DOGE KILLER", "network": "ethereum", - "symbol": "LEASH" + "symbol": "LEASH", + "homeNetwork": "ethereum" }, { "address": "", @@ -489,7 +547,10 @@ "imageUrl": "https://assets.coingecko.com/coins/images/12681/small/UST.png?1601612407", "name": "Terra USD", "network": "ethereum", - "symbol": "UST" + "symbol": "UST", + "homeNetwork": "ethereum", + "decommissioned": true, + "decommissionReason": "Temporarily decommissioned due to Terra instability" }, { "address": "0x853d955acef822db058eb8505911ed77f175b99e", @@ -498,7 +559,8 @@ "name": "Frax", "hasDarkIcon": true, "network": "ethereum", - "symbol": "FRAX" + "symbol": "FRAX", + "homeNetwork": "ethereum" }, { "address": "0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0", @@ -506,7 +568,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/13423/small/frax_share.png?1608478989", "name": "Frax Share", "network": "ethereum", - "symbol": "FXS" + "symbol": "FXS", + "homeNetwork": "ethereum" }, { "address": "0xc52c326331e9ce41f04484d3b5e5648158028804", @@ -514,7 +577,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/14830/small/7xjpHaG.png?1618564961", "name": "Unizen", "network": "ethereum", - "symbol": "ZCX" + "symbol": "ZCX", + "homeNetwork": "ethereum" }, { "address": "0x217ddead61a42369a266f1fb754eb5d3ebadc88a", @@ -522,7 +586,8 @@ "imageUrl": "https://assets.coingecko.com/coins/images/15482/small/donkey_logo.jpg?1621012824", "name": "Don-key", "symbol": "DON", - "network": "ethereum" + "network": "ethereum", + "homeNetwork": "ethereum" }, { "address": "0x9e32b13ce7f2e80a01932b42553652e053d6ed8e", @@ -530,7 +595,8 @@ "name": "Metis Token", "symbol": "Metis", "decimals": 18, - "network": "ethereum" + "network": "ethereum", + "homeNetwork": "ethereum" }, { "address": "0xEF53462838000184F35f7D991452e5f25110b207", @@ -538,7 +604,8 @@ "name": "Knit Finance", "symbol": "KFT", "decimals": 18, - "network": "ethereum" + "network": "ethereum", + "homeNetwork": "ethereum" }, { "address": "0xb9ef770b6a5e12e45983c5d80545258aa38f3b78", @@ -547,7 +614,8 @@ "symbol": "ZCN", "hasDarkIcon": true, "decimals": 10, - "network": "ethereum" + "network": "ethereum", + "homeNetwork": "ethereum" }, { "address": "0xFa14Fa6958401314851A17d6C5360cA29f74B57B", @@ -555,7 +623,8 @@ "name": "SAITO", "symbol": "SAITO", "decimals": 18, - "network": "ethereum" + "network": "ethereum", + "homeNetwork": "ethereum" }, { "address": "0x9695e0114e12c0d3a3636fab5a18e6b737529023", @@ -563,7 +632,8 @@ "name": "DFYN Token", "symbol": "DFYN", "decimals": 18, - "network": "ethereum" + "network": "ethereum", + "homeNetwork": "ethereum" }, { "address": "0x20a8cec5fffea65be7122bcab2ffe32ed4ebf03a", @@ -571,7 +641,8 @@ "name": "DinoX Coin", "symbol": "DNXC", "decimals": 18, - "network": "ethereum" + "network": "ethereum", + "homeNetwork": "ethereum" }, { "address": "0xbbc2ae13b23d715c30720f079fcd9b4a74093505", @@ -579,7 +650,8 @@ "name": "@EthernityChain $ERN Token", "symbol": "ERN", "decimals": 18, - "network": "ethereum" + "network": "ethereum", + "homeNetwork": "ethereum" }, { "address": "0x83e6f1e41cdd28eaceb20cb649155049fac3d5aa", @@ -587,7 +659,8 @@ "name": "PolkastarterToken", "symbol": "POLS", "decimals": 18, - "network": "ethereum" + "network": "ethereum", + "homeNetwork": "ethereum" }, { "address": "0xbb0e17ef65f82ab018d8edd776e8dd940327b28b", @@ -595,7 +668,8 @@ "name": "Axie Infinity Shard", "symbol": "AXS", "decimals": 18, - "network": "ethereum" + "network": "ethereum", + "homeNetwork": "ethereum" }, { "address": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0", @@ -603,7 +677,8 @@ "name": "Matic Token", "symbol": "MATIC", "decimals": 18, - "network": "ethereum" + "network": "ethereum", + "homeNetwork": "ethereum" }, { "address": "0x2e9d63788249371f1dfc918a52f8d799f4a38c94", @@ -611,6 +686,7 @@ "name": "Tokemak", "symbol": "TOKE", "network": "ethereum", + "homeNetwork": "ethereum", "decimals": 18 }, { @@ -619,6 +695,7 @@ "name": "BitSong", "symbol": "BTSG", "network": "ethereum", + "homeNetwork": "ethereum", "decimals": 18 }, { @@ -627,6 +704,7 @@ "name": "QuickSwap", "symbol": "QUICK", "network": "ethereum", + "homeNetwork": "ethereum", "decimals": 18 }, { @@ -635,6 +713,7 @@ "name": "Lido DAO", "symbol": "LDO", "network": "ethereum", + "homeNetwork": "ethereum", "decimals": 18 }, { @@ -643,6 +722,7 @@ "name": "Railgun", "symbol": "RAIL", "network": "ethereum", + "homeNetwork": "ethereum", "decimals": 18 }, { @@ -651,6 +731,7 @@ "name": "Marlin", "symbol": "POND", "network": "ethereum", + "homeNetwork": "ethereum", "decimals": 18 }, { @@ -659,6 +740,7 @@ "name": "DinoSwap", "symbol": "DINO", "network": "ethereum", + "homeNetwork": "ethereum", "decimals": 18 }, { @@ -667,6 +749,7 @@ "name": "UFO Gaming", "symbol": "UFO", "network": "ethereum", + "homeNetwork": "ethereum", "decimals": 18 }, { @@ -675,6 +758,7 @@ "symbol": "ratom", "name": "rATOM", "network": "ethereum", + "homeNetwork": "ethereum", "decimals": 18 }, { @@ -684,6 +768,7 @@ "decimals": 18, "name": "oh", "network": "ethereum", + "homeNetwork": "ethereum", "imageUrl": "https://s2.coinmarketcap.com/static/img/coins/64x64/13143.png" }, { @@ -692,6 +777,7 @@ "decimals": 6, "name": "ngm", "network": "ethereum", + "homeNetwork": "ethereum", "address": "0xed0d5747a9ab03a75fbfec3228cd55848245b75d", "imageUrl": "https://assets.coingecko.com/coins/images/13722/small/logo-200x200.jpg?1626095888" }, @@ -702,6 +788,7 @@ "decimals": 18, "name": "Cosmostarter", "network": "ethereum", + "homeNetwork": "ethereum", "imageUrl": "https://assets.coingecko.com/coins/images/19875/small/cosmosstarter.PNG?1636083064", "decommissioned": true }, @@ -712,6 +799,7 @@ "decimals": 18, "name": "LGCY Network", "network": "ethereum", + "homeNetwork": "ethereum", "imageUrl": "https://assets.coingecko.com/coins/images/12181/small/LGCY_network.jpg?1597926587" } ] diff --git a/core/src/config/networks/ethereum/assets.ethereum.testnet.json b/core/src/config/networks/ethereum/assets.ethereum.testnet.json index 6d167f6ff..eb44485ca 100644 --- a/core/src/config/networks/ethereum/assets.ethereum.testnet.json +++ b/core/src/config/networks/ethereum/assets.ethereum.testnet.json @@ -526,7 +526,8 @@ "imageUrl": "https://etherscan.io/token/images/dogekiller_32.png", "name": "DOGE KILLER", "network": "ethereum", - "symbol": "LEASH" + "symbol": "LEASH", + "homeNetwork": "ethereum" }, { "address": "", @@ -566,8 +567,7 @@ "name": "Offshift", "network": "ethereum", "homeNetwork": "ethereum", - "imageUrl": "https://assets.coingecko.com/coins/images/11977/small/CsBrPiA.png?1614570441", - "decommissioned": false + "imageUrl": "https://assets.coingecko.com/coins/images/11977/small/CsBrPiA.png?1614570441" }, { "address": "0xf1b99e3e573a1a9c5e6b2ce818b617f0e664e86b", From 1c4604b6a102d015e47bb0eb8d6e32a75440999a Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 27 May 2022 09:19:21 +1200 Subject: [PATCH 2/5] chore: update changelog --- app/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index e338ad205..7d6dfbabd 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,3 +1,7 @@ +## Release 2022.05.26 + +- Fix ethereum assetlist configuration for tokens missing 'homeNetwork' + ## Release 2022.05.24 - Enable cancelling unbonding requests From 5f0e91ac70f520a1d1f761ab3ccd616213e9e96a Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 27 May 2022 09:22:29 +1200 Subject: [PATCH 3/5] testnet release 2.7.4 --- app/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/package.json b/app/package.json index d8952e02f..d55a067d6 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "2.7.3", + "version": "2.7.4", "private": true, "scripts": { "bump": "bump patch --tag --commit 'testnet release '", diff --git a/package.json b/package.json index 7701de0c2..bd8f45d70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sifchain-ui", - "version": "2.7.3", + "version": "2.7.4", "private": true, "license": "UNLICENSED", "packageManager": "yarn@3.2.0", From 27647e974aaec7047bef1ffa601a9a524626071e Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 27 May 2022 09:35:22 +1200 Subject: [PATCH 4/5] chore: remove decommission flag from terra tokens --- .../src/config/networks/ethereum/assets.ethereum.mainnet.json | 4 +--- .../src/config/networks/sifchain/assets.sifchain.mainnet.json | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/core/src/config/networks/ethereum/assets.ethereum.mainnet.json b/core/src/config/networks/ethereum/assets.ethereum.mainnet.json index d0524d63a..6bbfdd77c 100644 --- a/core/src/config/networks/ethereum/assets.ethereum.mainnet.json +++ b/core/src/config/networks/ethereum/assets.ethereum.mainnet.json @@ -548,9 +548,7 @@ "name": "Terra USD", "network": "ethereum", "symbol": "UST", - "homeNetwork": "ethereum", - "decommissioned": true, - "decommissionReason": "Temporarily decommissioned due to Terra instability" + "homeNetwork": "ethereum" }, { "address": "0x853d955acef822db058eb8505911ed77f175b99e", diff --git a/core/src/config/networks/sifchain/assets.sifchain.mainnet.json b/core/src/config/networks/sifchain/assets.sifchain.mainnet.json index a84102aa7..321b3c4eb 100644 --- a/core/src/config/networks/sifchain/assets.sifchain.mainnet.json +++ b/core/src/config/networks/sifchain/assets.sifchain.mainnet.json @@ -609,9 +609,7 @@ "network": "sifchain", "displaySymbol": "UST", "symbol": "cust", - "homeNetwork": "ethereum", - "decommissioned": true, - "decommissionReason": "Temporarily disabled due to Terra instability" + "homeNetwork": "ethereum" }, { "decimals": 18, From 879ca0de076991b0b52e07a192234aa5fb72de8d Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 27 May 2022 09:35:37 +1200 Subject: [PATCH 5/5] testnet release 2.7.5 --- app/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/package.json b/app/package.json index d55a067d6..48d3885f8 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "2.7.4", + "version": "2.7.5", "private": true, "scripts": { "bump": "bump patch --tag --commit 'testnet release '", diff --git a/package.json b/package.json index bd8f45d70..c43419504 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sifchain-ui", - "version": "2.7.4", + "version": "2.7.5", "private": true, "license": "UNLICENSED", "packageManager": "yarn@3.2.0",