Skip to content

Commit

Permalink
Merge pull request #45 from walt-id/43-adapt-multi-chain-configuratio…
Browse files Browse the repository at this point in the history
…n-in-the-deployment-file

adapt multi chain configuration in the deployment file
  • Loading branch information
khemiriwalid authored Mar 28, 2023
2 parents 6f66a85 + 3824ee0 commit e7188a4
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions k8s/deployment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,20 @@ data:
}
],
"nft_mappings": [
{
"scope": [ "award" ],
"claim": "awd",
"chain": "GHOSTNET",
"smartContractAddress": "KT1Rc59ukgW32e54aUdYqVzTM9gtHrA4JDYp",
"factorySmartContractAddress": "",
"trait": "award"
}
{
"scope": [ "award" ],
"claim": "awd",
"claimMappings": {
"EVM": {
"nftTokenConstraint": {
"chain": "POLYGON",
"smartContractAddress": "0x9bc4d80c7b77ecc7107eac3961cb1dd98930f2b2",
"factorySmartContractAddress": ""
},
"trait": "award"
}
}
}
],
"default_nft_token_claim": {
"ecosystems": [ "EVM", "TEZOS", "NEAR" ],
Expand Down

0 comments on commit e7188a4

Please sign in to comment.