Skip to content

Commit

Permalink
Updating embed with new hash
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Aug 15, 2019
1 parent 672d4ce commit 11bbe09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cleanContextForImports()
// eslint-disable-next-line no-unused-vars
// window.Web3 = Web3

const iframeIntegrity = 'sha384-Vb3FLwTGGxk5vC+XhA4J0NoeaPUt1TnvE+422mMhqh5d8cbiHJVKM/judK8H8QMS'
const iframeIntegrity = 'sha384-wqP/6cbQLNWAPqh5HGdPNuNdrEfTbiF/YKWF+3+ofAoK+r6a7cSgoxV69MN5IPk9'

restoreContextAfterImports()

Expand Down Expand Up @@ -48,7 +48,7 @@ class Torus {
logLevel = 'debug'
break
default:
torusUrl = 'https://app.tor.us/v0.0.20'
torusUrl = 'https://app.tor.us/v0.0.21'
logLevel = 'error'
break
}
Expand Down

0 comments on commit 11bbe09

Please sign in to comment.