alchemy-sdk
Advanced tools
Comparing version 3.4.2 to 3.4.3
@@ -9,2 +9,8 @@ # Changelog for Alchemy SDK for JavaScript | ||
## 3.4.3 | ||
### Minor Changes | ||
- Added networks for `SONEIUM` and `BERACHAIN`. Note that these are primarily for `CoreNamespace` methods. Not all namespaces will work with these networks. | ||
## 3.4.2 | ||
@@ -11,0 +17,0 @@ |
@@ -128,3 +128,5 @@ import { BlockTag, EventType, TransactionReceipt } from '@ethersproject/abstract-provider'; | ||
OPBNB_MAINNET = "opbnb-mainnet", | ||
OPBNB_TESTNET = "opbnb-testnet" | ||
OPBNB_TESTNET = "opbnb-testnet", | ||
BERACHAIN_BARTIO = "berachain-bartio", | ||
SONEIUM_MINATO = "soneium-minato" | ||
} | ||
@@ -131,0 +133,0 @@ /** Token Types for the `getTokenBalances()` endpoint. */ |
@@ -67,2 +67,4 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
"opbnb-testnet": string; | ||
"berachain-bartio": string; | ||
"soneium-minato": string; | ||
}; | ||
@@ -69,0 +71,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.4.2"; | ||
export declare const VERSION = "3.4.3"; |
@@ -6,3 +6,3 @@ 'use strict'; | ||
var utils = require('./api/utils'); | ||
var index = require('./index-cbcae8ec.js'); | ||
var index = require('./index-1ab4f447.js'); | ||
var bignumber = require('@ethersproject/bignumber'); | ||
@@ -9,0 +9,0 @@ require('axios'); |
@@ -128,3 +128,5 @@ import { BlockTag, EventType, TransactionReceipt } from '@ethersproject/abstract-provider'; | ||
OPBNB_MAINNET = "opbnb-mainnet", | ||
OPBNB_TESTNET = "opbnb-testnet" | ||
OPBNB_TESTNET = "opbnb-testnet", | ||
BERACHAIN_BARTIO = "berachain-bartio", | ||
SONEIUM_MINATO = "soneium-minato" | ||
} | ||
@@ -131,0 +133,0 @@ /** Token Types for the `getTokenBalances()` endpoint. */ |
@@ -67,2 +67,4 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
"opbnb-testnet": string; | ||
"berachain-bartio": string; | ||
"soneium-minato": string; | ||
}; | ||
@@ -69,0 +71,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.4.2"; | ||
export declare const VERSION = "3.4.3"; |
@@ -128,3 +128,5 @@ import { BlockTag, EventType, TransactionReceipt } from '@ethersproject/abstract-provider'; | ||
OPBNB_MAINNET = "opbnb-mainnet", | ||
OPBNB_TESTNET = "opbnb-testnet" | ||
OPBNB_TESTNET = "opbnb-testnet", | ||
BERACHAIN_BARTIO = "berachain-bartio", | ||
SONEIUM_MINATO = "soneium-minato" | ||
} | ||
@@ -131,0 +133,0 @@ /** Token Types for the `getTokenBalances()` endpoint. */ |
@@ -67,2 +67,4 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
"opbnb-testnet": string; | ||
"berachain-bartio": string; | ||
"soneium-minato": string; | ||
}; | ||
@@ -69,0 +71,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.4.2"; | ||
export declare const VERSION = "3.4.3"; |
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-9384ece8.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-51ea793f.js'; | ||
export { BigNumber } from '@ethersproject/bignumber'; | ||
@@ -5,0 +5,0 @@ import 'axios'; |
@@ -128,3 +128,5 @@ import { BlockTag, EventType, TransactionReceipt } from '@ethersproject/abstract-provider'; | ||
OPBNB_MAINNET = "opbnb-mainnet", | ||
OPBNB_TESTNET = "opbnb-testnet" | ||
OPBNB_TESTNET = "opbnb-testnet", | ||
BERACHAIN_BARTIO = "berachain-bartio", | ||
SONEIUM_MINATO = "soneium-minato" | ||
} | ||
@@ -131,0 +133,0 @@ /** Token Types for the `getTokenBalances()` endpoint. */ |
@@ -67,2 +67,4 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
"opbnb-testnet": string; | ||
"berachain-bartio": string; | ||
"soneium-minato": string; | ||
}; | ||
@@ -69,0 +71,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.4.2"; | ||
export declare const VERSION = "3.4.3"; |
@@ -128,3 +128,5 @@ import { BlockTag, EventType, TransactionReceipt } from '@ethersproject/abstract-provider'; | ||
OPBNB_MAINNET = "opbnb-mainnet", | ||
OPBNB_TESTNET = "opbnb-testnet" | ||
OPBNB_TESTNET = "opbnb-testnet", | ||
BERACHAIN_BARTIO = "berachain-bartio", | ||
SONEIUM_MINATO = "soneium-minato" | ||
} | ||
@@ -131,0 +133,0 @@ /** Token Types for the `getTokenBalances()` endpoint. */ |
@@ -67,2 +67,4 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
"opbnb-testnet": string; | ||
"berachain-bartio": string; | ||
"soneium-minato": string; | ||
}; | ||
@@ -69,0 +71,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.4.2"; | ||
export declare const VERSION = "3.4.3"; |
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-9384ece8.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-51ea793f.js'; | ||
export { BigNumber } from '@ethersproject/bignumber'; | ||
@@ -5,0 +5,0 @@ import 'axios'; |
@@ -128,3 +128,5 @@ import { BlockTag, EventType, TransactionReceipt } from '@ethersproject/abstract-provider'; | ||
OPBNB_MAINNET = "opbnb-mainnet", | ||
OPBNB_TESTNET = "opbnb-testnet" | ||
OPBNB_TESTNET = "opbnb-testnet", | ||
BERACHAIN_BARTIO = "berachain-bartio", | ||
SONEIUM_MINATO = "soneium-minato" | ||
} | ||
@@ -131,0 +133,0 @@ /** Token Types for the `getTokenBalances()` endpoint. */ |
@@ -67,2 +67,4 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
"opbnb-testnet": string; | ||
"berachain-bartio": string; | ||
"soneium-minato": string; | ||
}; | ||
@@ -69,0 +71,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.4.2"; | ||
export declare const VERSION = "3.4.3"; |
@@ -128,3 +128,5 @@ import { BlockTag, EventType, TransactionReceipt } from '@ethersproject/abstract-provider'; | ||
OPBNB_MAINNET = "opbnb-mainnet", | ||
OPBNB_TESTNET = "opbnb-testnet" | ||
OPBNB_TESTNET = "opbnb-testnet", | ||
BERACHAIN_BARTIO = "berachain-bartio", | ||
SONEIUM_MINATO = "soneium-minato" | ||
} | ||
@@ -131,0 +133,0 @@ /** Token Types for the `getTokenBalances()` endpoint. */ |
@@ -67,2 +67,4 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
"opbnb-testnet": string; | ||
"berachain-bartio": string; | ||
"soneium-minato": string; | ||
}; | ||
@@ -69,0 +71,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.4.2"; | ||
export declare const VERSION = "3.4.3"; |
{ | ||
"name": "alchemy-sdk", | ||
"version": "3.4.2", | ||
"version": "3.4.3", | ||
"description": "Extended Ethers.js SDK for Alchemy APIs", | ||
@@ -5,0 +5,0 @@ "author": "Alchemy", |
@@ -37,2 +37,4 @@ Alchemy SDK for Javascript | ||
- **OpBNB**: Mainnet, Testnet | ||
**Berachain**: Bartio | ||
**Soneium**: Minato | ||
@@ -39,0 +41,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
3903496
53676
405