Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/getsafle/safle-keyless-js i…
Browse files Browse the repository at this point in the history
…nto feature-UI2
  • Loading branch information
itsayushi committed Dec 27, 2023
2 parents 6838b22 + b524450 commit 6e54d19
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,8 @@

### 2.0.5 (2023-12-11)

* Build updates
* Build updates

### 2.0.6 (2023-12-22)

* Updated RPC URL's
6 changes: 3 additions & 3 deletions dist/networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const networks = {
chainId: "111",
},
mantle: {
nodeUrl: "http://rpc.mantle.xyz/",
nodeUrl: "https://rpc.ankr.com/mantle",
chainId: "5000",
},
mantletestnet: {
Expand Down Expand Up @@ -80,7 +80,7 @@ const networks = {
chainId: "137",
},
"80001": {
nodeUrl: "https://polygon-mumbai.infura.io/v3/814228beb1ff4d5991988329e57c349c",
nodeUrl: "https://polygon-mumbai.infura.io/v3/eff77f64ebfd4153b083c7867ccf115d",
chainId: "80001",
},
"10": {
Expand Down Expand Up @@ -108,7 +108,7 @@ const networks = {
chainId: "111",
},
"5000": {
nodeUrl: "http://rpc.mantle.xyz/",
nodeUrl: "https://rpc.ankr.com/mantle",
chainId: "5000",
},
"5001": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getsafle/safle-keyless-js",
"version": "2.0.5",
"version": "2.0.6",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 6e54d19

Please sign in to comment.