Skip to content

Commit

Permalink
feat: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Jun 26, 2023
1 parent 26af1f4 commit b1782dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/web-lib/contexts/useSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {getRPC, replaceEnvRPCURI} from '@yearn-finance/web-lib/utils/web3/provid
import type {TSettingsBase, TSettingsBaseOptions, TSettingsContext, TSettingsContextApp, TSettingsOptions} from '@yearn-finance/web-lib/types/contexts';

const defaultSettings = {
yDaemonBaseURI: 'https://ydaemon.yearn.finance',
yDaemonBaseURI: 'https://ydaemon.ycorpo.com',
metaBaseURI: 'https://meta.yearn.finance',
apiBaseURI: 'https://api.yearn.finance'
};
Expand Down
2 changes: 1 addition & 1 deletion packages/web-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yearn-finance/web-lib",
"version": "0.20.77",
"version": "0.20.78",
"files": [
"."
],
Expand Down

0 comments on commit b1782dd

Please sign in to comment.