From 8e83bfa0096a20eb2e7cf9b7ce65c7b3d695129b Mon Sep 17 00:00:00 2001 From: SDargarh Date: Fri, 22 Dec 2023 17:26:02 +0530 Subject: [PATCH] Updated RPC URL's --- CHANGELOG.md | 6 +++++- dist/networks.js | 36 ++++++++++++++++++------------------ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 26 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8189cef..ddc4f6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -86,4 +86,8 @@ ### 2.0.5 (2023-12-11) -* Build updates \ No newline at end of file +* Build updates + +### 2.0.6 (2023-12-22) + +* Updated RPC URL's \ No newline at end of file diff --git a/dist/networks.js b/dist/networks.js index 71186f1..bc2d1cb 100644 --- a/dist/networks.js +++ b/dist/networks.js @@ -12,35 +12,35 @@ function networkAdapter(network) { exports.networkAdapter = networkAdapter; const networks = { mainnet: { - nodeUrl: "https://mainnet.infura.io/v3/8faaf4fcbdcc4dd0bee8c87eb4b0315b", + nodeUrl: "https://mainnet.infura.io/v3/eff77f64ebfd4153b083c7867ccf115d", chainId: "1", }, goerlitestnet: { - nodeUrl: "https://goerli.infura.io/v3/8faaf4fcbdcc4dd0bee8c87eb4b0315b", + nodeUrl: "https://goerli.infura.io/v3/eff77f64ebfd4153b083c7867ccf115d", chainId: "420", }, polygonmainnet: { - nodeUrl: "https://polygon-mainnet.infura.io/v3/8faaf4fcbdcc4dd0bee8c87eb4b0315b", + nodeUrl: "https://polygon-mainnet.infura.io/v3/eff77f64ebfd4153b083c7867ccf115d", chainId: "137", }, mumbaitestnet: { - nodeUrl: "https://polygon-mumbai.infura.io/v3/814228beb1ff4d5991988329e57c349c", + nodeUrl: "https://polygon-mumbai.infura.io/v3/eff77f64ebfd4153b083c7867ccf115d", chainId: "80001", }, optimism: { - nodeUrl: "https://polygon-mainnet.infura.io/v3/8faaf4fcbdcc4dd0bee8c87eb4b0315b", + nodeUrl: "https://polygon-mainnet.infura.io/v3/eff77f64ebfd4153b083c7867ccf115d", chainId: "10", }, optimismtestnet: { - nodeUrl: "https://optimism-goerli.infura.io/v3/8faaf4fcbdcc4dd0bee8c87eb4b0315b", + nodeUrl: "https://optimism-goerli.infura.io/v3/eff77f64ebfd4153b083c7867ccf115d", chainId: "420", }, arbitrum: { - nodeUrl: "https://arbitrum-mainnet.infura.io/v3/8faaf4fcbdcc4dd0bee8c87eb4b0315b", + nodeUrl: "https://arbitrum-mainnet.infura.io/v3/eff77f64ebfd4153b083c7867ccf115d", chainId: "42161", }, arbitrumtestnet: { - nodeUrl: "https://arbitrum-goerli.infura.io/v3/8faaf4fcbdcc4dd0bee8c87eb4b0315b", + nodeUrl: "https://arbitrum-goerli.infura.io/v3/eff77f64ebfd4153b083c7867ccf115d", chainId: "421613", }, velas: { @@ -52,7 +52,7 @@ const networks = { chainId: "111", }, mantle: { - nodeUrl: "http://rpc.mantle.xyz/", + nodeUrl: "https://rpc.ankr.com/mantle", chainId: "5000", }, mantletestnet: { @@ -68,35 +68,35 @@ const networks = { chainId: "97", }, "1": { - nodeUrl: "https://mainnet.infura.io/v3/8faaf4fcbdcc4dd0bee8c87eb4b0315b", + nodeUrl: "https://mainnet.infura.io/v3/eff77f64ebfd4153b083c7867ccf115d", chainId: "1", }, "5": { - nodeUrl: "https://goerli.infura.io/v3/8faaf4fcbdcc4dd0bee8c87eb4b0315b", + nodeUrl: "https://goerli.infura.io/v3/eff77f64ebfd4153b083c7867ccf115d", chainId: "5", }, "137": { - nodeUrl: "https://polygon-mainnet.infura.io/v3/8faaf4fcbdcc4dd0bee8c87eb4b0315b", + nodeUrl: "https://polygon-mainnet.infura.io/v3/eff77f64ebfd4153b083c7867ccf115d", chainId: "137", }, "80001": { - nodeUrl: "https://polygon-mumbai.infura.io/v3/814228beb1ff4d5991988329e57c349c", + nodeUrl: "https://polygon-mumbai.infura.io/v3/eff77f64ebfd4153b083c7867ccf115d", chainId: "80001", }, "10": { - nodeUrl: "https://optimism-mainnet.infura.io/v3/8faaf4fcbdcc4dd0bee8c87eb4b0315b", + nodeUrl: "https://optimism-mainnet.infura.io/v3/eff77f64ebfd4153b083c7867ccf115d", chainId: "10", }, "420": { - nodeUrl: "https://optimism-goerli.infura.io/v3/8faaf4fcbdcc4dd0bee8c87eb4b0315b", + nodeUrl: "https://optimism-goerli.infura.io/v3/eff77f64ebfd4153b083c7867ccf115d", chainId: "420", }, "42161": { - nodeUrl: "https://arbitrum-mainnet.infura.io/v3/8faaf4fcbdcc4dd0bee8c87eb4b0315b", + nodeUrl: "https://arbitrum-mainnet.infura.io/v3/eff77f64ebfd4153b083c7867ccf115d", chainId: "42161", }, "421613": { - nodeUrl: "https://arbitrum-goerli.infura.io/v3/8faaf4fcbdcc4dd0bee8c87eb4b0315b", + nodeUrl: "https://arbitrum-goerli.infura.io/v3/eff77f64ebfd4153b083c7867ccf115d", chainId: "421613", }, "106": { @@ -108,7 +108,7 @@ const networks = { chainId: "111", }, "5000": { - nodeUrl: "http://rpc.mantle.xyz/", + nodeUrl: "https://rpc.ankr.com/mantle", chainId: "5000", }, "5001": { diff --git a/package-lock.json b/package-lock.json index 9e03dc4..773f1cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@getsafle/safle-keyless-js", - "version": "2.0.5", + "version": "2.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@getsafle/safle-keyless-js", - "version": "2.0.5", + "version": "2.0.6", "license": "ISC", "dependencies": { "ethereumjs-util": "^5.2.0", diff --git a/package.json b/package.json index 6c6372f..c7f1da8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@getsafle/safle-keyless-js", - "version": "2.0.5", + "version": "2.0.6", "description": "", "main": "dist/index.js", "scripts": {