@venusprotocol/chains 0.23.0 → 0.24.1

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.
Files changed (2) hide show
  1. package/build/index.mjs +0 -63
  2. package/package.json +1 -1
package/build/index.mjs CHANGED
@@ -8686,69 +8686,6 @@ const ethereum = [
8686
8686
  decimals: 8,
8687
8687
  symbol: "vtBTC_Core",
8688
8688
  underlyingToken: tokens[1][34]
8689
- },
8690
- {
8691
- chainId: 1,
8692
- address: "0x2d499800239C4CD3012473Cb1EAE33562F0A6933",
8693
- decimals: 8,
8694
- symbol: "vcrvUSD_Curve",
8695
- underlyingToken: tokens[1][7]
8696
- },
8697
- {
8698
- chainId: 1,
8699
- address: "0x30aD10Bd5Be62CAb37863C2BfcC6E8fb4fD85BDa",
8700
- decimals: 8,
8701
- symbol: "vCRV_Curve",
8702
- underlyingToken: tokens[1][8]
8703
- },
8704
- {
8705
- chainId: 1,
8706
- address: "0x4a240F0ee138697726C8a3E43eFE6Ac3593432CB",
8707
- decimals: 8,
8708
- symbol: "vwstETH_LiquidStakedETH",
8709
- underlyingToken: tokens[1][2]
8710
- },
8711
- {
8712
- chainId: 1,
8713
- address: "0xc82780Db1257C788F262FBbDA960B3706Dfdcaf2",
8714
- decimals: 8,
8715
- symbol: "vWETH_LiquidStakedETH",
8716
- underlyingToken: tokens[1][4]
8717
- },
8718
- {
8719
- chainId: 1,
8720
- address: "0xb4933AF59868986316Ed37fa865C829Eba2df0C7",
8721
- decimals: 8,
8722
- symbol: "vweETH_LiquidStakedETH",
8723
- underlyingToken: tokens[1][9]
8724
- },
8725
- {
8726
- chainId: 1,
8727
- address: "0xF9E9Fe17C00a8B96a8ac20c4E344C8688D7b947E",
8728
- decimals: 8,
8729
- symbol: "vsfrxETH_LiquidStakedETH",
8730
- underlyingToken: tokens[1][16]
8731
- },
8732
- {
8733
- chainId: 1,
8734
- address: "0xA854D35664c658280fFf27B6eDC6C4195c3229B3",
8735
- decimals: 8,
8736
- symbol: "vezETH_LiquidStakedETH",
8737
- underlyingToken: tokens[1][17]
8738
- },
8739
- {
8740
- chainId: 1,
8741
- address: "0xEF26C64bC06A8dE4CA5D31f119835f9A1d9433b9",
8742
- decimals: 8,
8743
- symbol: "vweETHs_LiquidStakedETH",
8744
- underlyingToken: tokens[1][18]
8745
- },
8746
- {
8747
- chainId: 1,
8748
- address: "0xE0ee5dDeBFe0abe0a4Af50299D68b74Cec31668e",
8749
- decimals: 8,
8750
- symbol: "vpufETH_LiquidStakedETH",
8751
- underlyingToken: tokens[1][19]
8752
8689
  }
8753
8690
  ];
8754
8691
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venusprotocol/chains",
3
- "version": "0.23.0",
3
+ "version": "0.24.1",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public",