@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 avax: {
|
|
|
13
13
|
readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
|
|
14
14
|
readonly bridge: "native";
|
|
15
15
|
readonly documentation: "https://docs.avax.network/learn/avalanche/avax";
|
|
16
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
16
17
|
};
|
|
17
18
|
readonly FEES: {
|
|
18
19
|
readonly chainId: 43114;
|
|
@@ -25,6 +26,7 @@ export declare const avax: {
|
|
|
25
26
|
readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
|
|
26
27
|
readonly bridge: "native";
|
|
27
28
|
readonly documentation: "https://docs.avax.network/learn/avalanche/avax";
|
|
29
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
28
30
|
};
|
|
29
31
|
readonly AVAX: {
|
|
30
32
|
readonly chainId: 43114;
|
|
@@ -37,6 +39,7 @@ export declare const avax: {
|
|
|
37
39
|
readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
|
|
38
40
|
readonly bridge: "native";
|
|
39
41
|
readonly documentation: "https://docs.avax.network/learn/avalanche/avax";
|
|
42
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
40
43
|
};
|
|
41
44
|
readonly WAVAX: {
|
|
42
45
|
readonly chainId: 43114;
|
|
@@ -49,6 +52,7 @@ export declare const avax: {
|
|
|
49
52
|
readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
|
|
50
53
|
readonly bridge: "native";
|
|
51
54
|
readonly documentation: "https://docs.avax.network/learn/avalanche/avax";
|
|
55
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
52
56
|
};
|
|
53
57
|
readonly COQ: {
|
|
54
58
|
readonly name: "Coq Inu";
|
|
@@ -151,7 +155,7 @@ export declare const avax: {
|
|
|
151
155
|
readonly website: "https://overnight.fi/";
|
|
152
156
|
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.";
|
|
153
157
|
readonly documentation: "https://docs.overnight.fi/";
|
|
154
|
-
readonly tags: readonly ["CURATED"];
|
|
158
|
+
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
155
159
|
};
|
|
156
160
|
readonly CAI: {
|
|
157
161
|
readonly name: "Colony Avalanche Index CAI";
|
|
@@ -183,6 +187,7 @@ export declare const avax: {
|
|
|
183
187
|
readonly website: "https://bridge.avax.network/";
|
|
184
188
|
readonly description: "official AVAX BRIDGE bridged BTC";
|
|
185
189
|
readonly bridge: "avax-canonical";
|
|
190
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
186
191
|
};
|
|
187
192
|
readonly BPT: {
|
|
188
193
|
readonly name: "Bold Point BPT";
|
|
@@ -469,6 +474,7 @@ export declare const avax: {
|
|
|
469
474
|
readonly decimals: 18;
|
|
470
475
|
readonly website: "https://benqi.fi/";
|
|
471
476
|
readonly description: "BENQI Liquid Staking is a protocol enabling users to stake AVAX to receive sAVAX, an interest bearing version of AVAX";
|
|
477
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
472
478
|
};
|
|
473
479
|
readonly LUNA: {
|
|
474
480
|
readonly name: "Axelar Wrapped LUNA";
|
|
@@ -479,6 +485,7 @@ export declare const avax: {
|
|
|
479
485
|
readonly decimals: 6;
|
|
480
486
|
readonly website: "https://www.terra.money/";
|
|
481
487
|
readonly description: "The Terra protocols native staking token that absorbs the price volatility of Terra. Luna is used for governance and in mining. Users stake Luna to validators who record and verify transactions on the blockchain in exchange for rewards from transaction fees. The more Terra is used, the more Luna is worth.";
|
|
488
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
482
489
|
};
|
|
483
490
|
readonly DOMI: {
|
|
484
491
|
readonly name: "DOMI Online DOMI";
|
|
@@ -642,6 +649,7 @@ export declare const avax: {
|
|
|
642
649
|
readonly oracleId: "CRV";
|
|
643
650
|
readonly website: "https://curve.finance/";
|
|
644
651
|
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.";
|
|
652
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
645
653
|
};
|
|
646
654
|
readonly aSING: {
|
|
647
655
|
readonly chainId: 43114;
|
|
@@ -748,6 +756,7 @@ export declare const avax: {
|
|
|
748
756
|
readonly oracleId: "BNB";
|
|
749
757
|
readonly website: "https://www.binance.com/";
|
|
750
758
|
readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
|
|
759
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
751
760
|
};
|
|
752
761
|
readonly PNG: {
|
|
753
762
|
readonly chainId: 43114;
|
|
@@ -768,6 +777,7 @@ export declare const avax: {
|
|
|
768
777
|
readonly oracleId: "ETH";
|
|
769
778
|
readonly website: "https://ethereum.org/";
|
|
770
779
|
readonly description: "The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
|
|
780
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
771
781
|
};
|
|
772
782
|
readonly WETHe: {
|
|
773
783
|
readonly chainId: 43114;
|
|
@@ -780,6 +790,7 @@ export declare const avax: {
|
|
|
780
790
|
readonly description: "The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
|
|
781
791
|
readonly bridge: "avax-canonical";
|
|
782
792
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
793
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
783
794
|
};
|
|
784
795
|
readonly POOLZ: {
|
|
785
796
|
readonly chainId: 43114;
|
|
@@ -848,6 +859,7 @@ export declare const avax: {
|
|
|
848
859
|
readonly oracleId: "AAVE";
|
|
849
860
|
readonly website: "https://app.aave.com/markets";
|
|
850
861
|
readonly description: "Aave is a decentralised non-custodial liquidity market protocol where users can participate as depositors or borrowers.";
|
|
862
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
851
863
|
};
|
|
852
864
|
readonly ABYSS: {
|
|
853
865
|
readonly chainId: 43114;
|
|
@@ -1050,6 +1062,7 @@ export declare const avax: {
|
|
|
1050
1062
|
readonly name: "Balancer";
|
|
1051
1063
|
readonly symbol: "BAL";
|
|
1052
1064
|
readonly oracleId: "BAL";
|
|
1065
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1053
1066
|
};
|
|
1054
1067
|
readonly BNT: {
|
|
1055
1068
|
readonly chainId: 43114;
|
|
@@ -1271,6 +1284,7 @@ export declare const avax: {
|
|
|
1271
1284
|
readonly oracleId: "LINK";
|
|
1272
1285
|
readonly website: "https://chain.link/";
|
|
1273
1286
|
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
1287
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1274
1288
|
};
|
|
1275
1289
|
readonly LINKe: {
|
|
1276
1290
|
readonly chainId: 43114;
|
|
@@ -1299,6 +1313,7 @@ export declare const avax: {
|
|
|
1299
1313
|
readonly name: "Compound";
|
|
1300
1314
|
readonly symbol: "COMP";
|
|
1301
1315
|
readonly oracleId: "COMP";
|
|
1316
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1302
1317
|
};
|
|
1303
1318
|
readonly CVP: {
|
|
1304
1319
|
readonly chainId: 43114;
|
|
@@ -1920,6 +1935,7 @@ export declare const avax: {
|
|
|
1920
1935
|
readonly name: "Gnosis Token";
|
|
1921
1936
|
readonly symbol: "GNO";
|
|
1922
1937
|
readonly oracleId: "GNO";
|
|
1938
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1923
1939
|
};
|
|
1924
1940
|
readonly MNTP: {
|
|
1925
1941
|
readonly chainId: 43114;
|
|
@@ -2290,6 +2306,7 @@ export declare const avax: {
|
|
|
2290
2306
|
readonly oracleId: "MATIC";
|
|
2291
2307
|
readonly website: "https://polygon.technology/";
|
|
2292
2308
|
readonly description: "The MATIC token serves dual purposes: securing the Polygon network via staking and being used for the payment of transaction fees.";
|
|
2309
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2293
2310
|
};
|
|
2294
2311
|
readonly MCB: {
|
|
2295
2312
|
readonly chainId: 43114;
|
|
@@ -3201,6 +3218,7 @@ export declare const avax: {
|
|
|
3201
3218
|
readonly oracleId: "SUSHI";
|
|
3202
3219
|
readonly website: "https://sushi.com/";
|
|
3203
3220
|
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.";
|
|
3221
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3204
3222
|
};
|
|
3205
3223
|
readonly SWAG: {
|
|
3206
3224
|
readonly chainId: 43114;
|
|
@@ -3249,6 +3267,7 @@ export declare const avax: {
|
|
|
3249
3267
|
readonly name: "Synthetix Network Token";
|
|
3250
3268
|
readonly symbol: "SNX";
|
|
3251
3269
|
readonly oracleId: "SNX";
|
|
3270
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3252
3271
|
};
|
|
3253
3272
|
readonly TBTC: {
|
|
3254
3273
|
readonly chainId: 43114;
|
|
@@ -3516,6 +3535,7 @@ export declare const avax: {
|
|
|
3516
3535
|
readonly oracleId: "UNI";
|
|
3517
3536
|
readonly website: "https://uniswap.org/";
|
|
3518
3537
|
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.";
|
|
3538
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3519
3539
|
};
|
|
3520
3540
|
readonly TRADE: {
|
|
3521
3541
|
readonly chainId: 43114;
|
|
@@ -3630,6 +3650,7 @@ export declare const avax: {
|
|
|
3630
3650
|
readonly oracleId: "WBTC";
|
|
3631
3651
|
readonly website: "https://wbtc.network/";
|
|
3632
3652
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
3653
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3633
3654
|
};
|
|
3634
3655
|
readonly WBTCe: {
|
|
3635
3656
|
readonly chainId: 43114;
|
|
@@ -3641,6 +3662,7 @@ export declare const avax: {
|
|
|
3641
3662
|
readonly website: "https://wbtc.network/";
|
|
3642
3663
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
3643
3664
|
readonly bridge: "avax-canonical";
|
|
3665
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3644
3666
|
};
|
|
3645
3667
|
readonly renBTC: {
|
|
3646
3668
|
readonly chainId: 43114;
|
|
@@ -3718,6 +3740,7 @@ export declare const avax: {
|
|
|
3718
3740
|
readonly name: "yearn.finance";
|
|
3719
3741
|
readonly symbol: "YFI";
|
|
3720
3742
|
readonly oracleId: "YFI";
|
|
3743
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3721
3744
|
};
|
|
3722
3745
|
readonly YFM: {
|
|
3723
3746
|
readonly chainId: 43114;
|
|
@@ -3838,6 +3861,7 @@ export declare const avax: {
|
|
|
3838
3861
|
readonly name: "Maker";
|
|
3839
3862
|
readonly symbol: "MKR";
|
|
3840
3863
|
readonly oracleId: "MKR";
|
|
3864
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3841
3865
|
};
|
|
3842
3866
|
readonly 'PNG-Pangolin': {
|
|
3843
3867
|
readonly address: "0x60781C2586D68229fde47564546784ab3fACA982";
|
|
@@ -4460,6 +4484,7 @@ export declare const avax: {
|
|
|
4460
4484
|
readonly documentation: "https://docs.layerzero.network/v2";
|
|
4461
4485
|
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.";
|
|
4462
4486
|
readonly bridge: "layer-zero";
|
|
4487
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
4463
4488
|
};
|
|
4464
4489
|
readonly PHAR: {
|
|
4465
4490
|
readonly name: "Pharaoh";
|
|
@@ -4496,6 +4521,7 @@ export declare const avax: {
|
|
|
4496
4521
|
readonly description: "Wrapped Aave Staked AVAX. Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
|
|
4497
4522
|
readonly bridge: "native";
|
|
4498
4523
|
readonly documentation: "https://docs.avax.network/learn/avalanche/avax";
|
|
4524
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
4499
4525
|
};
|
|
4500
4526
|
readonly waAvaWETH: {
|
|
4501
4527
|
readonly chainId: 43114;
|
|
@@ -4508,6 +4534,7 @@ export declare const avax: {
|
|
|
4508
4534
|
readonly description: "Wrapped Aave Staked ETH. The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
|
|
4509
4535
|
readonly bridge: "native";
|
|
4510
4536
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
4537
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
4511
4538
|
};
|
|
4512
4539
|
readonly waAvaBTCb: {
|
|
4513
4540
|
readonly address: "0x2d324fD1Ca86D90f61B0965d2db2f86d22eA4B74";
|
|
@@ -4542,6 +4569,7 @@ export declare const avax: {
|
|
|
4542
4569
|
readonly website: "https://benqi.fi/";
|
|
4543
4570
|
readonly description: "BENQI Liquid Staking is a protocol enabling users to stake AVAX to receive sAVAX, an interest bearing version of AVAX";
|
|
4544
4571
|
readonly bridge: "native";
|
|
4572
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
4545
4573
|
};
|
|
4546
4574
|
readonly BLACK: {
|
|
4547
4575
|
readonly name: "BLACKHOLE";
|
|
@@ -4634,6 +4662,7 @@ export declare const avax: {
|
|
|
4634
4662
|
readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
|
|
4635
4663
|
readonly bridge: "native";
|
|
4636
4664
|
readonly documentation: "https://docs.avax.network/learn/avalanche/avax";
|
|
4665
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
4637
4666
|
};
|
|
4638
4667
|
readonly FEES: {
|
|
4639
4668
|
readonly chainId: 43114;
|
|
@@ -4646,6 +4675,7 @@ export declare const avax: {
|
|
|
4646
4675
|
readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
|
|
4647
4676
|
readonly bridge: "native";
|
|
4648
4677
|
readonly documentation: "https://docs.avax.network/learn/avalanche/avax";
|
|
4678
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
4649
4679
|
};
|
|
4650
4680
|
readonly AVAX: {
|
|
4651
4681
|
readonly chainId: 43114;
|
|
@@ -4658,6 +4688,7 @@ export declare const avax: {
|
|
|
4658
4688
|
readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
|
|
4659
4689
|
readonly bridge: "native";
|
|
4660
4690
|
readonly documentation: "https://docs.avax.network/learn/avalanche/avax";
|
|
4691
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
4661
4692
|
};
|
|
4662
4693
|
readonly WAVAX: {
|
|
4663
4694
|
readonly chainId: 43114;
|
|
@@ -4670,6 +4701,7 @@ export declare const avax: {
|
|
|
4670
4701
|
readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
|
|
4671
4702
|
readonly bridge: "native";
|
|
4672
4703
|
readonly documentation: "https://docs.avax.network/learn/avalanche/avax";
|
|
4704
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
4673
4705
|
};
|
|
4674
4706
|
readonly COQ: {
|
|
4675
4707
|
readonly name: "Coq Inu";
|
|
@@ -4772,7 +4804,7 @@ export declare const avax: {
|
|
|
4772
4804
|
readonly website: "https://overnight.fi/";
|
|
4773
4805
|
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.";
|
|
4774
4806
|
readonly documentation: "https://docs.overnight.fi/";
|
|
4775
|
-
readonly tags: readonly ["CURATED"];
|
|
4807
|
+
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
4776
4808
|
};
|
|
4777
4809
|
readonly CAI: {
|
|
4778
4810
|
readonly name: "Colony Avalanche Index CAI";
|
|
@@ -4804,6 +4836,7 @@ export declare const avax: {
|
|
|
4804
4836
|
readonly website: "https://bridge.avax.network/";
|
|
4805
4837
|
readonly description: "official AVAX BRIDGE bridged BTC";
|
|
4806
4838
|
readonly bridge: "avax-canonical";
|
|
4839
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
4807
4840
|
};
|
|
4808
4841
|
readonly BPT: {
|
|
4809
4842
|
readonly name: "Bold Point BPT";
|
|
@@ -5090,6 +5123,7 @@ export declare const avax: {
|
|
|
5090
5123
|
readonly decimals: 18;
|
|
5091
5124
|
readonly website: "https://benqi.fi/";
|
|
5092
5125
|
readonly description: "BENQI Liquid Staking is a protocol enabling users to stake AVAX to receive sAVAX, an interest bearing version of AVAX";
|
|
5126
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
5093
5127
|
};
|
|
5094
5128
|
readonly LUNA: {
|
|
5095
5129
|
readonly name: "Axelar Wrapped LUNA";
|
|
@@ -5100,6 +5134,7 @@ export declare const avax: {
|
|
|
5100
5134
|
readonly decimals: 6;
|
|
5101
5135
|
readonly website: "https://www.terra.money/";
|
|
5102
5136
|
readonly description: "The Terra protocols native staking token that absorbs the price volatility of Terra. Luna is used for governance and in mining. Users stake Luna to validators who record and verify transactions on the blockchain in exchange for rewards from transaction fees. The more Terra is used, the more Luna is worth.";
|
|
5137
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
5103
5138
|
};
|
|
5104
5139
|
readonly DOMI: {
|
|
5105
5140
|
readonly name: "DOMI Online DOMI";
|
|
@@ -5263,6 +5298,7 @@ export declare const avax: {
|
|
|
5263
5298
|
readonly oracleId: "CRV";
|
|
5264
5299
|
readonly website: "https://curve.finance/";
|
|
5265
5300
|
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.";
|
|
5301
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
5266
5302
|
};
|
|
5267
5303
|
readonly aSING: {
|
|
5268
5304
|
readonly chainId: 43114;
|
|
@@ -5369,6 +5405,7 @@ export declare const avax: {
|
|
|
5369
5405
|
readonly oracleId: "BNB";
|
|
5370
5406
|
readonly website: "https://www.binance.com/";
|
|
5371
5407
|
readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
|
|
5408
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
5372
5409
|
};
|
|
5373
5410
|
readonly PNG: {
|
|
5374
5411
|
readonly chainId: 43114;
|
|
@@ -5389,6 +5426,7 @@ export declare const avax: {
|
|
|
5389
5426
|
readonly oracleId: "ETH";
|
|
5390
5427
|
readonly website: "https://ethereum.org/";
|
|
5391
5428
|
readonly description: "The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
|
|
5429
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
5392
5430
|
};
|
|
5393
5431
|
readonly WETHe: {
|
|
5394
5432
|
readonly chainId: 43114;
|
|
@@ -5401,6 +5439,7 @@ export declare const avax: {
|
|
|
5401
5439
|
readonly description: "The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
|
|
5402
5440
|
readonly bridge: "avax-canonical";
|
|
5403
5441
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
5442
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
5404
5443
|
};
|
|
5405
5444
|
readonly POOLZ: {
|
|
5406
5445
|
readonly chainId: 43114;
|
|
@@ -5469,6 +5508,7 @@ export declare const avax: {
|
|
|
5469
5508
|
readonly oracleId: "AAVE";
|
|
5470
5509
|
readonly website: "https://app.aave.com/markets";
|
|
5471
5510
|
readonly description: "Aave is a decentralised non-custodial liquidity market protocol where users can participate as depositors or borrowers.";
|
|
5511
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
5472
5512
|
};
|
|
5473
5513
|
readonly ABYSS: {
|
|
5474
5514
|
readonly chainId: 43114;
|
|
@@ -5671,6 +5711,7 @@ export declare const avax: {
|
|
|
5671
5711
|
readonly name: "Balancer";
|
|
5672
5712
|
readonly symbol: "BAL";
|
|
5673
5713
|
readonly oracleId: "BAL";
|
|
5714
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
5674
5715
|
};
|
|
5675
5716
|
readonly BNT: {
|
|
5676
5717
|
readonly chainId: 43114;
|
|
@@ -5892,6 +5933,7 @@ export declare const avax: {
|
|
|
5892
5933
|
readonly oracleId: "LINK";
|
|
5893
5934
|
readonly website: "https://chain.link/";
|
|
5894
5935
|
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
5936
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
5895
5937
|
};
|
|
5896
5938
|
readonly LINKe: {
|
|
5897
5939
|
readonly chainId: 43114;
|
|
@@ -5920,6 +5962,7 @@ export declare const avax: {
|
|
|
5920
5962
|
readonly name: "Compound";
|
|
5921
5963
|
readonly symbol: "COMP";
|
|
5922
5964
|
readonly oracleId: "COMP";
|
|
5965
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
5923
5966
|
};
|
|
5924
5967
|
readonly CVP: {
|
|
5925
5968
|
readonly chainId: 43114;
|
|
@@ -6541,6 +6584,7 @@ export declare const avax: {
|
|
|
6541
6584
|
readonly name: "Gnosis Token";
|
|
6542
6585
|
readonly symbol: "GNO";
|
|
6543
6586
|
readonly oracleId: "GNO";
|
|
6587
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
6544
6588
|
};
|
|
6545
6589
|
readonly MNTP: {
|
|
6546
6590
|
readonly chainId: 43114;
|
|
@@ -6911,6 +6955,7 @@ export declare const avax: {
|
|
|
6911
6955
|
readonly oracleId: "MATIC";
|
|
6912
6956
|
readonly website: "https://polygon.technology/";
|
|
6913
6957
|
readonly description: "The MATIC token serves dual purposes: securing the Polygon network via staking and being used for the payment of transaction fees.";
|
|
6958
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
6914
6959
|
};
|
|
6915
6960
|
readonly MCB: {
|
|
6916
6961
|
readonly chainId: 43114;
|
|
@@ -7822,6 +7867,7 @@ export declare const avax: {
|
|
|
7822
7867
|
readonly oracleId: "SUSHI";
|
|
7823
7868
|
readonly website: "https://sushi.com/";
|
|
7824
7869
|
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.";
|
|
7870
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
7825
7871
|
};
|
|
7826
7872
|
readonly SWAG: {
|
|
7827
7873
|
readonly chainId: 43114;
|
|
@@ -7870,6 +7916,7 @@ export declare const avax: {
|
|
|
7870
7916
|
readonly name: "Synthetix Network Token";
|
|
7871
7917
|
readonly symbol: "SNX";
|
|
7872
7918
|
readonly oracleId: "SNX";
|
|
7919
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
7873
7920
|
};
|
|
7874
7921
|
readonly TBTC: {
|
|
7875
7922
|
readonly chainId: 43114;
|
|
@@ -8137,6 +8184,7 @@ export declare const avax: {
|
|
|
8137
8184
|
readonly oracleId: "UNI";
|
|
8138
8185
|
readonly website: "https://uniswap.org/";
|
|
8139
8186
|
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.";
|
|
8187
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
8140
8188
|
};
|
|
8141
8189
|
readonly TRADE: {
|
|
8142
8190
|
readonly chainId: 43114;
|
|
@@ -8251,6 +8299,7 @@ export declare const avax: {
|
|
|
8251
8299
|
readonly oracleId: "WBTC";
|
|
8252
8300
|
readonly website: "https://wbtc.network/";
|
|
8253
8301
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
8302
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
8254
8303
|
};
|
|
8255
8304
|
readonly WBTCe: {
|
|
8256
8305
|
readonly chainId: 43114;
|
|
@@ -8262,6 +8311,7 @@ export declare const avax: {
|
|
|
8262
8311
|
readonly website: "https://wbtc.network/";
|
|
8263
8312
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
8264
8313
|
readonly bridge: "avax-canonical";
|
|
8314
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
8265
8315
|
};
|
|
8266
8316
|
readonly renBTC: {
|
|
8267
8317
|
readonly chainId: 43114;
|
|
@@ -8339,6 +8389,7 @@ export declare const avax: {
|
|
|
8339
8389
|
readonly name: "yearn.finance";
|
|
8340
8390
|
readonly symbol: "YFI";
|
|
8341
8391
|
readonly oracleId: "YFI";
|
|
8392
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
8342
8393
|
};
|
|
8343
8394
|
readonly YFM: {
|
|
8344
8395
|
readonly chainId: 43114;
|
|
@@ -8459,6 +8510,7 @@ export declare const avax: {
|
|
|
8459
8510
|
readonly name: "Maker";
|
|
8460
8511
|
readonly symbol: "MKR";
|
|
8461
8512
|
readonly oracleId: "MKR";
|
|
8513
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
8462
8514
|
};
|
|
8463
8515
|
readonly 'PNG-Pangolin': {
|
|
8464
8516
|
readonly address: "0x60781C2586D68229fde47564546784ab3fACA982";
|
|
@@ -9081,6 +9133,7 @@ export declare const avax: {
|
|
|
9081
9133
|
readonly documentation: "https://docs.layerzero.network/v2";
|
|
9082
9134
|
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.";
|
|
9083
9135
|
readonly bridge: "layer-zero";
|
|
9136
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
9084
9137
|
};
|
|
9085
9138
|
readonly PHAR: {
|
|
9086
9139
|
readonly name: "Pharaoh";
|
|
@@ -9117,6 +9170,7 @@ export declare const avax: {
|
|
|
9117
9170
|
readonly description: "Wrapped Aave Staked AVAX. Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
|
|
9118
9171
|
readonly bridge: "native";
|
|
9119
9172
|
readonly documentation: "https://docs.avax.network/learn/avalanche/avax";
|
|
9173
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
9120
9174
|
};
|
|
9121
9175
|
readonly waAvaWETH: {
|
|
9122
9176
|
readonly chainId: 43114;
|
|
@@ -9129,6 +9183,7 @@ export declare const avax: {
|
|
|
9129
9183
|
readonly description: "Wrapped Aave Staked ETH. The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
|
|
9130
9184
|
readonly bridge: "native";
|
|
9131
9185
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
9186
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
9132
9187
|
};
|
|
9133
9188
|
readonly waAvaBTCb: {
|
|
9134
9189
|
readonly address: "0x2d324fD1Ca86D90f61B0965d2db2f86d22eA4B74";
|
|
@@ -9163,6 +9218,7 @@ export declare const avax: {
|
|
|
9163
9218
|
readonly website: "https://benqi.fi/";
|
|
9164
9219
|
readonly description: "BENQI Liquid Staking is a protocol enabling users to stake AVAX to receive sAVAX, an interest bearing version of AVAX";
|
|
9165
9220
|
readonly bridge: "native";
|
|
9221
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
9166
9222
|
};
|
|
9167
9223
|
readonly BLACK: {
|
|
9168
9224
|
readonly name: "BLACKHOLE";
|