@beefyfinance/blockchain-addressbook 0.55.10 → 0.55.12
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/bsc/index.d.ts +24 -0
- package/build/address-book/bsc/tokens/tokens.d.ts +12 -0
- package/build/address-book/bsc/tokens/tokens.js +12 -0
- package/build/address-book/ethereum/index.d.ts +2 -2
- package/build/address-book/ethereum/tokens/tokens.d.ts +1 -1
- package/build/address-book/ethereum/tokens/tokens.js +1 -1
- package/build-esm/address-book/bsc/index.d.ts +24 -0
- package/build-esm/address-book/bsc/tokens/tokens.d.ts +12 -0
- package/build-esm/address-book/bsc/tokens/tokens.js +12 -0
- package/build-esm/address-book/ethereum/index.d.ts +2 -2
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +1 -1
- package/build-esm/address-book/ethereum/tokens/tokens.js +1 -1
- package/package.json +1 -1
|
@@ -54,6 +54,18 @@ export declare const bsc: {
|
|
|
54
54
|
readonly documentation: "https://www.binance.com/en/bnb";
|
|
55
55
|
readonly tags: readonly ["BLUECHIP"];
|
|
56
56
|
};
|
|
57
|
+
readonly CAP: {
|
|
58
|
+
readonly name: "Cap";
|
|
59
|
+
readonly symbol: "CAP";
|
|
60
|
+
readonly oracleId: "CAP";
|
|
61
|
+
readonly address: "0x99991c6AAbba5a096f24f250b73580F5179b9999";
|
|
62
|
+
readonly chainId: 56;
|
|
63
|
+
readonly decimals: 18;
|
|
64
|
+
readonly website: "https://www.cap.app/";
|
|
65
|
+
readonly description: "Cap is a credit platform backed by financial guarantees built on the Ethereum blockchain.";
|
|
66
|
+
readonly documentation: "https://docs.cap.app/resources/whitepaper";
|
|
67
|
+
readonly bridge: "layer-zero";
|
|
68
|
+
};
|
|
57
69
|
readonly Q: {
|
|
58
70
|
readonly name: "Quack AI Token";
|
|
59
71
|
readonly symbol: "Q";
|
|
@@ -4471,6 +4483,18 @@ export declare const bsc: {
|
|
|
4471
4483
|
readonly documentation: "https://www.binance.com/en/bnb";
|
|
4472
4484
|
readonly tags: readonly ["BLUECHIP"];
|
|
4473
4485
|
};
|
|
4486
|
+
readonly CAP: {
|
|
4487
|
+
readonly name: "Cap";
|
|
4488
|
+
readonly symbol: "CAP";
|
|
4489
|
+
readonly oracleId: "CAP";
|
|
4490
|
+
readonly address: "0x99991c6AAbba5a096f24f250b73580F5179b9999";
|
|
4491
|
+
readonly chainId: 56;
|
|
4492
|
+
readonly decimals: 18;
|
|
4493
|
+
readonly website: "https://www.cap.app/";
|
|
4494
|
+
readonly description: "Cap is a credit platform backed by financial guarantees built on the Ethereum blockchain.";
|
|
4495
|
+
readonly documentation: "https://docs.cap.app/resources/whitepaper";
|
|
4496
|
+
readonly bridge: "layer-zero";
|
|
4497
|
+
};
|
|
4474
4498
|
readonly Q: {
|
|
4475
4499
|
readonly name: "Quack AI Token";
|
|
4476
4500
|
readonly symbol: "Q";
|
|
@@ -51,6 +51,18 @@ export declare const tokens: {
|
|
|
51
51
|
readonly documentation: "https://www.binance.com/en/bnb";
|
|
52
52
|
readonly tags: readonly ["BLUECHIP"];
|
|
53
53
|
};
|
|
54
|
+
readonly CAP: {
|
|
55
|
+
readonly name: "Cap";
|
|
56
|
+
readonly symbol: "CAP";
|
|
57
|
+
readonly oracleId: "CAP";
|
|
58
|
+
readonly address: "0x99991c6AAbba5a096f24f250b73580F5179b9999";
|
|
59
|
+
readonly chainId: 56;
|
|
60
|
+
readonly decimals: 18;
|
|
61
|
+
readonly website: "https://www.cap.app/";
|
|
62
|
+
readonly description: "Cap is a credit platform backed by financial guarantees built on the Ethereum blockchain.";
|
|
63
|
+
readonly documentation: "https://docs.cap.app/resources/whitepaper";
|
|
64
|
+
readonly bridge: "layer-zero";
|
|
65
|
+
};
|
|
54
66
|
readonly Q: {
|
|
55
67
|
readonly name: "Quack AI Token";
|
|
56
68
|
readonly symbol: "Q";
|
|
@@ -32,6 +32,18 @@ exports.tokens = {
|
|
|
32
32
|
FEES: BNB,
|
|
33
33
|
BNB,
|
|
34
34
|
WBNB: BNB,
|
|
35
|
+
CAP: {
|
|
36
|
+
name: 'Cap',
|
|
37
|
+
symbol: 'CAP',
|
|
38
|
+
oracleId: 'CAP',
|
|
39
|
+
address: '0x99991c6AAbba5a096f24f250b73580F5179b9999',
|
|
40
|
+
chainId: 56,
|
|
41
|
+
decimals: 18,
|
|
42
|
+
website: 'https://www.cap.app/',
|
|
43
|
+
description: 'Cap is a credit platform backed by financial guarantees built on the Ethereum blockchain.',
|
|
44
|
+
documentation: 'https://docs.cap.app/resources/whitepaper',
|
|
45
|
+
bridge: 'layer-zero',
|
|
46
|
+
},
|
|
35
47
|
Q: {
|
|
36
48
|
name: 'Quack AI Token',
|
|
37
49
|
symbol: 'Q',
|
|
@@ -237,7 +237,7 @@ export declare const ethereum: {
|
|
|
237
237
|
readonly description: "frxUSD is a replacement for FRAX on Ethereum. frxUSD is a crypto collateralized stablecoin pegged to the US dollar.";
|
|
238
238
|
readonly bridge: "native";
|
|
239
239
|
readonly documentation: "https://docs.frax.finance/";
|
|
240
|
-
readonly tags: readonly ["STABLECOIN"
|
|
240
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
241
241
|
};
|
|
242
242
|
readonly sfrxUSD: {
|
|
243
243
|
readonly name: "Staked Frax USD";
|
|
@@ -3211,7 +3211,7 @@ export declare const ethereum: {
|
|
|
3211
3211
|
readonly description: "frxUSD is a replacement for FRAX on Ethereum. frxUSD is a crypto collateralized stablecoin pegged to the US dollar.";
|
|
3212
3212
|
readonly bridge: "native";
|
|
3213
3213
|
readonly documentation: "https://docs.frax.finance/";
|
|
3214
|
-
readonly tags: readonly ["STABLECOIN"
|
|
3214
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
3215
3215
|
};
|
|
3216
3216
|
readonly sfrxUSD: {
|
|
3217
3217
|
readonly name: "Staked Frax USD";
|
|
@@ -234,7 +234,7 @@ export declare const tokens: {
|
|
|
234
234
|
readonly description: "frxUSD is a replacement for FRAX on Ethereum. frxUSD is a crypto collateralized stablecoin pegged to the US dollar.";
|
|
235
235
|
readonly bridge: "native";
|
|
236
236
|
readonly documentation: "https://docs.frax.finance/";
|
|
237
|
-
readonly tags: readonly ["STABLECOIN"
|
|
237
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
238
238
|
};
|
|
239
239
|
readonly sfrxUSD: {
|
|
240
240
|
readonly name: "Staked Frax USD";
|
|
@@ -202,7 +202,7 @@ exports.tokens = {
|
|
|
202
202
|
description: 'frxUSD is a replacement for FRAX on Ethereum. frxUSD is a crypto collateralized stablecoin pegged to the US dollar.',
|
|
203
203
|
bridge: 'native',
|
|
204
204
|
documentation: 'https://docs.frax.finance/',
|
|
205
|
-
tags: ['STABLECOIN'
|
|
205
|
+
tags: ['STABLECOIN'],
|
|
206
206
|
},
|
|
207
207
|
sfrxUSD: {
|
|
208
208
|
name: 'Staked Frax USD',
|
|
@@ -54,6 +54,18 @@ export declare const bsc: {
|
|
|
54
54
|
readonly documentation: "https://www.binance.com/en/bnb";
|
|
55
55
|
readonly tags: readonly ["BLUECHIP"];
|
|
56
56
|
};
|
|
57
|
+
readonly CAP: {
|
|
58
|
+
readonly name: "Cap";
|
|
59
|
+
readonly symbol: "CAP";
|
|
60
|
+
readonly oracleId: "CAP";
|
|
61
|
+
readonly address: "0x99991c6AAbba5a096f24f250b73580F5179b9999";
|
|
62
|
+
readonly chainId: 56;
|
|
63
|
+
readonly decimals: 18;
|
|
64
|
+
readonly website: "https://www.cap.app/";
|
|
65
|
+
readonly description: "Cap is a credit platform backed by financial guarantees built on the Ethereum blockchain.";
|
|
66
|
+
readonly documentation: "https://docs.cap.app/resources/whitepaper";
|
|
67
|
+
readonly bridge: "layer-zero";
|
|
68
|
+
};
|
|
57
69
|
readonly Q: {
|
|
58
70
|
readonly name: "Quack AI Token";
|
|
59
71
|
readonly symbol: "Q";
|
|
@@ -4471,6 +4483,18 @@ export declare const bsc: {
|
|
|
4471
4483
|
readonly documentation: "https://www.binance.com/en/bnb";
|
|
4472
4484
|
readonly tags: readonly ["BLUECHIP"];
|
|
4473
4485
|
};
|
|
4486
|
+
readonly CAP: {
|
|
4487
|
+
readonly name: "Cap";
|
|
4488
|
+
readonly symbol: "CAP";
|
|
4489
|
+
readonly oracleId: "CAP";
|
|
4490
|
+
readonly address: "0x99991c6AAbba5a096f24f250b73580F5179b9999";
|
|
4491
|
+
readonly chainId: 56;
|
|
4492
|
+
readonly decimals: 18;
|
|
4493
|
+
readonly website: "https://www.cap.app/";
|
|
4494
|
+
readonly description: "Cap is a credit platform backed by financial guarantees built on the Ethereum blockchain.";
|
|
4495
|
+
readonly documentation: "https://docs.cap.app/resources/whitepaper";
|
|
4496
|
+
readonly bridge: "layer-zero";
|
|
4497
|
+
};
|
|
4474
4498
|
readonly Q: {
|
|
4475
4499
|
readonly name: "Quack AI Token";
|
|
4476
4500
|
readonly symbol: "Q";
|
|
@@ -51,6 +51,18 @@ export declare const tokens: {
|
|
|
51
51
|
readonly documentation: "https://www.binance.com/en/bnb";
|
|
52
52
|
readonly tags: readonly ["BLUECHIP"];
|
|
53
53
|
};
|
|
54
|
+
readonly CAP: {
|
|
55
|
+
readonly name: "Cap";
|
|
56
|
+
readonly symbol: "CAP";
|
|
57
|
+
readonly oracleId: "CAP";
|
|
58
|
+
readonly address: "0x99991c6AAbba5a096f24f250b73580F5179b9999";
|
|
59
|
+
readonly chainId: 56;
|
|
60
|
+
readonly decimals: 18;
|
|
61
|
+
readonly website: "https://www.cap.app/";
|
|
62
|
+
readonly description: "Cap is a credit platform backed by financial guarantees built on the Ethereum blockchain.";
|
|
63
|
+
readonly documentation: "https://docs.cap.app/resources/whitepaper";
|
|
64
|
+
readonly bridge: "layer-zero";
|
|
65
|
+
};
|
|
54
66
|
readonly Q: {
|
|
55
67
|
readonly name: "Quack AI Token";
|
|
56
68
|
readonly symbol: "Q";
|
|
@@ -29,6 +29,18 @@ export const tokens = {
|
|
|
29
29
|
FEES: BNB,
|
|
30
30
|
BNB,
|
|
31
31
|
WBNB: BNB,
|
|
32
|
+
CAP: {
|
|
33
|
+
name: 'Cap',
|
|
34
|
+
symbol: 'CAP',
|
|
35
|
+
oracleId: 'CAP',
|
|
36
|
+
address: '0x99991c6AAbba5a096f24f250b73580F5179b9999',
|
|
37
|
+
chainId: 56,
|
|
38
|
+
decimals: 18,
|
|
39
|
+
website: 'https://www.cap.app/',
|
|
40
|
+
description: 'Cap is a credit platform backed by financial guarantees built on the Ethereum blockchain.',
|
|
41
|
+
documentation: 'https://docs.cap.app/resources/whitepaper',
|
|
42
|
+
bridge: 'layer-zero',
|
|
43
|
+
},
|
|
32
44
|
Q: {
|
|
33
45
|
name: 'Quack AI Token',
|
|
34
46
|
symbol: 'Q',
|
|
@@ -237,7 +237,7 @@ export declare const ethereum: {
|
|
|
237
237
|
readonly description: "frxUSD is a replacement for FRAX on Ethereum. frxUSD is a crypto collateralized stablecoin pegged to the US dollar.";
|
|
238
238
|
readonly bridge: "native";
|
|
239
239
|
readonly documentation: "https://docs.frax.finance/";
|
|
240
|
-
readonly tags: readonly ["STABLECOIN"
|
|
240
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
241
241
|
};
|
|
242
242
|
readonly sfrxUSD: {
|
|
243
243
|
readonly name: "Staked Frax USD";
|
|
@@ -3211,7 +3211,7 @@ export declare const ethereum: {
|
|
|
3211
3211
|
readonly description: "frxUSD is a replacement for FRAX on Ethereum. frxUSD is a crypto collateralized stablecoin pegged to the US dollar.";
|
|
3212
3212
|
readonly bridge: "native";
|
|
3213
3213
|
readonly documentation: "https://docs.frax.finance/";
|
|
3214
|
-
readonly tags: readonly ["STABLECOIN"
|
|
3214
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
3215
3215
|
};
|
|
3216
3216
|
readonly sfrxUSD: {
|
|
3217
3217
|
readonly name: "Staked Frax USD";
|
|
@@ -234,7 +234,7 @@ export declare const tokens: {
|
|
|
234
234
|
readonly description: "frxUSD is a replacement for FRAX on Ethereum. frxUSD is a crypto collateralized stablecoin pegged to the US dollar.";
|
|
235
235
|
readonly bridge: "native";
|
|
236
236
|
readonly documentation: "https://docs.frax.finance/";
|
|
237
|
-
readonly tags: readonly ["STABLECOIN"
|
|
237
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
238
238
|
};
|
|
239
239
|
readonly sfrxUSD: {
|
|
240
240
|
readonly name: "Staked Frax USD";
|
|
@@ -199,7 +199,7 @@ export const tokens = {
|
|
|
199
199
|
description: 'frxUSD is a replacement for FRAX on Ethereum. frxUSD is a crypto collateralized stablecoin pegged to the US dollar.',
|
|
200
200
|
bridge: 'native',
|
|
201
201
|
documentation: 'https://docs.frax.finance/',
|
|
202
|
-
tags: ['STABLECOIN'
|
|
202
|
+
tags: ['STABLECOIN'],
|
|
203
203
|
},
|
|
204
204
|
sfrxUSD: {
|
|
205
205
|
name: 'Staked Frax USD',
|
package/package.json
CHANGED