diff --git a/package.json b/package.json index fe00e882..23168391 100755 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/src/utils/wagmi/networks.ts b/src/utils/wagmi/networks.ts index a528bb32..a96a2bed 100644 --- a/src/utils/wagmi/networks.ts +++ b/src/utils/wagmi/networks.ts @@ -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: {