@beefyfinance/blockchain-addressbook 0.59.13 β†’ 0.59.14

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.
@@ -387,6 +387,18 @@ declare const robinhood: {
387
387
  readonly bridge: "native";
388
388
  readonly tags: readonly ["MEMECOIN"];
389
389
  };
390
+ readonly MEME: {
391
+ readonly name: "A Meme Coin";
392
+ readonly address: "0x385F4f8ae47651ce5F58F5265395a669f8281e18";
393
+ readonly symbol: "MEME";
394
+ readonly oracleId: "MEME";
395
+ readonly decimals: 18;
396
+ readonly chainId: 4663;
397
+ readonly website: "https://x.com/amemecoinrh";
398
+ readonly description: "A Meme Coin. The theater was a front. It was A Meme Coin all along. 🍿🎬";
399
+ readonly bridge: "native";
400
+ readonly tags: readonly ["MEMECOIN"];
401
+ };
390
402
  readonly UP: {
391
403
  readonly name: "up";
392
404
  readonly symbol: "UP33";
@@ -1040,6 +1052,18 @@ declare const robinhood: {
1040
1052
  readonly bridge: "native";
1041
1053
  readonly tags: readonly ["MEMECOIN"];
1042
1054
  };
1055
+ readonly MEME: {
1056
+ readonly name: "A Meme Coin";
1057
+ readonly address: "0x385F4f8ae47651ce5F58F5265395a669f8281e18";
1058
+ readonly symbol: "MEME";
1059
+ readonly oracleId: "MEME";
1060
+ readonly decimals: 18;
1061
+ readonly chainId: 4663;
1062
+ readonly website: "https://x.com/amemecoinrh";
1063
+ readonly description: "A Meme Coin. The theater was a front. It was A Meme Coin all along. 🍿🎬";
1064
+ readonly bridge: "native";
1065
+ readonly tags: readonly ["MEMECOIN"];
1066
+ };
1043
1067
  readonly UP: {
1044
1068
  readonly name: "up";
1045
1069
  readonly symbol: "UP33";
@@ -387,6 +387,18 @@ declare const robinhood: {
387
387
  readonly bridge: "native";
388
388
  readonly tags: readonly ["MEMECOIN"];
389
389
  };
390
+ readonly MEME: {
391
+ readonly name: "A Meme Coin";
392
+ readonly address: "0x385F4f8ae47651ce5F58F5265395a669f8281e18";
393
+ readonly symbol: "MEME";
394
+ readonly oracleId: "MEME";
395
+ readonly decimals: 18;
396
+ readonly chainId: 4663;
397
+ readonly website: "https://x.com/amemecoinrh";
398
+ readonly description: "A Meme Coin. The theater was a front. It was A Meme Coin all along. 🍿🎬";
399
+ readonly bridge: "native";
400
+ readonly tags: readonly ["MEMECOIN"];
401
+ };
390
402
  readonly UP: {
391
403
  readonly name: "up";
392
404
  readonly symbol: "UP33";
@@ -1040,6 +1052,18 @@ declare const robinhood: {
1040
1052
  readonly bridge: "native";
1041
1053
  readonly tags: readonly ["MEMECOIN"];
1042
1054
  };
1055
+ readonly MEME: {
1056
+ readonly name: "A Meme Coin";
1057
+ readonly address: "0x385F4f8ae47651ce5F58F5265395a669f8281e18";
1058
+ readonly symbol: "MEME";
1059
+ readonly oracleId: "MEME";
1060
+ readonly decimals: 18;
1061
+ readonly chainId: 4663;
1062
+ readonly website: "https://x.com/amemecoinrh";
1063
+ readonly description: "A Meme Coin. The theater was a front. It was A Meme Coin all along. 🍿🎬";
1064
+ readonly bridge: "native";
1065
+ readonly tags: readonly ["MEMECOIN"];
1066
+ };
1043
1067
  readonly UP: {
1044
1068
  readonly name: "up";
1045
1069
  readonly symbol: "UP33";
@@ -360,6 +360,18 @@ const tokens = {
360
360
  bridge: "native",
361
361
  tags: ["MEMECOIN"]
362
362
  },
363
+ MEME: {
364
+ name: "A Meme Coin",
365
+ address: "0x385F4f8ae47651ce5F58F5265395a669f8281e18",
366
+ symbol: "MEME",
367
+ oracleId: "MEME",
368
+ decimals: 18,
369
+ chainId: 4663,
370
+ website: "https://x.com/amemecoinrh",
371
+ description: "A Meme Coin. The theater was a front. It was A Meme Coin all along. 🍿🎬",
372
+ bridge: "native",
373
+ tags: ["MEMECOIN"]
374
+ },
363
375
  UP,
364
376
  UP33: UP,
365
377
  PONS: {
@@ -360,6 +360,18 @@ const tokens = {
360
360
  bridge: "native",
361
361
  tags: ["MEMECOIN"]
362
362
  },
363
+ MEME: {
364
+ name: "A Meme Coin",
365
+ address: "0x385F4f8ae47651ce5F58F5265395a669f8281e18",
366
+ symbol: "MEME",
367
+ oracleId: "MEME",
368
+ decimals: 18,
369
+ chainId: 4663,
370
+ website: "https://x.com/amemecoinrh",
371
+ description: "A Meme Coin. The theater was a front. It was A Meme Coin all along. 🍿🎬",
372
+ bridge: "native",
373
+ tags: ["MEMECOIN"]
374
+ },
363
375
  UP,
364
376
  UP33: UP,
365
377
  PONS: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.59.13",
3
+ "version": "0.59.14",
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",