@beefyfinance/blockchain-addressbook 0.59.2 → 0.59.4

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.
@@ -3505,6 +3505,18 @@ declare const base: {
3505
3505
  readonly bridge: "native";
3506
3506
  readonly tags: readonly ["STOCK"];
3507
3507
  };
3508
+ readonly Basecat: {
3509
+ readonly name: "Basecat";
3510
+ readonly symbol: "Basecat";
3511
+ readonly oracleId: "Basecat";
3512
+ readonly address: "0xB2000000000000000000004c27f6523082f41D01";
3513
+ readonly chainId: 8453;
3514
+ readonly decimals: 18;
3515
+ readonly website: "https://basecatonbase.com/";
3516
+ readonly description: "Basecat is a community-run meme token on Base, built around a cream-coloured cat in a blue hardhat that became a mascot for Base builder culture. It launched with no presale and no team allocation.";
3517
+ readonly bridge: "native";
3518
+ readonly tags: readonly ["MEMECOIN"];
3519
+ };
3508
3520
  };
3509
3521
  readonly tokenAddressMap: AddressToTokenMap<{
3510
3522
  readonly WNATIVE: {
@@ -7008,6 +7020,18 @@ declare const base: {
7008
7020
  readonly bridge: "native";
7009
7021
  readonly tags: readonly ["STOCK"];
7010
7022
  };
7023
+ readonly Basecat: {
7024
+ readonly name: "Basecat";
7025
+ readonly symbol: "Basecat";
7026
+ readonly oracleId: "Basecat";
7027
+ readonly address: "0xB2000000000000000000004c27f6523082f41D01";
7028
+ readonly chainId: 8453;
7029
+ readonly decimals: 18;
7030
+ readonly website: "https://basecatonbase.com/";
7031
+ readonly description: "Basecat is a community-run meme token on Base, built around a cream-coloured cat in a blue hardhat that became a mascot for Base builder culture. It launched with no presale and no team allocation.";
7032
+ readonly bridge: "native";
7033
+ readonly tags: readonly ["MEMECOIN"];
7034
+ };
7011
7035
  }>;
7012
7036
  readonly native: {
7013
7037
  readonly symbol: "ETH";
@@ -3505,6 +3505,18 @@ declare const base: {
3505
3505
  readonly bridge: "native";
3506
3506
  readonly tags: readonly ["STOCK"];
3507
3507
  };
3508
+ readonly Basecat: {
3509
+ readonly name: "Basecat";
3510
+ readonly symbol: "Basecat";
3511
+ readonly oracleId: "Basecat";
3512
+ readonly address: "0xB2000000000000000000004c27f6523082f41D01";
3513
+ readonly chainId: 8453;
3514
+ readonly decimals: 18;
3515
+ readonly website: "https://basecatonbase.com/";
3516
+ readonly description: "Basecat is a community-run meme token on Base, built around a cream-coloured cat in a blue hardhat that became a mascot for Base builder culture. It launched with no presale and no team allocation.";
3517
+ readonly bridge: "native";
3518
+ readonly tags: readonly ["MEMECOIN"];
3519
+ };
3508
3520
  };
3509
3521
  readonly tokenAddressMap: AddressToTokenMap<{
3510
3522
  readonly WNATIVE: {
@@ -7008,6 +7020,18 @@ declare const base: {
7008
7020
  readonly bridge: "native";
7009
7021
  readonly tags: readonly ["STOCK"];
7010
7022
  };
7023
+ readonly Basecat: {
7024
+ readonly name: "Basecat";
7025
+ readonly symbol: "Basecat";
7026
+ readonly oracleId: "Basecat";
7027
+ readonly address: "0xB2000000000000000000004c27f6523082f41D01";
7028
+ readonly chainId: 8453;
7029
+ readonly decimals: 18;
7030
+ readonly website: "https://basecatonbase.com/";
7031
+ readonly description: "Basecat is a community-run meme token on Base, built around a cream-coloured cat in a blue hardhat that became a mascot for Base builder culture. It launched with no presale and no team allocation.";
7032
+ readonly bridge: "native";
7033
+ readonly tags: readonly ["MEMECOIN"];
7034
+ };
7011
7035
  }>;
7012
7036
  readonly native: {
7013
7037
  readonly symbol: "ETH";
@@ -3518,6 +3518,18 @@ const tokens = {
3518
3518
  documentation: "https://docs.base.org/",
3519
3519
  bridge: "native",
3520
3520
  tags: ["STOCK"]
3521
+ },
3522
+ Basecat: {
3523
+ name: "Basecat",
3524
+ symbol: "Basecat",
3525
+ oracleId: "Basecat",
3526
+ address: "0xB2000000000000000000004c27f6523082f41D01",
3527
+ chainId: 8453,
3528
+ decimals: 18,
3529
+ website: "https://basecatonbase.com/",
3530
+ description: "Basecat is a community-run meme token on Base, built around a cream-coloured cat in a blue hardhat that became a mascot for Base builder culture. It launched with no presale and no team allocation.",
3531
+ bridge: "native",
3532
+ tags: ["MEMECOIN"]
3521
3533
  }
3522
3534
  };
3523
3535
  //#endregion
@@ -3518,6 +3518,18 @@ const tokens = {
3518
3518
  documentation: "https://docs.base.org/",
3519
3519
  bridge: "native",
3520
3520
  tags: ["STOCK"]
3521
+ },
3522
+ Basecat: {
3523
+ name: "Basecat",
3524
+ symbol: "Basecat",
3525
+ oracleId: "Basecat",
3526
+ address: "0xB2000000000000000000004c27f6523082f41D01",
3527
+ chainId: 8453,
3528
+ decimals: 18,
3529
+ website: "https://basecatonbase.com/",
3530
+ description: "Basecat is a community-run meme token on Base, built around a cream-coloured cat in a blue hardhat that became a mascot for Base builder culture. It launched with no presale and no team allocation.",
3531
+ bridge: "native",
3532
+ tags: ["MEMECOIN"]
3521
3533
  }
3522
3534
  };
3523
3535
  //#endregion
@@ -195,6 +195,17 @@ declare const robinhood: {
195
195
  readonly bridge: "native";
196
196
  readonly tags: readonly ["MEMECOIN"];
197
197
  };
198
+ readonly AI: {
199
+ readonly name: "Artificial Inu";
200
+ readonly address: "0x2E8c31162b855A2ffa90F6F8634643Ad6F111e18";
201
+ readonly symbol: "AI";
202
+ readonly oracleId: "AI";
203
+ readonly decimals: 18;
204
+ readonly chainId: 4663;
205
+ readonly description: "Where speculative markets meet productive capital. The INU stays artificial.";
206
+ readonly bridge: "native";
207
+ readonly tags: readonly ["MEMECOIN"];
208
+ };
198
209
  readonly UP: {
199
210
  readonly name: "up";
200
211
  readonly symbol: "UP33";
@@ -592,6 +603,17 @@ declare const robinhood: {
592
603
  readonly bridge: "native";
593
604
  readonly tags: readonly ["MEMECOIN"];
594
605
  };
606
+ readonly AI: {
607
+ readonly name: "Artificial Inu";
608
+ readonly address: "0x2E8c31162b855A2ffa90F6F8634643Ad6F111e18";
609
+ readonly symbol: "AI";
610
+ readonly oracleId: "AI";
611
+ readonly decimals: 18;
612
+ readonly chainId: 4663;
613
+ readonly description: "Where speculative markets meet productive capital. The INU stays artificial.";
614
+ readonly bridge: "native";
615
+ readonly tags: readonly ["MEMECOIN"];
616
+ };
595
617
  readonly UP: {
596
618
  readonly name: "up";
597
619
  readonly symbol: "UP33";
@@ -195,6 +195,17 @@ declare const robinhood: {
195
195
  readonly bridge: "native";
196
196
  readonly tags: readonly ["MEMECOIN"];
197
197
  };
198
+ readonly AI: {
199
+ readonly name: "Artificial Inu";
200
+ readonly address: "0x2E8c31162b855A2ffa90F6F8634643Ad6F111e18";
201
+ readonly symbol: "AI";
202
+ readonly oracleId: "AI";
203
+ readonly decimals: 18;
204
+ readonly chainId: 4663;
205
+ readonly description: "Where speculative markets meet productive capital. The INU stays artificial.";
206
+ readonly bridge: "native";
207
+ readonly tags: readonly ["MEMECOIN"];
208
+ };
198
209
  readonly UP: {
199
210
  readonly name: "up";
200
211
  readonly symbol: "UP33";
@@ -592,6 +603,17 @@ declare const robinhood: {
592
603
  readonly bridge: "native";
593
604
  readonly tags: readonly ["MEMECOIN"];
594
605
  };
606
+ readonly AI: {
607
+ readonly name: "Artificial Inu";
608
+ readonly address: "0x2E8c31162b855A2ffa90F6F8634643Ad6F111e18";
609
+ readonly symbol: "AI";
610
+ readonly oracleId: "AI";
611
+ readonly decimals: 18;
612
+ readonly chainId: 4663;
613
+ readonly description: "Where speculative markets meet productive capital. The INU stays artificial.";
614
+ readonly bridge: "native";
615
+ readonly tags: readonly ["MEMECOIN"];
616
+ };
595
617
  readonly UP: {
596
618
  readonly name: "up";
597
619
  readonly symbol: "UP33";
@@ -168,6 +168,17 @@ const tokens = {
168
168
  bridge: "native",
169
169
  tags: ["MEMECOIN"]
170
170
  },
171
+ AI: {
172
+ name: "Artificial Inu",
173
+ address: "0x2E8c31162b855A2ffa90F6F8634643Ad6F111e18",
174
+ symbol: "AI",
175
+ oracleId: "AI",
176
+ decimals: 18,
177
+ chainId: 4663,
178
+ description: "Where speculative markets meet productive capital. The INU stays artificial.",
179
+ bridge: "native",
180
+ tags: ["MEMECOIN"]
181
+ },
171
182
  UP,
172
183
  UP33: UP,
173
184
  PONS: {
@@ -168,6 +168,17 @@ const tokens = {
168
168
  bridge: "native",
169
169
  tags: ["MEMECOIN"]
170
170
  },
171
+ AI: {
172
+ name: "Artificial Inu",
173
+ address: "0x2E8c31162b855A2ffa90F6F8634643Ad6F111e18",
174
+ symbol: "AI",
175
+ oracleId: "AI",
176
+ decimals: 18,
177
+ chainId: 4663,
178
+ description: "Where speculative markets meet productive capital. The INU stays artificial.",
179
+ bridge: "native",
180
+ tags: ["MEMECOIN"]
181
+ },
171
182
  UP,
172
183
  UP33: UP,
173
184
  PONS: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.59.2",
3
+ "version": "0.59.4",
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",