@venusprotocol/chains 0.13.1 → 0.15.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 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, opBnbTestnetFourierForkTimestamp, 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
@@ -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, opBnbTestnetFourierForkTimestamp, tokens, vTokens, viemChains };
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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venusprotocol/chains",
3
- "version": "0.13.1",
3
+ "version": "0.15.0",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -48,7 +48,7 @@
48
48
  "npm-run-all": "^4.1.5",
49
49
  "react": "^19.2.0",
50
50
  "rimraf": "^6.0.1",
51
- "tsdown": "^0.16.5",
51
+ "tsdown": "^0.18.0",
52
52
  "tsx": "^4.20.5",
53
53
  "viem": "^2.23.1",
54
54
  "vitest": "^3.2.4"