@beefyfinance/blockchain-addressbook 0.54.130 → 0.54.132
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/base/index.d.ts +28 -0
- package/build/address-book/base/tokens/tokens.d.ts +14 -0
- package/build/address-book/base/tokens/tokens.js +14 -0
- 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/base/index.d.ts +28 -0
- package/build-esm/address-book/base/tokens/tokens.d.ts +14 -0
- package/build-esm/address-book/base/tokens/tokens.js +14 -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
|
@@ -3096,6 +3096,20 @@ export declare const base: {
|
|
|
3096
3096
|
readonly documentation: "https://docs.edel.finance/";
|
|
3097
3097
|
readonly bridge: "native";
|
|
3098
3098
|
};
|
|
3099
|
+
readonly NOCK: {
|
|
3100
|
+
readonly name: "Nock";
|
|
3101
|
+
readonly symbol: "NOCK";
|
|
3102
|
+
readonly oracleId: "NOCK";
|
|
3103
|
+
readonly address: "0x9B5E262cF9bb04869ab40b19AF91D2dc85761722";
|
|
3104
|
+
readonly chainId: 8453;
|
|
3105
|
+
readonly decimals: 16;
|
|
3106
|
+
readonly logoURI: "";
|
|
3107
|
+
readonly website: "https://www.nockchain.org/";
|
|
3108
|
+
readonly description: "$NOCK is the coin issued by the layer-1 Nockchain protocol. Unlike traditional blockchains where computation costs scale with complexity, $NOCK fees are based only on transaction size. $NOCK is a programmable sound store of value. It pays for transaction settlement, data storage, and temporary data availability on Nockchain.";
|
|
3109
|
+
readonly documentation: "https://docs.nockchain.org/";
|
|
3110
|
+
readonly bridge: "native";
|
|
3111
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3112
|
+
};
|
|
3099
3113
|
};
|
|
3100
3114
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3101
3115
|
readonly WNATIVE: {
|
|
@@ -6192,6 +6206,20 @@ export declare const base: {
|
|
|
6192
6206
|
readonly documentation: "https://docs.edel.finance/";
|
|
6193
6207
|
readonly bridge: "native";
|
|
6194
6208
|
};
|
|
6209
|
+
readonly NOCK: {
|
|
6210
|
+
readonly name: "Nock";
|
|
6211
|
+
readonly symbol: "NOCK";
|
|
6212
|
+
readonly oracleId: "NOCK";
|
|
6213
|
+
readonly address: "0x9B5E262cF9bb04869ab40b19AF91D2dc85761722";
|
|
6214
|
+
readonly chainId: 8453;
|
|
6215
|
+
readonly decimals: 16;
|
|
6216
|
+
readonly logoURI: "";
|
|
6217
|
+
readonly website: "https://www.nockchain.org/";
|
|
6218
|
+
readonly description: "$NOCK is the coin issued by the layer-1 Nockchain protocol. Unlike traditional blockchains where computation costs scale with complexity, $NOCK fees are based only on transaction size. $NOCK is a programmable sound store of value. It pays for transaction settlement, data storage, and temporary data availability on Nockchain.";
|
|
6219
|
+
readonly documentation: "https://docs.nockchain.org/";
|
|
6220
|
+
readonly bridge: "native";
|
|
6221
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6222
|
+
};
|
|
6195
6223
|
}>;
|
|
6196
6224
|
readonly native: {
|
|
6197
6225
|
readonly symbol: "ETH";
|
|
@@ -3093,4 +3093,18 @@ export declare const tokens: {
|
|
|
3093
3093
|
readonly documentation: "https://docs.edel.finance/";
|
|
3094
3094
|
readonly bridge: "native";
|
|
3095
3095
|
};
|
|
3096
|
+
readonly NOCK: {
|
|
3097
|
+
readonly name: "Nock";
|
|
3098
|
+
readonly symbol: "NOCK";
|
|
3099
|
+
readonly oracleId: "NOCK";
|
|
3100
|
+
readonly address: "0x9B5E262cF9bb04869ab40b19AF91D2dc85761722";
|
|
3101
|
+
readonly chainId: 8453;
|
|
3102
|
+
readonly decimals: 16;
|
|
3103
|
+
readonly logoURI: "";
|
|
3104
|
+
readonly website: "https://www.nockchain.org/";
|
|
3105
|
+
readonly description: "$NOCK is the coin issued by the layer-1 Nockchain protocol. Unlike traditional blockchains where computation costs scale with complexity, $NOCK fees are based only on transaction size. $NOCK is a programmable sound store of value. It pays for transaction settlement, data storage, and temporary data availability on Nockchain.";
|
|
3106
|
+
readonly documentation: "https://docs.nockchain.org/";
|
|
3107
|
+
readonly bridge: "native";
|
|
3108
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3109
|
+
};
|
|
3096
3110
|
};
|
|
@@ -3061,4 +3061,18 @@ exports.tokens = {
|
|
|
3061
3061
|
documentation: 'https://docs.edel.finance/',
|
|
3062
3062
|
bridge: 'native',
|
|
3063
3063
|
},
|
|
3064
|
+
NOCK: {
|
|
3065
|
+
name: 'Nock',
|
|
3066
|
+
symbol: 'NOCK',
|
|
3067
|
+
oracleId: 'NOCK',
|
|
3068
|
+
address: '0x9B5E262cF9bb04869ab40b19AF91D2dc85761722',
|
|
3069
|
+
chainId: 8453,
|
|
3070
|
+
decimals: 16,
|
|
3071
|
+
logoURI: '',
|
|
3072
|
+
website: 'https://www.nockchain.org/',
|
|
3073
|
+
description: '$NOCK is the coin issued by the layer-1 Nockchain protocol. Unlike traditional blockchains where computation costs scale with complexity, $NOCK fees are based only on transaction size. $NOCK is a programmable sound store of value. It pays for transaction settlement, data storage, and temporary data availability on Nockchain.',
|
|
3074
|
+
documentation: 'https://docs.nockchain.org/',
|
|
3075
|
+
bridge: 'native',
|
|
3076
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3077
|
+
},
|
|
3064
3078
|
};
|
|
@@ -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
|
};
|
|
@@ -3096,6 +3096,20 @@ export declare const base: {
|
|
|
3096
3096
|
readonly documentation: "https://docs.edel.finance/";
|
|
3097
3097
|
readonly bridge: "native";
|
|
3098
3098
|
};
|
|
3099
|
+
readonly NOCK: {
|
|
3100
|
+
readonly name: "Nock";
|
|
3101
|
+
readonly symbol: "NOCK";
|
|
3102
|
+
readonly oracleId: "NOCK";
|
|
3103
|
+
readonly address: "0x9B5E262cF9bb04869ab40b19AF91D2dc85761722";
|
|
3104
|
+
readonly chainId: 8453;
|
|
3105
|
+
readonly decimals: 16;
|
|
3106
|
+
readonly logoURI: "";
|
|
3107
|
+
readonly website: "https://www.nockchain.org/";
|
|
3108
|
+
readonly description: "$NOCK is the coin issued by the layer-1 Nockchain protocol. Unlike traditional blockchains where computation costs scale with complexity, $NOCK fees are based only on transaction size. $NOCK is a programmable sound store of value. It pays for transaction settlement, data storage, and temporary data availability on Nockchain.";
|
|
3109
|
+
readonly documentation: "https://docs.nockchain.org/";
|
|
3110
|
+
readonly bridge: "native";
|
|
3111
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3112
|
+
};
|
|
3099
3113
|
};
|
|
3100
3114
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3101
3115
|
readonly WNATIVE: {
|
|
@@ -6192,6 +6206,20 @@ export declare const base: {
|
|
|
6192
6206
|
readonly documentation: "https://docs.edel.finance/";
|
|
6193
6207
|
readonly bridge: "native";
|
|
6194
6208
|
};
|
|
6209
|
+
readonly NOCK: {
|
|
6210
|
+
readonly name: "Nock";
|
|
6211
|
+
readonly symbol: "NOCK";
|
|
6212
|
+
readonly oracleId: "NOCK";
|
|
6213
|
+
readonly address: "0x9B5E262cF9bb04869ab40b19AF91D2dc85761722";
|
|
6214
|
+
readonly chainId: 8453;
|
|
6215
|
+
readonly decimals: 16;
|
|
6216
|
+
readonly logoURI: "";
|
|
6217
|
+
readonly website: "https://www.nockchain.org/";
|
|
6218
|
+
readonly description: "$NOCK is the coin issued by the layer-1 Nockchain protocol. Unlike traditional blockchains where computation costs scale with complexity, $NOCK fees are based only on transaction size. $NOCK is a programmable sound store of value. It pays for transaction settlement, data storage, and temporary data availability on Nockchain.";
|
|
6219
|
+
readonly documentation: "https://docs.nockchain.org/";
|
|
6220
|
+
readonly bridge: "native";
|
|
6221
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6222
|
+
};
|
|
6195
6223
|
}>;
|
|
6196
6224
|
readonly native: {
|
|
6197
6225
|
readonly symbol: "ETH";
|
|
@@ -3093,4 +3093,18 @@ export declare const tokens: {
|
|
|
3093
3093
|
readonly documentation: "https://docs.edel.finance/";
|
|
3094
3094
|
readonly bridge: "native";
|
|
3095
3095
|
};
|
|
3096
|
+
readonly NOCK: {
|
|
3097
|
+
readonly name: "Nock";
|
|
3098
|
+
readonly symbol: "NOCK";
|
|
3099
|
+
readonly oracleId: "NOCK";
|
|
3100
|
+
readonly address: "0x9B5E262cF9bb04869ab40b19AF91D2dc85761722";
|
|
3101
|
+
readonly chainId: 8453;
|
|
3102
|
+
readonly decimals: 16;
|
|
3103
|
+
readonly logoURI: "";
|
|
3104
|
+
readonly website: "https://www.nockchain.org/";
|
|
3105
|
+
readonly description: "$NOCK is the coin issued by the layer-1 Nockchain protocol. Unlike traditional blockchains where computation costs scale with complexity, $NOCK fees are based only on transaction size. $NOCK is a programmable sound store of value. It pays for transaction settlement, data storage, and temporary data availability on Nockchain.";
|
|
3106
|
+
readonly documentation: "https://docs.nockchain.org/";
|
|
3107
|
+
readonly bridge: "native";
|
|
3108
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3109
|
+
};
|
|
3096
3110
|
};
|
|
@@ -3058,4 +3058,18 @@ export const tokens = {
|
|
|
3058
3058
|
documentation: 'https://docs.edel.finance/',
|
|
3059
3059
|
bridge: 'native',
|
|
3060
3060
|
},
|
|
3061
|
+
NOCK: {
|
|
3062
|
+
name: 'Nock',
|
|
3063
|
+
symbol: 'NOCK',
|
|
3064
|
+
oracleId: 'NOCK',
|
|
3065
|
+
address: '0x9B5E262cF9bb04869ab40b19AF91D2dc85761722',
|
|
3066
|
+
chainId: 8453,
|
|
3067
|
+
decimals: 16,
|
|
3068
|
+
logoURI: '',
|
|
3069
|
+
website: 'https://www.nockchain.org/',
|
|
3070
|
+
description: '$NOCK is the coin issued by the layer-1 Nockchain protocol. Unlike traditional blockchains where computation costs scale with complexity, $NOCK fees are based only on transaction size. $NOCK is a programmable sound store of value. It pays for transaction settlement, data storage, and temporary data availability on Nockchain.',
|
|
3071
|
+
documentation: 'https://docs.nockchain.org/',
|
|
3072
|
+
bridge: 'native',
|
|
3073
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3074
|
+
},
|
|
3061
3075
|
};
|
|
@@ -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