@beefyfinance/blockchain-addressbook 0.58.13 → 0.58.14

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.
@@ -2941,7 +2941,7 @@ declare const ethereum: {
2941
2941
  readonly name: "Savings USG";
2942
2942
  readonly symbol: "sUSG";
2943
2943
  readonly oracleId: "sUSG";
2944
- readonly address: "Savings USG";
2944
+ readonly address: "0xF17D6f98A5C6EAA99d149079984119e0A4EF6900";
2945
2945
  readonly chainId: 1;
2946
2946
  readonly decimals: 18;
2947
2947
  readonly website: "https://www.tangent.finance/";
@@ -5992,7 +5992,7 @@ declare const ethereum: {
5992
5992
  readonly name: "Savings USG";
5993
5993
  readonly symbol: "sUSG";
5994
5994
  readonly oracleId: "sUSG";
5995
- readonly address: "Savings USG";
5995
+ readonly address: "0xF17D6f98A5C6EAA99d149079984119e0A4EF6900";
5996
5996
  readonly chainId: 1;
5997
5997
  readonly decimals: 18;
5998
5998
  readonly website: "https://www.tangent.finance/";
@@ -2941,7 +2941,7 @@ declare const ethereum: {
2941
2941
  readonly name: "Savings USG";
2942
2942
  readonly symbol: "sUSG";
2943
2943
  readonly oracleId: "sUSG";
2944
- readonly address: "Savings USG";
2944
+ readonly address: "0xF17D6f98A5C6EAA99d149079984119e0A4EF6900";
2945
2945
  readonly chainId: 1;
2946
2946
  readonly decimals: 18;
2947
2947
  readonly website: "https://www.tangent.finance/";
@@ -5992,7 +5992,7 @@ declare const ethereum: {
5992
5992
  readonly name: "Savings USG";
5993
5993
  readonly symbol: "sUSG";
5994
5994
  readonly oracleId: "sUSG";
5995
- readonly address: "Savings USG";
5995
+ readonly address: "0xF17D6f98A5C6EAA99d149079984119e0A4EF6900";
5996
5996
  readonly chainId: 1;
5997
5997
  readonly decimals: 18;
5998
5998
  readonly website: "https://www.tangent.finance/";
@@ -2964,7 +2964,7 @@ const tokens = {
2964
2964
  name: "Savings USG",
2965
2965
  symbol: "sUSG",
2966
2966
  oracleId: "sUSG",
2967
- address: "Savings USG",
2967
+ address: "0xF17D6f98A5C6EAA99d149079984119e0A4EF6900",
2968
2968
  chainId: 1,
2969
2969
  decimals: 18,
2970
2970
  website: "https://www.tangent.finance/",
@@ -2964,7 +2964,7 @@ const tokens = {
2964
2964
  name: "Savings USG",
2965
2965
  symbol: "sUSG",
2966
2966
  oracleId: "sUSG",
2967
- address: "Savings USG",
2967
+ address: "0xF17D6f98A5C6EAA99d149079984119e0A4EF6900",
2968
2968
  chainId: 1,
2969
2969
  decimals: 18,
2970
2970
  website: "https://www.tangent.finance/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.58.13",
3
+ "version": "0.58.14",
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",