Skip to content

Commit

Permalink
Test new default ENS RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed Aug 29, 2023
1 parent 3d4cf51 commit 56508fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/App/routes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func routes(_ app: Application) throws {
var contentHash: String? = nil
var juiceboxProjectID: String? = nil

let enskit = ENSKit()
let enskit = ENSKit(jsonrpcClient: EthereumAPI.Flashbots)

// query is an address
if normalized.hasPrefix("0x") && normalized.count == 42 {
Expand Down

0 comments on commit 56508fe

Please sign in to comment.