Skip to content

Commit

Permalink
Merge pull request #55 from walt-id/fix/package-versions
Browse files Browse the repository at this point in the history
fix package versions
  • Loading branch information
SuperBatata authored May 24, 2023
2 parents a151e94 + e6f45cd commit a8b32cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ dependencies {
implementation("com.github.ajalt.clikt:clikt:3.5.0")

// SSIKIT
implementation("id.walt:waltid-ssikit:1.SNAPSHOT")
implementation("id.walt:waltid-walletkit:0.7.0-SNAPSHOT")
implementation("id.walt:waltid-ssikit:1.2305121558.0")
implementation("id.walt:waltid-walletkit:1.2305151432.0")

// Service-Matrix
implementation("id.walt.servicematrix:WaltID-ServiceMatrix:1.1.3")

// NftKit
implementation("id.walt:waltid-nftkit:1.0.0")
//implementation("id.walt:waltid-nftkit:1.0.0")

// walt-siwe
implementation("id.walt:waltid-siwe:0.1.0-SNAPSHOT")
Expand All @@ -63,7 +63,7 @@ dependencies {
testImplementation("io.kotest:kotest-assertions-json:5.5.0")

// NftKit
implementation("id.walt:waltid-nftkit:1.2304191004.0")
implementation("id.walt:waltid-nftkit:1.2305230002.0")

// HTTP / Client: ktor
implementation("io.ktor:ktor-client-core:2.0.0")
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/walt-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ providers:
unique: "https://rpc.unique.network"
opal: "https://rpc-opal.unique.network"


privateKey: "bd4cb3e507f342ee3a710370cef39dda48f17b0a158b0b8dd3f000fbd5b2c2d9"

#privateKey: "a1fcab9b58015f452c9a89d4cde4807a80111ab27142730bfb96be936e576be1"
Expand Down
4 changes: 4 additions & 0 deletions walt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ providers:
unique: "https://rpc.unique.network"
opal: "https://rpc-opal.unique.network"

indexersUrl:
uniqueUrl: "https://api-unique.uniquescan.io/v1/graphql"
opalUrl: "https://api-opal.uniquescan.io/v1/graphql"

privateKey: "bd4cb3e507f342ee3a710370cef39dda48f17b0a158b0b8dd3f000fbd5b2c2d9"

#privateKey: "a1fcab9b58015f452c9a89d4cde4807a80111ab27142730bfb96be936e576be1"
Expand Down

0 comments on commit a8b32cd

Please sign in to comment.