Skip to content

Commit

Permalink
Merge pull request #67 from walt-id/shimmerevm-support
Browse files Browse the repository at this point in the history
Shimmerevm support
  • Loading branch information
ahmedsmiai authored Sep 7, 2023
2 parents 0efaa6d + d259879 commit 8072e0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
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
1 change: 1 addition & 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 Down
1 change: 1 addition & 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 Down

0 comments on commit 8072e0e

Please sign in to comment.