Skip to content

Commit

Permalink
Add support for Optimism network (#124)
Browse files Browse the repository at this point in the history
* Added Network config for Optimism

* updated etherspot contract package

* Added arbitrum network configs and updated sdk package version

* Update etherspot contract version

Co-authored-by: Naruto-22 <[email protected]>
Co-authored-by: riccardo <[email protected]>
  • Loading branch information
3 people authored May 17, 2022
1 parent 5665e4c commit 2eb62a3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 13 deletions.
12 changes: 12 additions & 0 deletions examples/package-lock.json

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

3 changes: 1 addition & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@
"13-transactions": "../node_modules/.bin/ts-node ./src/13-transactions",
"14-delayed-transactions": "../node_modules/.bin/ts-node ./src/14-delayed-transactions",
"15-topup-fuctions": "../node_modules/.bin/ts-node ./src/15-topup-fuctions"
},
"dependencies": {}
}
}
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etherspot",
"version": "1.32.1",
"version": "1.32.2",
"description": "Etherspot SDK",
"keywords": [
"ether",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@apollo/client": "3.4.0",
"@etherspot/contracts": "1.5.0",
"@etherspot/contracts": "1.5.1",
"@nerdwallet/apollo-cache-policies": "1.2.1",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
Expand Down

0 comments on commit 2eb62a3

Please sign in to comment.