Skip to content

Commit

Permalink
Add DYT eth contracts and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmpa committed Feb 27, 2021
1 parent 3e75324 commit 9a1495d
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 2 deletions.
Binary file added Assets/Resources/Tokens/DYT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 92 additions & 0 deletions Assets/Resources/Tokens/DYT.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Assets/Scripts/Wallet/AccountManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1043,11 +1043,11 @@ public string GetEthereumContract(string symbol)
switch (Settings.ethereumNetwork)
{
case EthereumNetwork.Main_Net:
_return_value = "";
_return_value = "740623d2c797b7D8D1EcB98e9b4Afcf99Ec31E14";
break;

case EthereumNetwork.Ropsten:
_return_value = "";
_return_value = "e7018AcAd667012D50eDB363eFfa4f2f56C6A0b0";
break;

case EthereumNetwork.Local_Net:
Expand Down

0 comments on commit 9a1495d

Please sign in to comment.