Skip to content

Commit

Permalink
Merge pull request #82 from waves-exchange/release-1.1.6
Browse files Browse the repository at this point in the history
edit amplitude api token
  • Loading branch information
GIvanovWaves committed Nov 2, 2021
2 parents 759cafd + efd328f commit 0260afd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/provider-web-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/provider-web-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@waves.exchange/provider-web-ui",
"private": true,
"version": "1.1.5",
"version": "1.1.6",
"license": "MIT",
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-web-ui/src/handlers/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function getConnectHandler(
analytics.addApi({
apiToken:
state.networkByte === 87
? '1b7892a92d0e56a667df25583600fff3'
? 'e3b3df0d53b4cae5b75350d898132934'
: 'ca96b9de2a3dd00b62ec70f7ef6ffb3e',
libraryUrl: 'https://waves.exchange/amplitude.js',
initializeMethod: 'amplitudeInit',
Expand Down

0 comments on commit 0260afd

Please sign in to comment.