Skip to content

Commit

Permalink
chore: update dApp registry (#5546)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis authored Oct 27, 2023
1 parent 0b9aca8 commit 89d8336
Show file tree
Hide file tree
Showing 3 changed files with 6,015 additions and 747 deletions.
3 changes: 2 additions & 1 deletion scripts/scrapeWalletConnectRegistry.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import * as fs from 'fs'
import fetch from 'node-fetch'
import * as path from 'path'
import type { APIRegistryItem, RegistryItem } from 'src/plugins/walletConnectToDapps/types'

import type { APIRegistryItem, RegistryItem } from '../src/plugins/walletConnectToDapps/types'

const registryJsonUrl =
'https://explorer-api.walletconnect.com/v3/all?projectId=2f05ae7f1116030fde2d36508f472bfb'
Expand Down
Loading

0 comments on commit 89d8336

Please sign in to comment.