Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
fproulx-dfuse authored Aug 29, 2019
1 parent dac1742 commit 9c67f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Config } from "./config"
import "./index.css"

// Make sure to get your own API key at https://dfuse.io -- this test key will only work for one hour
const dfuseClient = createDfuseClient({ network: "kylin", apiKey: "web_24415c0a0b108b4096a8640234aa5303" })
const dfuseClient = createDfuseClient({ network: "kylin", apiKey: "web_ddaf4dcba8fd11d0f52566a27b4ffc1e" })

const wsLink = new WebSocketLink({
uri: `wss://kylin.eos.dfuse.io/graphql`,
Expand Down

0 comments on commit 9c67f8e

Please sign in to comment.