Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperBatata committed Oct 23, 2023
2 parents 0a478a8 + c7022df commit 90a0846
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
testImplementation("io.kotest:kotest-assertions-json:5.5.5")

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

// HTTP / Client: ktor
implementation("io.ktor:ktor-client-core:2.2.4")
Expand Down
2 changes: 1 addition & 1 deletion config/idp-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"collectionPath": "/public/exampleNFTCollection"
},
"ALGORAND": {
"chain": "TESTNET",
"chain": "ALGORAND_TESTNET",
"factorySmartContractAddress": "",
"smartContractAddress": "GYFVJLKGSWQDHFBHBLABUXYHHSU544RV3WH4ZCF3S6HONSDP73TK4VGY3Y",
"collectionPath": ""
Expand Down
8 changes: 8 additions & 0 deletions src/main/kotlin/id/walt/idp/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ import id.walt.webwallet.backend.context.WalletContextManager
fun main(args: Array<String>) {
ServiceMatrix("service-matrix.properties")
ServiceRegistry.registerService<ContextManager>(WalletContextManager)

System.out.println("------------------------------------------------------------\n")
System.out.println("------------------------------------------------------------\n")
System.out.println("------------------------------------------------------------\n")
System.out.println("------------------------------------------------------------\n")
System.out.println("------------------------------------------------------------\n")
System.out.println("------------------------------------------------------------\n")
System.out.println("------------------------------------------------------------\n")

IDPCmd().subcommands(
RunCmd(),
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/walt-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ providers:
moonbeam: "https://rpc.api.moonbeam.network"
unique: "https://rpc.unique.network"
opal: "https://rpc-opal.unique.network"
shimmerevm: "https://json-rpc.evm.testnet.shimmer.network"


privateKey: "bd4cb3e507f342ee3a710370cef39dda48f17b0a158b0b8dd3f000fbd5b2c2d9"
Expand All @@ -45,5 +46,7 @@ apiKeys:
nftstorage: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJkaWQ6ZXRocjoweDYwNDNEYThENjU2RTU3NTg2ZDk3MkM1ZDM5RUNENzI1NTNCM2Q1NjAiLCJpc3MiOiJuZnQtc3RvcmFnZSIsImlhdCI6MTY1NDYxNTQ2NjIwNCwibmFtZSI6Ik5GVCBLSVQifQ.PkMJpU3aJMQXqzq1nPnHJcWJR-32as3bQed3GBszMdg
"
subscan: ""
shimmerBlockExplorer: ""

tezosBackendServer: "http://localhost:4000"

3 changes: 3 additions & 0 deletions walt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ providers:
moonbeam: "https://rpc.api.moonbeam.network"
unique: "https://rpc.unique.network"
opal: "https://rpc-opal.unique.network"
shimmerevm: "https://json-rpc.evm.testnet.shimmer.network"

indexersUrl:
uniqueUrl: "https://api-unique.uniquescan.io/v1/graphql"
Expand All @@ -44,6 +45,8 @@ apiKeys:
nftstorage: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJkaWQ6ZXRocjoweDYwNDNEYThENjU2RTU3NTg2ZDk3MkM1ZDM5RUNENzI1NTNCM2Q1NjAiLCJpc3MiOiJuZnQtc3RvcmFnZSIsImlhdCI6MTY1NDYxNTQ2NjIwNCwibmFtZSI6Ik5GVCBLSVQifQ.PkMJpU3aJMQXqzq1nPnHJcWJR-32as3bQed3GBszMdg
"
subscan: ""
shimmerBlockExplorer: ""


tezosBackendServer: "http://localhost:3000"

0 comments on commit 90a0846

Please sign in to comment.