fix etherscan links for collectibles

This commit is contained in:
Flavio Fraschetti 2024-05-10 18:36:58 +01:00
parent 037e71bc03
commit a73853e9b1
No known key found for this signature in database
GPG Key ID: 0E0ED29D2B1E149E
1 changed files with 10 additions and 4 deletions

View File

@ -103,8 +103,11 @@
:on-press #(rf/dispatch
[:show-bottom-sheet
{:content (fn [] [options-drawer/view
{:name collectible-name
:image preview-uri}])
{:name collectible-name
:image preview-uri
:chain-id chain-id
:address
contract-address}])
:theme theme}])}]
:picture preview-uri}}
[rn/view {:style style/container}
@ -126,8 +129,11 @@
{:content
(fn []
[options-drawer/view
{:name collectible-name
:image preview-uri}])}])}])))}]
{:name collectible-name
:image preview-uri
:chain-id chain-id
:address
contract-address}])}])}])))}]
[header collectible-name collection-name collection-image]
[cta-buttons
{:chain-id chain-id