@venusprotocol/chains 0.13.1 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.d.mts +1 -2
- package/build/index.mjs +1 -2
- package/package.json +1 -1
package/build/index.d.mts
CHANGED
|
@@ -79,7 +79,6 @@ declare const MS_PER_DAY: number;
|
|
|
79
79
|
declare const viemChains: Record<ChainId, Chain$1>;
|
|
80
80
|
//#endregion
|
|
81
81
|
//#region src/chains/chainMetadata/index.d.ts
|
|
82
|
-
declare const opBnbTestnetFourierForkTimestamp: Date;
|
|
83
82
|
declare const chains: Record<ChainId, Chain>;
|
|
84
83
|
//#endregion
|
|
85
84
|
//#region src/tokens/underlyingTokens/index.d.ts
|
|
@@ -124,4 +123,4 @@ declare const getBlockTimeByChainId: ({
|
|
|
124
123
|
blocksPerDay: number;
|
|
125
124
|
} | undefined;
|
|
126
125
|
//#endregion
|
|
127
|
-
export { Chain, ChainId, GetTokenInput, Hardfork, IMAGES_DIR_NAME, IMAGES_DIR_PATH, MS_PER_DAY, MainnetChainId, NATIVE_TOKEN_ADDRESS, TestnetChainId, Token, VToken, bnb, chains, eth, getBlockTimeByChainId, getRpcUrls, getToken,
|
|
126
|
+
export { Chain, ChainId, GetTokenInput, Hardfork, IMAGES_DIR_NAME, IMAGES_DIR_PATH, MS_PER_DAY, MainnetChainId, NATIVE_TOKEN_ADDRESS, TestnetChainId, Token, VToken, bnb, chains, eth, getBlockTimeByChainId, getRpcUrls, getToken, tokens, vTokens, viemChains };
|
package/build/index.mjs
CHANGED
|
@@ -4256,7 +4256,6 @@ const bnb = {
|
|
|
4256
4256
|
|
|
4257
4257
|
//#endregion
|
|
4258
4258
|
//#region src/chains/chainMetadata/index.ts
|
|
4259
|
-
const opBnbTestnetFourierForkTimestamp = /* @__PURE__ */ new Date("2025-11-06T03:00:00Z");
|
|
4260
4259
|
const chains = {
|
|
4261
4260
|
[ChainId.BSC_MAINNET]: {
|
|
4262
4261
|
name: "BNB Chain",
|
|
@@ -8427,4 +8426,4 @@ const getBlockTimeByChainId = ({ chainId, targetTimestamp = (/* @__PURE__ */ new
|
|
|
8427
8426
|
};
|
|
8428
8427
|
|
|
8429
8428
|
//#endregion
|
|
8430
|
-
export { ChainId, IMAGES_DIR_NAME, IMAGES_DIR_PATH, MS_PER_DAY, MainnetChainId, NATIVE_TOKEN_ADDRESS, TestnetChainId, bnb, chains, eth, getBlockTimeByChainId, getRpcUrls, getToken,
|
|
8429
|
+
export { ChainId, IMAGES_DIR_NAME, IMAGES_DIR_PATH, MS_PER_DAY, MainnetChainId, NATIVE_TOKEN_ADDRESS, TestnetChainId, bnb, chains, eth, getBlockTimeByChainId, getRpcUrls, getToken, tokens, vTokens, viemChains };
|