Skip to content

Commit

Permalink
Add The Block as the main example
Browse files Browse the repository at this point in the history
  • Loading branch information
martincik committed Jul 10, 2024
1 parent e60ac4c commit de74db4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions html-production/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ <h2>The shown widget is for demonstration purpose only</h2>
_acs_blink('init', {
element: document.getElementById('acs-blink'),
debug: true,
poolId: 'D9C7Yf5euSjpQ8Wo8XwJP7CWymm54oomeREkogiNf4yS',
poolName: "Coingecko",
poolName: "The Block",
poolId: 'Fxh4hDFHJuTfD3Eq4en36dTk8QvbsSMoTE5Y2hVX3qVt',
poolSlug: 'the-block',
});
</script>
</body>
Expand Down
3 changes: 2 additions & 1 deletion html-staging/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ <h2>The shown widget is for demonstration purpose only</h2>
_acs_blink('init', {
element: document.getElementById('acs-blink'),
debug: true,
poolId: '2hQSDVwJLbtwHzi3CKj8pmiQzLyfKZs5ZDhT1QZdHXv3',
poolId: 'Fxh4hDFHJuTfD3Eq4en36dTk8QvbsSMoTE5Y2hVX3qVt',
poolSlug: 'the-block',
poolName: "The Block",
});
</script>
Expand Down

0 comments on commit de74db4

Please sign in to comment.