Skip to content

Commit

Permalink
Merge pull request #42 from credebl/indicio-mainnet-author-agreement
Browse files Browse the repository at this point in the history
feat: Added the author agreement wallet version for indicio:mainnet
  • Loading branch information
nishad-ayanworks authored Nov 24, 2023
2 parents 2e2ceae + 3122781 commit 17ad386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cliAgent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export async function runRestAgent(restConfig: AriesRestConfig) {

if (ledgerConfig.indyNamespace.includes('indicio')) {

if (ledgerConfig.indyNamespace === 'indicio:testnet') {
if (ledgerConfig.indyNamespace === 'indicio:testnet' || ledgerConfig.indyNamespace === 'indicio:mainnet' ) {
networkConfig.transactionAuthorAgreement = {
version: '1.0',
acceptanceMechanism: 'wallet_agreement',
Expand Down

0 comments on commit 17ad386

Please sign in to comment.