Skip to content

Commit

Permalink
put ethers and viem as peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Sep 7, 2023
1 parent 0fec36e commit a8d1696
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"@moonbeam-network/xcm-config": "1.2.0",
"@moonbeam-network/xcm-types": "1.0.1",
"@moonbeam-network/xcm-utils": "1.0.2",
"big.js": "^6.2.1",
"ethers": "^5.7.2",
"viem": "^1.10.3"
"big.js": "^6.2.1"
},
"peerDependencies": {
"@polkadot/api": "^10.9.1",
"@polkadot/api-augment": "^10.9.1",
"@polkadot/types": "^10.9.1",
"@polkadot/util": "^12.3.2"
"@polkadot/util": "^12.3.2",
"ethers": "^5.7.2",
"viem": "^1.10.3"
}
}

0 comments on commit a8d1696

Please sign in to comment.