@beefyfinance/blockchain-addressbook 0.54.197 → 0.54.198

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.
@@ -3210,6 +3210,7 @@ export declare const base: {
3210
3210
  readonly description: "Play is the native token of the PlaySout platform. PlaySout is a platform for creating and playing games on the Base blockchain.";
3211
3211
  readonly documentation: "https://playsout.com/explore";
3212
3212
  readonly bridge: "native";
3213
+ readonly tags: readonly ["LARGE_HOLDERS"];
3213
3214
  };
3214
3215
  readonly FAIR: {
3215
3216
  readonly name: "Faircaster";
@@ -6508,6 +6509,7 @@ export declare const base: {
6508
6509
  readonly description: "Play is the native token of the PlaySout platform. PlaySout is a platform for creating and playing games on the Base blockchain.";
6509
6510
  readonly documentation: "https://playsout.com/explore";
6510
6511
  readonly bridge: "native";
6512
+ readonly tags: readonly ["LARGE_HOLDERS"];
6511
6513
  };
6512
6514
  readonly FAIR: {
6513
6515
  readonly name: "Faircaster";
@@ -3207,6 +3207,7 @@ export declare const tokens: {
3207
3207
  readonly description: "Play is the native token of the PlaySout platform. PlaySout is a platform for creating and playing games on the Base blockchain.";
3208
3208
  readonly documentation: "https://playsout.com/explore";
3209
3209
  readonly bridge: "native";
3210
+ readonly tags: readonly ["LARGE_HOLDERS"];
3210
3211
  };
3211
3212
  readonly FAIR: {
3212
3213
  readonly name: "Faircaster";
@@ -3175,6 +3175,7 @@ exports.tokens = {
3175
3175
  description: 'Play is the native token of the PlaySout platform. PlaySout is a platform for creating and playing games on the Base blockchain.',
3176
3176
  documentation: 'https://playsout.com/explore',
3177
3177
  bridge: 'native',
3178
+ tags: ['LARGE_HOLDERS'],
3178
3179
  },
3179
3180
  FAIR: {
3180
3181
  name: 'Faircaster',
@@ -3210,6 +3210,7 @@ export declare const base: {
3210
3210
  readonly description: "Play is the native token of the PlaySout platform. PlaySout is a platform for creating and playing games on the Base blockchain.";
3211
3211
  readonly documentation: "https://playsout.com/explore";
3212
3212
  readonly bridge: "native";
3213
+ readonly tags: readonly ["LARGE_HOLDERS"];
3213
3214
  };
3214
3215
  readonly FAIR: {
3215
3216
  readonly name: "Faircaster";
@@ -6508,6 +6509,7 @@ export declare const base: {
6508
6509
  readonly description: "Play is the native token of the PlaySout platform. PlaySout is a platform for creating and playing games on the Base blockchain.";
6509
6510
  readonly documentation: "https://playsout.com/explore";
6510
6511
  readonly bridge: "native";
6512
+ readonly tags: readonly ["LARGE_HOLDERS"];
6511
6513
  };
6512
6514
  readonly FAIR: {
6513
6515
  readonly name: "Faircaster";
@@ -3207,6 +3207,7 @@ export declare const tokens: {
3207
3207
  readonly description: "Play is the native token of the PlaySout platform. PlaySout is a platform for creating and playing games on the Base blockchain.";
3208
3208
  readonly documentation: "https://playsout.com/explore";
3209
3209
  readonly bridge: "native";
3210
+ readonly tags: readonly ["LARGE_HOLDERS"];
3210
3211
  };
3211
3212
  readonly FAIR: {
3212
3213
  readonly name: "Faircaster";
@@ -3172,6 +3172,7 @@ export const tokens = {
3172
3172
  description: 'Play is the native token of the PlaySout platform. PlaySout is a platform for creating and playing games on the Base blockchain.',
3173
3173
  documentation: 'https://playsout.com/explore',
3174
3174
  bridge: 'native',
3175
+ tags: ['LARGE_HOLDERS'],
3175
3176
  },
3176
3177
  FAIR: {
3177
3178
  name: 'Faircaster',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.54.197",
3
+ "version": "0.54.198",
4
4
  "description": "A collection of useful addresses on various chains for defi development",
5
5
  "type": "commonjs",
6
6
  "types": "./build/address-book/index.d.ts",