@beefyfinance/blockchain-addressbook 0.55.7 → 0.55.9

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.
@@ -2961,6 +2961,19 @@ export declare const ethereum: {
2961
2961
  readonly bridge: "native";
2962
2962
  readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2963
2963
  };
2964
+ readonly VUSD: {
2965
+ readonly name: "Vetro USD";
2966
+ readonly symbol: "VUSD";
2967
+ readonly oracleId: "VUSD";
2968
+ readonly address: "0xCa83DDE9c22254f58e771bE5E157773212AcBAc3";
2969
+ readonly chainId: 1;
2970
+ readonly decimals: 18;
2971
+ readonly website: "https://vetro.org/";
2972
+ readonly documentation: "https://docs.vetro.org/";
2973
+ readonly description: "VUSD is a protocol-generated dollar-referenced settlement asset, targeting a 1:1 value relationship with the US dollar. It is over-collateralized by a diversified basket of USDC, USDT, and additional stablecoins approved by the protocol team and governance.";
2974
+ readonly bridge: "native";
2975
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC", "STABLECOIN"];
2976
+ };
2964
2977
  };
2965
2978
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
2966
2979
  readonly WNATIVE: {
@@ -5922,6 +5935,19 @@ export declare const ethereum: {
5922
5935
  readonly bridge: "native";
5923
5936
  readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
5924
5937
  };
5938
+ readonly VUSD: {
5939
+ readonly name: "Vetro USD";
5940
+ readonly symbol: "VUSD";
5941
+ readonly oracleId: "VUSD";
5942
+ readonly address: "0xCa83DDE9c22254f58e771bE5E157773212AcBAc3";
5943
+ readonly chainId: 1;
5944
+ readonly decimals: 18;
5945
+ readonly website: "https://vetro.org/";
5946
+ readonly documentation: "https://docs.vetro.org/";
5947
+ readonly description: "VUSD is a protocol-generated dollar-referenced settlement asset, targeting a 1:1 value relationship with the US dollar. It is over-collateralized by a diversified basket of USDC, USDT, and additional stablecoins approved by the protocol team and governance.";
5948
+ readonly bridge: "native";
5949
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC", "STABLECOIN"];
5950
+ };
5925
5951
  }>;
