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