@beefyfinance/blockchain-addressbook 0.58.0 → 0.58.1

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.
@@ -106,6 +106,18 @@ declare const robinhood: {
106
106
  readonly bridge: "native";
107
107
  readonly tags: readonly ["MEMECOIN"];
108
108
  };
109
+ readonly FRONG: {
110
+ readonly name: "frong";
111
+ readonly address: "0x6245e67affA44a23077f0Ea7f981a8DC743a0c47";
112
+ readonly symbol: "FRONG";
113
+ readonly oracleId: "FRONG";
114
+ readonly decimals: 18;
115
+ readonly chainId: 4663;
116
+ readonly description: "it's frong, baby";
117
+ readonly documentation: "https://developers.uniswap.org/docs/liquidity/liquidity-launchpad/concepts/token-factory";
118
+ readonly bridge: "native";
119
+ readonly tags: readonly ["MEMECOIN"];
120
+ };
109
121
  readonly UP: {
110
122
  readonly name: "up";
111
123
  readonly symbol: "UP33";
@@ -246,6 +258,18 @@ declare const robinhood: {
246
258
  readonly bridge: "native";
247
259
  readonly tags: readonly ["MEMECOIN"];
248
260
  };
261
+ readonly FRONG: {
262
+ readonly name: "frong";
263
+ readonly address: "0x6245e67affA44a23077f0Ea7f981a8DC743a0c47";
264
+ readonly symbol: "FRONG";
265
+ readonly oracleId: "FRONG";
266
+ readonly decimals: 18;
267
+ readonly chainId: 4663;
268
+ readonly description: "it's frong, baby";
269
+ readonly documentation: "https://developers.uniswap.org/docs/liquidity/liquidity-launchpad/concepts/token-factory";
270
+ readonly bridge: "native";
271
+ readonly tags: readonly ["MEMECOIN"];
272
+ };
249
273
  readonly UP: {
250
274
  readonly name: "up";
251
275
  readonly symbol: "UP33";
@@ -106,6 +106,18 @@ declare const robinhood: {
106
106
  readonly bridge: "native";
107
107
  readonly tags: readonly ["MEMECOIN"];
108
108
  };
109
+ readonly FRONG: {
110
+ readonly name: "frong";
111
+ readonly address: "0x6245e67affA44a23077f0Ea7f981a8DC743a0c47";
112
+ readonly symbol: "FRONG";
113
+ readonly oracleId: "FRONG";
114
+ readonly decimals: 18;
115
+ readonly chainId: 4663;
116
+ readonly description: "it's frong, baby";
117
+ readonly documentation: "https://developers.uniswap.org/docs/liquidity/liquidity-launchpad/concepts/token-factory";
118
+ readonly bridge: "native";
119
+ readonly tags: readonly ["MEMECOIN"];
120
+ };
109
121
  readonly UP: {
110
122
  readonly name: "up";
111
123
  readonly symbol: "UP33";
@@ -246,6 +258,18 @@ declare const robinhood: {
246
258
  readonly bridge: "native";
247
259
  readonly tags: readonly ["MEMECOIN"];
248
260
  };
261
+ readonly FRONG: {
262
+ readonly name: "frong";
263
+ readonly address: "0x6245e67affA44a23077f0Ea7f981a8DC743a0c47";
264
+ readonly symbol: "FRONG";
265
+ readonly oracleId: "FRONG";
266
+ readonly decimals: 18;
267
+ readonly chainId: 4663;
268
+ readonly description: "it's frong, baby";
269
+ readonly documentation: "https://developers.uniswap.org/docs/liquidity/liquidity-launchpad/concepts/token-factory";
270
+ readonly bridge: "native";
271
+ readonly tags: readonly ["MEMECOIN"];
272
+ };
249
273
  readonly UP: {
250
274
  readonly name: "up";
251
275
  readonly symbol: "UP33";
@@ -79,6 +79,18 @@ const tokens = {
79
79
  bridge: "native",
80
80
  tags: ["MEMECOIN"]
81
81
  },
82
+ FRONG: {
83
+ name: "frong",
84
+ address: "0x6245e67affA44a23077f0Ea7f981a8DC743a0c47",
85
+ symbol: "FRONG",
86
+ oracleId: "FRONG",
87
+ decimals: 18,
88
+ chainId: 4663,
89
+ description: "it's frong, baby",
90
+ documentation: "https://developers.uniswap.org/docs/liquidity/liquidity-launchpad/concepts/token-factory",
91
+ bridge: "native",
92
+ tags: ["MEMECOIN"]
93
+ },
82
94
  UP,
83
95
  UP33: UP,
84
96
  PONS: {
@@ -79,6 +79,18 @@ const tokens = {
79
79
  bridge: "native",
80
80
  tags: ["MEMECOIN"]
81
81
  },
82
+ FRONG: {
83
+ name: "frong",
84
+ address: "0x6245e67affA44a23077f0Ea7f981a8DC743a0c47",
85
+ symbol: "FRONG",
86
+ oracleId: "FRONG",
87
+ decimals: 18,
88
+ chainId: 4663,
89
+ description: "it's frong, baby",
90
+ documentation: "https://developers.uniswap.org/docs/liquidity/liquidity-launchpad/concepts/token-factory",
91
+ bridge: "native",
92
+ tags: ["MEMECOIN"]
93
+ },
82
94
  UP,
83
95
  UP33: UP,
84
96
  PONS: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.58.0",
3
+ "version": "0.58.1",
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",