-
Notifications
You must be signed in to change notification settings - Fork 23
Gateway check #97
Copy link
Copy link
Closed
Description
Though we can't tell now by the Bee API whether the target is gateway node or not, but we cannot keep the gateway checking like this:
Lines 22 to 24 in 672bd66
| export function isGateway(url: string): boolean { | |
| return url.includes('gateway.ethswarm.org') | |
| } |
Reactions are currently unavailable