@beefyfinance/blockchain-addressbook 0.59.6 → 0.59.7

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.
@@ -259,6 +259,18 @@ declare const robinhood: {
259
259
  readonly bridge: "native";
260
260
  readonly tags: readonly ["MEMECOIN"];
261
261
  };
262
+ readonly BONER: {
263
+ readonly name: "Boner Coin";
264
+ readonly address: "0x98096d17e191B3dA1d5f99a6D7b3584351b11E18";
265
+ readonly symbol: "BONER";
266
+ readonly oracleId: "BONER";
267
+ readonly decimals: 18;
268
+ readonly chainId: 4663;
269
+ readonly website: "https://x.com/bonercoinlong";
270
+ readonly description: "Hard money.";
271
+ readonly bridge: "native";
272
+ readonly tags: readonly ["MEMECOIN"];
273
+ };
262
274
  readonly UP: {
263
275
  readonly name: "up";
264
276
  readonly symbol: "UP33";
@@ -784,6 +796,18 @@ declare const robinhood: {
784
796
  readonly bridge: "native";
785
797
  readonly tags: readonly ["MEMECOIN"];
786
798
  };
799
+ readonly BONER: {
800
+ readonly name: "Boner Coin";
801
+ readonly address: "0x98096d17e191B3dA1d5f99a6D7b3584351b11E18";
802
+ readonly symbol: "BONER";
803
+ readonly oracleId: "BONER";
804
+ readonly decimals: 18;
805
+ readonly chainId: 4663;
806
+ readonly website: "https://x.com/bonercoinlong";
807
+ readonly description: "Hard money.";
808
+ readonly bridge: "native";
809
+ readonly tags: readonly ["MEMECOIN"];
810
+ };
787
811
  readonly UP: {
788
812
  readonly name: "up";
789
813
  readonly symbol: "UP33";
@@ -259,6 +259,18 @@ declare const robinhood: {
259
259
  readonly bridge: "native";
260
260
  readonly tags: readonly ["MEMECOIN"];
261
261
  };
262
+ readonly BONER: {
263
+ readonly name: "Boner Coin";
264
+ readonly address: "0x98096d17e191B3dA1d5f99a6D7b3584351b11E18";
265
+ readonly symbol: "BONER";
266
+ readonly oracleId: "BONER";
267
+ readonly decimals: 18;
268
+ readonly chainId: 4663;
269
+ readonly website: "https://x.com/bonercoinlong";
270
+ readonly description: "Hard money.";
271
+ readonly bridge: "native";
272
+ readonly tags: readonly ["MEMECOIN"];
273
+ };
262
274
  readonly UP: {
263
275
  readonly name: "up";
264
276
  readonly symbol: "UP33";
@@ -784,6 +796,18 @@ declare const robinhood: {
784
796
  readonly bridge: "native";
785
797
  readonly tags: readonly ["MEMECOIN"];
786
798
  };
799
+ readonly BONER: {
800
+ readonly name: "Boner Coin";
801
+ readonly address: "0x98096d17e191B3dA1d5f99a6D7b3584351b11E18";
802
+ readonly symbol: "BONER";
803
+ readonly oracleId: "BONER";
804
+ readonly decimals: 18;
805
+ readonly chainId: 4663;
806
+ readonly website: "https://x.com/bonercoinlong";
807
+ readonly description: "Hard money.";
808
+ readonly bridge: "native";
809
+ readonly tags: readonly ["MEMECOIN"];
810
+ };
787
811
  readonly UP: {
788
812
  readonly name: "up";
789
813
  readonly symbol: "UP33";
@@ -232,6 +232,18 @@ const tokens = {
232
232
  bridge: "native",
233
233
  tags: ["MEMECOIN"]
234
234
  },
235
+ BONER: {
236
+ name: "Boner Coin",
237
+ address: "0x98096d17e191B3dA1d5f99a6D7b3584351b11E18",
238
+ symbol: "BONER",
239
+ oracleId: "BONER",
240
+ decimals: 18,
241
+ chainId: 4663,
242
+ website: "https://x.com/bonercoinlong",
243
+ description: "Hard money.",
244
+ bridge: "native",
245
+ tags: ["MEMECOIN"]
246
+ },
235
247
  UP,
236
248
  UP33: UP,
237
249
  PONS: {
@@ -232,6 +232,18 @@ const tokens = {
232
232
  bridge: "native",
233
233
  tags: ["MEMECOIN"]
234
234
  },
235
+ BONER: {
236
+ name: "Boner Coin",
237
+ address: "0x98096d17e191B3dA1d5f99a6D7b3584351b11E18",
238
+ symbol: "BONER",
239
+ oracleId: "BONER",
240
+ decimals: 18,
241
+ chainId: 4663,
242
+ website: "https://x.com/bonercoinlong",
243
+ description: "Hard money.",
244
+ bridge: "native",
245
+ tags: ["MEMECOIN"]
246
+ },
235
247
  UP,
236
248
  UP33: UP,
237
249
  PONS: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.59.6",
3
+ "version": "0.59.7",
4
4
  "description": "A collection of useful addresses on various chains for defi development",
5
5
  "type": "module",
6
6
  "types": "./dist/address-book/index.d.ts",