Skip to content

Commit

Permalink
[C-324] Migrate solana service to typescript (#3563)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers authored Jul 28, 2022
1 parent d70bdb9 commit 0db89c5
Show file tree
Hide file tree
Showing 26 changed files with 1,079 additions and 1,064 deletions.
1 change: 1 addition & 0 deletions libs/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@typescript-eslint/space-before-function-paren": "off",
"@typescript-eslint/indent": "off",
"@typescript-eslint/quotes": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/consistent-type-definitions": "off",
"comma-dangle": "off",
"mocha/no-mocha-arrows": "off",
Expand Down
2 changes: 1 addition & 1 deletion libs/src/api/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type { EthWeb3Manager } from '../services/ethWeb3Manager'
import type { Hedgehog } from '../services/hedgehog'
import type { IdentityService } from '../services/identity'
import type { SolanaAudiusData } from '../services/solanaAudiusData'
import type SolanaWeb3Manager from '../services/solanaWeb3Manager'
import type { SolanaWeb3Manager } from '../services/solana'
import type { Web3Manager } from '../services/web3Manager'
import type { UserStateManager } from '../userStateManager'
import type { Captcha } from '../utils'
Expand Down
Loading

0 comments on commit 0db89c5

Please sign in to comment.