@beefyfinance/blockchain-addressbook 0.55.10 → 0.55.11
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-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/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',
|
|
@@ -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',
|
package/package.json
CHANGED