nft-openaction-kit
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -40,8 +40,4 @@ import { Chain } from 'viem'; | ||
type ChainConfig = { | ||
openActionContractAddress: string; | ||
lensHubProxyAddress: string; | ||
collectActionContractAddress: string; | ||
simpleCollectModuleContractAddress: string; | ||
decentOpenActionContractAddress: string; | ||
wMatic: string; | ||
}; | ||
@@ -48,0 +44,0 @@ type Token = { |
{ | ||
"name": "nft-openaction-kit", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Seamless integration of NFT platforms into the Lens protocol by enabling automatic detection and handling of NFT links within Lens publications.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -51,2 +51,3 @@ # nft-openaction-kit | ||
RARIBLE_API_KEY=api-key | ||
OPENSEA_API_KEY=api-key | ||
``` | ||
@@ -57,3 +58,3 @@ | ||
```js | ||
import { NFTOpenActionKit } from "nft-openaction-kit"; | ||
import { NftOpenActionKit } from "nft-openaction-kit"; | ||
@@ -94,3 +95,3 @@ const nftOpenActionKit = new NftOpenActionKit({ | ||
const result: ActionData = await nftOpenActionKit.actionDataFromPost( | ||
post, | ||
publication, | ||
profileId, | ||
@@ -97,0 +98,0 @@ senderAddress, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
178
1633095
22910