diff --git a/react/src/assets/images/cryptologo/oot.png b/react/src/assets/images/cryptologo/oot.png new file mode 100644 index 0000000..c24896b Binary files /dev/null and b/react/src/assets/images/cryptologo/oot.png differ diff --git a/react/src/components/addcoin/addcoinOptionsAC.js b/react/src/components/addcoin/addcoinOptionsAC.js index 2216ca1..3f304b6 100644 --- a/react/src/components/addcoin/addcoinOptionsAC.js +++ b/react/src/components/addcoin/addcoinOptionsAC.js @@ -15,6 +15,7 @@ const addCoinOptionsAC = () => { 'mgw', 'mnz', 'pangea', + 'oot', 'revs', 'mshark', 'supernet', diff --git a/react/src/util/coinHelper.js b/react/src/util/coinHelper.js index a10f2b3..084d260 100644 --- a/react/src/util/coinHelper.js +++ b/react/src/util/coinHelper.js @@ -46,6 +46,10 @@ export function getCoinTitle(coin) { coinlogo = 'pizza'; coinname = 'PIZZA (Test coin)'; break; + case 'OOT': + coinlogo = 'oot'; + coinname = 'Utrum'; + break; case 'XMY': coinlogo = 'xmy'; coinname = 'Myriad'; @@ -564,4 +568,4 @@ export const isKomodoCoin = (coin) => { coin === 'BTCH') { return true; } -} \ No newline at end of file +} diff --git a/react/src/util/explorerList.js b/react/src/util/explorerList.js index 12e1eb6..117f7a0 100644 --- a/react/src/util/explorerList.js +++ b/react/src/util/explorerList.js @@ -2,6 +2,7 @@ const explorerList = { KMD: 'http://www.kmdexplorer.ru', + OOT: 'http://explorer.utrum.io', MSHARK: 'http://MSHARK.explorer.supernet.org', REVS: 'http://revs.explorer.supernet.org', SUPERNET: 'http://SUPERNET.explorer.supernet.org', @@ -50,4 +51,4 @@ const explorerList = { FAIR: 'https://chain.fair.to/transaction?transaction=', }; -export default explorerList; \ No newline at end of file +export default explorerList;