Skip to content

Commit

Permalink
feat: remove unused instance method
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosantangelo committed Feb 24, 2021
1 parent e0014bb commit 24c59e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/connectors/NetworkConnector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@ export class NetworkConnector extends BaseNetworkConnector {
constructor(chainId: ChainId) {
super({ urls: RPC_URLS, defaultChainId: chainId })
}

getURLs() {
return RPC_URLS
}
}

0 comments on commit 24c59e1

Please sign in to comment.