-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from LinkdropHQ/2.1.15_branch
2.1.15 branch
- Loading branch information
Showing
9 changed files
with
883 additions
and
12,612 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,8 @@ Currently, Linkdrop supports the following networks: | |
- Ethereum Mainnet | ||
- Polygon Mainnet | ||
- Basic Mainnet | ||
|
||
Testnets: | ||
- Goerli (Ethereum testnet) | ||
- Mumbai (Polygon testnet) | ||
- Basic Goerli (Basic testnet) | ||
- X Layer Mainnet | ||
- Immutable Zkevm | ||
|
||
We can add support of any EVM-based chain by request. Please contact us If you need to use Linkdrop on other networks. | ||
|
||
|
@@ -28,13 +25,8 @@ import LinkdropBatchSDK from 'linkdrop-batch-sdk' | |
// or | ||
// const LinkdropBatchSDK = require('linkdrop-batch-sdk').default | ||
``` | ||
To use SDK on a tesnet: | ||
```ts | ||
// initializing Linkdrop SDK on a testnet (Goerli or Mumbai) | ||
const apiKey = /* to request an API key, please contact us at [email protected] */ | ||
const sdk = new LinkdropBatchSDK({ mode: 'testnets', apiKey }); | ||
``` | ||
To use SDK on a production network (Ethereum Mainnet or Polygon): | ||
|
||
To use SDK on a production network (Ethereum Mainnet, Polygon, Base, X Layer, Immutable Zkevm): | ||
```ts | ||
// initializing Linkdrop SDK on a production network | ||
const apiKey = /* to request an API key, please contact us at [email protected] */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.