5926
5952
  readonly native: {
5927
5953
  readonly symbol: "ETH";
@@ -35,6 +35,7 @@ export declare const beefyfinance: {
35
35
  readonly positionMulticall: "0xcC7dC8c2245C5e024f1caE20d25d71335F84b3AD";
36
36
  readonly beefySwapper: "0x0000830DF56616D58976A12D19d283B40e25BEEF";
37
37
  readonly beefyOracle: "0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4";
38
+ readonly beefyOracleERC4626: "0xE6a93800ea1303D47BC6D904AE589373932cD30f";
38
39
  readonly beefyOracleChainlink: "0xB1F10da39442089F6E216Fd144EF6C2F19689170";
39
40
  readonly beefyOracleUniswapV3: "0xc1C6760f4317C711Ded47678bA96fe487DB91f91";
40
41
  readonly beefyOracleUniswapV2: "0xC84130Fc9D55b86E39e153504A9368bE56EC6728";
@@ -42,6 +42,7 @@ exports.beefyfinance = {
42
42
  /// Beefy Swapper Contracts
43
43
  beefySwapper: '0x0000830DF56616D58976A12D19d283B40e25BEEF',
44
44
  beefyOracle: '0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4',
45
+ beefyOracleERC4626: '0xE6a93800ea1303D47BC6D904AE589373932cD30f',
45
46
  beefyOracleChainlink: '0xB1F10da39442089F6E216Fd144EF6C2F19689170',
46
47
  beefyOracleUniswapV3: '0xc1C6760f4317C711Ded47678bA96fe487DB91f91',
47
48
  beefyOracleUniswapV2: '0xC84130Fc9D55b86E39e153504A9368bE56EC6728',
@@ -2958,4 +2958,17 @@ export declare const tokens: {
2958
2958
  readonly bridge: "native";
2959
2959
  readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2960
2960
  };
2961
+ readonly VUSD: {
2962
+ readonly name: "Vetro USD";
2963
+ readonly symbol: "VUSD";
2964
+ readonly oracleId: "VUSD";
2965
+ readonly address: "0xCa83DDE9c22254f58e771bE5E157773212AcBAc3";
2966
+ readonly chainId: 1;
2967
+ readonly decimals: 18;
2968
+ readonly website: "https://vetro.org/";
2969
+ readonly documentation: "https://docs.vetro.org/";
2970
+ readonly description: "VUSD is a protocol-generated dollar-referenced settlement asset, targeting a 1:1 value relationship with the US dollar. It is over-collateralized by a diversified basket of USDC, USDT, and additional stablecoins approved by the protocol team and governance.";
2971
+ readonly bridge: "native";
2972
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC", "STABLECOIN"];
2973
+ };
2961
2974
  };
@@ -2927,4 +2927,17 @@ exports.tokens = {
2927
2927
  bridge: 'native',
2928
2928
  tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2929
2929
  },
2930
+ VUSD: {
2931
+ name: 'Vetro USD',
2932
+ symbol: 'VUSD',
2933
+ oracleId: 'VUSD',
2934
+ address: '0xCa83DDE9c22254f58e771bE5E157773212AcBAc3',
2935
+ chainId: 1,
2936
+ decimals: 18,
2937
+ website: 'https://vetro.org/',
2938
+ documentation: 'https://docs.vetro.org/',
2939
+ description: 'VUSD is a protocol-generated dollar-referenced settlement asset, targeting a 1:1 value relationship with the US dollar. It is over-collateralized by a diversified basket of USDC, USDT, and additional stablecoins approved by the protocol team and governance.',
2940
+ bridge: 'native',
2941
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS', 'SYNTHETIC', 'STABLECOIN'],
2942
+ },
2930
2943
  };
@@ -2961,6 +2961,19 @@ export declare const ethereum: {
2961
2961
  readonly bridge: "native";
2962
2962
  readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2963
2963
  };
2964
+ readonly VUSD: {
2965
+ readonly name: "Vetro USD";
2966
+ readonly symbol: "VUSD";
2967
+ readonly oracleId: "VUSD";
2968
+ readonly address: "0xCa83DDE9c22254f58e771bE5E157773212AcBAc3";
2969
+ readonly chainId: 1;
2970
+ readonly decimals: 18;
2971
+ readonly website: "https://vetro.org/";
2972
+ readonly documentation: "https://docs.vetro.org/";
2973
+ readonly description: "VUSD is a protocol-generated dollar-referenced settlement asset, targeting a 1:1 value relationship with the US dollar. It is over-collateralized by a diversified basket of USDC, USDT, and additional stablecoins approved by the protocol team and governance.";
2974
+ readonly bridge: "native";
2975
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC", "STABLECOIN"];
2976
+ };
2964
2977
  };
2965
2978
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
2966
2979
  readonly WNATIVE: {
@@ -5922,6 +5935,19 @@ export declare const ethereum: {
5922
5935
  readonly bridge: "native";
5923
5936
  readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
5924
5937
  };
5938
+ readonly VUSD: {
5939
+ readonly name: "Vetro USD";
5940
+ readonly symbol: "VUSD";
5941
+ readonly oracleId: "VUSD";
5942
+ readonly address: "0xCa83DDE9c22254f58e771bE5E157773212AcBAc3";
5943
+ readonly chainId: 1;
5944
+ readonly decimals: 18;
5945
+ readonly website: "https://vetro.org/";
5946
+ readonly documentation: "https://docs.vetro.org/";
5947
+ readonly description: "VUSD is a protocol-generated dollar-referenced settlement asset, targeting a 1:1 value relationship with the US dollar. It is over-collateralized by a diversified basket of USDC, USDT, and additional stablecoins approved by the protocol team and governance.";
5948
+ readonly bridge: "native";
5949
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC", "STABLECOIN"];
5950
+ };
5925
5951
  }>;
