pull/169/head
Tim Pechersky 2021-08-24 19:06:18 +02:00
rodzic 901baaf298
commit ffd35a9749
1 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -442,9 +442,11 @@ const Welcome = () => {
mt={20} mt={20}
entry={{ entry={{
event_type: "ethereum_blockchain", event_type: "ethereum_blockchain",
from_address: "this is address from", event_data: {
to_address: "this is to address", from: "this is address from",
to: "this is to address",
hash: "this is hash", hash: "this is hash",
},
}} }}
showOnboardingTooltips={true} showOnboardingTooltips={true}
/> />