We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7ee29 commit e4403d5Copy full SHA for e4403d5
1 file changed
src/utils/accessList.ts
@@ -49,7 +49,7 @@ export async function checkAddressOnAccessList(
49
oceanNode: OceanNode
50
): Promise<boolean> {
51
if (!access || access.length === 0) {
52
- return true
+ return false
53
}
54
const config = oceanNode.getConfig()
55
const { supportedNetworks } = config
0 commit comments