-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #357 from Once-Upon/feature/ou-2324-update-the-dis…
…tribute-boombox-contextualization-to-pull-the Update the distribute boombox contextualization to pull the
- Loading branch information
Showing
4 changed files
with
30,423 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
import boomBoxAbi from './abis/Boombox'; | ||
|
||
export const EVENT_DISTRIBUTE_TOPIC = | ||
'0xa2283f96c6cf6736105c157e7e65bcdcb93a7d00384d129da2c964566b17c9a0'; | ||
export const BOOMBOX_ARTIST_SPOTIFY_LINK = 'https://open.spotify.com/artist'; | ||
export const BOOMBOX_ABI = boomBoxAbi; |
Oops, something went wrong.