Skip to content

Commit 17ad386

Browse files
Merge pull request #42 from credebl/indicio-mainnet-author-agreement
feat: Added the author agreement wallet version for indicio:mainnet
2 parents 2e2ceae + 3122781 commit 17ad386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cliAgent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export async function runRestAgent(restConfig: AriesRestConfig) {
179179

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

182-
if (ledgerConfig.indyNamespace === 'indicio:testnet') {
182+
if (ledgerConfig.indyNamespace === 'indicio:testnet' || ledgerConfig.indyNamespace === 'indicio:mainnet' ) {
183183
networkConfig.transactionAuthorAgreement = {
184184
version: '1.0',
185185
acceptanceMechanism: 'wallet_agreement',

0 commit comments

Comments
 (0)