Skip to content

Commit

Permalink
Add Smartpass handling (#3275)
Browse files Browse the repository at this point in the history
* Update Android deeplink debug key
* Update code to add smartpass and handle TokenScript for EAS Attestations
* Update controller
* Update libraries & token
  • Loading branch information
JamesSmartCell authored Aug 27, 2023
1 parent 1ca0695 commit ea5bc7f
Show file tree
Hide file tree
Showing 80 changed files with 2,009 additions and 1,119 deletions.
7 changes: 3 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.3.0'
androidTestImplementation 'androidx.browser:browser:1.4.0'

implementation 'com.trustwallet:wallet-core:2.6.4'
implementation 'com.trustwallet:wallet-core:2.6.16'

implementation 'com.github.florent37:TutoShowcase:d8b91be8a2'

Expand All @@ -366,11 +366,10 @@ dependencies {
implementation 'com.jakewharton.timber:timber:5.0.1'

implementation platform('com.walletconnect:android-bom:1.13.1')
implementation('com.walletconnect:web3wallet:1.10.0', {
implementation("com.walletconnect:android-core", {
exclude group: 'org.web3j', module: '*'
})

implementation('com.walletconnect:android-core:1.18.0', {
implementation("com.walletconnect:web3wallet", {
exclude group: 'org.web3j', module: '*'
})

Expand Down
Loading

0 comments on commit ea5bc7f

Please sign in to comment.