Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Rorcual-Nodes authored Nov 11, 2023
1 parent 482497d commit 64cf3de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/Data.elm
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ projectLogo =
, ( "Blend Protocol", "blend.png" )
, ( "Leap Wallet", "leap.svg" )
, ( "XDEFI Wallet", "xdefi.svg" )
, ( "Ignition", "fuzion.png" )
, ( "Quark", "quark.svg" )
]


Expand Down
5 changes: 2 additions & 3 deletions src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -624,9 +624,8 @@ update msg model =

GotValidators (Err error) ->
let
logs =
Debug.toString error

-- logs =
-- -- Debug.toString error
errorMessage =
case error of
Http.Timeout ->
Expand Down

0 comments on commit 64cf3de

Please sign in to comment.