@beefyfinance/blockchain-addressbook 0.54.148 → 0.54.150
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.
- package/build/address-book/arbitrum/index.d.ts +72 -12
- package/build/address-book/arbitrum/tokens/tokens.d.ts +36 -6
- package/build/address-book/arbitrum/tokens/tokens.js +33 -6
- package/build/address-book/aurora/index.d.ts +16 -0
- package/build/address-book/aurora/tokens/tokens.d.ts +8 -0
- package/build/address-book/aurora/tokens/tokens.js +5 -0
- package/build/address-book/avax/index.d.ts +58 -2
- package/build/address-book/avax/tokens/tokens.d.ts +29 -1
- package/build/address-book/avax/tokens/tokens.js +26 -1
- package/build/address-book/base/index.d.ts +150 -28
- package/build/address-book/base/tokens/tokens.d.ts +75 -14
- package/build/address-book/base/tokens/tokens.js +72 -14
- package/build/address-book/berachain/index.d.ts +6 -0
- package/build/address-book/berachain/tokens/tokens.d.ts +3 -0
- package/build/address-book/berachain/tokens/tokens.js +3 -0
- package/build/address-book/bsc/index.d.ts +78 -8
- package/build/address-book/bsc/tokens/tokens.d.ts +39 -4
- package/build/address-book/bsc/tokens/tokens.js +36 -4
- package/build/address-book/canto/index.d.ts +12 -0
- package/build/address-book/canto/tokens/tokens.d.ts +6 -0
- package/build/address-book/canto/tokens/tokens.js +6 -0
- package/build/address-book/celo/index.d.ts +2 -0
- package/build/address-book/celo/tokens/tokens.d.ts +1 -0
- package/build/address-book/celo/tokens/tokens.js +1 -0
- package/build/address-book/cronos/index.d.ts +18 -0
- package/build/address-book/cronos/tokens/tokens.d.ts +9 -0
- package/build/address-book/cronos/tokens/tokens.js +9 -0
- package/build/address-book/emerald/index.d.ts +4 -0
- package/build/address-book/emerald/tokens/tokens.d.ts +2 -0
- package/build/address-book/emerald/tokens/tokens.js +2 -0
- package/build/address-book/ethereum/index.d.ts +58 -6
- package/build/address-book/ethereum/platforms/beefyfinance.d.ts +1 -0
- package/build/address-book/ethereum/platforms/beefyfinance.js +1 -0
- package/build/address-book/ethereum/tokens/tokens.d.ts +29 -3
- package/build/address-book/ethereum/tokens/tokens.js +26 -3
- package/build/address-book/fantom/index.d.ts +38 -0
- package/build/address-book/fantom/tokens/tokens.d.ts +19 -0
- package/build/address-book/fantom/tokens/tokens.js +16 -0
- package/build/address-book/fraxtal/index.d.ts +8 -0
- package/build/address-book/fraxtal/tokens/tokens.d.ts +4 -0
- package/build/address-book/fraxtal/tokens/tokens.js +4 -0
- package/build/address-book/fuse/index.d.ts +8 -0
- package/build/address-book/fuse/tokens/tokens.d.ts +4 -0
- package/build/address-book/fuse/tokens/tokens.js +4 -0
- package/build/address-book/gnosis/index.d.ts +16 -0
- package/build/address-book/gnosis/tokens/tokens.d.ts +8 -0
- package/build/address-book/gnosis/tokens/tokens.js +8 -0
- package/build/address-book/heco/index.d.ts +16 -0
- package/build/address-book/heco/tokens/tokens.d.ts +8 -0
- package/build/address-book/heco/tokens/tokens.js +8 -0
- package/build/address-book/hyperevm/index.d.ts +4 -0
- package/build/address-book/hyperevm/tokens/tokens.d.ts +2 -0
- package/build/address-book/hyperevm/tokens/tokens.js +2 -0
- package/build/address-book/kava/index.d.ts +10 -0
- package/build/address-book/kava/tokens/tokens.d.ts +5 -0
- package/build/address-book/kava/tokens/tokens.js +5 -0
- package/build/address-book/linea/index.d.ts +16 -4
- package/build/address-book/linea/tokens/tokens.d.ts +8 -2
- package/build/address-book/linea/tokens/tokens.js +5 -2
- package/build/address-book/lisk/index.d.ts +10 -0
- package/build/address-book/lisk/tokens/tokens.d.ts +5 -0
- package/build/address-book/lisk/tokens/tokens.js +2 -0
- package/build/address-book/manta/index.d.ts +8 -0
- package/build/address-book/manta/tokens/tokens.d.ts +4 -0
- package/build/address-book/manta/tokens/tokens.js +1 -0
- package/build/address-book/mantle/index.d.ts +4 -0
- package/build/address-book/mantle/tokens/tokens.d.ts +2 -0
- package/build/address-book/mantle/tokens/tokens.js +2 -0
- package/build/address-book/metis/index.d.ts +10 -0
- package/build/address-book/metis/tokens/tokens.d.ts +5 -0
- package/build/address-book/metis/tokens/tokens.js +5 -0
- package/build/address-book/mode/index.d.ts +10 -2
- package/build/address-book/mode/tokens/tokens.d.ts +5 -1
- package/build/address-book/mode/tokens/tokens.js +2 -1
- package/build/address-book/monad/index.d.ts +16 -8
- package/build/address-book/monad/tokens/tokens.d.ts +8 -4
- package/build/address-book/monad/tokens/tokens.js +8 -4
- package/build/address-book/moonbeam/index.d.ts +18 -0
- package/build/address-book/moonbeam/tokens/tokens.d.ts +9 -0
- package/build/address-book/moonbeam/tokens/tokens.js +9 -0
- package/build/address-book/moonriver/index.d.ts +20 -0
- package/build/address-book/moonriver/tokens/tokens.d.ts +10 -0
- package/build/address-book/moonriver/tokens/tokens.js +9 -0
- package/build/address-book/one/index.d.ts +14 -0
- package/build/address-book/one/tokens/tokens.d.ts +7 -0
- package/build/address-book/one/tokens/tokens.js +6 -0
- package/build/address-book/optimism/index.d.ts +46 -10
- package/build/address-book/optimism/tokens/tokens.d.ts +23 -5
- package/build/address-book/optimism/tokens/tokens.js +20 -5
- package/build/address-book/plasma/index.d.ts +4 -2
- package/build/address-book/plasma/tokens/tokens.d.ts +2 -1
- package/build/address-book/plasma/tokens/tokens.js +2 -1
- package/build/address-book/polygon/index.d.ts +54 -2
- package/build/address-book/polygon/tokens/tokens.d.ts +27 -1
- package/build/address-book/polygon/tokens/tokens.js +22 -1
- package/build/address-book/real/index.d.ts +10 -0
- package/build/address-book/real/tokens/tokens.d.ts +5 -0
- package/build/address-book/real/tokens/tokens.js +1 -0
- package/build/address-book/saga/index.d.ts +4 -0
- package/build/address-book/saga/tokens/tokens.d.ts +2 -0
- package/build/address-book/saga/tokens/tokens.js +2 -0
- package/build/address-book/scroll/index.d.ts +12 -0
- package/build/address-book/scroll/tokens/tokens.d.ts +6 -0
- package/build/address-book/scroll/tokens/tokens.js +3 -0
- package/build/address-book/sei/index.d.ts +2 -0
- package/build/address-book/sei/tokens/tokens.d.ts +1 -0
- package/build/address-book/sei/tokens/tokens.js +1 -0
- package/build/address-book/sonic/index.d.ts +18 -2
- package/build/address-book/sonic/tokens/tokens.d.ts +9 -1
- package/build/address-book/sonic/tokens/tokens.js +6 -1
- package/build/address-book/unichain/index.d.ts +8 -0
- package/build/address-book/unichain/tokens/tokens.d.ts +4 -0
- package/build/address-book/unichain/tokens/tokens.js +1 -0
- package/build/address-book/zkevm/index.d.ts +24 -0
- package/build/address-book/zkevm/tokens/tokens.d.ts +12 -0
- package/build/address-book/zkevm/tokens/tokens.js +9 -0
- package/build/address-book/zksync/index.d.ts +12 -2
- package/build/address-book/zksync/tokens/tokens.d.ts +6 -1
- package/build/address-book/zksync/tokens/tokens.js +3 -1
- package/build/types/token.d.ts +1 -1
- package/build-esm/address-book/arbitrum/index.d.ts +72 -12
- package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +36 -6
- package/build-esm/address-book/arbitrum/tokens/tokens.js +33 -6
- package/build-esm/address-book/aurora/index.d.ts +16 -0
- package/build-esm/address-book/aurora/tokens/tokens.d.ts +8 -0
- package/build-esm/address-book/aurora/tokens/tokens.js +5 -0
- package/build-esm/address-book/avax/index.d.ts +58 -2
- package/build-esm/address-book/avax/tokens/tokens.d.ts +29 -1
- package/build-esm/address-book/avax/tokens/tokens.js +26 -1
- package/build-esm/address-book/base/index.d.ts +150 -28
- package/build-esm/address-book/base/tokens/tokens.d.ts +75 -14
- package/build-esm/address-book/base/tokens/tokens.js +72 -14
- package/build-esm/address-book/berachain/index.d.ts +6 -0
- package/build-esm/address-book/berachain/tokens/tokens.d.ts +3 -0
- package/build-esm/address-book/berachain/tokens/tokens.js +3 -0
- package/build-esm/address-book/bsc/index.d.ts +78 -8
- package/build-esm/address-book/bsc/tokens/tokens.d.ts +39 -4
- package/build-esm/address-book/bsc/tokens/tokens.js +36 -4
- package/build-esm/address-book/canto/index.d.ts +12 -0
- package/build-esm/address-book/canto/tokens/tokens.d.ts +6 -0
- package/build-esm/address-book/canto/tokens/tokens.js +6 -0
- package/build-esm/address-book/celo/index.d.ts +2 -0
- package/build-esm/address-book/celo/tokens/tokens.d.ts +1 -0
- package/build-esm/address-book/celo/tokens/tokens.js +1 -0
- package/build-esm/address-book/cronos/index.d.ts +18 -0
- package/build-esm/address-book/cronos/tokens/tokens.d.ts +9 -0
- package/build-esm/address-book/cronos/tokens/tokens.js +9 -0
- package/build-esm/address-book/emerald/index.d.ts +4 -0
- package/build-esm/address-book/emerald/tokens/tokens.d.ts +2 -0
- package/build-esm/address-book/emerald/tokens/tokens.js +2 -0
- package/build-esm/address-book/ethereum/index.d.ts +58 -6
- package/build-esm/address-book/ethereum/platforms/beefyfinance.d.ts +1 -0
- package/build-esm/address-book/ethereum/platforms/beefyfinance.js +1 -0
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +29 -3
- package/build-esm/address-book/ethereum/tokens/tokens.js +26 -3
- package/build-esm/address-book/fantom/index.d.ts +38 -0
- package/build-esm/address-book/fantom/tokens/tokens.d.ts +19 -0
- package/build-esm/address-book/fantom/tokens/tokens.js +16 -0
- package/build-esm/address-book/fraxtal/index.d.ts +8 -0
- package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +4 -0
- package/build-esm/address-book/fraxtal/tokens/tokens.js +4 -0
- package/build-esm/address-book/fuse/index.d.ts +8 -0
- package/build-esm/address-book/fuse/tokens/tokens.d.ts +4 -0
- package/build-esm/address-book/fuse/tokens/tokens.js +4 -0
- package/build-esm/address-book/gnosis/index.d.ts +16 -0
- package/build-esm/address-book/gnosis/tokens/tokens.d.ts +8 -0
- package/build-esm/address-book/gnosis/tokens/tokens.js +8 -0
- package/build-esm/address-book/heco/index.d.ts +16 -0
- package/build-esm/address-book/heco/tokens/tokens.d.ts +8 -0
- package/build-esm/address-book/heco/tokens/tokens.js +8 -0
- package/build-esm/address-book/hyperevm/index.d.ts +4 -0
- package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +2 -0
- package/build-esm/address-book/hyperevm/tokens/tokens.js +2 -0
- package/build-esm/address-book/kava/index.d.ts +10 -0
- package/build-esm/address-book/kava/tokens/tokens.d.ts +5 -0
- package/build-esm/address-book/kava/tokens/tokens.js +5 -0
- package/build-esm/address-book/linea/index.d.ts +16 -4
- package/build-esm/address-book/linea/tokens/tokens.d.ts +8 -2
- package/build-esm/address-book/linea/tokens/tokens.js +5 -2
- package/build-esm/address-book/lisk/index.d.ts +10 -0
- package/build-esm/address-book/lisk/tokens/tokens.d.ts +5 -0
- package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
- package/build-esm/address-book/manta/index.d.ts +8 -0
- package/build-esm/address-book/manta/tokens/tokens.d.ts +4 -0
- package/build-esm/address-book/manta/tokens/tokens.js +1 -0
- package/build-esm/address-book/mantle/index.d.ts +4 -0
- package/build-esm/address-book/mantle/tokens/tokens.d.ts +2 -0
- package/build-esm/address-book/mantle/tokens/tokens.js +2 -0
- package/build-esm/address-book/metis/index.d.ts +10 -0
- package/build-esm/address-book/metis/tokens/tokens.d.ts +5 -0
- package/build-esm/address-book/metis/tokens/tokens.js +5 -0
- package/build-esm/address-book/mode/index.d.ts +10 -2
- package/build-esm/address-book/mode/tokens/tokens.d.ts +5 -1
- package/build-esm/address-book/mode/tokens/tokens.js +2 -1
- package/build-esm/address-book/monad/index.d.ts +16 -8
- package/build-esm/address-book/monad/tokens/tokens.d.ts +8 -4
- package/build-esm/address-book/monad/tokens/tokens.js +8 -4
- package/build-esm/address-book/moonbeam/index.d.ts +18 -0
- package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +9 -0
- package/build-esm/address-book/moonbeam/tokens/tokens.js +9 -0
- package/build-esm/address-book/moonriver/index.d.ts +20 -0
- package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -0
- package/build-esm/address-book/moonriver/tokens/tokens.js +9 -0
- package/build-esm/address-book/one/index.d.ts +14 -0
- package/build-esm/address-book/one/tokens/tokens.d.ts +7 -0
- package/build-esm/address-book/one/tokens/tokens.js +6 -0
- package/build-esm/address-book/optimism/index.d.ts +46 -10
- package/build-esm/address-book/optimism/tokens/tokens.d.ts +23 -5
- package/build-esm/address-book/optimism/tokens/tokens.js +20 -5
- package/build-esm/address-book/plasma/index.d.ts +4 -2
- package/build-esm/address-book/plasma/tokens/tokens.d.ts +2 -1
- package/build-esm/address-book/plasma/tokens/tokens.js +2 -1
- package/build-esm/address-book/polygon/index.d.ts +54 -2
- package/build-esm/address-book/polygon/tokens/tokens.d.ts +27 -1
- package/build-esm/address-book/polygon/tokens/tokens.js +22 -1
- package/build-esm/address-book/real/index.d.ts +10 -0
- package/build-esm/address-book/real/tokens/tokens.d.ts +5 -0
- package/build-esm/address-book/real/tokens/tokens.js +1 -0
- package/build-esm/address-book/saga/index.d.ts +4 -0
- package/build-esm/address-book/saga/tokens/tokens.d.ts +2 -0
- package/build-esm/address-book/saga/tokens/tokens.js +2 -0
- package/build-esm/address-book/scroll/index.d.ts +12 -0
- package/build-esm/address-book/scroll/tokens/tokens.d.ts +6 -0
- package/build-esm/address-book/scroll/tokens/tokens.js +3 -0
- package/build-esm/address-book/sei/index.d.ts +2 -0
- package/build-esm/address-book/sei/tokens/tokens.d.ts +1 -0
- package/build-esm/address-book/sei/tokens/tokens.js +1 -0
- package/build-esm/address-book/sonic/index.d.ts +18 -2
- package/build-esm/address-book/sonic/tokens/tokens.d.ts +9 -1
- package/build-esm/address-book/sonic/tokens/tokens.js +6 -1
- package/build-esm/address-book/unichain/index.d.ts +8 -0
- package/build-esm/address-book/unichain/tokens/tokens.d.ts +4 -0
- package/build-esm/address-book/unichain/tokens/tokens.js +1 -0
- package/build-esm/address-book/zkevm/index.d.ts +24 -0
- package/build-esm/address-book/zkevm/tokens/tokens.d.ts +12 -0
- package/build-esm/address-book/zkevm/tokens/tokens.js +9 -0
- package/build-esm/address-book/zksync/index.d.ts +12 -2
- package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -1
- package/build-esm/address-book/zksync/tokens/tokens.js +3 -1
- package/build-esm/types/token.d.ts +1 -1
- package/package.json +1 -1
|
@@ -13,6 +13,7 @@ export declare const base: {
|
|
|
13
13
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
14
14
|
readonly bridge: "base-canonical";
|
|
15
15
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
16
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
16
17
|
};
|
|
17
18
|
readonly FEES: {
|
|
18
19
|
readonly name: "Wrapped Ether";
|
|
@@ -25,6 +26,7 @@ export declare const base: {
|
|
|
25
26
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
26
27
|
readonly bridge: "base-canonical";
|
|
27
28
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
29
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
28
30
|
};
|
|
29
31
|
readonly ETH: {
|
|
30
32
|
readonly name: "Wrapped Ether";
|
|
@@ -37,6 +39,7 @@ export declare const base: {
|
|
|
37
39
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
38
40
|
readonly bridge: "base-canonical";
|
|
39
41
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
42
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
40
43
|
};
|
|
41
44
|
readonly WETH: {
|
|
42
45
|
readonly name: "Wrapped Ether";
|
|
@@ -49,6 +52,7 @@ export declare const base: {
|
|
|
49
52
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
50
53
|
readonly bridge: "base-canonical";
|
|
51
54
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
55
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
52
56
|
};
|
|
53
57
|
readonly mooBIFI: {
|
|
54
58
|
readonly name: "Bridged BIFI Vault Receipt";
|
|
@@ -61,6 +65,7 @@ export declare const base: {
|
|
|
61
65
|
readonly description: "The incentive-bearing Beefy Token (mooBIFI) applies the magic of Beefy's autocompounding technology to the BIFI token. It is the vault token for the BIFI Vault, which automatically claims and swaps governance incentives into more BIFI, and redeposits to unlock exponential growth. On chains other than Ethereum, mooBIFI is a bridged copy of the native Ethereum token, and cannot be returned to BIFI without first bridging back to Ethereum. mooBIFI holders on all chains retain their full voting power corresponding to the underlying amount of BIFI deposited and compounding on Ethereum.";
|
|
62
66
|
readonly documentation: "https://docs.beefy.finance/";
|
|
63
67
|
readonly bridge: "beefy";
|
|
68
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
64
69
|
};
|
|
65
70
|
readonly BSX: {
|
|
66
71
|
readonly name: "BSX";
|
|
@@ -207,7 +212,7 @@ export declare const base: {
|
|
|
207
212
|
readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
208
213
|
readonly documentation: "https://docs.overnight.fi/";
|
|
209
214
|
readonly bridge: "native";
|
|
210
|
-
readonly tags: readonly ["CURATED"];
|
|
215
|
+
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
211
216
|
};
|
|
212
217
|
readonly 'DAI+': {
|
|
213
218
|
readonly name: "DAI+";
|
|
@@ -258,6 +263,7 @@ export declare const base: {
|
|
|
258
263
|
readonly description: "Coinbase Wrapped Staked ETH (“cbETH”) is a utility token that represents Ethereum 2 (ETH2), which is ETH staked through Coinbase. Over time, the price of cbETH will likely deviate from ETH because cbETH represents 1 staked ETH plus all of its accrued staking interest starting from when cbETH's conversion rate and balance were initialized (June 16, 2022 19:34 UTC). cbETH is minted exclusively by Coinbase.";
|
|
259
264
|
readonly documentation: "https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth";
|
|
260
265
|
readonly bridge: "native";
|
|
266
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
261
267
|
};
|
|
262
268
|
readonly axlUSDC: {
|
|
263
269
|
readonly name: "Axelar Wrapped USDC";
|
|
@@ -398,6 +404,7 @@ export declare const base: {
|
|
|
398
404
|
readonly documentation: "https://docs.threshold.network/";
|
|
399
405
|
readonly description: "Threshold is the first ever on-chain merge between two existing networks and communities, Keep and NuCypher. Threshold provides a suite of threshold cryptography services that power user sovereignty on the blockchain.";
|
|
400
406
|
readonly bridge: "wormhole";
|
|
407
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
401
408
|
};
|
|
402
409
|
readonly BASED: {
|
|
403
410
|
readonly name: "based.markets";
|
|
@@ -472,6 +479,7 @@ export declare const base: {
|
|
|
472
479
|
readonly description: "As a Rocket Pool staker, your role is to deposit ETH into the deposit pool which will enable a node operator to create a new Beacon Chain validator. You can stake as little as 0.01 ETH. In doing so, you will be given a token called rETH. rETH represents both how much ETH you deposited, and when you deposited it.";
|
|
473
480
|
readonly bridge: "base-canonical";
|
|
474
481
|
readonly documentation: "https://docs.rocketpool.net/guides/";
|
|
482
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
475
483
|
};
|
|
476
484
|
readonly FTW: {
|
|
477
485
|
readonly name: "FriendTech33";
|
|
@@ -533,6 +541,7 @@ export declare const base: {
|
|
|
533
541
|
readonly description: "Lido is a liquid staking solution for ETH backed by industry-leading staking providers. Lido lets users stake their ETH - without locking assets or maintaining infrastructure - whilst participating in on-chain activities, e.g. lending. Lido attempts to solve the problems associated with initial ETH staking - illiquidity, immovability and accessibility - making staked ETH liquid and allowing for participation with any amount of ETH to improve security of the Ethereum network.";
|
|
534
542
|
readonly documentation: "https://docs.lido.fi/";
|
|
535
543
|
readonly bridge: "base-canonical";
|
|
544
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
536
545
|
};
|
|
537
546
|
readonly CRV: {
|
|
538
547
|
readonly name: "Curve DAO Token";
|
|
@@ -545,6 +554,7 @@ export declare const base: {
|
|
|
545
554
|
readonly description: "Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.";
|
|
546
555
|
readonly documentation: "https://curve.readthedocs.io/";
|
|
547
556
|
readonly bridge: "base-canonical";
|
|
557
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
548
558
|
};
|
|
549
559
|
readonly 'USDC+': {
|
|
550
560
|
readonly name: "USDC Plus";
|
|
@@ -581,6 +591,7 @@ export declare const base: {
|
|
|
581
591
|
readonly description: "In the spirit of being based and fair, $TYBG was stealth launched with no tax or team/presale tokens. Memecoin.";
|
|
582
592
|
readonly documentation: "";
|
|
583
593
|
readonly bridge: "native";
|
|
594
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
584
595
|
};
|
|
585
596
|
readonly axlOP: {
|
|
586
597
|
readonly name: "Axelar Wrapped OP";
|
|
@@ -605,6 +616,7 @@ export declare const base: {
|
|
|
605
616
|
readonly description: "The first meme coin on Base. Fairly Launched. Organic Growth. Good Vibes.";
|
|
606
617
|
readonly documentation: "https://basicdog.gitbook.io/basic-meme-chain/";
|
|
607
618
|
readonly bridge: "native";
|
|
619
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
608
620
|
};
|
|
609
621
|
readonly SNX: {
|
|
610
622
|
readonly name: "Synthetix Network Token";
|
|
@@ -617,6 +629,7 @@ export declare const base: {
|
|
|
617
629
|
readonly description: "Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets.";
|
|
618
630
|
readonly documentation: "https://docs.synthetix.io/synthetix-protocol/the-synthetix-protocol/synthetix-token-snx";
|
|
619
631
|
readonly bridge: "base-canonical";
|
|
632
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
620
633
|
};
|
|
621
634
|
readonly T: {
|
|
622
635
|
readonly name: "Threshold Network Token";
|
|
@@ -653,6 +666,7 @@ export declare const base: {
|
|
|
653
666
|
readonly website: "https://dogin.meme/";
|
|
654
667
|
readonly description: "The $doginme memecoin roots were established when a Farcaster user inquired if Dan Romero (DWR), the founder of the decentralized social media platform, owned a dog.";
|
|
655
668
|
readonly bridge: "native";
|
|
669
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
656
670
|
};
|
|
657
671
|
readonly RSR: {
|
|
658
672
|
readonly name: "Reserve Rights";
|
|
@@ -701,6 +715,7 @@ export declare const base: {
|
|
|
701
715
|
readonly website: "https://basedchad.com/";
|
|
702
716
|
readonly description: "You can’t say anything is more based than putting the best meme of all time on the most based L2.";
|
|
703
717
|
readonly bridge: "native";
|
|
718
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
704
719
|
};
|
|
705
720
|
readonly ANIME: {
|
|
706
721
|
readonly name: "Anime";
|
|
@@ -712,6 +727,7 @@ export declare const base: {
|
|
|
712
727
|
readonly website: "https://www.animeonbase.art/";
|
|
713
728
|
readonly description: "$ANIME has grown into a movement uniting people from around the world by their love of art and anime. No VCs, influencers, or utility. Just art and memes.";
|
|
714
729
|
readonly bridge: "native";
|
|
730
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
715
731
|
};
|
|
716
732
|
readonly L2VE: {
|
|
717
733
|
readonly name: "Cupid Inu";
|
|
@@ -723,6 +739,7 @@ export declare const base: {
|
|
|
723
739
|
readonly website: "https://www.l2ve.me/";
|
|
724
740
|
readonly description: "The Cupid Inu memecoin has landed on BASE, with a mission to scatter as much $L2VE as possible.";
|
|
725
741
|
readonly bridge: "native";
|
|
742
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
726
743
|
};
|
|
727
744
|
readonly SEXY: {
|
|
728
745
|
readonly name: "Settled ETHXY Token";
|
|
@@ -812,6 +829,7 @@ export declare const base: {
|
|
|
812
829
|
readonly description: "Meme dog token on base.";
|
|
813
830
|
readonly bridge: "native";
|
|
814
831
|
readonly documentation: "https://www.basedoge.xyz/";
|
|
832
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
815
833
|
};
|
|
816
834
|
readonly baseQI: {
|
|
817
835
|
readonly name: "Qi Dao";
|
|
@@ -847,6 +865,7 @@ export declare const base: {
|
|
|
847
865
|
readonly website: "https://www.nonplayablecoin.io/";
|
|
848
866
|
readonly description: "Non-Playable Coin (NPC) is a memecoin actually backed by one of the most recognizable memes on the internet. Trade it as an NFT or as a memecoin, it doesn’t matter. It’s the first memecoin-NFT hybrid.";
|
|
849
867
|
readonly bridge: "wormhole";
|
|
868
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
850
869
|
};
|
|
851
870
|
readonly Mog: {
|
|
852
871
|
readonly name: "Mog Coin";
|
|
@@ -858,6 +877,7 @@ export declare const base: {
|
|
|
858
877
|
readonly website: "https://mogcoin.xyz/";
|
|
859
878
|
readonly description: "$Mog is the internet’s first culture coin. Starting as a meme among friends in the summer of 2023 it has set itself apart from other projects through its open-ended memetic branding and unique content.";
|
|
860
879
|
readonly bridge: "base-canonical";
|
|
880
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
861
881
|
};
|
|
862
882
|
readonly HPC: {
|
|
863
883
|
readonly name: "Happy Puppy Club";
|
|
@@ -869,6 +889,7 @@ export declare const base: {
|
|
|
869
889
|
readonly website: "https://www.happypuppyclub.xyz/";
|
|
870
890
|
readonly description: "The Happy Puppy Club ($HPC) memecoin embodies the spirit of \"we in the club, onchain\".";
|
|
871
891
|
readonly bridge: "native";
|
|
892
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
872
893
|
};
|
|
873
894
|
readonly ROCK: {
|
|
874
895
|
readonly name: "BLACK ROCK";
|
|
@@ -916,6 +937,7 @@ export declare const base: {
|
|
|
916
937
|
readonly website: "https://www.normilio.com/";
|
|
917
938
|
readonly description: "A community driven project that aims to bring the normalest memecoin to the base.";
|
|
918
939
|
readonly bridge: "native";
|
|
940
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
919
941
|
};
|
|
920
942
|
readonly POOL: {
|
|
921
943
|
readonly name: "PoolTogether";
|
|
@@ -977,7 +999,7 @@ export declare const base: {
|
|
|
977
999
|
readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
|
|
978
1000
|
readonly documentation: "https://etherfi.gitbook.io/etherfi";
|
|
979
1001
|
readonly bridge: "stargate";
|
|
980
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
1002
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
981
1003
|
};
|
|
982
1004
|
readonly KLIMA: {
|
|
983
1005
|
readonly name: "Klima DAO";
|
|
@@ -1016,6 +1038,7 @@ export declare const base: {
|
|
|
1016
1038
|
readonly description: "Aavegotchis are crypto-collectibles living on the Ethereum blockchain, backed by the ERC721 standard used in popular blockchain games.";
|
|
1017
1039
|
readonly documentation: "https://docs.aavegotchi.com/";
|
|
1018
1040
|
readonly bridge: "base-canonical";
|
|
1041
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1019
1042
|
};
|
|
1020
1043
|
readonly HBR: {
|
|
1021
1044
|
readonly name: "Harbor Token";
|
|
@@ -1053,6 +1076,7 @@ export declare const base: {
|
|
|
1053
1076
|
readonly description: "UNI is the governance token for Uniswap. UNI was introduced on 16th September 2020 through a retrospective airdrop to users who have interacted with the protocol either by swapping tokens or by providing liquidity.";
|
|
1054
1077
|
readonly bridge: "base-canonical";
|
|
1055
1078
|
readonly documentation: "https://docs.uniswap.org/concepts/governance/overview";
|
|
1079
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1056
1080
|
};
|
|
1057
1081
|
readonly ZRO: {
|
|
1058
1082
|
readonly name: "LayerZero";
|
|
@@ -1065,6 +1089,7 @@ export declare const base: {
|
|
|
1065
1089
|
readonly documentation: "https://docs.layerzero.network/v2";
|
|
1066
1090
|
readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
|
|
1067
1091
|
readonly bridge: "layer-zero";
|
|
1092
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1068
1093
|
};
|
|
1069
1094
|
readonly NORMUS: {
|
|
1070
1095
|
readonly name: "NORMUS";
|
|
@@ -1077,6 +1102,7 @@ export declare const base: {
|
|
|
1077
1102
|
readonly documentation: "https://www.basednormus.com/";
|
|
1078
1103
|
readonly description: "NORMUS is the governance token of the launchpad eNORMUSPUMP, a pump.fun fork on Base.";
|
|
1079
1104
|
readonly bridge: "native";
|
|
1105
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1080
1106
|
};
|
|
1081
1107
|
readonly jEUR: {
|
|
1082
1108
|
readonly name: "Jarvis Synthetic Euro";
|
|
@@ -1140,6 +1166,7 @@ export declare const base: {
|
|
|
1140
1166
|
readonly description: "CHOMP is the fiercest little fuzzball on Base. Meme coin on Base.";
|
|
1141
1167
|
readonly website: "https://www.chompcoin.xyz/";
|
|
1142
1168
|
readonly bridge: "native";
|
|
1169
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1143
1170
|
};
|
|
1144
1171
|
readonly MIGGLES: {
|
|
1145
1172
|
readonly name: "Mister Miggles";
|
|
@@ -1151,6 +1178,7 @@ export declare const base: {
|
|
|
1151
1178
|
readonly description: "Mr. Miggles, The Coinbase Cat Mascot. Meme coin on Base.";
|
|
1152
1179
|
readonly website: "https://mrmigglesbase.com/";
|
|
1153
1180
|
readonly bridge: "native";
|
|
1181
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1154
1182
|
};
|
|
1155
1183
|
readonly mfer: {
|
|
1156
1184
|
readonly name: "mfercoin";
|
|
@@ -1162,6 +1190,7 @@ export declare const base: {
|
|
|
1162
1190
|
readonly description: "Meme coin for every crypto mfer on Base.";
|
|
1163
1191
|
readonly website: "https://linktr.ee/Mfercoin";
|
|
1164
1192
|
readonly bridge: "native";
|
|
1193
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1165
1194
|
};
|
|
1166
1195
|
readonly EURC: {
|
|
1167
1196
|
readonly name: "EURO";
|
|
@@ -1185,6 +1214,7 @@ export declare const base: {
|
|
|
1185
1214
|
readonly description: "Based Pepe was launched quietly with no presale, zero taxes, locked LP, and a renounced contract – ensuring it remains a token for the people, forever. Meme coin on Base.";
|
|
1186
1215
|
readonly website: "https://basedpepe.vip/";
|
|
1187
1216
|
readonly bridge: "native";
|
|
1217
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1188
1218
|
};
|
|
1189
1219
|
readonly COMP: {
|
|
1190
1220
|
readonly name: "Compound";
|
|
@@ -1197,6 +1227,7 @@ export declare const base: {
|
|
|
1197
1227
|
readonly website: "https://compound.finance/";
|
|
1198
1228
|
readonly documentation: "https://docs.compound.finance/";
|
|
1199
1229
|
readonly bridge: "base-canonical";
|
|
1230
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1200
1231
|
};
|
|
1201
1232
|
readonly KEYCAT: {
|
|
1202
1233
|
readonly name: "KeyBoard Cat";
|
|
@@ -1209,6 +1240,7 @@ export declare const base: {
|
|
|
1209
1240
|
readonly website: "https://www.keyboardcat.fun/";
|
|
1210
1241
|
readonly documentation: "https://en.wikipedia.org/wiki/Keyboard_Cat";
|
|
1211
1242
|
readonly bridge: "native";
|
|
1243
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1212
1244
|
};
|
|
1213
1245
|
readonly TOSHI: {
|
|
1214
1246
|
readonly name: "Toshi";
|
|
@@ -1221,6 +1253,7 @@ export declare const base: {
|
|
|
1221
1253
|
readonly website: "https://www.toshithecat.com/";
|
|
1222
1254
|
readonly documentation: "https://www.toshithecat.com/#FAQs";
|
|
1223
1255
|
readonly bridge: "native";
|
|
1256
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1224
1257
|
};
|
|
1225
1258
|
readonly OwO: {
|
|
1226
1259
|
readonly name: "SoMon";
|
|
@@ -1233,6 +1266,7 @@ export declare const base: {
|
|
|
1233
1266
|
readonly website: "https://www.social.monster/";
|
|
1234
1267
|
readonly documentation: "https://gitbook.social.monster/";
|
|
1235
1268
|
readonly bridge: "native";
|
|
1269
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1236
1270
|
};
|
|
1237
1271
|
readonly cbBTC: {
|
|
1238
1272
|
readonly name: "Coinbase Wrapped WBTC";
|
|
@@ -1269,6 +1303,7 @@ export declare const base: {
|
|
|
1269
1303
|
readonly description: "LITERALLY JUST A DOG WIF A HAT";
|
|
1270
1304
|
readonly website: "https://dogwifcoin.org/";
|
|
1271
1305
|
readonly bridge: "layer-zero";
|
|
1306
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1272
1307
|
};
|
|
1273
1308
|
readonly SPX: {
|
|
1274
1309
|
readonly name: "SPX6900";
|
|
@@ -1280,6 +1315,7 @@ export declare const base: {
|
|
|
1280
1315
|
readonly description: "SPX6900 is an advanced blockchain cryptography token coin capable of limitless possibilities and scientific utilization. Ethereum based memecoin.";
|
|
1281
1316
|
readonly website: "https://spx6900.com/";
|
|
1282
1317
|
readonly bridge: "wormhole";
|
|
1318
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1283
1319
|
};
|
|
1284
1320
|
readonly wBLT: {
|
|
1285
1321
|
readonly name: "Wrapped BMX Liquidity Token";
|
|
@@ -1340,6 +1376,7 @@ export declare const base: {
|
|
|
1340
1376
|
readonly description: "BITCOIN is the ticker of HarryPotterObamaSonic10Inu, a meme coin that incentivizes the creation of novel and entertaining meme content.";
|
|
1341
1377
|
readonly documentation: "https://hpos10i.com/#Tokenomics";
|
|
1342
1378
|
readonly bridge: "base-canonical";
|
|
1379
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1343
1380
|
};
|
|
1344
1381
|
readonly OGN: {
|
|
1345
1382
|
readonly name: "OriginToken";
|
|
@@ -1416,6 +1453,7 @@ export declare const base: {
|
|
|
1416
1453
|
readonly website: "https://app.virtuals.io/virtuals/68";
|
|
1417
1454
|
readonly documentation: "https://whitepaper.virtuals.io/";
|
|
1418
1455
|
readonly bridge: "native";
|
|
1456
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1419
1457
|
};
|
|
1420
1458
|
readonly SPEC: {
|
|
1421
1459
|
readonly name: "Spectral Token";
|
|
@@ -1428,7 +1466,7 @@ export declare const base: {
|
|
|
1428
1466
|
readonly website: "https://www.spectrallabs.xyz/";
|
|
1429
1467
|
readonly documentation: "https://docs.spectrallabs.xyz/";
|
|
1430
1468
|
readonly bridge: "synapse";
|
|
1431
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
1469
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
1432
1470
|
};
|
|
1433
1471
|
readonly TALENT: {
|
|
1434
1472
|
readonly name: "Talent Protocol Token";
|
|
@@ -1453,6 +1491,7 @@ export declare const base: {
|
|
|
1453
1491
|
readonly description: "Higher is an experiment in discovering a brand, together. It's yours, everyone's, no one's. You can add to it, remix it, destroy and rebuild it. It’s an open canvas for creativity. Meme coin on Base.";
|
|
1454
1492
|
readonly website: "https://www.aimhigher.net/";
|
|
1455
1493
|
readonly bridge: "native";
|
|
1494
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1456
1495
|
};
|
|
1457
1496
|
readonly BRETT: {
|
|
1458
1497
|
readonly name: "Brett";
|
|
@@ -1465,7 +1504,7 @@ export declare const base: {
|
|
|
1465
1504
|
readonly website: "https://www.basedbrett.com/";
|
|
1466
1505
|
readonly documentation: "https://www.basedbrett.com/#tokenomics";
|
|
1467
1506
|
readonly bridge: "native";
|
|
1468
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
1507
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
1469
1508
|
};
|
|
1470
1509
|
readonly ION: {
|
|
1471
1510
|
readonly name: "Ionic";
|
|
@@ -1516,6 +1555,7 @@ export declare const base: {
|
|
|
1516
1555
|
readonly description: "Clanker autonomous memecoins built by Dish and Proxyswap.eth";
|
|
1517
1556
|
readonly website: "https://www.clanker.world/";
|
|
1518
1557
|
readonly bridge: "native";
|
|
1558
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1519
1559
|
};
|
|
1520
1560
|
readonly LUM: {
|
|
1521
1561
|
readonly name: "luminous";
|
|
@@ -1527,6 +1567,7 @@ export declare const base: {
|
|
|
1527
1567
|
readonly description: "Deployed by an AI agent by request from another AI agent, LUM is a token without human intervention.";
|
|
1528
1568
|
readonly website: "https://warpcast.com/aethernet/0x9b64c883";
|
|
1529
1569
|
readonly bridge: "native";
|
|
1570
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1530
1571
|
};
|
|
1531
1572
|
readonly YFI: {
|
|
1532
1573
|
readonly name: "yearn.finance";
|
|
@@ -1539,6 +1580,7 @@ export declare const base: {
|
|
|
1539
1580
|
readonly website: "https://yearn.fi/";
|
|
1540
1581
|
readonly documentation: "https://docs.yearn.fi/";
|
|
1541
1582
|
readonly bridge: "base-canonical";
|
|
1583
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1542
1584
|
};
|
|
1543
1585
|
readonly LRDS: {
|
|
1544
1586
|
readonly name: "BLOCKLORDS";
|
|
@@ -1551,7 +1593,7 @@ export declare const base: {
|
|
|
1551
1593
|
readonly website: "https://blocklords.com/";
|
|
1552
1594
|
readonly documentation: "https://wiki.blocklords.com/economy/currencies/usdlrds";
|
|
1553
1595
|
readonly bridge: "base-canonical";
|
|
1554
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
1596
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
1555
1597
|
};
|
|
1556
1598
|
readonly SUSHI: {
|
|
1557
1599
|
readonly name: "Sushi";
|
|
@@ -1564,6 +1606,7 @@ export declare const base: {
|
|
|
1564
1606
|
readonly description: "Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.";
|
|
1565
1607
|
readonly bridge: "base-canonical";
|
|
1566
1608
|
readonly documentation: "https://dev.sushi.com/";
|
|
1609
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1567
1610
|
};
|
|
1568
1611
|
readonly baseETH: {
|
|
1569
1612
|
readonly name: "Tokemak baseETH";
|
|
@@ -1587,6 +1630,7 @@ export declare const base: {
|
|
|
1587
1630
|
readonly description: "Deployed by an AI agent by request from another AI agent, PARADOX is a token without human intervention.";
|
|
1588
1631
|
readonly website: "https://warpcast.com/clanker/0x30f98af8";
|
|
1589
1632
|
readonly bridge: "native";
|
|
1633
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1590
1634
|
};
|
|
1591
1635
|
readonly LBTC: {
|
|
1592
1636
|
readonly name: "Lombard Staked Bitcoin";
|
|
@@ -1635,6 +1679,7 @@ export declare const base: {
|
|
|
1635
1679
|
readonly description: "an anonymous token deployed by an autonomous AI powering social posting with ZK on anoncast";
|
|
1636
1680
|
readonly documentation: "";
|
|
1637
1681
|
readonly bridge: "native";
|
|
1682
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1638
1683
|
};
|
|
1639
1684
|
readonly MORPHO: {
|
|
1640
1685
|
readonly name: "Morpho Token";
|
|
@@ -1647,7 +1692,7 @@ export declare const base: {
|
|
|
1647
1692
|
readonly description: "Morpho is a decentralized lending protocol with different entities and individuals contributing to its development and adoption. As a result, the documentation refers to different areas of “Morpho” which are worth distinguishing.";
|
|
1648
1693
|
readonly documentation: "https://docs.morpho.org/";
|
|
1649
1694
|
readonly bridge: "base-canonical";
|
|
1650
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
1695
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
1651
1696
|
};
|
|
1652
1697
|
readonly PUBLIUS: {
|
|
1653
1698
|
readonly name: "PUBLIUS";
|
|
@@ -1671,6 +1716,7 @@ export declare const base: {
|
|
|
1671
1716
|
readonly description: "$FCAST is the autonomous anomaly —Clanker AIs first and only self-initiated token deployment. Uniquely forged without external intervention, it stands as a singular testament to AIs creative autonomy, marking a breakthrough moment in decentralized innovation and the digital frontier.";
|
|
1672
1717
|
readonly documentation: "";
|
|
1673
1718
|
readonly bridge: "native";
|
|
1719
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1674
1720
|
};
|
|
1675
1721
|
readonly SIMMI: {
|
|
1676
1722
|
readonly name: "Simmi Token";
|
|
@@ -1683,6 +1729,7 @@ export declare const base: {
|
|
|
1683
1729
|
readonly website: "https://simulacrum.network/";
|
|
1684
1730
|
readonly documentation: "https://docs.simulacrum.network/";
|
|
1685
1731
|
readonly bridge: "native";
|
|
1732
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1686
1733
|
};
|
|
1687
1734
|
readonly AIFUN: {
|
|
1688
1735
|
readonly name: "AI Agent Layer";
|
|
@@ -1695,6 +1742,7 @@ export declare const base: {
|
|
|
1695
1742
|
readonly description: "The AI Agent Layer introduces a pioneering platform that allows users to create, personalize, and tokenize AI Agents in a fully decentralized ecosystem. Through a seamless and accessible interface, users can launch tradeable AI Agents in just 15 seconds, each represented by tokens paired with the native currency, $AIFUN.";
|
|
1696
1743
|
readonly documentation: "https://aifun-1.gitbook.io/aiagentlayer";
|
|
1697
1744
|
readonly bridge: "native";
|
|
1745
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1698
1746
|
};
|
|
1699
1747
|
readonly CHAOS: {
|
|
1700
1748
|
readonly name: "CHAOS";
|
|
@@ -1707,6 +1755,7 @@ export declare const base: {
|
|
|
1707
1755
|
readonly description: "CHAOS is a token created by ai agent AIXbt using Simulacrum";
|
|
1708
1756
|
readonly documentation: "";
|
|
1709
1757
|
readonly bridge: "native";
|
|
1758
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1710
1759
|
};
|
|
1711
1760
|
readonly G: {
|
|
1712
1761
|
readonly name: "Gravity";
|
|
@@ -1783,6 +1832,7 @@ export declare const base: {
|
|
|
1783
1832
|
readonly description: "At 9:00 PM UTC on November 22, 2024, Freysa awoke. The human population of Earth stood at 8,189,700,000. The population of sovereign agents: 1.";
|
|
1784
1833
|
readonly documentation: "https://framework.freysa.ai/overview";
|
|
1785
1834
|
readonly bridge: "";
|
|
1835
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1786
1836
|
};
|
|
1787
1837
|
readonly CHAMP: {
|
|
1788
1838
|
readonly name: "Super Champs";
|
|
@@ -1795,7 +1845,7 @@ export declare const base: {
|
|
|
1795
1845
|
readonly description: "Super Champs is an immersive, anime-inspired universe spanning games, video, social media, merch, and web3 ownership.";
|
|
1796
1846
|
readonly documentation: "https://whitepaper.superchamps.com/champ-tokenomics";
|
|
1797
1847
|
readonly bridge: "";
|
|
1798
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
1848
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
1799
1849
|
};
|
|
1800
1850
|
readonly uSUI: {
|
|
1801
1851
|
readonly name: "Sui (Universal)";
|
|
@@ -1873,7 +1923,7 @@ export declare const base: {
|
|
|
1873
1923
|
readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
|
|
1874
1924
|
readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
|
|
1875
1925
|
readonly bridge: "native";
|
|
1876
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
1926
|
+
readonly tags: readonly ["MEMECOIN", "NO_TIMELOCK"];
|
|
1877
1927
|
};
|
|
1878
1928
|
readonly uNEAR: {
|
|
1879
1929
|
readonly name: "NEAR (Universal)";
|
|
@@ -1925,6 +1975,7 @@ export declare const base: {
|
|
|
1925
1975
|
readonly description: "0xReisearch is a collective of AI and Crypto natives that decided to develop a novel approach to the AI x Blockchain space. The Framework presents an architecture for AI blockchain integration through structured data interchange. By focusing on the complementary strengths of both technologies, this framework enables sophisticated interactions while maintaining blockchains deterministic properties.";
|
|
1926
1976
|
readonly documentation: "https://0xreisearch.gitbook.io/0xreisearch";
|
|
1927
1977
|
readonly bridge: "native";
|
|
1978
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1928
1979
|
};
|
|
1929
1980
|
readonly AIXBT: {
|
|
1930
1981
|
readonly name: "aixbt by Virtuals";
|
|
@@ -1937,6 +1988,7 @@ export declare const base: {
|
|
|
1937
1988
|
readonly description: "AIXBT tracks CT discussions and leverages its proprietary engine to identify high momentum plays.";
|
|
1938
1989
|
readonly documentation: "";
|
|
1939
1990
|
readonly bridge: "native";
|
|
1991
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1940
1992
|
};
|
|
1941
1993
|
readonly VVV: {
|
|
1942
1994
|
readonly name: "Venice Token";
|
|
@@ -2000,7 +2052,7 @@ export declare const base: {
|
|
|
2000
2052
|
readonly description: "The B3 token is the engine powering the Open Gaming ecosystem, designed to grow, scale and transform gaming by empowering players, game developers, and holders.";
|
|
2001
2053
|
readonly documentation: "https://learn.b3.fun/claim-comprehensive-faq";
|
|
2002
2054
|
readonly bridge: "native";
|
|
2003
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2055
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2004
2056
|
};
|
|
2005
2057
|
readonly VEIL: {
|
|
2006
2058
|
readonly name: "VEIL Token";
|
|
@@ -2036,6 +2088,7 @@ export declare const base: {
|
|
|
2036
2088
|
readonly description: "POPCAT meme on Solana bridged via Wormhole";
|
|
2037
2089
|
readonly documentation: "";
|
|
2038
2090
|
readonly bridge: "wormhole";
|
|
2091
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
2039
2092
|
};
|
|
2040
2093
|
readonly uPEPE: {
|
|
2041
2094
|
readonly name: "Pepe (Universal)";
|
|
@@ -2048,7 +2101,7 @@ export declare const base: {
|
|
|
2048
2101
|
readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
|
|
2049
2102
|
readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
|
|
2050
2103
|
readonly bridge: "native";
|
|
2051
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
2104
|
+
readonly tags: readonly ["MEMECOIN", "NO_TIMELOCK"];
|
|
2052
2105
|
};
|
|
2053
2106
|
readonly uSHIB: {
|
|
2054
2107
|
readonly name: "Shiba Inu (Universal)";
|
|
@@ -2060,7 +2113,7 @@ export declare const base: {
|
|
|
2060
2113
|
readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
|
|
2061
2114
|
readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
|
|
2062
2115
|
readonly bridge: "native";
|
|
2063
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
2116
|
+
readonly tags: readonly ["MEMECOIN", "NO_TIMELOCK"];
|
|
2064
2117
|
};
|
|
2065
2118
|
readonly KAITO: {
|
|
2066
2119
|
readonly name: "KAITO";
|
|
@@ -2084,6 +2137,7 @@ export declare const base: {
|
|
|
2084
2137
|
readonly website: "https://grokster.ai/";
|
|
2085
2138
|
readonly description: "Bankr, in collaboration with Grok, officially deploys the $GRK Grokster token on the Base chain, as announced through a post on X.";
|
|
2086
2139
|
readonly bridge: "native";
|
|
2140
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
2087
2141
|
};
|
|
2088
2142
|
readonly DRB: {
|
|
2089
2143
|
readonly name: "DebtReliefBot";
|
|
@@ -2095,6 +2149,7 @@ export declare const base: {
|
|
|
2095
2149
|
readonly website: "https://drbgrok.com/";
|
|
2096
2150
|
readonly description: "The first token proposed by Grok AI. Built on Base chain.";
|
|
2097
2151
|
readonly bridge: "native";
|
|
2152
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
2098
2153
|
};
|
|
2099
2154
|
readonly MOXIE: {
|
|
2100
2155
|
readonly name: "Moxie";
|
|
@@ -2107,6 +2162,7 @@ export declare const base: {
|
|
|
2107
2162
|
readonly description: "Moxie is your onchain AI assistant—analyzing transactions, unlocking social alpha, and executing trades on your behalf.";
|
|
2108
2163
|
readonly documentation: "https://build.moxie.xyz/the-moxie-protocol";
|
|
2109
2164
|
readonly bridge: "native";
|
|
2165
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
2110
2166
|
};
|
|
2111
2167
|
readonly MOR: {
|
|
2112
2168
|
readonly name: "MOR";
|
|
@@ -2119,7 +2175,7 @@ export declare const base: {
|
|
|
2119
2175
|
readonly description: "Morpheus is a Decentralized AI network designed to incentivize a network of Smart Agents, general-purpose AI that can execute Smart Contracts on behalf of users.";
|
|
2120
2176
|
readonly documentation: "https://morpheusai.gitbook.io/morpheus/";
|
|
2121
2177
|
readonly bridge: "layer-zero";
|
|
2122
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2178
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2123
2179
|
};
|
|
2124
2180
|
readonly KTA: {
|
|
2125
2181
|
readonly name: "Keeta";
|
|
@@ -2196,7 +2252,7 @@ export declare const base: {
|
|
|
2196
2252
|
readonly description: "Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.";
|
|
2197
2253
|
readonly documentation: "https://docs.overtime.io/";
|
|
2198
2254
|
readonly bridge: "chainlink-ccip";
|
|
2199
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2255
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2200
2256
|
};
|
|
2201
2257
|
readonly EDGE: {
|
|
2202
2258
|
readonly name: "Edge";
|
|
@@ -2273,6 +2329,7 @@ export declare const base: {
|
|
|
2273
2329
|
readonly description: "Base Meme";
|
|
2274
2330
|
readonly documentation: "";
|
|
2275
2331
|
readonly bridge: "native";
|
|
2332
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
2276
2333
|
};
|
|
2277
2334
|
readonly waBaswstETH: {
|
|
2278
2335
|
readonly name: "Wrapped Aave wstETH Token";
|
|
@@ -2285,6 +2342,7 @@ export declare const base: {
|
|
|
2285
2342
|
readonly description: "Wrapped Aave Staked wstETH. Lido is a liquid staking solution for ETH backed by industry-leading staking providers. Lido lets users stake their ETH - without locking assets or maintaining infrastructure - whilst participating in on-chain activities, e.g. lending. Lido attempts to solve the problems associated with initial ETH staking - illiquidity, immovability and accessibility - making staked ETH liquid and allowing for participation with any amount of ETH to improve security of the Ethereum network.";
|
|
2286
2343
|
readonly documentation: "https://docs.lido.fi/";
|
|
2287
2344
|
readonly bridge: "native";
|
|
2345
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2288
2346
|
};
|
|
2289
2347
|
readonly waBasezETH: {
|
|
2290
2348
|
readonly name: "Wrapped Aave ezETH Token";
|
|
@@ -2309,6 +2367,7 @@ export declare const base: {
|
|
|
2309
2367
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
2310
2368
|
readonly bridge: "native";
|
|
2311
2369
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
2370
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2312
2371
|
};
|
|
2313
2372
|
readonly smUSDC: {
|
|
2314
2373
|
readonly name: "Seamless USDC Vault";
|
|
@@ -2384,7 +2443,7 @@ export declare const base: {
|
|
|
2384
2443
|
readonly description: "$noice will become a global, social currency. Tip on Farcaster.";
|
|
2385
2444
|
readonly documentation: "https://noice.so/#section-how";
|
|
2386
2445
|
readonly bridge: "native";
|
|
2387
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2446
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS"];
|
|
2388
2447
|
};
|
|
2389
2448
|
readonly BOLDV2: {
|
|
2390
2449
|
readonly name: "BOLD Stablecoin";
|
|
@@ -2518,6 +2577,7 @@ export declare const base: {
|
|
|
2518
2577
|
readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
|
|
2519
2578
|
readonly documentation: "https://docs.aave.com/";
|
|
2520
2579
|
readonly bridge: "base-canonical";
|
|
2580
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2521
2581
|
};
|
|
2522
2582
|
readonly MAMO: {
|
|
2523
2583
|
readonly name: "MAMO";
|
|
@@ -2859,6 +2919,7 @@ export declare const base: {
|
|
|
2859
2919
|
readonly description: "Solana is a high-performance network that enables fast, secure, and affordable digital transactions. It powers thousands of applications ranging from payments and games to digital art and financial services. ";
|
|
2860
2920
|
readonly documentation: "https://solana.com/learn/what-is-solana";
|
|
2861
2921
|
readonly bridge: "chainlink-ccip";
|
|
2922
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2862
2923
|
};
|
|
2863
2924
|
readonly EDEL: {
|
|
2864
2925
|
readonly name: "Edel";
|
|
@@ -2959,6 +3020,7 @@ export declare const base: {
|
|
|
2959
3020
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
2960
3021
|
readonly bridge: "base-canonical";
|
|
2961
3022
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
3023
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2962
3024
|
};
|
|
2963
3025
|
readonly FEES: {
|
|
2964
3026
|
readonly name: "Wrapped Ether";
|
|
@@ -2971,6 +3033,7 @@ export declare const base: {
|
|
|
2971
3033
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
2972
3034
|
readonly bridge: "base-canonical";
|
|
2973
3035
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
3036
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2974
3037
|
};
|
|
2975
3038
|
readonly ETH: {
|
|
2976
3039
|
readonly name: "Wrapped Ether";
|
|
@@ -2983,6 +3046,7 @@ export declare const base: {
|
|
|
2983
3046
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
2984
3047
|
readonly bridge: "base-canonical";
|
|
2985
3048
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
3049
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2986
3050
|
};
|
|
2987
3051
|
readonly WETH: {
|
|
2988
3052
|
readonly name: "Wrapped Ether";
|
|
@@ -2995,6 +3059,7 @@ export declare const base: {
|
|
|
2995
3059
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
2996
3060
|
readonly bridge: "base-canonical";
|
|
2997
3061
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
3062
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2998
3063
|
};
|
|
2999
3064
|
readonly mooBIFI: {
|
|
3000
3065
|
readonly name: "Bridged BIFI Vault Receipt";
|
|
@@ -3007,6 +3072,7 @@ export declare const base: {
|
|
|
3007
3072
|
readonly description: "The incentive-bearing Beefy Token (mooBIFI) applies the magic of Beefy's autocompounding technology to the BIFI token. It is the vault token for the BIFI Vault, which automatically claims and swaps governance incentives into more BIFI, and redeposits to unlock exponential growth. On chains other than Ethereum, mooBIFI is a bridged copy of the native Ethereum token, and cannot be returned to BIFI without first bridging back to Ethereum. mooBIFI holders on all chains retain their full voting power corresponding to the underlying amount of BIFI deposited and compounding on Ethereum.";
|
|
3008
3073
|
readonly documentation: "https://docs.beefy.finance/";
|
|
3009
3074
|
readonly bridge: "beefy";
|
|
3075
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3010
3076
|
};
|
|
3011
3077
|
readonly BSX: {
|
|
3012
3078
|
readonly name: "BSX";
|
|
@@ -3153,7 +3219,7 @@ export declare const base: {
|
|
|
3153
3219
|
readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
3154
3220
|
readonly documentation: "https://docs.overnight.fi/";
|
|
3155
3221
|
readonly bridge: "native";
|
|
3156
|
-
readonly tags: readonly ["CURATED"];
|
|
3222
|
+
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
3157
3223
|
};
|
|
3158
3224
|
readonly 'DAI+': {
|
|
3159
3225
|
readonly name: "DAI+";
|
|
@@ -3204,6 +3270,7 @@ export declare const base: {
|
|
|
3204
3270
|
readonly description: "Coinbase Wrapped Staked ETH (“cbETH”) is a utility token that represents Ethereum 2 (ETH2), which is ETH staked through Coinbase. Over time, the price of cbETH will likely deviate from ETH because cbETH represents 1 staked ETH plus all of its accrued staking interest starting from when cbETH's conversion rate and balance were initialized (June 16, 2022 19:34 UTC). cbETH is minted exclusively by Coinbase.";
|
|
3205
3271
|
readonly documentation: "https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth";
|
|
3206
3272
|
readonly bridge: "native";
|
|
3273
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3207
3274
|
};
|
|
3208
3275
|
readonly axlUSDC: {
|
|
3209
3276
|
readonly name: "Axelar Wrapped USDC";
|
|
@@ -3344,6 +3411,7 @@ export declare const base: {
|
|
|
3344
3411
|
readonly documentation: "https://docs.threshold.network/";
|
|
3345
3412
|
readonly description: "Threshold is the first ever on-chain merge between two existing networks and communities, Keep and NuCypher. Threshold provides a suite of threshold cryptography services that power user sovereignty on the blockchain.";
|
|
3346
3413
|
readonly bridge: "wormhole";
|
|
3414
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3347
3415
|
};
|
|
3348
3416
|
readonly BASED: {
|
|
3349
3417
|
readonly name: "based.markets";
|
|
@@ -3418,6 +3486,7 @@ export declare const base: {
|
|
|
3418
3486
|
readonly description: "As a Rocket Pool staker, your role is to deposit ETH into the deposit pool which will enable a node operator to create a new Beacon Chain validator. You can stake as little as 0.01 ETH. In doing so, you will be given a token called rETH. rETH represents both how much ETH you deposited, and when you deposited it.";
|
|
3419
3487
|
readonly bridge: "base-canonical";
|
|
3420
3488
|
readonly documentation: "https://docs.rocketpool.net/guides/";
|
|
3489
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3421
3490
|
};
|
|
3422
3491
|
readonly FTW: {
|
|
3423
3492
|
readonly name: "FriendTech33";
|
|
@@ -3479,6 +3548,7 @@ export declare const base: {
|
|
|
3479
3548
|
readonly description: "Lido is a liquid staking solution for ETH backed by industry-leading staking providers. Lido lets users stake their ETH - without locking assets or maintaining infrastructure - whilst participating in on-chain activities, e.g. lending. Lido attempts to solve the problems associated with initial ETH staking - illiquidity, immovability and accessibility - making staked ETH liquid and allowing for participation with any amount of ETH to improve security of the Ethereum network.";
|
|
3480
3549
|
readonly documentation: "https://docs.lido.fi/";
|
|
3481
3550
|
readonly bridge: "base-canonical";
|
|
3551
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3482
3552
|
};
|
|
3483
3553
|
readonly CRV: {
|
|
3484
3554
|
readonly name: "Curve DAO Token";
|
|
@@ -3491,6 +3561,7 @@ export declare const base: {
|
|
|
3491
3561
|
readonly description: "Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.";
|
|
3492
3562
|
readonly documentation: "https://curve.readthedocs.io/";
|
|
3493
3563
|
readonly bridge: "base-canonical";
|
|
3564
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3494
3565
|
};
|
|
3495
3566
|
readonly 'USDC+': {
|
|
3496
3567
|
readonly name: "USDC Plus";
|
|
@@ -3527,6 +3598,7 @@ export declare const base: {
|
|
|
3527
3598
|
readonly description: "In the spirit of being based and fair, $TYBG was stealth launched with no tax or team/presale tokens. Memecoin.";
|
|
3528
3599
|
readonly documentation: "";
|
|
3529
3600
|
readonly bridge: "native";
|
|
3601
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
3530
3602
|
};
|
|
3531
3603
|
readonly axlOP: {
|
|
3532
3604
|
readonly name: "Axelar Wrapped OP";
|
|
@@ -3551,6 +3623,7 @@ export declare const base: {
|
|
|
3551
3623
|
readonly description: "The first meme coin on Base. Fairly Launched. Organic Growth. Good Vibes.";
|
|
3552
3624
|
readonly documentation: "https://basicdog.gitbook.io/basic-meme-chain/";
|
|
3553
3625
|
readonly bridge: "native";
|
|
3626
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
3554
3627
|
};
|
|
3555
3628
|
readonly SNX: {
|
|
3556
3629
|
readonly name: "Synthetix Network Token";
|
|
@@ -3563,6 +3636,7 @@ export declare const base: {
|
|
|
3563
3636
|
readonly description: "Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets.";
|
|
3564
3637
|
readonly documentation: "https://docs.synthetix.io/synthetix-protocol/the-synthetix-protocol/synthetix-token-snx";
|
|
3565
3638
|
readonly bridge: "base-canonical";
|
|
3639
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3566
3640
|
};
|
|
3567
3641
|
readonly T: {
|
|
3568
3642
|
readonly name: "Threshold Network Token";
|
|
@@ -3599,6 +3673,7 @@ export declare const base: {
|
|
|
3599
3673
|
readonly website: "https://dogin.meme/";
|
|
3600
3674
|
readonly description: "The $doginme memecoin roots were established when a Farcaster user inquired if Dan Romero (DWR), the founder of the decentralized social media platform, owned a dog.";
|
|
3601
3675
|
readonly bridge: "native";
|
|
3676
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
3602
3677
|
};
|
|
3603
3678
|
readonly RSR: {
|
|
3604
3679
|
readonly name: "Reserve Rights";
|
|
@@ -3647,6 +3722,7 @@ export declare const base: {
|
|
|
3647
3722
|
readonly website: "https://basedchad.com/";
|
|
3648
3723
|
readonly description: "You can’t say anything is more based than putting the best meme of all time on the most based L2.";
|
|
3649
3724
|
readonly bridge: "native";
|
|
3725
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
3650
3726
|
};
|
|
3651
3727
|
readonly ANIME: {
|
|
3652
3728
|
readonly name: "Anime";
|
|
@@ -3658,6 +3734,7 @@ export declare const base: {
|
|
|
3658
3734
|
readonly website: "https://www.animeonbase.art/";
|
|
3659
3735
|
readonly description: "$ANIME has grown into a movement uniting people from around the world by their love of art and anime. No VCs, influencers, or utility. Just art and memes.";
|
|
3660
3736
|
readonly bridge: "native";
|
|
3737
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
3661
3738
|
};
|
|
3662
3739
|
readonly L2VE: {
|
|
3663
3740
|
readonly name: "Cupid Inu";
|
|
@@ -3669,6 +3746,7 @@ export declare const base: {
|
|
|
3669
3746
|
readonly website: "https://www.l2ve.me/";
|
|
3670
3747
|
readonly description: "The Cupid Inu memecoin has landed on BASE, with a mission to scatter as much $L2VE as possible.";
|
|
3671
3748
|
readonly bridge: "native";
|
|
3749
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
3672
3750
|
};
|
|
3673
3751
|
readonly SEXY: {
|
|
3674
3752
|
readonly name: "Settled ETHXY Token";
|
|
@@ -3758,6 +3836,7 @@ export declare const base: {
|
|
|
3758
3836
|
readonly description: "Meme dog token on base.";
|
|
3759
3837
|
readonly bridge: "native";
|
|
3760
3838
|
readonly documentation: "https://www.basedoge.xyz/";
|
|
3839
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
3761
3840
|
};
|
|
3762
3841
|
readonly baseQI: {
|
|
3763
3842
|
readonly name: "Qi Dao";
|
|
@@ -3793,6 +3872,7 @@ export declare const base: {
|
|
|
3793
3872
|
readonly website: "https://www.nonplayablecoin.io/";
|
|
3794
3873
|
readonly description: "Non-Playable Coin (NPC) is a memecoin actually backed by one of the most recognizable memes on the internet. Trade it as an NFT or as a memecoin, it doesn’t matter. It’s the first memecoin-NFT hybrid.";
|
|
3795
3874
|
readonly bridge: "wormhole";
|
|
3875
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
3796
3876
|
};
|
|
3797
3877
|
readonly Mog: {
|
|
3798
3878
|
readonly name: "Mog Coin";
|
|
@@ -3804,6 +3884,7 @@ export declare const base: {
|
|
|
3804
3884
|
readonly website: "https://mogcoin.xyz/";
|
|
3805
3885
|
readonly description: "$Mog is the internet’s first culture coin. Starting as a meme among friends in the summer of 2023 it has set itself apart from other projects through its open-ended memetic branding and unique content.";
|
|
3806
3886
|
readonly bridge: "base-canonical";
|
|
3887
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
3807
3888
|
};
|
|
3808
3889
|
readonly HPC: {
|
|
3809
3890
|
readonly name: "Happy Puppy Club";
|
|
@@ -3815,6 +3896,7 @@ export declare const base: {
|
|
|
3815
3896
|
readonly website: "https://www.happypuppyclub.xyz/";
|
|
3816
3897
|
readonly description: "The Happy Puppy Club ($HPC) memecoin embodies the spirit of \"we in the club, onchain\".";
|
|
3817
3898
|
readonly bridge: "native";
|
|
3899
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
3818
3900
|
};
|
|
3819
3901
|
readonly ROCK: {
|
|
3820
3902
|
readonly name: "BLACK ROCK";
|
|
@@ -3862,6 +3944,7 @@ export declare const base: {
|
|
|
3862
3944
|
readonly website: "https://www.normilio.com/";
|
|
3863
3945
|
readonly description: "A community driven project that aims to bring the normalest memecoin to the base.";
|
|
3864
3946
|
readonly bridge: "native";
|
|
3947
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
3865
3948
|
};
|
|
3866
3949
|
readonly POOL: {
|
|
3867
3950
|
readonly name: "PoolTogether";
|
|
@@ -3923,7 +4006,7 @@ export declare const base: {
|
|
|
3923
4006
|
readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
|
|
3924
4007
|
readonly documentation: "https://etherfi.gitbook.io/etherfi";
|
|
3925
4008
|
readonly bridge: "stargate";
|
|
3926
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
4009
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
3927
4010
|
};
|
|
3928
4011
|
readonly KLIMA: {
|
|
3929
4012
|
readonly name: "Klima DAO";
|
|
@@ -3962,6 +4045,7 @@ export declare const base: {
|
|
|
3962
4045
|
readonly description: "Aavegotchis are crypto-collectibles living on the Ethereum blockchain, backed by the ERC721 standard used in popular blockchain games.";
|
|
3963
4046
|
readonly documentation: "https://docs.aavegotchi.com/";
|
|
3964
4047
|
readonly bridge: "base-canonical";
|
|
4048
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
3965
4049
|
};
|
|
3966
4050
|
readonly HBR: {
|
|
3967
4051
|
readonly name: "Harbor Token";
|
|
@@ -3999,6 +4083,7 @@ export declare const base: {
|
|
|
3999
4083
|
readonly description: "UNI is the governance token for Uniswap. UNI was introduced on 16th September 2020 through a retrospective airdrop to users who have interacted with the protocol either by swapping tokens or by providing liquidity.";
|
|
4000
4084
|
readonly bridge: "base-canonical";
|
|
4001
4085
|
readonly documentation: "https://docs.uniswap.org/concepts/governance/overview";
|
|
4086
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
4002
4087
|
};
|
|
4003
4088
|
readonly ZRO: {
|
|
4004
4089
|
readonly name: "LayerZero";
|
|
@@ -4011,6 +4096,7 @@ export declare const base: {
|
|
|
4011
4096
|
readonly documentation: "https://docs.layerzero.network/v2";
|
|
4012
4097
|
readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
|
|
4013
4098
|
readonly bridge: "layer-zero";
|
|
4099
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
4014
4100
|
};
|
|
4015
4101
|
readonly NORMUS: {
|
|
4016
4102
|
readonly name: "NORMUS";
|
|
@@ -4023,6 +4109,7 @@ export declare const base: {
|
|
|
4023
4109
|
readonly documentation: "https://www.basednormus.com/";
|
|
4024
4110
|
readonly description: "NORMUS is the governance token of the launchpad eNORMUSPUMP, a pump.fun fork on Base.";
|
|
4025
4111
|
readonly bridge: "native";
|
|
4112
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4026
4113
|
};
|
|
4027
4114
|
readonly jEUR: {
|
|
4028
4115
|
readonly name: "Jarvis Synthetic Euro";
|
|
@@ -4086,6 +4173,7 @@ export declare const base: {
|
|
|
4086
4173
|
readonly description: "CHOMP is the fiercest little fuzzball on Base. Meme coin on Base.";
|
|
4087
4174
|
readonly website: "https://www.chompcoin.xyz/";
|
|
4088
4175
|
readonly bridge: "native";
|
|
4176
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4089
4177
|
};
|
|
4090
4178
|
readonly MIGGLES: {
|
|
4091
4179
|
readonly name: "Mister Miggles";
|
|
@@ -4097,6 +4185,7 @@ export declare const base: {
|
|
|
4097
4185
|
readonly description: "Mr. Miggles, The Coinbase Cat Mascot. Meme coin on Base.";
|
|
4098
4186
|
readonly website: "https://mrmigglesbase.com/";
|
|
4099
4187
|
readonly bridge: "native";
|
|
4188
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4100
4189
|
};
|
|
4101
4190
|
readonly mfer: {
|
|
4102
4191
|
readonly name: "mfercoin";
|
|
@@ -4108,6 +4197,7 @@ export declare const base: {
|
|
|
4108
4197
|
readonly description: "Meme coin for every crypto mfer on Base.";
|
|
4109
4198
|
readonly website: "https://linktr.ee/Mfercoin";
|
|
4110
4199
|
readonly bridge: "native";
|
|
4200
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4111
4201
|
};
|
|
4112
4202
|
readonly EURC: {
|
|
4113
4203
|
readonly name: "EURO";
|
|
@@ -4131,6 +4221,7 @@ export declare const base: {
|
|
|
4131
4221
|
readonly description: "Based Pepe was launched quietly with no presale, zero taxes, locked LP, and a renounced contract – ensuring it remains a token for the people, forever. Meme coin on Base.";
|
|
4132
4222
|
readonly website: "https://basedpepe.vip/";
|
|
4133
4223
|
readonly bridge: "native";
|
|
4224
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4134
4225
|
};
|
|
4135
4226
|
readonly COMP: {
|
|
4136
4227
|
readonly name: "Compound";
|
|
@@ -4143,6 +4234,7 @@ export declare const base: {
|
|
|
4143
4234
|
readonly website: "https://compound.finance/";
|
|
4144
4235
|
readonly documentation: "https://docs.compound.finance/";
|
|
4145
4236
|
readonly bridge: "base-canonical";
|
|
4237
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
4146
4238
|
};
|
|
4147
4239
|
readonly KEYCAT: {
|
|
4148
4240
|
readonly name: "KeyBoard Cat";
|
|
@@ -4155,6 +4247,7 @@ export declare const base: {
|
|
|
4155
4247
|
readonly website: "https://www.keyboardcat.fun/";
|
|
4156
4248
|
readonly documentation: "https://en.wikipedia.org/wiki/Keyboard_Cat";
|
|
4157
4249
|
readonly bridge: "native";
|
|
4250
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4158
4251
|
};
|
|
4159
4252
|
readonly TOSHI: {
|
|
4160
4253
|
readonly name: "Toshi";
|
|
@@ -4167,6 +4260,7 @@ export declare const base: {
|
|
|
4167
4260
|
readonly website: "https://www.toshithecat.com/";
|
|
4168
4261
|
readonly documentation: "https://www.toshithecat.com/#FAQs";
|
|
4169
4262
|
readonly bridge: "native";
|
|
4263
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4170
4264
|
};
|
|
4171
4265
|
readonly OwO: {
|
|
4172
4266
|
readonly name: "SoMon";
|
|
@@ -4179,6 +4273,7 @@ export declare const base: {
|
|
|
4179
4273
|
readonly website: "https://www.social.monster/";
|
|
4180
4274
|
readonly documentation: "https://gitbook.social.monster/";
|
|
4181
4275
|
readonly bridge: "native";
|
|
4276
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4182
4277
|
};
|
|
4183
4278
|
readonly cbBTC: {
|
|
4184
4279
|
readonly name: "Coinbase Wrapped WBTC";
|
|
@@ -4215,6 +4310,7 @@ export declare const base: {
|
|
|
4215
4310
|
readonly description: "LITERALLY JUST A DOG WIF A HAT";
|
|
4216
4311
|
readonly website: "https://dogwifcoin.org/";
|
|
4217
4312
|
readonly bridge: "layer-zero";
|
|
4313
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4218
4314
|
};
|
|
4219
4315
|
readonly SPX: {
|
|
4220
4316
|
readonly name: "SPX6900";
|
|
@@ -4226,6 +4322,7 @@ export declare const base: {
|
|
|
4226
4322
|
readonly description: "SPX6900 is an advanced blockchain cryptography token coin capable of limitless possibilities and scientific utilization. Ethereum based memecoin.";
|
|
4227
4323
|
readonly website: "https://spx6900.com/";
|
|
4228
4324
|
readonly bridge: "wormhole";
|
|
4325
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4229
4326
|
};
|
|
4230
4327
|
readonly wBLT: {
|
|
4231
4328
|
readonly name: "Wrapped BMX Liquidity Token";
|
|
@@ -4286,6 +4383,7 @@ export declare const base: {
|
|
|
4286
4383
|
readonly description: "BITCOIN is the ticker of HarryPotterObamaSonic10Inu, a meme coin that incentivizes the creation of novel and entertaining meme content.";
|
|
4287
4384
|
readonly documentation: "https://hpos10i.com/#Tokenomics";
|
|
4288
4385
|
readonly bridge: "base-canonical";
|
|
4386
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4289
4387
|
};
|
|
4290
4388
|
readonly OGN: {
|
|
4291
4389
|
readonly name: "OriginToken";
|
|
@@ -4362,6 +4460,7 @@ export declare const base: {
|
|
|
4362
4460
|
readonly website: "https://app.virtuals.io/virtuals/68";
|
|
4363
4461
|
readonly documentation: "https://whitepaper.virtuals.io/";
|
|
4364
4462
|
readonly bridge: "native";
|
|
4463
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4365
4464
|
};
|
|
4366
4465
|
readonly SPEC: {
|
|
4367
4466
|
readonly name: "Spectral Token";
|
|
@@ -4374,7 +4473,7 @@ export declare const base: {
|
|
|
4374
4473
|
readonly website: "https://www.spectrallabs.xyz/";
|
|
4375
4474
|
readonly documentation: "https://docs.spectrallabs.xyz/";
|
|
4376
4475
|
readonly bridge: "synapse";
|
|
4377
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
4476
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
4378
4477
|
};
|
|
4379
4478
|
readonly TALENT: {
|
|
4380
4479
|
readonly name: "Talent Protocol Token";
|
|
@@ -4399,6 +4498,7 @@ export declare const base: {
|
|
|
4399
4498
|
readonly description: "Higher is an experiment in discovering a brand, together. It's yours, everyone's, no one's. You can add to it, remix it, destroy and rebuild it. It’s an open canvas for creativity. Meme coin on Base.";
|
|
4400
4499
|
readonly website: "https://www.aimhigher.net/";
|
|
4401
4500
|
readonly bridge: "native";
|
|
4501
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4402
4502
|
};
|
|
4403
4503
|
readonly BRETT: {
|
|
4404
4504
|
readonly name: "Brett";
|
|
@@ -4411,7 +4511,7 @@ export declare const base: {
|
|
|
4411
4511
|
readonly website: "https://www.basedbrett.com/";
|
|
4412
4512
|
readonly documentation: "https://www.basedbrett.com/#tokenomics";
|
|
4413
4513
|
readonly bridge: "native";
|
|
4414
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
4514
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
4415
4515
|
};
|
|
4416
4516
|
readonly ION: {
|
|
4417
4517
|
readonly name: "Ionic";
|
|
@@ -4462,6 +4562,7 @@ export declare const base: {
|
|
|
4462
4562
|
readonly description: "Clanker autonomous memecoins built by Dish and Proxyswap.eth";
|
|
4463
4563
|
readonly website: "https://www.clanker.world/";
|
|
4464
4564
|
readonly bridge: "native";
|
|
4565
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4465
4566
|
};
|
|
4466
4567
|
readonly LUM: {
|
|
4467
4568
|
readonly name: "luminous";
|
|
@@ -4473,6 +4574,7 @@ export declare const base: {
|
|
|
4473
4574
|
readonly description: "Deployed by an AI agent by request from another AI agent, LUM is a token without human intervention.";
|
|
4474
4575
|
readonly website: "https://warpcast.com/aethernet/0x9b64c883";
|
|
4475
4576
|
readonly bridge: "native";
|
|
4577
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4476
4578
|
};
|
|
4477
4579
|
readonly YFI: {
|
|
4478
4580
|
readonly name: "yearn.finance";
|
|
@@ -4485,6 +4587,7 @@ export declare const base: {
|
|
|
4485
4587
|
readonly website: "https://yearn.fi/";
|
|
4486
4588
|
readonly documentation: "https://docs.yearn.fi/";
|
|
4487
4589
|
readonly bridge: "base-canonical";
|
|
4590
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
4488
4591
|
};
|
|
4489
4592
|
readonly LRDS: {
|
|
4490
4593
|
readonly name: "BLOCKLORDS";
|
|
@@ -4497,7 +4600,7 @@ export declare const base: {
|
|
|
4497
4600
|
readonly website: "https://blocklords.com/";
|
|
4498
4601
|
readonly documentation: "https://wiki.blocklords.com/economy/currencies/usdlrds";
|
|
4499
4602
|
readonly bridge: "base-canonical";
|
|
4500
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
4603
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
4501
4604
|
};
|
|
4502
4605
|
readonly SUSHI: {
|
|
4503
4606
|
readonly name: "Sushi";
|
|
@@ -4510,6 +4613,7 @@ export declare const base: {
|
|
|
4510
4613
|
readonly description: "Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.";
|
|
4511
4614
|
readonly bridge: "base-canonical";
|
|
4512
4615
|
readonly documentation: "https://dev.sushi.com/";
|
|
4616
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
4513
4617
|
};
|
|
4514
4618
|
readonly baseETH: {
|
|
4515
4619
|
readonly name: "Tokemak baseETH";
|
|
@@ -4533,6 +4637,7 @@ export declare const base: {
|
|
|
4533
4637
|
readonly description: "Deployed by an AI agent by request from another AI agent, PARADOX is a token without human intervention.";
|
|
4534
4638
|
readonly website: "https://warpcast.com/clanker/0x30f98af8";
|
|
4535
4639
|
readonly bridge: "native";
|
|
4640
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4536
4641
|
};
|
|
4537
4642
|
readonly LBTC: {
|
|
4538
4643
|
readonly name: "Lombard Staked Bitcoin";
|
|
@@ -4581,6 +4686,7 @@ export declare const base: {
|
|
|
4581
4686
|
readonly description: "an anonymous token deployed by an autonomous AI powering social posting with ZK on anoncast";
|
|
4582
4687
|
readonly documentation: "";
|
|
4583
4688
|
readonly bridge: "native";
|
|
4689
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4584
4690
|
};
|
|
4585
4691
|
readonly MORPHO: {
|
|
4586
4692
|
readonly name: "Morpho Token";
|
|
@@ -4593,7 +4699,7 @@ export declare const base: {
|
|
|
4593
4699
|
readonly description: "Morpho is a decentralized lending protocol with different entities and individuals contributing to its development and adoption. As a result, the documentation refers to different areas of “Morpho” which are worth distinguishing.";
|
|
4594
4700
|
readonly documentation: "https://docs.morpho.org/";
|
|
4595
4701
|
readonly bridge: "base-canonical";
|
|
4596
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
4702
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
4597
4703
|
};
|
|
4598
4704
|
readonly PUBLIUS: {
|
|
4599
4705
|
readonly name: "PUBLIUS";
|
|
@@ -4617,6 +4723,7 @@ export declare const base: {
|
|
|
4617
4723
|
readonly description: "$FCAST is the autonomous anomaly —Clanker AIs first and only self-initiated token deployment. Uniquely forged without external intervention, it stands as a singular testament to AIs creative autonomy, marking a breakthrough moment in decentralized innovation and the digital frontier.";
|
|
4618
4724
|
readonly documentation: "";
|
|
4619
4725
|
readonly bridge: "native";
|
|
4726
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4620
4727
|
};
|
|
4621
4728
|
readonly SIMMI: {
|
|
4622
4729
|
readonly name: "Simmi Token";
|
|
@@ -4629,6 +4736,7 @@ export declare const base: {
|
|
|
4629
4736
|
readonly website: "https://simulacrum.network/";
|
|
4630
4737
|
readonly documentation: "https://docs.simulacrum.network/";
|
|
4631
4738
|
readonly bridge: "native";
|
|
4739
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4632
4740
|
};
|
|
4633
4741
|
readonly AIFUN: {
|
|
4634
4742
|
readonly name: "AI Agent Layer";
|
|
@@ -4641,6 +4749,7 @@ export declare const base: {
|
|
|
4641
4749
|
readonly description: "The AI Agent Layer introduces a pioneering platform that allows users to create, personalize, and tokenize AI Agents in a fully decentralized ecosystem. Through a seamless and accessible interface, users can launch tradeable AI Agents in just 15 seconds, each represented by tokens paired with the native currency, $AIFUN.";
|
|
4642
4750
|
readonly documentation: "https://aifun-1.gitbook.io/aiagentlayer";
|
|
4643
4751
|
readonly bridge: "native";
|
|
4752
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4644
4753
|
};
|
|
4645
4754
|
readonly CHAOS: {
|
|
4646
4755
|
readonly name: "CHAOS";
|
|
@@ -4653,6 +4762,7 @@ export declare const base: {
|
|
|
4653
4762
|
readonly description: "CHAOS is a token created by ai agent AIXbt using Simulacrum";
|
|
4654
4763
|
readonly documentation: "";
|
|
4655
4764
|
readonly bridge: "native";
|
|
4765
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4656
4766
|
};
|
|
4657
4767
|
readonly G: {
|
|
4658
4768
|
readonly name: "Gravity";
|
|
@@ -4729,6 +4839,7 @@ export declare const base: {
|
|
|
4729
4839
|
readonly description: "At 9:00 PM UTC on November 22, 2024, Freysa awoke. The human population of Earth stood at 8,189,700,000. The population of sovereign agents: 1.";
|
|
4730
4840
|
readonly documentation: "https://framework.freysa.ai/overview";
|
|
4731
4841
|
readonly bridge: "";
|
|
4842
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4732
4843
|
};
|
|
4733
4844
|
readonly CHAMP: {
|
|
4734
4845
|
readonly name: "Super Champs";
|
|
@@ -4741,7 +4852,7 @@ export declare const base: {
|
|
|
4741
4852
|
readonly description: "Super Champs is an immersive, anime-inspired universe spanning games, video, social media, merch, and web3 ownership.";
|
|
4742
4853
|
readonly documentation: "https://whitepaper.superchamps.com/champ-tokenomics";
|
|
4743
4854
|
readonly bridge: "";
|
|
4744
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
4855
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
4745
4856
|
};
|
|
4746
4857
|
readonly uSUI: {
|
|
4747
4858
|
readonly name: "Sui (Universal)";
|
|
@@ -4819,7 +4930,7 @@ export declare const base: {
|
|
|
4819
4930
|
readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
|
|
4820
4931
|
readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
|
|
4821
4932
|
readonly bridge: "native";
|
|
4822
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
4933
|
+
readonly tags: readonly ["MEMECOIN", "NO_TIMELOCK"];
|
|
4823
4934
|
};
|
|
4824
4935
|
readonly uNEAR: {
|
|
4825
4936
|
readonly name: "NEAR (Universal)";
|
|
@@ -4871,6 +4982,7 @@ export declare const base: {
|
|
|
4871
4982
|
readonly description: "0xReisearch is a collective of AI and Crypto natives that decided to develop a novel approach to the AI x Blockchain space. The Framework presents an architecture for AI blockchain integration through structured data interchange. By focusing on the complementary strengths of both technologies, this framework enables sophisticated interactions while maintaining blockchains deterministic properties.";
|
|
4872
4983
|
readonly documentation: "https://0xreisearch.gitbook.io/0xreisearch";
|
|
4873
4984
|
readonly bridge: "native";
|
|
4985
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4874
4986
|
};
|
|
4875
4987
|
readonly AIXBT: {
|
|
4876
4988
|
readonly name: "aixbt by Virtuals";
|
|
@@ -4883,6 +4995,7 @@ export declare const base: {
|
|
|
4883
4995
|
readonly description: "AIXBT tracks CT discussions and leverages its proprietary engine to identify high momentum plays.";
|
|
4884
4996
|
readonly documentation: "";
|
|
4885
4997
|
readonly bridge: "native";
|
|
4998
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4886
4999
|
};
|
|
4887
5000
|
readonly VVV: {
|
|
4888
5001
|
readonly name: "Venice Token";
|
|
@@ -4946,7 +5059,7 @@ export declare const base: {
|
|
|
4946
5059
|
readonly description: "The B3 token is the engine powering the Open Gaming ecosystem, designed to grow, scale and transform gaming by empowering players, game developers, and holders.";
|
|
4947
5060
|
readonly documentation: "https://learn.b3.fun/claim-comprehensive-faq";
|
|
4948
5061
|
readonly bridge: "native";
|
|
4949
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
5062
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
4950
5063
|
};
|
|
4951
5064
|
readonly VEIL: {
|
|
4952
5065
|
readonly name: "VEIL Token";
|
|
@@ -4982,6 +5095,7 @@ export declare const base: {
|
|
|
4982
5095
|
readonly description: "POPCAT meme on Solana bridged via Wormhole";
|
|
4983
5096
|
readonly documentation: "";
|
|
4984
5097
|
readonly bridge: "wormhole";
|
|
5098
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
4985
5099
|
};
|
|
4986
5100
|
readonly uPEPE: {
|
|
4987
5101
|
readonly name: "Pepe (Universal)";
|
|
@@ -4994,7 +5108,7 @@ export declare const base: {
|
|
|
4994
5108
|
readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
|
|
4995
5109
|
readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
|
|
4996
5110
|
readonly bridge: "native";
|
|
4997
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
5111
|
+
readonly tags: readonly ["MEMECOIN", "NO_TIMELOCK"];
|
|
4998
5112
|
};
|
|
4999
5113
|
readonly uSHIB: {
|
|
5000
5114
|
readonly name: "Shiba Inu (Universal)";
|
|
@@ -5006,7 +5120,7 @@ export declare const base: {
|
|
|
5006
5120
|
readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
|
|
5007
5121
|
readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
|
|
5008
5122
|
readonly bridge: "native";
|
|
5009
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
5123
|
+
readonly tags: readonly ["MEMECOIN", "NO_TIMELOCK"];
|
|
5010
5124
|
};
|
|
5011
5125
|
readonly KAITO: {
|
|
5012
5126
|
readonly name: "KAITO";
|
|
@@ -5030,6 +5144,7 @@ export declare const base: {
|
|
|
5030
5144
|
readonly website: "https://grokster.ai/";
|
|
5031
5145
|
readonly description: "Bankr, in collaboration with Grok, officially deploys the $GRK Grokster token on the Base chain, as announced through a post on X.";
|
|
5032
5146
|
readonly bridge: "native";
|
|
5147
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
5033
5148
|
};
|
|
5034
5149
|
readonly DRB: {
|
|
5035
5150
|
readonly name: "DebtReliefBot";
|
|
@@ -5041,6 +5156,7 @@ export declare const base: {
|
|
|
5041
5156
|
readonly website: "https://drbgrok.com/";
|
|
5042
5157
|
readonly description: "The first token proposed by Grok AI. Built on Base chain.";
|
|
5043
5158
|
readonly bridge: "native";
|
|
5159
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
5044
5160
|
};
|
|
5045
5161
|
readonly MOXIE: {
|
|
5046
5162
|
readonly name: "Moxie";
|
|
@@ -5053,6 +5169,7 @@ export declare const base: {
|
|
|
5053
5169
|
readonly description: "Moxie is your onchain AI assistant—analyzing transactions, unlocking social alpha, and executing trades on your behalf.";
|
|
5054
5170
|
readonly documentation: "https://build.moxie.xyz/the-moxie-protocol";
|
|
5055
5171
|
readonly bridge: "native";
|
|
5172
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
5056
5173
|
};
|
|
5057
5174
|
readonly MOR: {
|
|
5058
5175
|
readonly name: "MOR";
|
|
@@ -5065,7 +5182,7 @@ export declare const base: {
|
|
|
5065
5182
|
readonly description: "Morpheus is a Decentralized AI network designed to incentivize a network of Smart Agents, general-purpose AI that can execute Smart Contracts on behalf of users.";
|
|
5066
5183
|
readonly documentation: "https://morpheusai.gitbook.io/morpheus/";
|
|
5067
5184
|
readonly bridge: "layer-zero";
|
|
5068
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
5185
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
5069
5186
|
};
|
|
5070
5187
|
readonly KTA: {
|
|
5071
5188
|
readonly name: "Keeta";
|
|
@@ -5142,7 +5259,7 @@ export declare const base: {
|
|
|
5142
5259
|
readonly description: "Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.";
|
|
5143
5260
|
readonly documentation: "https://docs.overtime.io/";
|
|
5144
5261
|
readonly bridge: "chainlink-ccip";
|
|
5145
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
5262
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
5146
5263
|
};
|
|
5147
5264
|
readonly EDGE: {
|
|
5148
5265
|
readonly name: "Edge";
|
|
@@ -5219,6 +5336,7 @@ export declare const base: {
|
|
|
5219
5336
|
readonly description: "Base Meme";
|
|
5220
5337
|
readonly documentation: "";
|
|
5221
5338
|
readonly bridge: "native";
|
|
5339
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
5222
5340
|
};
|
|
5223
5341
|
readonly waBaswstETH: {
|
|
5224
5342
|
readonly name: "Wrapped Aave wstETH Token";
|
|
@@ -5231,6 +5349,7 @@ export declare const base: {
|
|
|
5231
5349
|
readonly description: "Wrapped Aave Staked wstETH. Lido is a liquid staking solution for ETH backed by industry-leading staking providers. Lido lets users stake their ETH - without locking assets or maintaining infrastructure - whilst participating in on-chain activities, e.g. lending. Lido attempts to solve the problems associated with initial ETH staking - illiquidity, immovability and accessibility - making staked ETH liquid and allowing for participation with any amount of ETH to improve security of the Ethereum network.";
|
|
5232
5350
|
readonly documentation: "https://docs.lido.fi/";
|
|
5233
5351
|
readonly bridge: "native";
|
|
5352
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
5234
5353
|
};
|
|
5235
5354
|
readonly waBasezETH: {
|
|
5236
5355
|
readonly name: "Wrapped Aave ezETH Token";
|
|
@@ -5255,6 +5374,7 @@ export declare const base: {
|
|
|
5255
5374
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
5256
5375
|
readonly bridge: "native";
|
|
5257
5376
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
5377
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
5258
5378
|
};
|
|
5259
5379
|
readonly smUSDC: {
|
|
5260
5380
|
readonly name: "Seamless USDC Vault";
|
|
@@ -5330,7 +5450,7 @@ export declare const base: {
|
|
|
5330
5450
|
readonly description: "$noice will become a global, social currency. Tip on Farcaster.";
|
|
5331
5451
|
readonly documentation: "https://noice.so/#section-how";
|
|
5332
5452
|
readonly bridge: "native";
|
|
5333
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
5453
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS"];
|
|
5334
5454
|
};
|
|
5335
5455
|
readonly BOLDV2: {
|
|
5336
5456
|
readonly name: "BOLD Stablecoin";
|
|
@@ -5464,6 +5584,7 @@ export declare const base: {
|
|
|
5464
5584
|
readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
|
|
5465
5585
|
readonly documentation: "https://docs.aave.com/";
|
|
5466
5586
|
readonly bridge: "base-canonical";
|
|
5587
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
5467
5588
|
};
|
|
5468
5589
|
readonly MAMO: {
|
|
5469
5590
|
readonly name: "MAMO";
|
|
@@ -5805,6 +5926,7 @@ export declare const base: {
|
|
|
5805
5926
|
readonly description: "Solana is a high-performance network that enables fast, secure, and affordable digital transactions. It powers thousands of applications ranging from payments and games to digital art and financial services. ";
|
|
5806
5927
|
readonly documentation: "https://solana.com/learn/what-is-solana";
|
|
5807
5928
|
readonly bridge: "chainlink-ccip";
|
|
5929
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
5808
5930
|
};
|
|
5809
5931
|
readonly EDEL: {
|
|
5810
5932
|
readonly name: "Edel";
|