Skip to content

Commit

Permalink
build: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Jan 12, 2024
1 parent 4105255 commit e2e9cbe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yearn-finance/web-lib",
"version": "3.0.103",
"version": "3.0.104",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/ImageWithFallback.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {useState} from 'react';
import Image from 'next/image.js';
import {Image} from 'next/dist/client/image-component';
import {useUpdateEffect} from '@react-hookz/web';

import {cl} from '../utils/cl.js';
Expand Down
3 changes: 0 additions & 3 deletions src/utils/wagmi/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,6 @@ function initIndexedWagmiChains(): TNDict<TExtendedChain> {
zapEthContract: zapEthContractAddress[extendedChain.id],
wrappedToken: wrappedChainTokens[extendedChain.id]
};
if (!process.env.JSON_RPC_URL?.[extendedChain.id]) {
console.warn(`Chain ${extendedChain.name} (${extendedChain.id}) does not have a default RPC URL set.`);
}
extendedChain.defaultRPC =
process.env.JSON_RPC_URL?.[extendedChain.id] || extendedChain?.rpcUrls?.public?.http?.[0] || '';
extendedChain.defaultBlockExplorer =
Expand Down

0 comments on commit e2e9cbe

Please sign in to comment.