@beefyfinance/blockchain-addressbook 0.54.131 → 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-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/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
|
};
|
|
@@ -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
|
};
|
package/package.json
CHANGED