@beefyfinance/blockchain-addressbook 0.54.217 → 0.54.219
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 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
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3364
|
+
};
|
|
3353
3365
|
readonly LFI: {
|
|
3354
3366
|
readonly name: "LienFi";
|
|
3355
3367
|
readonly symbol: "LFI";
|
|
@@ -6712,6 +6724,18 @@ export declare const base: {
|
|
|
6712
6724
|
readonly bridge: "native";
|
|
6713
6725
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
6714
6726
|
};
|
|
6727
|
+
readonly AORA: {
|
|
6728
|
+
readonly name: "AtlasOra";
|
|
6729
|
+
readonly symbol: "AORA";
|
|
6730
|
+
readonly oracleId: "AORA";
|
|
6731
|
+
readonly address: "0x6E84030FA86EBf585E3E18fe557e5612f7e93Bff";
|
|
6732
|
+
readonly chainId: 8453;
|
|
6733
|
+
readonly decimals: 18;
|
|
6734
|
+
readonly website: "https://www.atlasora.foundation/";
|
|
6735
|
+
readonly description: "AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.";
|
|
6736
|
+
readonly bridge: "native";
|
|
6737
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6738
|
+
};
|
|
6715
6739
|
readonly LFI: {
|
|
6716
6740
|
readonly name: "LienFi";
|
|
6717
6741
|
readonly symbol: "LFI";
|
|
@@ -3347,6 +3347,18 @@ 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
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3361
|
+
};
|
|
3350
3362
|
readonly LFI: {
|
|
3351
3363
|
readonly name: "LienFi";
|
|
3352
3364
|
readonly symbol: "LFI";
|
|
@@ -3315,6 +3315,18 @@ 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
|
+
tags: ['LARGE_HOLDERS'],
|
|
3329
|
+
},
|
|
3318
3330
|
LFI: {
|
|
3319
3331
|
name: 'LienFi',
|
|
3320
3332
|
symbol: 'LFI',
|
|
@@ -3350,6 +3350,18 @@ 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
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3364
|
+
};
|
|
3353
3365
|
readonly LFI: {
|
|
3354
3366
|
readonly name: "LienFi";
|
|
3355
3367
|
readonly symbol: "LFI";
|
|
@@ -6712,6 +6724,18 @@ export declare const base: {
|
|
|
6712
6724
|
readonly bridge: "native";
|
|
6713
6725
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
6714
6726
|
};
|
|
6727
|
+
readonly AORA: {
|
|
6728
|
+
readonly name: "AtlasOra";
|
|
6729
|
+
readonly symbol: "AORA";
|
|
6730
|
+
readonly oracleId: "AORA";
|
|
6731
|
+
readonly address: "0x6E84030FA86EBf585E3E18fe557e5612f7e93Bff";
|
|
6732
|
+
readonly chainId: 8453;
|
|
6733
|
+
readonly decimals: 18;
|
|
6734
|
+
readonly website: "https://www.atlasora.foundation/";
|
|
6735
|
+
readonly description: "AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.";
|
|
6736
|
+
readonly bridge: "native";
|
|
6737
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6738
|
+
};
|
|
6715
6739
|
readonly LFI: {
|
|
6716
6740
|
readonly name: "LienFi";
|
|
6717
6741
|
readonly symbol: "LFI";
|
|
@@ -3347,6 +3347,18 @@ 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
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3361
|
+
};
|
|
3350
3362
|
readonly LFI: {
|
|
3351
3363
|
readonly name: "LienFi";
|
|
3352
3364
|
readonly symbol: "LFI";
|
|
@@ -3312,6 +3312,18 @@ 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
|
+
tags: ['LARGE_HOLDERS'],
|
|
3326
|
+
},
|
|
3315
3327
|
LFI: {
|
|
3316
3328
|
name: 'LienFi',
|
|
3317
3329
|
symbol: 'LFI',
|
package/package.json
CHANGED