Skip to content

Commit

Permalink
add missing web-push config
Browse files Browse the repository at this point in the history
  • Loading branch information
ginesdt committed Oct 5, 2023
1 parent 0adfd28 commit ed59916
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/streamtide/ui/config.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
:symbol "AGOR"
:decimals 18}
:block-explorer-urls ["https://testnet.arbiscan.io/"]}
:notifiers {:web-push {:public-key "BGtkUrXx0vlsFpfmf8rDNqswKAlrSUQUE8xN4Jf6F3rtQCpbdR-vakwnUnhnVWYl1kdfUXzjfNini19ZyGVtaMM"}}
;:domain "TBD"
})

Expand All @@ -49,6 +50,7 @@
:symbol "ETH"
:decimals 18}
:block-explorer-urls ["https://explorer.arbitrum.io"]}
:notifiers {:web-push {:public-key "BGtkUrXx0vlsFpfmf8rDNqswKAlrSUQUE8xN4Jf6F3rtQCpbdR-vakwnUnhnVWYl1kdfUXzjfNini19ZyGVtaMM"}}
;:domain "TBD"
})

Expand Down

0 comments on commit ed59916

Please sign in to comment.