diff --git a/src/eos/info/eosInfo.ts b/src/eos/info/eosInfo.ts index dfbe6b412..4a0cf28ee 100644 --- a/src/eos/info/eosInfo.ts +++ b/src/eos/info/eosInfo.ts @@ -32,7 +32,7 @@ const denominations = [ { name: 'EOS', multiplier: '10000', - symbol: 'E' + symbol: 'ε' } ] diff --git a/src/ethereum/info/etcInfo.ts b/src/ethereum/info/etcInfo.ts index 17563dc8a..f9428d37f 100644 --- a/src/ethereum/info/etcInfo.ts +++ b/src/ethereum/info/etcInfo.ts @@ -9,7 +9,9 @@ const builtinTokens: EdgeTokenMap = { '2c78f1b70ccf63cdee49f9233e9faa99d43aa07e': { currencyCode: 'DAI', displayName: 'Dai Stablecoin', - denominations: [{ name: 'DAI', multiplier: '1000000000000000000' }], + denominations: [ + { name: 'DAI', multiplier: '1000000000000000000', symbol: '◈' } + ], networkLocation: { contractAddress: '0x2c78f1b70ccf63cdee49f9233e9faa99d43aa07e' } diff --git a/src/ethereum/info/ethDevInfo.ts b/src/ethereum/info/ethDevInfo.ts index 7d471c346..be92d14fb 100644 --- a/src/ethereum/info/ethDevInfo.ts +++ b/src/ethereum/info/ethDevInfo.ts @@ -9,7 +9,9 @@ const builtinTokens: EdgeTokenMap = { ff795577d9ac8bd7d90ee22b6c1703490b6512fd: { currencyCode: 'DAI', displayName: 'Dai Stablecoin', - denominations: [{ name: 'DAI', multiplier: '1000000000000000000' }], + denominations: [ + { name: 'DAI', multiplier: '1000000000000000000', symbol: '◈' } + ], networkLocation: { contractAddress: '0xff795577d9ac8bd7d90ee22b6c1703490b6512fd' } diff --git a/src/ethereum/info/ethInfo.ts b/src/ethereum/info/ethInfo.ts index 1e5e9dc02..7ad702938 100644 --- a/src/ethereum/info/ethInfo.ts +++ b/src/ethereum/info/ethInfo.ts @@ -337,7 +337,9 @@ const builtinTokens: EdgeTokenMap = { '6b175474e89094c44da98b954eedeac495271d0f': { currencyCode: 'DAI', displayName: 'Dai Stablecoin', - denominations: [{ name: 'DAI', multiplier: '1000000000000000000' }], + denominations: [ + { name: 'DAI', multiplier: '1000000000000000000', symbol: '◈' } + ], networkLocation: { contractAddress: '0x6B175474E89094C44Da98b954EedeAC495271d0F' } @@ -513,7 +515,9 @@ const builtinTokens: EdgeTokenMap = { '9f8f72aa9304c8b593d555f12ef6589cc3a579a2': { currencyCode: 'MKR', displayName: 'Maker', - denominations: [{ name: 'MKR', multiplier: '1000000000000000000' }], + denominations: [ + { name: 'MKR', multiplier: '1000000000000000000', symbol: 'Μ' } + ], networkLocation: { contractAddress: '0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2' } @@ -633,7 +637,9 @@ const builtinTokens: EdgeTokenMap = { '1985365e9f78359a9b6ad760e32412f4a445e862': { currencyCode: 'REP', displayName: 'Augur', - denominations: [{ name: 'REP', multiplier: '1000000000000000000' }], + denominations: [ + { name: 'REP', multiplier: '1000000000000000000', symbol: 'Ɍ' } + ], networkLocation: { contractAddress: '0x1985365e9f78359a9B6AD760e32412f4a445E862' } @@ -641,7 +647,9 @@ const builtinTokens: EdgeTokenMap = { '221657776846890989a759ba2973e427dff5c9bb': { currencyCode: 'REPV2', displayName: 'Augur v2', - denominations: [{ name: 'REPV2', multiplier: '1000000000000000000' }], + denominations: [ + { name: 'REPV2', multiplier: '1000000000000000000', symbol: 'Ɍ' } + ], networkLocation: { contractAddress: '0x221657776846890989a759BA2973e427DfF5C9bB' } diff --git a/src/ethereum/info/ftmInfo.ts b/src/ethereum/info/ftmInfo.ts index 94e77e982..842497b7e 100644 --- a/src/ethereum/info/ftmInfo.ts +++ b/src/ethereum/info/ftmInfo.ts @@ -49,7 +49,9 @@ const builtinTokens: EdgeTokenMap = { '8d11ec38a3eb5e956b052f67da8bdc9bef8abf3e': { currencyCode: 'DAI', displayName: 'DAI Stablecoin', - denominations: [{ name: 'DAI', multiplier: '1000000000000000000' }], + denominations: [ + { name: 'DAI', multiplier: '1000000000000000000', symbol: '◈' } + ], networkLocation: { contractAddress: '0x8d11ec38a3eb5e956b052f67da8bdc9bef8abf3e' } diff --git a/src/ethereum/info/kovanInfo.ts b/src/ethereum/info/kovanInfo.ts index a6d2ff67e..091a7c9a0 100644 --- a/src/ethereum/info/kovanInfo.ts +++ b/src/ethereum/info/kovanInfo.ts @@ -89,7 +89,9 @@ const builtinTokens: EdgeTokenMap = { '61e4cae3da7fd189e52a4879c7b8067d7c2cc0fa': { currencyCode: 'MKR', displayName: 'Maker', - denominations: [{ name: 'MKR', multiplier: '1000000000000000000' }], + denominations: [ + { name: 'MKR', multiplier: '1000000000000000000', symbol: 'Μ' } + ], networkLocation: { contractAddress: '0x61e4cae3da7fd189e52a4879c7b8067d7c2cc0fa' } @@ -114,7 +116,9 @@ const builtinTokens: EdgeTokenMap = { ff795577d9ac8bd7d90ee22b6c1703490b6512fd: { currencyCode: 'DAI', displayName: 'Dai Stablecoin', - denominations: [{ name: 'DAI', multiplier: '1000000000000000000' }], + denominations: [ + { name: 'DAI', multiplier: '1000000000000000000', symbol: '◈' } + ], networkLocation: { contractAddress: '0xff795577d9ac8bd7d90ee22b6c1703490b6512fd' } diff --git a/src/ethereum/info/maticInfo.ts b/src/ethereum/info/maticInfo.ts index 09ccce80b..b456f289d 100644 --- a/src/ethereum/info/maticInfo.ts +++ b/src/ethereum/info/maticInfo.ts @@ -17,7 +17,9 @@ const builtinTokens: EdgeTokenMap = { '8f3cf7ad23cd3cadbd9735aff958023239c6a063': { currencyCode: 'DAI', displayName: 'Dai Stablecoin', - denominations: [{ name: 'DAI', multiplier: '1000000000000000000' }], + denominations: [ + { name: 'DAI', multiplier: '1000000000000000000', symbol: '◈' } + ], networkLocation: { contractAddress: '0x8f3cf7ad23cd3cadbd9735aff958023239c6a063' } @@ -89,7 +91,9 @@ const builtinTokens: EdgeTokenMap = { '6f7c932e7684666c9fd1d44527765433e01ff61d': { currencyCode: 'MKR', displayName: 'Maker', - denominations: [{ name: 'MKR', multiplier: '1000000000000000000' }], + denominations: [ + { name: 'MKR', multiplier: '1000000000000000000', symbol: 'Μ' } + ], networkLocation: { contractAddress: '0x6f7C932e7684666C9fd1d44527765433e01fF61d' } diff --git a/src/ethereum/info/optimismInfo.ts b/src/ethereum/info/optimismInfo.ts index 033fb1836..ecb8ceb0e 100644 --- a/src/ethereum/info/optimismInfo.ts +++ b/src/ethereum/info/optimismInfo.ts @@ -33,7 +33,9 @@ const builtinTokens: EdgeTokenMap = { da10009cbd5d07dd0cecc66161fc93d7c9000da1: { currencyCode: 'DAI', displayName: 'Dai Stablecoin', - denominations: [{ name: 'DAI', multiplier: '1000000000000000000' }], + denominations: [ + { name: 'DAI', multiplier: '1000000000000000000', symbol: '◈' } + ], networkLocation: { contractAddress: '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1' } @@ -54,6 +56,14 @@ const builtinTokens: EdgeTokenMap = { contractAddress: '0x68f180fcCe6836688e9084f035309E29Bf0A2095' } }, + '4200000000000000000000000000000000000006': { + currencyCode: 'WETH', + displayName: 'Wrapped ETH', + denominations: [{ name: 'WETH', multiplier: '1000000000000000000' }], + networkLocation: { + contractAddress: '0x4200000000000000000000000000000000000006' + } + }, '350a791bfc2c21f9ed5d10980dad2e2638ffa7f6': { currencyCode: 'LINK', displayName: 'Chainlink', diff --git a/src/polkadot/polkadotInfo.ts b/src/polkadot/polkadotInfo.ts index 2fb6b006c..4fccd04e1 100644 --- a/src/polkadot/polkadotInfo.ts +++ b/src/polkadot/polkadotInfo.ts @@ -31,7 +31,7 @@ export const currencyInfo: EdgeCurrencyInfo = { { name: 'DOT', multiplier: '10000000000', - symbol: '' + symbol: '●' } ], metaTokens: [] // Deprecated diff --git a/src/solana/solanaTypes.ts b/src/solana/solanaTypes.ts index bf476959b..6794ee76e 100644 --- a/src/solana/solanaTypes.ts +++ b/src/solana/solanaTypes.ts @@ -92,10 +92,10 @@ export const asSolanaPrivateKeys = ( privateKey: asString })(to) }, - hbarPrivateKey => { + solPrivateKey => { return { - [`${pluginId}Mnemonic`]: hbarPrivateKey.mnemonic, - [`${pluginId}Key`]: hbarPrivateKey.privateKey + [`${pluginId}Mnemonic`]: solPrivateKey.mnemonic, + [`${pluginId}Key`]: solPrivateKey.privateKey } } ) diff --git a/src/stellar/stellarInfo.ts b/src/stellar/stellarInfo.ts index 203d784c4..942534127 100644 --- a/src/stellar/stellarInfo.ts +++ b/src/stellar/stellarInfo.ts @@ -28,7 +28,7 @@ export const currencyInfo: EdgeCurrencyInfo = { { name: 'XLM', multiplier: '10000000', - symbol: '*' + symbol: '🚀' } ], metaTokens: [] // Deprecated diff --git a/src/tezos/tezosInfo.ts b/src/tezos/tezosInfo.ts index b0a9945a0..3d8793680 100644 --- a/src/tezos/tezosInfo.ts +++ b/src/tezos/tezosInfo.ts @@ -52,7 +52,7 @@ export const currencyInfo: EdgeCurrencyInfo = { { name: 'XTZ', multiplier: '1000000', - symbol: 't' + symbol: 'ꜩ' } ], metaTokens: [] // Deprecated diff --git a/src/xrp/xrpInfo.ts b/src/xrp/xrpInfo.ts index 8920c307a..70e3a7073 100644 --- a/src/xrp/xrpInfo.ts +++ b/src/xrp/xrpInfo.ts @@ -31,7 +31,7 @@ export const currencyInfo: EdgeCurrencyInfo = { { name: 'XRP', multiplier: '1000000', - symbol: 'X' + symbol: '✕' } ], metaTokens: [] // Deprecated diff --git a/src/zcash/zecInfo.ts b/src/zcash/zecInfo.ts index 7951d916c..77c50c711 100644 --- a/src/zcash/zecInfo.ts +++ b/src/zcash/zecInfo.ts @@ -35,7 +35,7 @@ export const currencyInfo: EdgeCurrencyInfo = { { name: 'ZEC', multiplier: '100000000', - symbol: 'Z' + symbol: 'ⓩ' } ],