@venusprotocol/chains 0.18.0 → 0.19.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 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 bnbChainMainnetFermiUpgradeTimestampMs: number;
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, bnbChainMainnetFermiUpgradeTimestampMs, chains, eth, getBlockTimeByChainId, getRpcUrls, getToken, tokens, vTokens, viemChains };
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
@@ -4261,7 +4261,6 @@ const bnb = {
4261
4261
 
4262
4262
  //#endregion
4263
4263
  //#region src/chains/chainMetadata/index.ts
4264
- const bnbChainMainnetFermiUpgradeTimestampMs = (/* @__PURE__ */ new Date("2026-01-14T02:30:00Z")).getTime();
4265
4264
  const chains = {
4266
4265
  [ChainId.BSC_MAINNET]: {
4267
4266
  name: "BNB Chain",
@@ -4283,7 +4282,7 @@ const chains = {
4283
4282
  blockTimeMs: 750
4284
4283
  },
4285
4284
  {
4286
- startTimestamp: bnbChainMainnetFermiUpgradeTimestampMs,
4285
+ startTimestamp: (/* @__PURE__ */ new Date("2026-01-14T02:30:00Z")).getTime(),
4287
4286
  blockTimeMs: 450
4288
4287
  }
4289
4288
  ],
@@ -8456,4 +8455,4 @@ const getBlockTimeByChainId = ({ chainId, targetTimestamp = (/* @__PURE__ */ new
8456
8455
  };
8457
8456
 
8458
8457
  //#endregion
8459
- export { ChainId, IMAGES_DIR_NAME, IMAGES_DIR_PATH, MS_PER_DAY, MainnetChainId, NATIVE_TOKEN_ADDRESS, TestnetChainId, bnb, bnbChainMainnetFermiUpgradeTimestampMs, chains, eth, getBlockTimeByChainId, getRpcUrls, getToken, tokens, vTokens, viemChains };
8458
+ 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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venusprotocol/chains",
3
- "version": "0.18.0",
3
+ "version": "0.19.0",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public",