Skip to content

Commit

Permalink
Merge pull request #81 from Premian-Labs/fix/v3-abi-version-update
Browse files Browse the repository at this point in the history
Update version of abi
  • Loading branch information
froggiedev committed Dec 8, 2023
2 parents 1c79f51 + 3b705ed commit 3356c9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@premia/v3-sdk",
"version": "1.3.1",
"version": "1.3.2",
"description": "The official SDK for building applications on Premia V3.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@apollo/client": "^3.7.10",
"@premia/pair-lists": "^0.1.0",
"@premia/v3-abi": "^1.2.4",
"@premia/v3-abi": "^1.2.5",
"@typechain/ethers-v6": "^0.5.0",
"@types/sinon": "^10.0.14",
"@types/ws": "^8.5.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -703,10 +703,10 @@
resolved "https://registry.yarnpkg.com/@premia/pair-lists/-/pair-lists-0.1.0.tgz#4fd399211c2e22796073a98adbc4304e69acc167"
integrity sha512-qj1MrT6YCC4vNe4dBc19h1HX5ZbuejpZYSsE1oODf7s5QCKE+lADCJndqq6NwxuU8mRjJXHZOb+GEtgfImrCGA==

"@premia/v3-abi@^1.2.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@premia/v3-abi/-/v3-abi-1.2.4.tgz#924bfd4588ee66e6686960b8e58abd78b8b1784f"
integrity sha512-8yuJ1CZ/slri9Dz5G9Sszl25t5rpwc3O8ZNjzyZ1hXUNT3rJ01LeezFgqdW/myA+KcfesEknwwSPQNpUXo2W8Q==
"@premia/v3-abi@^1.2.5":
version "1.2.5"
resolved "https://registry.yarnpkg.com/@premia/v3-abi/-/v3-abi-1.2.5.tgz#e1487f3ce7d7ad8b609ea0e0cd7e77234ab54558"
integrity sha512-pSjE0jKq3W+kV8B1PODUg4wxKst8DAXAznENEY4caJkvCn88zJnrCEqZ8NNzggGMBoxybyumneIWQBn/3lS1hg==
dependencies:
ethers "^6.8.1"

Expand Down

0 comments on commit 3356c9e

Please sign in to comment.