Skip to content

Commit

Permalink
Update OpenSea API key
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelekol committed Sep 26, 2023
1 parent c602ebd commit aa896cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ android {
resValue "string", "providerCoinsJsonUrl", "https://raw.githubusercontent.com/horizontalsystems/cryptocurrencies/master/provider.coins.json"
resValue "string", "marketApiBaseUrl", "https://api-dev.blocksdecoded.com"
resValue "string", "marketApiKey", "IQf1uAjkthZp1i2pYzkXFDom"
resValue "string", "openSeaApiKey", "cc98f68d836b4c8c8ab8f894b6e2aae8"
resValue "string", "openSeaApiKey", "bfbd6061a33e455c8581b594774fecb3"
resValue "string", "walletConnectV2Key", "8b4f41c60880a3e3ad57d82fddb30568"
resValue "string", "solscanApiKey", "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjcmVhdGVkQXQiOjE2Nzk0NjQyMTQ4NDAsImVtYWlsIjoiaHJ6c3lzdGVtczEwMUBnbWFpbC5jb20iLCJhY3Rpb24iOiJ0b2tlbi1hcGkiLCJpYXQiOjE2Nzk0NjQyMTR9.BRM7J9RbDpHgd2oMAus00XfWOxTJgV2Tn2_chXZOdtk"
resValue "string", "trongridApiKey", "33374494-8060-447e-8367-90c5efd4ed95"
Expand Down Expand Up @@ -127,7 +127,7 @@ android {
resValue "string", "providerCoinsJsonUrl", "https://raw.githubusercontent.com/horizontalsystems/cryptocurrencies/v0.21/provider.coins.json"
resValue "string", "marketApiBaseUrl", "https://api.blocksdecoded.com"
resValue "string", "marketApiKey", "IQf1uAjkthZp1i2pYzkXFDom"
resValue "string", "openSeaApiKey", "cc98f68d836b4c8c8ab8f894b6e2aae8"
resValue "string", "openSeaApiKey", "bfbd6061a33e455c8581b594774fecb3"
resValue "string", "walletConnectV2Key", "0c5ca155c2f165a7d0c88686f2113a72"
resValue "string", "solscanApiKey", "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjcmVhdGVkQXQiOjE2Nzk0NjQxMTQ0ODUsImVtYWlsIjoiaHNkYW84ODg4QGdtYWlsLmNvbSIsImFjdGlvbiI6InRva2VuLWFwaSIsImlhdCI6MTY3OTQ2NDExNH0.91DUjjjYu86f1ZMMJ5cyJxIKTTw_srhI-vNgYaTCPUU"
resValue "string", "trongridApiKey", "8f5ae2c8-8012-42a8-b0ca-ffc2741f6a29"
Expand Down

0 comments on commit aa896cc

Please sign in to comment.