@beefyfinance/blockchain-addressbook 0.54.216 → 0.54.217
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 +24 -0
- package/build/address-book/base/tokens/tokens.d.ts +12 -0
- package/build/address-book/base/tokens/tokens.js +12 -0
- package/build-esm/address-book/base/index.d.ts +24 -0
- package/build-esm/address-book/base/tokens/tokens.d.ts +12 -0
- package/build-esm/address-book/base/tokens/tokens.js +12 -0
- package/package.json +1 -1
|
@@ -3350,6 +3350,18 @@ export declare const base: {
|
|
|
3350
3350
|
readonly bridge: "native";
|
|
3351
3351
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3352
3352
|
};
|
|
3353
|
+
readonly LFI: {
|
|
3354
|
+
readonly name: "LienFi";
|
|
3355
|
+
readonly symbol: "LFI";
|
|
3356
|
+
readonly oracleId: "LFI";
|
|
3357
|
+
readonly address: "0x3722264aB15a1dfCe5a5af89e6547F7949A8ABA3";
|
|
3358
|
+
readonly chainId: 8453;
|
|
3359
|
+
readonly decimals: 18;
|
|
3360
|
+
readonly website: "https://lienfi.com/";
|
|
3361
|
+
readonly description: "LienFi tokenizes U.S. tax liens and tax deeds onchain. $LFI is the native token of the protocol — a fixed-supply ERC-20 on Base with 73% liquid at launch.";
|
|
3362
|
+
readonly bridge: "native";
|
|
3363
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3364
|
+
};
|
|
3353
3365
|
};
|
|
3354
3366
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3355
3367
|
readonly WNATIVE: {
|
|
@@ -6700,6 +6712,18 @@ export declare const base: {
|
|
|
6700
6712
|
readonly bridge: "native";
|
|
6701
6713
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
6702
6714
|
};
|
|
6715
|
+
readonly LFI: {
|
|
6716
|
+
readonly name: "LienFi";
|
|
6717
|
+
readonly symbol: "LFI";
|
|
6718
|
+
readonly oracleId: "LFI";
|
|
6719
|
+
readonly address: "0x3722264aB15a1dfCe5a5af89e6547F7949A8ABA3";
|
|
6720
|
+
readonly chainId: 8453;
|
|
6721
|
+
readonly decimals: 18;
|
|
6722
|
+
readonly website: "https://lienfi.com/";
|
|
6723
|
+
readonly description: "LienFi tokenizes U.S. tax liens and tax deeds onchain. $LFI is the native token of the protocol — a fixed-supply ERC-20 on Base with 73% liquid at launch.";
|
|
6724
|
+
readonly bridge: "native";
|
|
6725
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6726
|
+
};
|
|
6703
6727
|
}>;
|
|
6704
6728
|
readonly native: {
|
|
6705
6729
|
readonly symbol: "ETH";
|
|
@@ -3347,4 +3347,16 @@ export declare const tokens: {
|
|
|
3347
3347
|
readonly bridge: "native";
|
|
3348
3348
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3349
3349
|
};
|
|
3350
|
+
readonly LFI: {
|
|
3351
|
+
readonly name: "LienFi";
|
|
3352
|
+
readonly symbol: "LFI";
|
|
3353
|
+
readonly oracleId: "LFI";
|
|
3354
|
+
readonly address: "0x3722264aB15a1dfCe5a5af89e6547F7949A8ABA3";
|
|
3355
|
+
readonly chainId: 8453;
|
|
3356
|
+
readonly decimals: 18;
|
|
3357
|
+
readonly website: "https://lienfi.com/";
|
|
3358
|
+
readonly description: "LienFi tokenizes U.S. tax liens and tax deeds onchain. $LFI is the native token of the protocol — a fixed-supply ERC-20 on Base with 73% liquid at launch.";
|
|
3359
|
+
readonly bridge: "native";
|
|
3360
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3361
|
+
};
|
|
3350
3362
|
};
|
|
@@ -3315,4 +3315,16 @@ exports.tokens = {
|
|
|
3315
3315
|
bridge: 'native',
|
|
3316
3316
|
tags: ['NO_TIMELOCK'],
|
|
3317
3317
|
},
|
|
3318
|
+
LFI: {
|
|
3319
|
+
name: 'LienFi',
|
|
3320
|
+
symbol: 'LFI',
|
|
3321
|
+
oracleId: 'LFI',
|
|
3322
|
+
address: '0x3722264aB15a1dfCe5a5af89e6547F7949A8ABA3',
|
|
3323
|
+
chainId: 8453,
|
|
3324
|
+
decimals: 18,
|
|
3325
|
+
website: 'https://lienfi.com/',
|
|
3326
|
+
description: 'LienFi tokenizes U.S. tax liens and tax deeds onchain. $LFI is the native token of the protocol — a fixed-supply ERC-20 on Base with 73% liquid at launch.',
|
|
3327
|
+
bridge: 'native',
|
|
3328
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3329
|
+
},
|
|
3318
3330
|
};
|
|
@@ -3350,6 +3350,18 @@ export declare const base: {
|
|
|
3350
3350
|
readonly bridge: "native";
|
|
3351
3351
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3352
3352
|
};
|
|
3353
|
+
readonly LFI: {
|
|
3354
|
+
readonly name: "LienFi";
|
|
3355
|
+
readonly symbol: "LFI";
|
|
3356
|
+
readonly oracleId: "LFI";
|
|
3357
|
+
readonly address: "0x3722264aB15a1dfCe5a5af89e6547F7949A8ABA3";
|
|
3358
|
+
readonly chainId: 8453;
|
|
3359
|
+
readonly decimals: 18;
|
|
3360
|
+
readonly website: "https://lienfi.com/";
|
|
3361
|
+
readonly description: "LienFi tokenizes U.S. tax liens and tax deeds onchain. $LFI is the native token of the protocol — a fixed-supply ERC-20 on Base with 73% liquid at launch.";
|
|
3362
|
+
readonly bridge: "native";
|
|
3363
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3364
|
+
};
|
|
3353
3365
|
};
|
|
3354
3366
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3355
3367
|
readonly WNATIVE: {
|
|
@@ -6700,6 +6712,18 @@ export declare const base: {
|
|
|
6700
6712
|
readonly bridge: "native";
|
|
6701
6713
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
6702
6714
|
};
|
|
6715
|
+
readonly LFI: {
|
|
6716
|
+
readonly name: "LienFi";
|
|
6717
|
+
readonly symbol: "LFI";
|
|
6718
|
+
readonly oracleId: "LFI";
|
|
6719
|
+
readonly address: "0x3722264aB15a1dfCe5a5af89e6547F7949A8ABA3";
|
|
6720
|
+
readonly chainId: 8453;
|
|
6721
|
+
readonly decimals: 18;
|
|
6722
|
+
readonly website: "https://lienfi.com/";
|
|
6723
|
+
readonly description: "LienFi tokenizes U.S. tax liens and tax deeds onchain. $LFI is the native token of the protocol — a fixed-supply ERC-20 on Base with 73% liquid at launch.";
|
|
6724
|
+
readonly bridge: "native";
|
|
6725
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6726
|
+
};
|
|
6703
6727
|
}>;
|
|
6704
6728
|
readonly native: {
|
|
6705
6729
|
readonly symbol: "ETH";
|
|
@@ -3347,4 +3347,16 @@ export declare const tokens: {
|
|
|
3347
3347
|
readonly bridge: "native";
|
|
3348
3348
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3349
3349
|
};
|
|
3350
|
+
readonly LFI: {
|
|
3351
|
+
readonly name: "LienFi";
|
|
3352
|
+
readonly symbol: "LFI";
|
|
3353
|
+
readonly oracleId: "LFI";
|
|
3354
|
+
readonly address: "0x3722264aB15a1dfCe5a5af89e6547F7949A8ABA3";
|
|
3355
|
+
readonly chainId: 8453;
|
|
3356
|
+
readonly decimals: 18;
|
|
3357
|
+
readonly website: "https://lienfi.com/";
|
|
3358
|
+
readonly description: "LienFi tokenizes U.S. tax liens and tax deeds onchain. $LFI is the native token of the protocol — a fixed-supply ERC-20 on Base with 73% liquid at launch.";
|
|
3359
|
+
readonly bridge: "native";
|
|
3360
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3361
|
+
};
|
|
3350
3362
|
};
|
|
@@ -3312,4 +3312,16 @@ export const tokens = {
|
|
|
3312
3312
|
bridge: 'native',
|
|
3313
3313
|
tags: ['NO_TIMELOCK'],
|
|
3314
3314
|
},
|
|
3315
|
+
LFI: {
|
|
3316
|
+
name: 'LienFi',
|
|
3317
|
+
symbol: 'LFI',
|
|
3318
|
+
oracleId: 'LFI',
|
|
3319
|
+
address: '0x3722264aB15a1dfCe5a5af89e6547F7949A8ABA3',
|
|
3320
|
+
chainId: 8453,
|
|
3321
|
+
decimals: 18,
|
|
3322
|
+
website: 'https://lienfi.com/',
|
|
3323
|
+
description: 'LienFi tokenizes U.S. tax liens and tax deeds onchain. $LFI is the native token of the protocol — a fixed-supply ERC-20 on Base with 73% liquid at launch.',
|
|
3324
|
+
bridge: 'native',
|
|
3325
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3326
|
+
},
|
|
3315
3327
|
};
|
package/package.json
CHANGED