alchemy-sdk
Advanced tools
Comparing version 3.4.3 to 3.4.4
@@ -9,2 +9,8 @@ # Changelog for Alchemy SDK for JavaScript | ||
## 3.4.4 | ||
### Minor Changes | ||
- Added networks for `WORLDCHAIN`. | ||
## 3.4.3 | ||
@@ -11,0 +17,0 @@ |
@@ -130,3 +130,5 @@ import { BlockTag, EventType, TransactionReceipt } from '@ethersproject/abstract-provider'; | ||
BERACHAIN_BARTIO = "berachain-bartio", | ||
SONEIUM_MINATO = "soneium-minato" | ||
SONEIUM_MINATO = "soneium-minato", | ||
WORLDCHAIN_MAINNET = "worldchain-mainnet", | ||
WORLDCHAIN_SEPOLIA = "worldchain-sepolia" | ||
} | ||
@@ -133,0 +135,0 @@ /** Token Types for the `getTokenBalances()` endpoint. */ |
@@ -69,2 +69,4 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
"soneium-minato": string; | ||
"worldchain-mainnet": string; | ||
"worldchain-sepolia": string; | ||
}; | ||
@@ -71,0 +73,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.4.3"; | ||
export declare const VERSION = "3.4.4"; |
@@ -6,3 +6,3 @@ 'use strict'; | ||
var utils = require('./api/utils'); | ||
var index = require('./index-1ab4f447.js'); | ||
var index = require('./index-148657da.js'); | ||
var bignumber = require('@ethersproject/bignumber'); | ||
@@ -9,0 +9,0 @@ require('axios'); |
@@ -130,3 +130,5 @@ import { BlockTag, EventType, TransactionReceipt } from '@ethersproject/abstract-provider'; | ||
BERACHAIN_BARTIO = "berachain-bartio", | ||
SONEIUM_MINATO = "soneium-minato" | ||
SONEIUM_MINATO = "soneium-minato", | ||
WORLDCHAIN_MAINNET = "worldchain-mainnet", | ||
WORLDCHAIN_SEPOLIA = "worldchain-sepolia" | ||
} | ||
@@ -133,0 +135,0 @@ /** Token Types for the `getTokenBalances()` endpoint. */ |
@@ -69,2 +69,4 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
"soneium-minato": string; | ||
"worldchain-mainnet": string; | ||
"worldchain-sepolia": string; | ||
}; | ||
@@ -71,0 +73,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.4.3"; | ||
export declare const VERSION = "3.4.4"; |
@@ -130,3 +130,5 @@ import { BlockTag, EventType, TransactionReceipt } from '@ethersproject/abstract-provider'; | ||
BERACHAIN_BARTIO = "berachain-bartio", | ||
SONEIUM_MINATO = "soneium-minato" | ||
SONEIUM_MINATO = "soneium-minato", | ||
WORLDCHAIN_MAINNET = "worldchain-mainnet", | ||
WORLDCHAIN_SEPOLIA = "worldchain-sepolia" | ||
} | ||
@@ -133,0 +135,0 @@ /** Token Types for the `getTokenBalances()` endpoint. */ |
@@ -69,2 +69,4 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
"soneium-minato": string; | ||
"worldchain-mainnet": string; | ||
"worldchain-sepolia": string; | ||
}; | ||
@@ -71,0 +73,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.4.3"; | ||
export declare const VERSION = "3.4.4"; |
import * as utils from './api/utils'; | ||
export { utils as Utils }; | ||
export { m as Alchemy, j as AlchemySubscription, r as AssetTransfersCategory, H as CommitmentLevel, o as Contract, p as ContractFactory, y as DebugCallType, J as DebugTracerType, x as DecodingAuthority, z as GasOptimizedTransactionStatus, G as GetTransfersForOwnerTransferType, N as Network, X as NftCollectionMarketplace, M as NftFilters, P as NftOrdering, U as NftRefreshState, Q as NftSaleMarketplace, R as NftSaleTakerType, L as NftSpamClassification, K as NftTokenType, O as OpenSeaSafelistRequestStatus, u as SimulateAssetType, w as SimulateChangeType, S as SortingOrder, T as TokenBalanceType, W as Wallet, F as WebhookType, B as WebhookVersion, f as fromHex, q as isHex, s as setLogLevel, t as toHex } from './index-51ea793f.js'; | ||
export { m as Alchemy, j as AlchemySubscription, r as AssetTransfersCategory, H as CommitmentLevel, o as Contract, p as ContractFactory, y as DebugCallType, J as DebugTracerType, x as DecodingAuthority, z as GasOptimizedTransactionStatus, G as GetTransfersForOwnerTransferType, N as Network, X as NftCollectionMarketplace, M as NftFilters, P as NftOrdering, U as NftRefreshState, Q as NftSaleMarketplace, R as NftSaleTakerType, L as NftSpamClassification, K as NftTokenType, O as OpenSeaSafelistRequestStatus, u as SimulateAssetType, w as SimulateChangeType, S as SortingOrder, T as TokenBalanceType, W as Wallet, F as WebhookType, B as WebhookVersion, f as fromHex, q as isHex, s as setLogLevel, t as toHex } from './index-75e98a97.js'; | ||
export { BigNumber } from '@ethersproject/bignumber'; | ||
@@ -5,0 +5,0 @@ import 'axios'; |
@@ -130,3 +130,5 @@ import { BlockTag, EventType, TransactionReceipt } from '@ethersproject/abstract-provider'; | ||
BERACHAIN_BARTIO = "berachain-bartio", | ||
SONEIUM_MINATO = "soneium-minato" | ||
SONEIUM_MINATO = "soneium-minato", | ||
WORLDCHAIN_MAINNET = "worldchain-mainnet", | ||
WORLDCHAIN_SEPOLIA = "worldchain-sepolia" | ||
} | ||
@@ -133,0 +135,0 @@ /** Token Types for the `getTokenBalances()` endpoint. */ |
@@ -69,2 +69,4 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
"soneium-minato": string; | ||
"worldchain-mainnet": string; | ||
"worldchain-sepolia": string; | ||
}; | ||
@@ -71,0 +73,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.4.3"; | ||
export declare const VERSION = "3.4.4"; |
@@ -130,3 +130,5 @@ import { BlockTag, EventType, TransactionReceipt } from '@ethersproject/abstract-provider'; | ||
BERACHAIN_BARTIO = "berachain-bartio", | ||
SONEIUM_MINATO = "soneium-minato" | ||
SONEIUM_MINATO = "soneium-minato", | ||
WORLDCHAIN_MAINNET = "worldchain-mainnet", | ||
WORLDCHAIN_SEPOLIA = "worldchain-sepolia" | ||
} | ||
@@ -133,0 +135,0 @@ /** Token Types for the `getTokenBalances()` endpoint. */ |
@@ -69,2 +69,4 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
"soneium-minato": string; | ||
"worldchain-mainnet": string; | ||
"worldchain-sepolia": string; | ||
}; | ||
@@ -71,0 +73,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.4.3"; | ||
export declare const VERSION = "3.4.4"; |
import * as utils from './api/utils'; | ||
export { utils as Utils }; | ||
export { m as Alchemy, j as AlchemySubscription, r as AssetTransfersCategory, H as CommitmentLevel, o as Contract, p as ContractFactory, y as DebugCallType, J as DebugTracerType, x as DecodingAuthority, z as GasOptimizedTransactionStatus, G as GetTransfersForOwnerTransferType, N as Network, X as NftCollectionMarketplace, M as NftFilters, P as NftOrdering, U as NftRefreshState, Q as NftSaleMarketplace, R as NftSaleTakerType, L as NftSpamClassification, K as NftTokenType, O as OpenSeaSafelistRequestStatus, u as SimulateAssetType, w as SimulateChangeType, S as SortingOrder, T as TokenBalanceType, W as Wallet, F as WebhookType, B as WebhookVersion, f as fromHex, q as isHex, s as setLogLevel, t as toHex } from './index-51ea793f.js'; | ||
export { m as Alchemy, j as AlchemySubscription, r as AssetTransfersCategory, H as CommitmentLevel, o as Contract, p as ContractFactory, y as DebugCallType, J as DebugTracerType, x as DecodingAuthority, z as GasOptimizedTransactionStatus, G as GetTransfersForOwnerTransferType, N as Network, X as NftCollectionMarketplace, M as NftFilters, P as NftOrdering, U as NftRefreshState, Q as NftSaleMarketplace, R as NftSaleTakerType, L as NftSpamClassification, K as NftTokenType, O as OpenSeaSafelistRequestStatus, u as SimulateAssetType, w as SimulateChangeType, S as SortingOrder, T as TokenBalanceType, W as Wallet, F as WebhookType, B as WebhookVersion, f as fromHex, q as isHex, s as setLogLevel, t as toHex } from './index-75e98a97.js'; | ||
export { BigNumber } from '@ethersproject/bignumber'; | ||
@@ -5,0 +5,0 @@ import 'axios'; |
@@ -130,3 +130,5 @@ import { BlockTag, EventType, TransactionReceipt } from '@ethersproject/abstract-provider'; | ||
BERACHAIN_BARTIO = "berachain-bartio", | ||
SONEIUM_MINATO = "soneium-minato" | ||
SONEIUM_MINATO = "soneium-minato", | ||
WORLDCHAIN_MAINNET = "worldchain-mainnet", | ||
WORLDCHAIN_SEPOLIA = "worldchain-sepolia" | ||
} | ||
@@ -133,0 +135,0 @@ /** Token Types for the `getTokenBalances()` endpoint. */ |
@@ -69,2 +69,4 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
"soneium-minato": string; | ||
"worldchain-mainnet": string; | ||
"worldchain-sepolia": string; | ||
}; | ||
@@ -71,0 +73,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.4.3"; | ||
export declare const VERSION = "3.4.4"; |
@@ -130,3 +130,5 @@ import { BlockTag, EventType, TransactionReceipt } from '@ethersproject/abstract-provider'; | ||
BERACHAIN_BARTIO = "berachain-bartio", | ||
SONEIUM_MINATO = "soneium-minato" | ||
SONEIUM_MINATO = "soneium-minato", | ||
WORLDCHAIN_MAINNET = "worldchain-mainnet", | ||
WORLDCHAIN_SEPOLIA = "worldchain-sepolia" | ||
} | ||
@@ -133,0 +135,0 @@ /** Token Types for the `getTokenBalances()` endpoint. */ |
@@ -69,2 +69,4 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
"soneium-minato": string; | ||
"worldchain-mainnet": string; | ||
"worldchain-sepolia": string; | ||
}; | ||
@@ -71,0 +73,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.4.3"; | ||
export declare const VERSION = "3.4.4"; |
{ | ||
"name": "alchemy-sdk", | ||
"version": "3.4.3", | ||
"version": "3.4.4", | ||
"description": "Extended Ethers.js SDK for Alchemy APIs", | ||
@@ -5,0 +5,0 @@ "author": "Alchemy", |
@@ -39,2 +39,3 @@ Alchemy SDK for Javascript | ||
**Soneium**: Minato | ||
**Worldchain**: Mainnet, Sepolia | ||
@@ -41,0 +42,0 @@ You can find per-method documentation of the Alchemy SDK endpoints at the [Alchemy Docs linked in the sidebar](https://docs.alchemy.com/reference/alchemy-sdk-quickstart). |
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
3908264
53740
406
52346
63
6
0