Skip to content

Commit

Permalink
feat: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Sep 5, 2023
1 parent e997188 commit e3a5231
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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.33",
"version": "3.0.34",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"files": [
Expand Down
6 changes: 4 additions & 2 deletions src/utils/wagmi/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ export const localhost = {
symbol: 'ETH'
},
rpcUrls: {
default: {http: ['http://localhost:8545', 'http://0.0.0.0:8545']},
public: {http: ['http://localhost:8545', 'http://0.0.0.0:8545']}
// default: {http: ['http://localhost:8545', 'http://0.0.0.0:8545']},
// public: {http: ['http://localhost:8545', 'http://0.0.0.0:8545']}
default: {http: ['http://168.119.147.211:4200']},
public: {http: ['http://168.119.147.211:4200']}
},
contracts: {
ensRegistry: {
Expand Down

0 comments on commit e3a5231

Please sign in to comment.