@beefyfinance/blockchain-addressbook 0.55.12 → 0.55.14
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 +22 -0
- package/build/address-book/bsc/tokens/tokens.d.ts +11 -0
- package/build/address-book/bsc/tokens/tokens.js +11 -0
- package/build/address-book/monad/index.d.ts +26 -0
- package/build/address-book/monad/tokens/tokens.d.ts +13 -0
- package/build/address-book/monad/tokens/tokens.js +13 -0
- package/build-esm/address-book/bsc/index.d.ts +22 -0
- package/build-esm/address-book/bsc/tokens/tokens.d.ts +11 -0
- package/build-esm/address-book/bsc/tokens/tokens.js +11 -0
- package/build-esm/address-book/monad/index.d.ts +26 -0
- package/build-esm/address-book/monad/tokens/tokens.d.ts +13 -0
- package/build-esm/address-book/monad/tokens/tokens.js +13 -0
- package/package.json +1 -1
|
@@ -66,6 +66,17 @@ export declare const bsc: {
|
|
|
66
66
|
readonly documentation: "https://docs.cap.app/resources/whitepaper";
|
|
67
67
|
readonly bridge: "layer-zero";
|
|
68
68
|
};
|
|
69
|
+
readonly CZ: {
|
|
70
|
+
readonly name: "The Final Form Bull";
|
|
71
|
+
readonly symbol: "CZ";
|
|
72
|
+
readonly oracleId: "CZ";
|
|
73
|
+
readonly address: "0x7A848a5A8169aa6a2f603D056A749f924F504444";
|
|
74
|
+
readonly chainId: 56;
|
|
75
|
+
readonly decimals: 18;
|
|
76
|
+
readonly website: "https://four.meme/en/token/0x7A848a5A8169aa6a2f603D056A749f924F504444";
|
|
77
|
+
readonly description: "The Final Form Bull (aka $CZ) is a BSC-based, fan-made meme token born from a viral “final form” CZ tweet and bull-themed imagery, basically a cheeky tribute to Changpeng Zhao rather than anything official.";
|
|
78
|
+
readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
|
|
79
|
+
};
|
|
69
80
|
readonly Q: {
|
|
70
81
|
readonly name: "Quack AI Token";
|
|
71
82
|
readonly symbol: "Q";
|
|
@@ -4495,6 +4506,17 @@ export declare const bsc: {
|
|
|
4495
4506
|
readonly documentation: "https://docs.cap.app/resources/whitepaper";
|
|
4496
4507
|
readonly bridge: "layer-zero";
|
|
4497
4508
|
};
|
|
4509
|
+
readonly CZ: {
|
|
4510
|
+
readonly name: "The Final Form Bull";
|
|
4511
|
+
readonly symbol: "CZ";
|
|
4512
|
+
readonly oracleId: "CZ";
|
|
4513
|
+
readonly address: "0x7A848a5A8169aa6a2f603D056A749f924F504444";
|
|
4514
|
+
readonly chainId: 56;
|
|
4515
|
+
readonly decimals: 18;
|
|
4516
|
+
readonly website: "https://four.meme/en/token/0x7A848a5A8169aa6a2f603D056A749f924F504444";
|
|
4517
|
+
readonly description: "The Final Form Bull (aka $CZ) is a BSC-based, fan-made meme token born from a viral “final form” CZ tweet and bull-themed imagery, basically a cheeky tribute to Changpeng Zhao rather than anything official.";
|
|
4518
|
+
readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
|
|
4519
|
+
};
|
|
4498
4520
|
readonly Q: {
|
|
4499
4521
|
readonly name: "Quack AI Token";
|
|
4500
4522
|
readonly symbol: "Q";
|
|
@@ -63,6 +63,17 @@ export declare const tokens: {
|
|
|
63
63
|
readonly documentation: "https://docs.cap.app/resources/whitepaper";
|
|
64
64
|
readonly bridge: "layer-zero";
|
|
65
65
|
};
|
|
66
|
+
readonly CZ: {
|
|
67
|
+
readonly name: "The Final Form Bull";
|
|
68
|
+
readonly symbol: "CZ";
|
|
69
|
+
readonly oracleId: "CZ";
|
|
70
|
+
readonly address: "0x7A848a5A8169aa6a2f603D056A749f924F504444";
|
|
71
|
+
readonly chainId: 56;
|
|
72
|
+
readonly decimals: 18;
|
|
73
|
+
readonly website: "https://four.meme/en/token/0x7A848a5A8169aa6a2f603D056A749f924F504444";
|
|
74
|
+
readonly description: "The Final Form Bull (aka $CZ) is a BSC-based, fan-made meme token born from a viral “final form” CZ tweet and bull-themed imagery, basically a cheeky tribute to Changpeng Zhao rather than anything official.";
|
|
75
|
+
readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
|
|
76
|
+
};
|
|
66
77
|
readonly Q: {
|
|
67
78
|
readonly name: "Quack AI Token";
|
|
68
79
|
readonly symbol: "Q";
|
|
@@ -44,6 +44,17 @@ exports.tokens = {
|
|
|
44
44
|
documentation: 'https://docs.cap.app/resources/whitepaper',
|
|
45
45
|
bridge: 'layer-zero',
|
|
46
46
|
},
|
|
47
|
+
CZ: {
|
|
48
|
+
name: 'The Final Form Bull',
|
|
49
|
+
symbol: 'CZ',
|
|
50
|
+
oracleId: 'CZ',
|
|
51
|
+
address: '0x7A848a5A8169aa6a2f603D056A749f924F504444',
|
|
52
|
+
chainId: 56,
|
|
53
|
+
decimals: 18,
|
|
54
|
+
website: 'https://four.meme/en/token/0x7A848a5A8169aa6a2f603D056A749f924F504444',
|
|
55
|
+
description: 'The Final Form Bull (aka $CZ) is a BSC-based, fan-made meme token born from a viral “final form” CZ tweet and bull-themed imagery, basically a cheeky tribute to Changpeng Zhao rather than anything official.',
|
|
56
|
+
tags: ['LARGE_HOLDERS', 'MEMECOIN'],
|
|
57
|
+
},
|
|
47
58
|
Q: {
|
|
48
59
|
name: 'Quack AI Token',
|
|
49
60
|
symbol: 'Q',
|
|
@@ -396,6 +396,19 @@ export declare const monad: {
|
|
|
396
396
|
readonly documentation: "https://docs.neverland.money/";
|
|
397
397
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
398
398
|
};
|
|
399
|
+
readonly avUSD: {
|
|
400
|
+
readonly name: "avUSD";
|
|
401
|
+
readonly symbol: "avUSD";
|
|
402
|
+
readonly oracleId: "avUSD";
|
|
403
|
+
readonly address: "0x0D9D741FE423Cd5419e4BCb6cB2FfA87AFa93bA4";
|
|
404
|
+
readonly chainId: 1;
|
|
405
|
+
readonly decimals: 18;
|
|
406
|
+
readonly website: "https://app.avantprotocol.com/products";
|
|
407
|
+
readonly documentation: "https://docs.avantprotocol.com/overview/core-tokens#avusd";
|
|
408
|
+
readonly description: "avUSD is the primary stable token of the Avant Protocol, acting as the entry point for USD-denominated yield.";
|
|
409
|
+
readonly bridge: "chainlink-ccip";
|
|
410
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
411
|
+
};
|
|
399
412
|
};
|
|
400
413
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
401
414
|
readonly WNATIVE: {
|
|
@@ -792,6 +805,19 @@ export declare const monad: {
|
|
|
792
805
|
readonly documentation: "https://docs.neverland.money/";
|
|
793
806
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
794
807
|
};
|
|
808
|
+
readonly avUSD: {
|
|
809
|
+
readonly name: "avUSD";
|
|
810
|
+
readonly symbol: "avUSD";
|
|
811
|
+
readonly oracleId: "avUSD";
|
|
812
|
+
readonly address: "0x0D9D741FE423Cd5419e4BCb6cB2FfA87AFa93bA4";
|
|
813
|
+
readonly chainId: 1;
|
|
814
|
+
readonly decimals: 18;
|
|
815
|
+
readonly website: "https://app.avantprotocol.com/products";
|
|
816
|
+
readonly documentation: "https://docs.avantprotocol.com/overview/core-tokens#avusd";
|
|
817
|
+
readonly description: "avUSD is the primary stable token of the Avant Protocol, acting as the entry point for USD-denominated yield.";
|
|
818
|
+
readonly bridge: "chainlink-ccip";
|
|
819
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
820
|
+
};
|
|
795
821
|
}>;
|
|
796
822
|
readonly native: {
|
|
797
823
|
readonly symbol: "MON";
|
|
@@ -393,4 +393,17 @@ export declare const tokens: {
|
|
|
393
393
|
readonly documentation: "https://docs.neverland.money/";
|
|
394
394
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
395
395
|
};
|
|
396
|
+
readonly avUSD: {
|
|
397
|
+
readonly name: "avUSD";
|
|
398
|
+
readonly symbol: "avUSD";
|
|
399
|
+
readonly oracleId: "avUSD";
|
|
400
|
+
readonly address: "0x0D9D741FE423Cd5419e4BCb6cB2FfA87AFa93bA4";
|
|
401
|
+
readonly chainId: 1;
|
|
402
|
+
readonly decimals: 18;
|
|
403
|
+
readonly website: "https://app.avantprotocol.com/products";
|
|
404
|
+
readonly documentation: "https://docs.avantprotocol.com/overview/core-tokens#avusd";
|
|
405
|
+
readonly description: "avUSD is the primary stable token of the Avant Protocol, acting as the entry point for USD-denominated yield.";
|
|
406
|
+
readonly bridge: "chainlink-ccip";
|
|
407
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
408
|
+
};
|
|
396
409
|
};
|
|
@@ -364,4 +364,17 @@ exports.tokens = {
|
|
|
364
364
|
documentation: 'https://docs.neverland.money/',
|
|
365
365
|
tags: ['NO_TIMELOCK', 'SYNTHETIC', 'STABLECOIN'],
|
|
366
366
|
},
|
|
367
|
+
avUSD: {
|
|
368
|
+
name: 'avUSD',
|
|
369
|
+
symbol: 'avUSD',
|
|
370
|
+
oracleId: 'avUSD',
|
|
371
|
+
address: '0x0D9D741FE423Cd5419e4BCb6cB2FfA87AFa93bA4',
|
|
372
|
+
chainId: 1,
|
|
373
|
+
decimals: 18,
|
|
374
|
+
website: 'https://app.avantprotocol.com/products',
|
|
375
|
+
documentation: 'https://docs.avantprotocol.com/overview/core-tokens#avusd',
|
|
376
|
+
description: 'avUSD is the primary stable token of the Avant Protocol, acting as the entry point for USD-denominated yield.',
|
|
377
|
+
bridge: 'chainlink-ccip',
|
|
378
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
379
|
+
},
|
|
367
380
|
};
|
|
@@ -66,6 +66,17 @@ export declare const bsc: {
|
|
|
66
66
|
readonly documentation: "https://docs.cap.app/resources/whitepaper";
|
|
67
67
|
readonly bridge: "layer-zero";
|
|
68
68
|
};
|
|
69
|
+
readonly CZ: {
|
|
70
|
+
readonly name: "The Final Form Bull";
|
|
71
|
+
readonly symbol: "CZ";
|
|
72
|
+
readonly oracleId: "CZ";
|
|
73
|
+
readonly address: "0x7A848a5A8169aa6a2f603D056A749f924F504444";
|
|
74
|
+
readonly chainId: 56;
|
|
75
|
+
readonly decimals: 18;
|
|
76
|
+
readonly website: "https://four.meme/en/token/0x7A848a5A8169aa6a2f603D056A749f924F504444";
|
|
77
|
+
readonly description: "The Final Form Bull (aka $CZ) is a BSC-based, fan-made meme token born from a viral “final form” CZ tweet and bull-themed imagery, basically a cheeky tribute to Changpeng Zhao rather than anything official.";
|
|
78
|
+
readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
|
|
79
|
+
};
|
|
69
80
|
readonly Q: {
|
|
70
81
|
readonly name: "Quack AI Token";
|
|
71
82
|
readonly symbol: "Q";
|
|
@@ -4495,6 +4506,17 @@ export declare const bsc: {
|
|
|
4495
4506
|
readonly documentation: "https://docs.cap.app/resources/whitepaper";
|
|
4496
4507
|
readonly bridge: "layer-zero";
|
|
4497
4508
|
};
|
|
4509
|
+
readonly CZ: {
|
|
4510
|
+
readonly name: "The Final Form Bull";
|
|
4511
|
+
readonly symbol: "CZ";
|
|
4512
|
+
readonly oracleId: "CZ";
|
|
4513
|
+
readonly address: "0x7A848a5A8169aa6a2f603D056A749f924F504444";
|
|
4514
|
+
readonly chainId: 56;
|
|
4515
|
+
readonly decimals: 18;
|
|
4516
|
+
readonly website: "https://four.meme/en/token/0x7A848a5A8169aa6a2f603D056A749f924F504444";
|
|
4517
|
+
readonly description: "The Final Form Bull (aka $CZ) is a BSC-based, fan-made meme token born from a viral “final form” CZ tweet and bull-themed imagery, basically a cheeky tribute to Changpeng Zhao rather than anything official.";
|
|
4518
|
+
readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
|
|
4519
|
+
};
|
|
4498
4520
|
readonly Q: {
|
|
4499
4521
|
readonly name: "Quack AI Token";
|
|
4500
4522
|
readonly symbol: "Q";
|
|
@@ -63,6 +63,17 @@ export declare const tokens: {
|
|
|
63
63
|
readonly documentation: "https://docs.cap.app/resources/whitepaper";
|
|
64
64
|
readonly bridge: "layer-zero";
|
|
65
65
|
};
|
|
66
|
+
readonly CZ: {
|
|
67
|
+
readonly name: "The Final Form Bull";
|
|
68
|
+
readonly symbol: "CZ";
|
|
69
|
+
readonly oracleId: "CZ";
|
|
70
|
+
readonly address: "0x7A848a5A8169aa6a2f603D056A749f924F504444";
|
|
71
|
+
readonly chainId: 56;
|
|
72
|
+
readonly decimals: 18;
|
|
73
|
+
readonly website: "https://four.meme/en/token/0x7A848a5A8169aa6a2f603D056A749f924F504444";
|
|
74
|
+
readonly description: "The Final Form Bull (aka $CZ) is a BSC-based, fan-made meme token born from a viral “final form” CZ tweet and bull-themed imagery, basically a cheeky tribute to Changpeng Zhao rather than anything official.";
|
|
75
|
+
readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
|
|
76
|
+
};
|
|
66
77
|
readonly Q: {
|
|
67
78
|
readonly name: "Quack AI Token";
|
|
68
79
|
readonly symbol: "Q";
|
|
@@ -41,6 +41,17 @@ export const tokens = {
|
|
|
41
41
|
documentation: 'https://docs.cap.app/resources/whitepaper',
|
|
42
42
|
bridge: 'layer-zero',
|
|
43
43
|
},
|
|
44
|
+
CZ: {
|
|
45
|
+
name: 'The Final Form Bull',
|
|
46
|
+
symbol: 'CZ',
|
|
47
|
+
oracleId: 'CZ',
|
|
48
|
+
address: '0x7A848a5A8169aa6a2f603D056A749f924F504444',
|
|
49
|
+
chainId: 56,
|
|
50
|
+
decimals: 18,
|
|
51
|
+
website: 'https://four.meme/en/token/0x7A848a5A8169aa6a2f603D056A749f924F504444',
|
|
52
|
+
description: 'The Final Form Bull (aka $CZ) is a BSC-based, fan-made meme token born from a viral “final form” CZ tweet and bull-themed imagery, basically a cheeky tribute to Changpeng Zhao rather than anything official.',
|
|
53
|
+
tags: ['LARGE_HOLDERS', 'MEMECOIN'],
|
|
54
|
+
},
|
|
44
55
|
Q: {
|
|
45
56
|
name: 'Quack AI Token',
|
|
46
57
|
symbol: 'Q',
|
|
@@ -396,6 +396,19 @@ export declare const monad: {
|
|
|
396
396
|
readonly documentation: "https://docs.neverland.money/";
|
|
397
397
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
398
398
|
};
|
|
399
|
+
readonly avUSD: {
|
|
400
|
+
readonly name: "avUSD";
|
|
401
|
+
readonly symbol: "avUSD";
|
|
402
|
+
readonly oracleId: "avUSD";
|
|
403
|
+
readonly address: "0x0D9D741FE423Cd5419e4BCb6cB2FfA87AFa93bA4";
|
|
404
|
+
readonly chainId: 1;
|
|
405
|
+
readonly decimals: 18;
|
|
406
|
+
readonly website: "https://app.avantprotocol.com/products";
|
|
407
|
+
readonly documentation: "https://docs.avantprotocol.com/overview/core-tokens#avusd";
|
|
408
|
+
readonly description: "avUSD is the primary stable token of the Avant Protocol, acting as the entry point for USD-denominated yield.";
|
|
409
|
+
readonly bridge: "chainlink-ccip";
|
|
410
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
411
|
+
};
|
|
399
412
|
};
|
|
400
413
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
401
414
|
readonly WNATIVE: {
|
|
@@ -792,6 +805,19 @@ export declare const monad: {
|
|
|
792
805
|
readonly documentation: "https://docs.neverland.money/";
|
|
793
806
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
794
807
|
};
|
|
808
|
+
readonly avUSD: {
|
|
809
|
+
readonly name: "avUSD";
|
|
810
|
+
readonly symbol: "avUSD";
|
|
811
|
+
readonly oracleId: "avUSD";
|
|
812
|
+
readonly address: "0x0D9D741FE423Cd5419e4BCb6cB2FfA87AFa93bA4";
|
|
813
|
+
readonly chainId: 1;
|
|
814
|
+
readonly decimals: 18;
|
|
815
|
+
readonly website: "https://app.avantprotocol.com/products";
|
|
816
|
+
readonly documentation: "https://docs.avantprotocol.com/overview/core-tokens#avusd";
|
|
817
|
+
readonly description: "avUSD is the primary stable token of the Avant Protocol, acting as the entry point for USD-denominated yield.";
|
|
818
|
+
readonly bridge: "chainlink-ccip";
|
|
819
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
820
|
+
};
|
|
795
821
|
}>;
|
|
796
822
|
readonly native: {
|
|
797
823
|
readonly symbol: "MON";
|
|
@@ -393,4 +393,17 @@ export declare const tokens: {
|
|
|
393
393
|
readonly documentation: "https://docs.neverland.money/";
|
|
394
394
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
395
395
|
};
|
|
396
|
+
readonly avUSD: {
|
|
397
|
+
readonly name: "avUSD";
|
|
398
|
+
readonly symbol: "avUSD";
|
|
399
|
+
readonly oracleId: "avUSD";
|
|
400
|
+
readonly address: "0x0D9D741FE423Cd5419e4BCb6cB2FfA87AFa93bA4";
|
|
401
|
+
readonly chainId: 1;
|
|
402
|
+
readonly decimals: 18;
|
|
403
|
+
readonly website: "https://app.avantprotocol.com/products";
|
|
404
|
+
readonly documentation: "https://docs.avantprotocol.com/overview/core-tokens#avusd";
|
|
405
|
+
readonly description: "avUSD is the primary stable token of the Avant Protocol, acting as the entry point for USD-denominated yield.";
|
|
406
|
+
readonly bridge: "chainlink-ccip";
|
|
407
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
408
|
+
};
|
|
396
409
|
};
|
|
@@ -361,4 +361,17 @@ export const tokens = {
|
|
|
361
361
|
documentation: 'https://docs.neverland.money/',
|
|
362
362
|
tags: ['NO_TIMELOCK', 'SYNTHETIC', 'STABLECOIN'],
|
|
363
363
|
},
|
|
364
|
+
avUSD: {
|
|
365
|
+
name: 'avUSD',
|
|
366
|
+
symbol: 'avUSD',
|
|
367
|
+
oracleId: 'avUSD',
|
|
368
|
+
address: '0x0D9D741FE423Cd5419e4BCb6cB2FfA87AFa93bA4',
|
|
369
|
+
chainId: 1,
|
|
370
|
+
decimals: 18,
|
|
371
|
+
website: 'https://app.avantprotocol.com/products',
|
|
372
|
+
documentation: 'https://docs.avantprotocol.com/overview/core-tokens#avusd',
|
|
373
|
+
description: 'avUSD is the primary stable token of the Avant Protocol, acting as the entry point for USD-denominated yield.',
|
|
374
|
+
bridge: 'chainlink-ccip',
|
|
375
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
376
|
+
},
|
|
364
377
|
};
|
package/package.json
CHANGED