5926
5952
  readonly native: {
5927
5953
  readonly symbol: "ETH";
@@ -35,6 +35,7 @@ export declare const beefyfinance: {
35
35
  readonly positionMulticall: "0xcC7dC8c2245C5e024f1caE20d25d71335F84b3AD";
36
36
  readonly beefySwapper: "0x0000830DF56616D58976A12D19d283B40e25BEEF";
37
37
  readonly beefyOracle: "0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4";
38
+ readonly beefyOracleERC4626: "0xE6a93800ea1303D47BC6D904AE589373932cD30f";
38
39
  readonly beefyOracleChainlink: "0xB1F10da39442089F6E216Fd144EF6C2F19689170";
39
40
  readonly beefyOracleUniswapV3: "0xc1C6760f4317C711Ded47678bA96fe487DB91f91";
40
41
  readonly beefyOracleUniswapV2: "0xC84130Fc9D55b86E39e153504A9368bE56EC6728";
@@ -39,6 +39,7 @@ export const beefyfinance = {
39
39
  /// Beefy Swapper Contracts
40
40
  beefySwapper: '0x0000830DF56616D58976A12D19d283B40e25BEEF',
41
41
  beefyOracle: '0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4',
42
+ beefyOracleERC4626: '0xE6a93800ea1303D47BC6D904AE589373932cD30f',
42
43
  beefyOracleChainlink: '0xB1F10da39442089F6E216Fd144EF6C2F19689170',
43
44
  beefyOracleUniswapV3: '0xc1C6760f4317C711Ded47678bA96fe487DB91f91',
44
45
  beefyOracleUniswapV2: '0xC84130Fc9D55b86E39e153504A9368bE56EC6728',
@@ -2958,4 +2958,17 @@ export declare const tokens: {
2958
2958
  readonly bridge: "native";
2959
2959
  readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2960
2960
  };
2961
+ readonly VUSD: {
2962
+ readonly name: "Vetro USD";
2963
+ readonly symbol: "VUSD";
2964
+ readonly oracleId: "VUSD";
2965
+ readonly address: "0xCa83DDE9c22254f58e771bE5E157773212AcBAc3";
2966
+ readonly chainId: 1;
2967
+ readonly decimals: 18;
2968
+ readonly website: "https://vetro.org/";
2969
+ readonly documentation: "https://docs.vetro.org/";
2970
+ readonly description: "VUSD is a protocol-generated dollar-referenced settlement asset, targeting a 1:1 value relationship with the US dollar. It is over-collateralized by a diversified basket of USDC, USDT, and additional stablecoins approved by the protocol team and governance.";
2971
+ readonly bridge: "native";
2972
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC", "STABLECOIN"];
2973
+ };
2961
2974
  };
@@ -2924,4 +2924,17 @@ export const tokens = {
2924
2924
  bridge: 'native',
2925
2925
  tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2926
2926
  },
2927
+ VUSD: {
2928
+ name: 'Vetro USD',
2929
+ symbol: 'VUSD',
2930
+ oracleId: 'VUSD',
2931
+ address: '0xCa83DDE9c22254f58e771bE5E157773212AcBAc3',
2932
+ chainId: 1,
2933
+ decimals: 18,
2934
+ website: 'https://vetro.org/',
2935
+ documentation: 'https://docs.vetro.org/',
2936
+ description: 'VUSD is a protocol-generated dollar-referenced settlement asset, targeting a 1:1 value relationship with the US dollar. It is over-collateralized by a diversified basket of USDC, USDT, and additional stablecoins approved by the protocol team and governance.',
2937
+ bridge: 'native',
2938
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS', 'SYNTHETIC', 'STABLECOIN'],
2939
+ },
2927
2940
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.55.7",
3
+ "version": "0.55.9",
4
4
  "description": "A collection of useful addresses on various chains for defi development",
5
5
  "type": "commonjs",
6
6
  "types": "./build/address-book/index.d.ts",