@beefyfinance/blockchain-addressbook 0.54.218 → 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 +2 -0
- package/build/address-book/base/tokens/tokens.d.ts +1 -0
- package/build/address-book/base/tokens/tokens.js +1 -0
- package/build-esm/address-book/base/index.d.ts +2 -0
- package/build-esm/address-book/base/tokens/tokens.d.ts +1 -0
- package/build-esm/address-book/base/tokens/tokens.js +1 -0
- package/package.json +1 -1
|
@@ -3360,6 +3360,7 @@ export declare const base: {
|
|
|
3360
3360
|
readonly website: "https://www.atlasora.foundation/";
|
|
3361
3361
|
readonly description: "AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.";
|
|
3362
3362
|
readonly bridge: "native";
|
|
3363
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3363
3364
|
};
|
|
3364
3365
|
readonly LFI: {
|
|
3365
3366
|
readonly name: "LienFi";
|
|
@@ -6733,6 +6734,7 @@ export declare const base: {
|
|
|
6733
6734
|
readonly website: "https://www.atlasora.foundation/";
|
|
6734
6735
|
readonly description: "AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.";
|
|
6735
6736
|
readonly bridge: "native";
|
|
6737
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6736
6738
|
};
|
|
6737
6739
|
readonly LFI: {
|
|
6738
6740
|
readonly name: "LienFi";
|
|
@@ -3357,6 +3357,7 @@ export declare const tokens: {
|
|
|
3357
3357
|
readonly website: "https://www.atlasora.foundation/";
|
|
3358
3358
|
readonly description: "AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.";
|
|
3359
3359
|
readonly bridge: "native";
|
|
3360
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3360
3361
|
};
|
|
3361
3362
|
readonly LFI: {
|
|
3362
3363
|
readonly name: "LienFi";
|
|
@@ -3325,6 +3325,7 @@ exports.tokens = {
|
|
|
3325
3325
|
website: 'https://www.atlasora.foundation/',
|
|
3326
3326
|
description: 'AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.',
|
|
3327
3327
|
bridge: 'native',
|
|
3328
|
+
tags: ['LARGE_HOLDERS'],
|
|
3328
3329
|
},
|
|
3329
3330
|
LFI: {
|
|
3330
3331
|
name: 'LienFi',
|
|
@@ -3360,6 +3360,7 @@ export declare const base: {
|
|
|
3360
3360
|
readonly website: "https://www.atlasora.foundation/";
|
|
3361
3361
|
readonly description: "AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.";
|
|
3362
3362
|
readonly bridge: "native";
|
|
3363
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3363
3364
|
};
|
|
3364
3365
|
readonly LFI: {
|
|
3365
3366
|
readonly name: "LienFi";
|
|
@@ -6733,6 +6734,7 @@ export declare const base: {
|
|
|
6733
6734
|
readonly website: "https://www.atlasora.foundation/";
|
|
6734
6735
|
readonly description: "AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.";
|
|
6735
6736
|
readonly bridge: "native";
|
|
6737
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6736
6738
|
};
|
|
6737
6739
|
readonly LFI: {
|
|
6738
6740
|
readonly name: "LienFi";
|
|
@@ -3357,6 +3357,7 @@ export declare const tokens: {
|
|
|
3357
3357
|
readonly website: "https://www.atlasora.foundation/";
|
|
3358
3358
|
readonly description: "AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.";
|
|
3359
3359
|
readonly bridge: "native";
|
|
3360
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3360
3361
|
};
|
|
3361
3362
|
readonly LFI: {
|
|
3362
3363
|
readonly name: "LienFi";
|
|
@@ -3322,6 +3322,7 @@ export const tokens = {
|
|
|
3322
3322
|
website: 'https://www.atlasora.foundation/',
|
|
3323
3323
|
description: 'AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.',
|
|
3324
3324
|
bridge: 'native',
|
|
3325
|
+
tags: ['LARGE_HOLDERS'],
|
|
3325
3326
|
},
|
|
3326
3327
|
LFI: {
|
|
3327
3328
|
name: 'LienFi',
|
package/package.json
CHANGED