@beefyfinance/blockchain-addressbook 0.58.12 → 0.58.13

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.
@@ -2937,6 +2937,19 @@ declare const ethereum: {
2937
2937
  readonly bridge: "native";
2938
2938
  readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
2939
2939
  };
2940
+ readonly sUSG: {
2941
+ readonly name: "Savings USG";
2942
+ readonly symbol: "sUSG";
2943
+ readonly oracleId: "sUSG";
2944
+ readonly address: "Savings USG";
2945
+ readonly chainId: 1;
2946
+ readonly decimals: 18;
2947
+ readonly website: "https://www.tangent.finance/";
2948
+ readonly documentation: "https://docs.tangent.finance/docs/overview";
2949
+ readonly description: "sUSG stands for staked Tangent USD, and is the yield-bearing version of USG. It is simply needed to hold it in a wallet to earn yield.";
2950
+ readonly bridge: "native";
2951
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
2952
+ };
2940
2953
  readonly rUSD: {
2941
2954
  readonly name: "Reservoir USD";
2942
2955
  readonly symbol: "rUSD";
@@ -5975,6 +5988,19 @@ declare const ethereum: {
5975
5988
  readonly bridge: "native";
5976
5989
  readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
5977
5990
  };
5991
+ readonly sUSG: {
5992
+ readonly name: "Savings USG";
5993
+ readonly symbol: "sUSG";
5994
+ readonly oracleId: "sUSG";
5995
+ readonly address: "Savings USG";
5996
+ readonly chainId: 1;
5997
+ readonly decimals: 18;
5998
+ readonly website: "https://www.tangent.finance/";
5999
+ readonly documentation: "https://docs.tangent.finance/docs/overview";
6000
+ readonly description: "sUSG stands for staked Tangent USD, and is the yield-bearing version of USG. It is simply needed to hold it in a wallet to earn yield.";
6001
+ readonly bridge: "native";
6002
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
6003
+ };
5978
6004
  readonly rUSD: {
5979
6005
  readonly name: "Reservoir USD";
5980
6006
  readonly symbol: "rUSD";
@@ -2937,6 +2937,19 @@ declare const ethereum: {
2937
2937
  readonly bridge: "native";
2938
2938
  readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
2939
2939
  };
2940
+ readonly sUSG: {
2941
+ readonly name: "Savings USG";
2942
+ readonly symbol: "sUSG";
2943
+ readonly oracleId: "sUSG";
2944
+ readonly address: "Savings USG";
2945
+ readonly chainId: 1;
2946
+ readonly decimals: 18;
2947
+ readonly website: "https://www.tangent.finance/";
2948
+ readonly documentation: "https://docs.tangent.finance/docs/overview";
2949
+ readonly description: "sUSG stands for staked Tangent USD, and is the yield-bearing version of USG. It is simply needed to hold it in a wallet to earn yield.";
2950
+ readonly bridge: "native";
2951
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
2952
+ };
2940
2953
  readonly rUSD: {
2941
2954
  readonly name: "Reservoir USD";
2942
2955
  readonly symbol: "rUSD";
@@ -5975,6 +5988,19 @@ declare const ethereum: {
5975
5988
  readonly bridge: "native";
5976
5989
  readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
5977
5990
  };
5991
+ readonly sUSG: {
5992
+ readonly name: "Savings USG";
5993
+ readonly symbol: "sUSG";
5994
+ readonly oracleId: "sUSG";
5995
+ readonly address: "Savings USG";
5996
+ readonly chainId: 1;
5997
+ readonly decimals: 18;
5998
+ readonly website: "https://www.tangent.finance/";
5999
+ readonly documentation: "https://docs.tangent.finance/docs/overview";
6000
+ readonly description: "sUSG stands for staked Tangent USD, and is the yield-bearing version of USG. It is simply needed to hold it in a wallet to earn yield.";
6001
+ readonly bridge: "native";
6002
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
6003
+ };
5978
6004
  readonly rUSD: {
5979
6005
  readonly name: "Reservoir USD";
5980
6006
  readonly symbol: "rUSD";
@@ -2960,6 +2960,23 @@ const tokens = {
2960
2960
  "STABLECOIN"
2961
2961
  ]
2962
2962
  },
2963
+ sUSG: {
2964
+ name: "Savings USG",
2965
+ symbol: "sUSG",
2966
+ oracleId: "sUSG",
2967
+ address: "Savings USG",
2968
+ chainId: 1,
2969
+ decimals: 18,
2970
+ website: "https://www.tangent.finance/",
2971
+ documentation: "https://docs.tangent.finance/docs/overview",
2972
+ description: "sUSG stands for staked Tangent USD, and is the yield-bearing version of USG. It is simply needed to hold it in a wallet to earn yield.",
2973
+ bridge: "native",
2974
+ tags: [
2975
+ "NO_TIMELOCK",
2976
+ "SYNTHETIC",
2977
+ "STABLECOIN"
2978
+ ]
2979
+ },
2963
2980
  rUSD: {
2964
2981
  name: "Reservoir USD",
2965
2982
  symbol: "rUSD",
@@ -2960,6 +2960,23 @@ const tokens = {
2960
2960
  "STABLECOIN"
2961
2961
  ]
2962
2962
  },
2963
+ sUSG: {
2964
+ name: "Savings USG",
2965
+ symbol: "sUSG",
2966
+ oracleId: "sUSG",
2967
+ address: "Savings USG",
2968
+ chainId: 1,
2969
+ decimals: 18,
2970
+ website: "https://www.tangent.finance/",
2971
+ documentation: "https://docs.tangent.finance/docs/overview",
2972
+ description: "sUSG stands for staked Tangent USD, and is the yield-bearing version of USG. It is simply needed to hold it in a wallet to earn yield.",
2973
+ bridge: "native",
2974
+ tags: [
2975
+ "NO_TIMELOCK",
2976
+ "SYNTHETIC",
2977
+ "STABLECOIN"
2978
+ ]
2979
+ },
2963
2980
  rUSD: {
2964
2981
  name: "Reservoir USD",
2965
2982
  symbol: "rUSD",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.58.12",
3
+ "version": "0.58.13",
4
4
  "description": "A collection of useful addresses on various chains for defi development",
5
5
  "type": "module",
6
6
  "types": "./dist/address-book/index.d.ts",