Skip to content

Commit 69bb99b

Browse files
committed
fix: use dedicated api key for web requests
1 parent 8bfcf8c commit 69bb99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AllowanceLister.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const eventABI = [
2929
]
3030

3131
const client = createDfuseClient({
32-
apiKey: 'server_217e99c3f906df80430c3c5f4366c8d0',
32+
apiKey: 'web_085aeaac9c520204b1a9dcaa357e5460',
3333
network: 'mainnet.eth.dfuse.io',
3434
})
3535
const searchTransactions = `query ($query: String! $limit: Int64! $cursor: String) {

0 commit comments

Comments
 (0)