Skip to content

Commit

Permalink
Remove second condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariacarmina committed Dec 4, 2024
1 parent 471be58 commit 65ff925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/ConfigHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export class ConfigHelper {
config.sdk = 'evm'
}
}
if ('accessListFactory' in contractAddressesConfig && config.sdk === 'oasis') {
if ('accessListFactory' in contractAddressesConfig) {
config.accessListFactory = contractAddressesConfig.accessListFactory
}

Expand Down

0 comments on commit 65ff925

Please sign in to comment.