Skip to content

Commit e4403d5

Browse files
committed
fix typo in accesslist
1 parent 2b7ee29 commit e4403d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/accessList.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export async function checkAddressOnAccessList(
4949
oceanNode: OceanNode
5050
): Promise<boolean> {
5151
if (!access || access.length === 0) {
52-
return true
52+
return false
5353
}
5454
const config = oceanNode.getConfig()
5555
const { supportedNetworks } = config

0 commit comments

Comments
 (0)