Skip to content

Commit

Permalink
Merge pull request #392 from aura-nw/dev
Browse files Browse the repository at this point in the history
fix chainId
  • Loading branch information
hoangndm3139 authored Jun 3, 2024
2 parents 101677e + 7c29f9b commit df57763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export function getMChainsConfig(): Promise<MChainInfo[]> {
// 'SPENDING_LIMIT',
],
coinConfig: e?.coinConfig || [],
indexerDb: e.indexerDb
indexerDb: e?.indexerDb
}
},
)
Expand Down

0 comments on commit df57763

Please sign in to comment.