-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use batch rpc provider and enumerate tokens in custody
- Loading branch information
1 parent
5da7051
commit 8ef20e9
Showing
4 changed files
with
74 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export * from './infura'; | ||
export * from './providers'; | ||
export * from './backend'; | ||
export * from './login'; |
1 change: 1 addition & 0 deletions
1
...ages/react-wallet/src/constants/infura.ts → ...s/react-wallet/src/constants/providers.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export const FLAIR_INFURA_PROJECT_ID = '21891c5f45de4147900a7539f5948dbf'; | ||
export const FLAIR_ALCHEMY_API_KEY = '5tDx1qwZ7sjP-_IxzVhV03PYx5pIbDov'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters