@beefyfinance/blockchain-addressbook 0.54.130 → 0.54.131
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/address-book/ethereum/index.d.ts +24 -0
- package/build/address-book/ethereum/tokens/tokens.d.ts +12 -0
- package/build/address-book/ethereum/tokens/tokens.js +12 -0
- package/build-esm/address-book/ethereum/index.d.ts +24 -0
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +12 -0
- package/build-esm/address-book/ethereum/tokens/tokens.js +12 -0
- package/package.json +1 -1
|
@@ -2831,6 +2831,18 @@ export declare const ethereum: {
|
|
|
2831
2831
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
2832
2832
|
readonly description: "Wrapped Aave interest bearing Ethereum WETH.";
|
|
2833
2833
|
};
|
|
2834
|
+
readonly osETH: {
|
|
2835
|
+
readonly name: "Origin Ether";
|
|
2836
|
+
readonly symbol: "osETH";
|
|
2837
|
+
readonly oracleId: "osETH";
|
|
2838
|
+
readonly address: "0xf1C9acDc66974dFB6dEcB12aA385b9cD01190E38";
|
|
2839
|
+
readonly chainId: 1;
|
|
2840
|
+
readonly decimals: 18;
|
|
2841
|
+
readonly logoURI: "";
|
|
2842
|
+
readonly website: "https://www.stakewise.io/";
|
|
2843
|
+
readonly documentation: "https://docs.stakewise.io/";
|
|
2844
|
+
readonly description: "StakeWises osToken is issued against assets staked in a Vault to allow using staked capital in decentralized applications to trade, borrow, lend, and restake. Hence, osTokens represent the underlying staked assets and the rewards earned.";
|
|
2845
|
+
};
|
|
2834
2846
|
};
|
|
2835
2847
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2836
2848
|
readonly WNATIVE: {
|
|
@@ -5662,6 +5674,18 @@ export declare const ethereum: {
|
|
|
5662
5674
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
5663
5675
|
readonly description: "Wrapped Aave interest bearing Ethereum WETH.";
|
|
5664
5676
|
};
|
|
5677
|
+
readonly osETH: {
|
|
5678
|
+
readonly name: "Origin Ether";
|
|
5679
|
+
readonly symbol: "osETH";
|
|
5680
|
+
readonly oracleId: "osETH";
|
|
5681
|
+
readonly address: "0xf1C9acDc66974dFB6dEcB12aA385b9cD01190E38";
|
|
5682
|
+
readonly chainId: 1;
|
|
5683
|
+
readonly decimals: 18;
|
|
5684
|
+
readonly logoURI: "";
|
|
5685
|
+
readonly website: "https://www.stakewise.io/";
|
|
5686
|
+
readonly documentation: "https://docs.stakewise.io/";
|
|
5687
|
+
readonly description: "StakeWises osToken is issued against assets staked in a Vault to allow using staked capital in decentralized applications to trade, borrow, lend, and restake. Hence, osTokens represent the underlying staked assets and the rewards earned.";
|
|
5688
|
+
};
|
|
5665
5689
|
}>;
|
|
5666
5690
|
readonly native: {
|
|
5667
5691
|
readonly symbol: "ETH";
|
|
@@ -2828,4 +2828,16 @@ export declare const tokens: {
|
|
|
2828
2828
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
2829
2829
|
readonly description: "Wrapped Aave interest bearing Ethereum WETH.";
|
|
2830
2830
|
};
|
|
2831
|
+
readonly osETH: {
|
|
2832
|
+
readonly name: "Origin Ether";
|
|
2833
|
+
readonly symbol: "osETH";
|
|
2834
|
+
readonly oracleId: "osETH";
|
|
2835
|
+
readonly address: "0xf1C9acDc66974dFB6dEcB12aA385b9cD01190E38";
|
|
2836
|
+
readonly chainId: 1;
|
|
2837
|
+
readonly decimals: 18;
|
|
2838
|
+
readonly logoURI: "";
|
|
2839
|
+
readonly website: "https://www.stakewise.io/";
|
|
2840
|
+
readonly documentation: "https://docs.stakewise.io/";
|
|
2841
|
+
readonly description: "StakeWises osToken is issued against assets staked in a Vault to allow using staked capital in decentralized applications to trade, borrow, lend, and restake. Hence, osTokens represent the underlying staked assets and the rewards earned.";
|
|
2842
|
+
};
|
|
2831
2843
|
};
|
|
@@ -2797,4 +2797,16 @@ exports.tokens = {
|
|
|
2797
2797
|
documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
|
|
2798
2798
|
description: 'Wrapped Aave interest bearing Ethereum WETH.',
|
|
2799
2799
|
},
|
|
2800
|
+
osETH: {
|
|
2801
|
+
name: 'Origin Ether',
|
|
2802
|
+
symbol: 'osETH',
|
|
2803
|
+
oracleId: 'osETH',
|
|
2804
|
+
address: '0xf1C9acDc66974dFB6dEcB12aA385b9cD01190E38',
|
|
2805
|
+
chainId: 1,
|
|
2806
|
+
decimals: 18,
|
|
2807
|
+
logoURI: '',
|
|
2808
|
+
website: 'https://www.stakewise.io/',
|
|
2809
|
+
documentation: 'https://docs.stakewise.io/',
|
|
2810
|
+
description: 'StakeWises osToken is issued against assets staked in a Vault to allow using staked capital in decentralized applications to trade, borrow, lend, and restake. Hence, osTokens represent the underlying staked assets and the rewards earned.',
|
|
2811
|
+
},
|
|
2800
2812
|
};
|
|
@@ -2831,6 +2831,18 @@ export declare const ethereum: {
|
|
|
2831
2831
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
2832
2832
|
readonly description: "Wrapped Aave interest bearing Ethereum WETH.";
|
|
2833
2833
|
};
|
|
2834
|
+
readonly osETH: {
|
|
2835
|
+
readonly name: "Origin Ether";
|
|
2836
|
+
readonly symbol: "osETH";
|
|
2837
|
+
readonly oracleId: "osETH";
|
|
2838
|
+
readonly address: "0xf1C9acDc66974dFB6dEcB12aA385b9cD01190E38";
|
|
2839
|
+
readonly chainId: 1;
|
|
2840
|
+
readonly decimals: 18;
|
|
2841
|
+
readonly logoURI: "";
|
|
2842
|
+
readonly website: "https://www.stakewise.io/";
|
|
2843
|
+
readonly documentation: "https://docs.stakewise.io/";
|
|
2844
|
+
readonly description: "StakeWises osToken is issued against assets staked in a Vault to allow using staked capital in decentralized applications to trade, borrow, lend, and restake. Hence, osTokens represent the underlying staked assets and the rewards earned.";
|
|
2845
|
+
};
|
|
2834
2846
|
};
|
|
2835
2847
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2836
2848
|
readonly WNATIVE: {
|
|
@@ -5662,6 +5674,18 @@ export declare const ethereum: {
|
|
|
5662
5674
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
5663
5675
|
readonly description: "Wrapped Aave interest bearing Ethereum WETH.";
|
|
5664
5676
|
};
|
|
5677
|
+
readonly osETH: {
|
|
5678
|
+
readonly name: "Origin Ether";
|
|
5679
|
+
readonly symbol: "osETH";
|
|
5680
|
+
readonly oracleId: "osETH";
|
|
5681
|
+
readonly address: "0xf1C9acDc66974dFB6dEcB12aA385b9cD01190E38";
|
|
5682
|
+
readonly chainId: 1;
|
|
5683
|
+
readonly decimals: 18;
|
|
5684
|
+
readonly logoURI: "";
|
|
5685
|
+
readonly website: "https://www.stakewise.io/";
|
|
5686
|
+
readonly documentation: "https://docs.stakewise.io/";
|
|
5687
|
+
readonly description: "StakeWises osToken is issued against assets staked in a Vault to allow using staked capital in decentralized applications to trade, borrow, lend, and restake. Hence, osTokens represent the underlying staked assets and the rewards earned.";
|
|
5688
|
+
};
|
|
5665
5689
|
}>;
|
|
5666
5690
|
readonly native: {
|
|
5667
5691
|
readonly symbol: "ETH";
|
|
@@ -2828,4 +2828,16 @@ export declare const tokens: {
|
|
|
2828
2828
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
2829
2829
|
readonly description: "Wrapped Aave interest bearing Ethereum WETH.";
|
|
2830
2830
|
};
|
|
2831
|
+
readonly osETH: {
|
|
2832
|
+
readonly name: "Origin Ether";
|
|
2833
|
+
readonly symbol: "osETH";
|
|
2834
|
+
readonly oracleId: "osETH";
|
|
2835
|
+
readonly address: "0xf1C9acDc66974dFB6dEcB12aA385b9cD01190E38";
|
|
2836
|
+
readonly chainId: 1;
|
|
2837
|
+
readonly decimals: 18;
|
|
2838
|
+
readonly logoURI: "";
|
|
2839
|
+
readonly website: "https://www.stakewise.io/";
|
|
2840
|
+
readonly documentation: "https://docs.stakewise.io/";
|
|
2841
|
+
readonly description: "StakeWises osToken is issued against assets staked in a Vault to allow using staked capital in decentralized applications to trade, borrow, lend, and restake. Hence, osTokens represent the underlying staked assets and the rewards earned.";
|
|
2842
|
+
};
|
|
2831
2843
|
};
|
|
@@ -2794,4 +2794,16 @@ export const tokens = {
|
|
|
2794
2794
|
documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
|
|
2795
2795
|
description: 'Wrapped Aave interest bearing Ethereum WETH.',
|
|
2796
2796
|
},
|
|
2797
|
+
osETH: {
|
|
2798
|
+
name: 'Origin Ether',
|
|
2799
|
+
symbol: 'osETH',
|
|
2800
|
+
oracleId: 'osETH',
|
|
2801
|
+
address: '0xf1C9acDc66974dFB6dEcB12aA385b9cD01190E38',
|
|
2802
|
+
chainId: 1,
|
|
2803
|
+
decimals: 18,
|
|
2804
|
+
logoURI: '',
|
|
2805
|
+
website: 'https://www.stakewise.io/',
|
|
2806
|
+
documentation: 'https://docs.stakewise.io/',
|
|
2807
|
+
description: 'StakeWises osToken is issued against assets staked in a Vault to allow using staked capital in decentralized applications to trade, borrow, lend, and restake. Hence, osTokens represent the underlying staked assets and the rewards earned.',
|
|
2808
|
+
},
|
|
2797
2809
|
};
|
package/package.json
CHANGED