@beefyfinance/blockchain-addressbook 0.54.216 → 0.54.218
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 +46 -0
- package/build/address-book/base/tokens/tokens.d.ts +23 -0
- package/build/address-book/base/tokens/tokens.js +23 -0
- package/build-esm/address-book/base/index.d.ts +46 -0
- package/build-esm/address-book/base/tokens/tokens.d.ts +23 -0
- package/build-esm/address-book/base/tokens/tokens.js +23 -0
- package/package.json +1 -1
|
@@ -3350,6 +3350,29 @@ export declare const base: {
|
|
|
3350
3350
|
readonly bridge: "native";
|
|
3351
3351
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3352
3352
|
};
|
|
3353
|
+
readonly AORA: {
|
|
3354
|
+
readonly name: "AtlasOra";
|
|
3355
|
+
readonly symbol: "AORA";
|
|
3356
|
+
readonly oracleId: "AORA";
|
|
3357
|
+
readonly address: "0x6E84030FA86EBf585E3E18fe557e5612f7e93Bff";
|
|
3358
|
+
readonly chainId: 8453;
|
|
3359
|
+
readonly decimals: 18;
|
|
3360
|
+
readonly website: "https://www.atlasora.foundation/";
|
|
3361
|
+
readonly description: "AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.";
|
|
3362
|
+
readonly bridge: "native";
|
|
3363
|
+
};
|
|
3364
|
+
readonly LFI: {
|
|
3365
|
+
readonly name: "LienFi";
|
|
3366
|
+
readonly symbol: "LFI";
|
|
3367
|
+
readonly oracleId: "LFI";
|
|
3368
|
+
readonly address: "0x3722264aB15a1dfCe5a5af89e6547F7949A8ABA3";
|
|
3369
|
+
readonly chainId: 8453;
|
|
3370
|
+
readonly decimals: 18;
|
|
3371
|
+
readonly website: "https://lienfi.com/";
|
|
3372
|
+
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.";
|
|
3373
|
+
readonly bridge: "native";
|
|
3374
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3375
|
+
};
|
|
3353
3376
|
};
|
|
3354
3377
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3355
3378
|
readonly WNATIVE: {
|
|
@@ -6700,6 +6723,29 @@ export declare const base: {
|
|
|
6700
6723
|
readonly bridge: "native";
|
|
6701
6724
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
6702
6725
|
};
|
|
6726
|
+
readonly AORA: {
|
|
6727
|
+
readonly name: "AtlasOra";
|
|
6728
|
+
readonly symbol: "AORA";
|
|
6729
|
+
readonly oracleId: "AORA";
|
|
6730
|
+
readonly address: "0x6E84030FA86EBf585E3E18fe557e5612f7e93Bff";
|
|
6731
|
+
readonly chainId: 8453;
|
|
6732
|
+
readonly decimals: 18;
|
|
6733
|
+
readonly website: "https://www.atlasora.foundation/";
|
|
6734
|
+
readonly description: "AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.";
|
|
6735
|
+
readonly bridge: "native";
|
|
6736
|
+
};
|
|
6737
|
+
readonly LFI: {
|
|
6738
|
+
readonly name: "LienFi";
|
|
6739
|
+
readonly symbol: "LFI";
|
|
6740
|
+
readonly oracleId: "LFI";
|
|
6741
|
+
readonly address: "0x3722264aB15a1dfCe5a5af89e6547F7949A8ABA3";
|
|
6742
|
+
readonly chainId: 8453;
|
|
6743
|
+
readonly decimals: 18;
|
|
6744
|
+
readonly website: "https://lienfi.com/";
|
|
6745
|
+
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.";
|
|
6746
|
+
readonly bridge: "native";
|
|
6747
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6748
|
+
};
|
|
6703
6749
|
}>;
|
|
6704
6750
|
readonly native: {
|
|
6705
6751
|
readonly symbol: "ETH";
|
|
@@ -3347,4 +3347,27 @@ export declare const tokens: {
|
|
|
3347
3347
|
readonly bridge: "native";
|
|
3348
3348
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3349
3349
|
};
|
|
3350
|
+
readonly AORA: {
|
|
3351
|
+
readonly name: "AtlasOra";
|
|
3352
|
+
readonly symbol: "AORA";
|
|
3353
|
+
readonly oracleId: "AORA";
|
|
3354
|
+
readonly address: "0x6E84030FA86EBf585E3E18fe557e5612f7e93Bff";
|
|
3355
|
+
readonly chainId: 8453;
|
|
3356
|
+
readonly decimals: 18;
|
|
3357
|
+
readonly website: "https://www.atlasora.foundation/";
|
|
3358
|
+
readonly description: "AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.";
|
|
3359
|
+
readonly bridge: "native";
|
|
3360
|
+
};
|
|
3361
|
+
readonly LFI: {
|
|
3362
|
+
readonly name: "LienFi";
|
|
3363
|
+
readonly symbol: "LFI";
|
|
3364
|
+
readonly oracleId: "LFI";
|
|
3365
|
+
readonly address: "0x3722264aB15a1dfCe5a5af89e6547F7949A8ABA3";
|
|
3366
|
+
readonly chainId: 8453;
|
|
3367
|
+
readonly decimals: 18;
|
|
3368
|
+
readonly website: "https://lienfi.com/";
|
|
3369
|
+
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.";
|
|
3370
|
+
readonly bridge: "native";
|
|
3371
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3372
|
+
};
|
|
3350
3373
|
};
|
|
@@ -3315,4 +3315,27 @@ exports.tokens = {
|
|
|
3315
3315
|
bridge: 'native',
|
|
3316
3316
|
tags: ['NO_TIMELOCK'],
|
|
3317
3317
|
},
|
|
3318
|
+
AORA: {
|
|
3319
|
+
name: 'AtlasOra',
|
|
3320
|
+
symbol: 'AORA',
|
|
3321
|
+
oracleId: 'AORA',
|
|
3322
|
+
address: '0x6E84030FA86EBf585E3E18fe557e5612f7e93Bff',
|
|
3323
|
+
chainId: 8453,
|
|
3324
|
+
decimals: 18,
|
|
3325
|
+
website: 'https://www.atlasora.foundation/',
|
|
3326
|
+
description: 'AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.',
|
|
3327
|
+
bridge: 'native',
|
|
3328
|
+
},
|
|
3329
|
+
LFI: {
|
|
3330
|
+
name: 'LienFi',
|
|
3331
|
+
symbol: 'LFI',
|
|
3332
|
+
oracleId: 'LFI',
|
|
3333
|
+
address: '0x3722264aB15a1dfCe5a5af89e6547F7949A8ABA3',
|
|
3334
|
+
chainId: 8453,
|
|
3335
|
+
decimals: 18,
|
|
3336
|
+
website: 'https://lienfi.com/',
|
|
3337
|
+
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.',
|
|
3338
|
+
bridge: 'native',
|
|
3339
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3340
|
+
},
|
|
3318
3341
|
};
|
|
@@ -3350,6 +3350,29 @@ export declare const base: {
|
|
|
3350
3350
|
readonly bridge: "native";
|
|
3351
3351
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3352
3352
|
};
|
|
3353
|
+
readonly AORA: {
|
|
3354
|
+
readonly name: "AtlasOra";
|
|
3355
|
+
readonly symbol: "AORA";
|
|
3356
|
+
readonly oracleId: "AORA";
|
|
3357
|
+
readonly address: "0x6E84030FA86EBf585E3E18fe557e5612f7e93Bff";
|
|
3358
|
+
readonly chainId: 8453;
|
|
3359
|
+
readonly decimals: 18;
|
|
3360
|
+
readonly website: "https://www.atlasora.foundation/";
|
|
3361
|
+
readonly description: "AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.";
|
|
3362
|
+
readonly bridge: "native";
|
|
3363
|
+
};
|
|
3364
|
+
readonly LFI: {
|
|
3365
|
+
readonly name: "LienFi";
|
|
3366
|
+
readonly symbol: "LFI";
|
|
3367
|
+
readonly oracleId: "LFI";
|
|
3368
|
+
readonly address: "0x3722264aB15a1dfCe5a5af89e6547F7949A8ABA3";
|
|
3369
|
+
readonly chainId: 8453;
|
|
3370
|
+
readonly decimals: 18;
|
|
3371
|
+
readonly website: "https://lienfi.com/";
|
|
3372
|
+
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.";
|
|
3373
|
+
readonly bridge: "native";
|
|
3374
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3375
|
+
};
|
|
3353
3376
|
};
|
|
3354
3377
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3355
3378
|
readonly WNATIVE: {
|
|
@@ -6700,6 +6723,29 @@ export declare const base: {
|
|
|
6700
6723
|
readonly bridge: "native";
|
|
6701
6724
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
6702
6725
|
};
|
|
6726
|
+
readonly AORA: {
|
|
6727
|
+
readonly name: "AtlasOra";
|
|
6728
|
+
readonly symbol: "AORA";
|
|
6729
|
+
readonly oracleId: "AORA";
|
|
6730
|
+
readonly address: "0x6E84030FA86EBf585E3E18fe557e5612f7e93Bff";
|
|
6731
|
+
readonly chainId: 8453;
|
|
6732
|
+
readonly decimals: 18;
|
|
6733
|
+
readonly website: "https://www.atlasora.foundation/";
|
|
6734
|
+
readonly description: "AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.";
|
|
6735
|
+
readonly bridge: "native";
|
|
6736
|
+
};
|
|
6737
|
+
readonly LFI: {
|
|
6738
|
+
readonly name: "LienFi";
|
|
6739
|
+
readonly symbol: "LFI";
|
|
6740
|
+
readonly oracleId: "LFI";
|
|
6741
|
+
readonly address: "0x3722264aB15a1dfCe5a5af89e6547F7949A8ABA3";
|
|
6742
|
+
readonly chainId: 8453;
|
|
6743
|
+
readonly decimals: 18;
|
|
6744
|
+
readonly website: "https://lienfi.com/";
|
|
6745
|
+
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.";
|
|
6746
|
+
readonly bridge: "native";
|
|
6747
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6748
|
+
};
|
|
6703
6749
|
}>;
|
|
6704
6750
|
readonly native: {
|
|
6705
6751
|
readonly symbol: "ETH";
|
|
@@ -3347,4 +3347,27 @@ export declare const tokens: {
|
|
|
3347
3347
|
readonly bridge: "native";
|
|
3348
3348
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3349
3349
|
};
|
|
3350
|
+
readonly AORA: {
|
|
3351
|
+
readonly name: "AtlasOra";
|
|
3352
|
+
readonly symbol: "AORA";
|
|
3353
|
+
readonly oracleId: "AORA";
|
|
3354
|
+
readonly address: "0x6E84030FA86EBf585E3E18fe557e5612f7e93Bff";
|
|
3355
|
+
readonly chainId: 8453;
|
|
3356
|
+
readonly decimals: 18;
|
|
3357
|
+
readonly website: "https://www.atlasora.foundation/";
|
|
3358
|
+
readonly description: "AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.";
|
|
3359
|
+
readonly bridge: "native";
|
|
3360
|
+
};
|
|
3361
|
+
readonly LFI: {
|
|
3362
|
+
readonly name: "LienFi";
|
|
3363
|
+
readonly symbol: "LFI";
|
|
3364
|
+
readonly oracleId: "LFI";
|
|
3365
|
+
readonly address: "0x3722264aB15a1dfCe5a5af89e6547F7949A8ABA3";
|
|
3366
|
+
readonly chainId: 8453;
|
|
3367
|
+
readonly decimals: 18;
|
|
3368
|
+
readonly website: "https://lienfi.com/";
|
|
3369
|
+
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.";
|
|
3370
|
+
readonly bridge: "native";
|
|
3371
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3372
|
+
};
|
|
3350
3373
|
};
|
|
@@ -3312,4 +3312,27 @@ export const tokens = {
|
|
|
3312
3312
|
bridge: 'native',
|
|
3313
3313
|
tags: ['NO_TIMELOCK'],
|
|
3314
3314
|
},
|
|
3315
|
+
AORA: {
|
|
3316
|
+
name: 'AtlasOra',
|
|
3317
|
+
symbol: 'AORA',
|
|
3318
|
+
oracleId: 'AORA',
|
|
3319
|
+
address: '0x6E84030FA86EBf585E3E18fe557e5612f7e93Bff',
|
|
3320
|
+
chainId: 8453,
|
|
3321
|
+
decimals: 18,
|
|
3322
|
+
website: 'https://www.atlasora.foundation/',
|
|
3323
|
+
description: 'AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.',
|
|
3324
|
+
bridge: 'native',
|
|
3325
|
+
},
|
|
3326
|
+
LFI: {
|
|
3327
|
+
name: 'LienFi',
|
|
3328
|
+
symbol: 'LFI',
|
|
3329
|
+
oracleId: 'LFI',
|
|
3330
|
+
address: '0x3722264aB15a1dfCe5a5af89e6547F7949A8ABA3',
|
|
3331
|
+
chainId: 8453,
|
|
3332
|
+
decimals: 18,
|
|
3333
|
+
website: 'https://lienfi.com/',
|
|
3334
|
+
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.',
|
|
3335
|
+
bridge: 'native',
|
|
3336
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3337
|
+
},
|
|
3315
3338
|
};
|
package/package.json
CHANGED