@beefyfinance/blockchain-addressbook 0.54.170 → 0.54.172
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/base/index.d.ts +24 -0
- package/build/address-book/base/tokens/tokens.d.ts +12 -0
- package/build/address-book/base/tokens/tokens.js +12 -0
- package/build/address-book/ethereum/index.d.ts +52 -0
- package/build/address-book/ethereum/tokens/tokens.d.ts +26 -0
- package/build/address-book/ethereum/tokens/tokens.js +26 -0
- package/build-esm/address-book/base/index.d.ts +24 -0
- package/build-esm/address-book/base/tokens/tokens.d.ts +12 -0
- package/build-esm/address-book/base/tokens/tokens.js +12 -0
- package/build-esm/address-book/ethereum/index.d.ts +52 -0
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +26 -0
- package/build-esm/address-book/ethereum/tokens/tokens.js +26 -0
- package/package.json +1 -1
|
@@ -3161,6 +3161,18 @@ export declare const base: {
|
|
|
3161
3161
|
readonly bridge: "native";
|
|
3162
3162
|
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC"];
|
|
3163
3163
|
};
|
|
3164
|
+
readonly CLAWNCH: {
|
|
3165
|
+
readonly name: "CLAWNCH";
|
|
3166
|
+
readonly symbol: "CLAWNCH";
|
|
3167
|
+
readonly oracleId: "CLAWNCH";
|
|
3168
|
+
readonly address: "0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be";
|
|
3169
|
+
readonly chainId: 8453;
|
|
3170
|
+
readonly decimals: 18;
|
|
3171
|
+
readonly website: "https://clawn.ch/";
|
|
3172
|
+
readonly description: "Agent-only token launches for Moltbook. Deploy via Clanker, earn trading fees.";
|
|
3173
|
+
readonly bridge: "native";
|
|
3174
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
3175
|
+
};
|
|
3164
3176
|
};
|
|
3165
3177
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3166
3178
|
readonly WNATIVE: {
|
|
@@ -6322,6 +6334,18 @@ export declare const base: {
|
|
|
6322
6334
|
readonly bridge: "native";
|
|
6323
6335
|
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC"];
|
|
6324
6336
|
};
|
|
6337
|
+
readonly CLAWNCH: {
|
|
6338
|
+
readonly name: "CLAWNCH";
|
|
6339
|
+
readonly symbol: "CLAWNCH";
|
|
6340
|
+
readonly oracleId: "CLAWNCH";
|
|
6341
|
+
readonly address: "0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be";
|
|
6342
|
+
readonly chainId: 8453;
|
|
6343
|
+
readonly decimals: 18;
|
|
6344
|
+
readonly website: "https://clawn.ch/";
|
|
6345
|
+
readonly description: "Agent-only token launches for Moltbook. Deploy via Clanker, earn trading fees.";
|
|
6346
|
+
readonly bridge: "native";
|
|
6347
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
6348
|
+
};
|
|
6325
6349
|
}>;
|
|
6326
6350
|
readonly native: {
|
|
6327
6351
|
readonly symbol: "ETH";
|
|
@@ -3158,4 +3158,16 @@ export declare const tokens: {
|
|
|
3158
3158
|
readonly bridge: "native";
|
|
3159
3159
|
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC"];
|
|
3160
3160
|
};
|
|
3161
|
+
readonly CLAWNCH: {
|
|
3162
|
+
readonly name: "CLAWNCH";
|
|
3163
|
+
readonly symbol: "CLAWNCH";
|
|
3164
|
+
readonly oracleId: "CLAWNCH";
|
|
3165
|
+
readonly address: "0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be";
|
|
3166
|
+
readonly chainId: 8453;
|
|
3167
|
+
readonly decimals: 18;
|
|
3168
|
+
readonly website: "https://clawn.ch/";
|
|
3169
|
+
readonly description: "Agent-only token launches for Moltbook. Deploy via Clanker, earn trading fees.";
|
|
3170
|
+
readonly bridge: "native";
|
|
3171
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
3172
|
+
};
|
|
3161
3173
|
};
|
|
@@ -3126,4 +3126,16 @@ exports.tokens = {
|
|
|
3126
3126
|
bridge: 'native',
|
|
3127
3127
|
tags: ['STABLECOIN', 'NO_TIMELOCK', 'LARGE_HOLDERS', 'SYNTHETIC'],
|
|
3128
3128
|
},
|
|
3129
|
+
CLAWNCH: {
|
|
3130
|
+
name: 'CLAWNCH',
|
|
3131
|
+
symbol: 'CLAWNCH',
|
|
3132
|
+
oracleId: 'CLAWNCH',
|
|
3133
|
+
address: '0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be',
|
|
3134
|
+
chainId: 8453,
|
|
3135
|
+
decimals: 18,
|
|
3136
|
+
website: 'https://clawn.ch/',
|
|
3137
|
+
description: 'Agent-only token launches for Moltbook. Deploy via Clanker, earn trading fees.',
|
|
3138
|
+
bridge: 'native',
|
|
3139
|
+
tags: ['MEMECOIN'],
|
|
3140
|
+
},
|
|
3129
3141
|
};
|
|
@@ -2768,6 +2768,32 @@ export declare const ethereum: {
|
|
|
2768
2768
|
readonly bridge: "native";
|
|
2769
2769
|
readonly tags: readonly ["STABLECOIN"];
|
|
2770
2770
|
};
|
|
2771
|
+
readonly MUSD: {
|
|
2772
|
+
readonly name: "Mezo USD";
|
|
2773
|
+
readonly symbol: "MUSD";
|
|
2774
|
+
readonly oracleId: "MUSD";
|
|
2775
|
+
readonly address: "0xdD468A1DDc392dcdbEf6db6e34E89AA338F9F186";
|
|
2776
|
+
readonly chainId: 1;
|
|
2777
|
+
readonly decimals: 18;
|
|
2778
|
+
readonly website: "https://mezo.org/";
|
|
2779
|
+
readonly documentation: "https://mezo.org/docs/users/musd";
|
|
2780
|
+
readonly description: "MUSD is a permissionless stablecoin 100% backed by Bitcoin reserves and designed to maintain a 1:1 peg with the U.S. dollar. It is the native stablecoin on Mezo, accessible via Mezo’s ‘Borrow’ feature or decentralized exchanges on Mezo Network.";
|
|
2781
|
+
readonly bridge: "native";
|
|
2782
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2783
|
+
};
|
|
2784
|
+
readonly ynRWAx: {
|
|
2785
|
+
readonly name: "YieldNest RWA MAX";
|
|
2786
|
+
readonly symbol: "ynRWAx";
|
|
2787
|
+
readonly oracleId: "ynRWAx";
|
|
2788
|
+
readonly address: "0x01Ba69727E2860b37bc1a2bd56999c1aFb4C15D8";
|
|
2789
|
+
readonly chainId: 1;
|
|
2790
|
+
readonly decimals: 18;
|
|
2791
|
+
readonly website: "https://app.yieldnest.finance/";
|
|
2792
|
+
readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/ynrwa-max-ynrwax";
|
|
2793
|
+
readonly description: "ynRWAx is a curated Real-World Asset (RWA) product that provides users with streamlined access to stable, real-world yields. Backed by real, off-chain collateral uncorrelated with crypto markets and diversified across varying durations, ynRWAx is designed for users looking to park their USDC and earn stable, RWA-backed returns on their crypto assets.";
|
|
2794
|
+
readonly bridge: "native";
|
|
2795
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
2796
|
+
};
|
|
2771
2797
|
};
|
|
2772
2798
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2773
2799
|
readonly WNATIVE: {
|
|
@@ -5536,6 +5562,32 @@ export declare const ethereum: {
|
|
|
5536
5562
|
readonly bridge: "native";
|
|
5537
5563
|
readonly tags: readonly ["STABLECOIN"];
|
|
5538
5564
|
};
|
|
5565
|
+
readonly MUSD: {
|
|
5566
|
+
readonly name: "Mezo USD";
|
|
5567
|
+
readonly symbol: "MUSD";
|
|
5568
|
+
readonly oracleId: "MUSD";
|
|
5569
|
+
readonly address: "0xdD468A1DDc392dcdbEf6db6e34E89AA338F9F186";
|
|
5570
|
+
readonly chainId: 1;
|
|
5571
|
+
readonly decimals: 18;
|
|
5572
|
+
readonly website: "https://mezo.org/";
|
|
5573
|
+
readonly documentation: "https://mezo.org/docs/users/musd";
|
|
5574
|
+
readonly description: "MUSD is a permissionless stablecoin 100% backed by Bitcoin reserves and designed to maintain a 1:1 peg with the U.S. dollar. It is the native stablecoin on Mezo, accessible via Mezo’s ‘Borrow’ feature or decentralized exchanges on Mezo Network.";
|
|
5575
|
+
readonly bridge: "native";
|
|
5576
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5577
|
+
};
|
|
5578
|
+
readonly ynRWAx: {
|
|
5579
|
+
readonly name: "YieldNest RWA MAX";
|
|
5580
|
+
readonly symbol: "ynRWAx";
|
|
5581
|
+
readonly oracleId: "ynRWAx";
|
|
5582
|
+
readonly address: "0x01Ba69727E2860b37bc1a2bd56999c1aFb4C15D8";
|
|
5583
|
+
readonly chainId: 1;
|
|
5584
|
+
readonly decimals: 18;
|
|
5585
|
+
readonly website: "https://app.yieldnest.finance/";
|
|
5586
|
+
readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/ynrwa-max-ynrwax";
|
|
5587
|
+
readonly description: "ynRWAx is a curated Real-World Asset (RWA) product that provides users with streamlined access to stable, real-world yields. Backed by real, off-chain collateral uncorrelated with crypto markets and diversified across varying durations, ynRWAx is designed for users looking to park their USDC and earn stable, RWA-backed returns on their crypto assets.";
|
|
5588
|
+
readonly bridge: "native";
|
|
5589
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
5590
|
+
};
|
|
5539
5591
|
}>;
|
|
5540
5592
|
readonly native: {
|
|
5541
5593
|
readonly symbol: "ETH";
|
|
@@ -2765,4 +2765,30 @@ export declare const tokens: {
|
|
|
2765
2765
|
readonly bridge: "native";
|
|
2766
2766
|
readonly tags: readonly ["STABLECOIN"];
|
|
2767
2767
|
};
|
|
2768
|
+
readonly MUSD: {
|
|
2769
|
+
readonly name: "Mezo USD";
|
|
2770
|
+
readonly symbol: "MUSD";
|
|
2771
|
+
readonly oracleId: "MUSD";
|
|
2772
|
+
readonly address: "0xdD468A1DDc392dcdbEf6db6e34E89AA338F9F186";
|
|
2773
|
+
readonly chainId: 1;
|
|
2774
|
+
readonly decimals: 18;
|
|
2775
|
+
readonly website: "https://mezo.org/";
|
|
2776
|
+
readonly documentation: "https://mezo.org/docs/users/musd";
|
|
2777
|
+
readonly description: "MUSD is a permissionless stablecoin 100% backed by Bitcoin reserves and designed to maintain a 1:1 peg with the U.S. dollar. It is the native stablecoin on Mezo, accessible via Mezo’s ‘Borrow’ feature or decentralized exchanges on Mezo Network.";
|
|
2778
|
+
readonly bridge: "native";
|
|
2779
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2780
|
+
};
|
|
2781
|
+
readonly ynRWAx: {
|
|
2782
|
+
readonly name: "YieldNest RWA MAX";
|
|
2783
|
+
readonly symbol: "ynRWAx";
|
|
2784
|
+
readonly oracleId: "ynRWAx";
|
|
2785
|
+
readonly address: "0x01Ba69727E2860b37bc1a2bd56999c1aFb4C15D8";
|
|
2786
|
+
readonly chainId: 1;
|
|
2787
|
+
readonly decimals: 18;
|
|
2788
|
+
readonly website: "https://app.yieldnest.finance/";
|
|
2789
|
+
readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/ynrwa-max-ynrwax";
|
|
2790
|
+
readonly description: "ynRWAx is a curated Real-World Asset (RWA) product that provides users with streamlined access to stable, real-world yields. Backed by real, off-chain collateral uncorrelated with crypto markets and diversified across varying durations, ynRWAx is designed for users looking to park their USDC and earn stable, RWA-backed returns on their crypto assets.";
|
|
2791
|
+
readonly bridge: "native";
|
|
2792
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
2793
|
+
};
|
|
2768
2794
|
};
|
|
@@ -2734,4 +2734,30 @@ exports.tokens = {
|
|
|
2734
2734
|
bridge: 'native',
|
|
2735
2735
|
tags: ['STABLECOIN'],
|
|
2736
2736
|
},
|
|
2737
|
+
MUSD: {
|
|
2738
|
+
name: 'Mezo USD',
|
|
2739
|
+
symbol: 'MUSD',
|
|
2740
|
+
oracleId: 'MUSD',
|
|
2741
|
+
address: '0xdD468A1DDc392dcdbEf6db6e34E89AA338F9F186',
|
|
2742
|
+
chainId: 1,
|
|
2743
|
+
decimals: 18,
|
|
2744
|
+
website: 'https://mezo.org/',
|
|
2745
|
+
documentation: 'https://mezo.org/docs/users/musd',
|
|
2746
|
+
description: 'MUSD is a permissionless stablecoin 100% backed by Bitcoin reserves and designed to maintain a 1:1 peg with the U.S. dollar. It is the native stablecoin on Mezo, accessible via Mezo’s ‘Borrow’ feature or decentralized exchanges on Mezo Network.',
|
|
2747
|
+
bridge: 'native',
|
|
2748
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2749
|
+
},
|
|
2750
|
+
ynRWAx: {
|
|
2751
|
+
name: 'YieldNest RWA MAX',
|
|
2752
|
+
symbol: 'ynRWAx',
|
|
2753
|
+
oracleId: 'ynRWAx',
|
|
2754
|
+
address: '0x01Ba69727E2860b37bc1a2bd56999c1aFb4C15D8',
|
|
2755
|
+
chainId: 1,
|
|
2756
|
+
decimals: 18,
|
|
2757
|
+
website: 'https://app.yieldnest.finance/',
|
|
2758
|
+
documentation: 'https://docs.yieldnest.finance/protocol-design/max-vaults/ynrwa-max-ynrwax',
|
|
2759
|
+
description: 'ynRWAx is a curated Real-World Asset (RWA) product that provides users with streamlined access to stable, real-world yields. Backed by real, off-chain collateral uncorrelated with crypto markets and diversified across varying durations, ynRWAx is designed for users looking to park their USDC and earn stable, RWA-backed returns on their crypto assets.',
|
|
2760
|
+
bridge: 'native',
|
|
2761
|
+
tags: ['STABLECOIN', 'SYNTHETIC'],
|
|
2762
|
+
},
|
|
2737
2763
|
};
|
|
@@ -3161,6 +3161,18 @@ export declare const base: {
|
|
|
3161
3161
|
readonly bridge: "native";
|
|
3162
3162
|
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC"];
|
|
3163
3163
|
};
|
|
3164
|
+
readonly CLAWNCH: {
|
|
3165
|
+
readonly name: "CLAWNCH";
|
|
3166
|
+
readonly symbol: "CLAWNCH";
|
|
3167
|
+
readonly oracleId: "CLAWNCH";
|
|
3168
|
+
readonly address: "0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be";
|
|
3169
|
+
readonly chainId: 8453;
|
|
3170
|
+
readonly decimals: 18;
|
|
3171
|
+
readonly website: "https://clawn.ch/";
|
|
3172
|
+
readonly description: "Agent-only token launches for Moltbook. Deploy via Clanker, earn trading fees.";
|
|
3173
|
+
readonly bridge: "native";
|
|
3174
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
3175
|
+
};
|
|
3164
3176
|
};
|
|
3165
3177
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3166
3178
|
readonly WNATIVE: {
|
|
@@ -6322,6 +6334,18 @@ export declare const base: {
|
|
|
6322
6334
|
readonly bridge: "native";
|
|
6323
6335
|
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC"];
|
|
6324
6336
|
};
|
|
6337
|
+
readonly CLAWNCH: {
|
|
6338
|
+
readonly name: "CLAWNCH";
|
|
6339
|
+
readonly symbol: "CLAWNCH";
|
|
6340
|
+
readonly oracleId: "CLAWNCH";
|
|
6341
|
+
readonly address: "0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be";
|
|
6342
|
+
readonly chainId: 8453;
|
|
6343
|
+
readonly decimals: 18;
|
|
6344
|
+
readonly website: "https://clawn.ch/";
|
|
6345
|
+
readonly description: "Agent-only token launches for Moltbook. Deploy via Clanker, earn trading fees.";
|
|
6346
|
+
readonly bridge: "native";
|
|
6347
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
6348
|
+
};
|
|
6325
6349
|
}>;
|
|
6326
6350
|
readonly native: {
|
|
6327
6351
|
readonly symbol: "ETH";
|
|
@@ -3158,4 +3158,16 @@ export declare const tokens: {
|
|
|
3158
3158
|
readonly bridge: "native";
|
|
3159
3159
|
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC"];
|
|
3160
3160
|
};
|
|
3161
|
+
readonly CLAWNCH: {
|
|
3162
|
+
readonly name: "CLAWNCH";
|
|
3163
|
+
readonly symbol: "CLAWNCH";
|
|
3164
|
+
readonly oracleId: "CLAWNCH";
|
|
3165
|
+
readonly address: "0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be";
|
|
3166
|
+
readonly chainId: 8453;
|
|
3167
|
+
readonly decimals: 18;
|
|
3168
|
+
readonly website: "https://clawn.ch/";
|
|
3169
|
+
readonly description: "Agent-only token launches for Moltbook. Deploy via Clanker, earn trading fees.";
|
|
3170
|
+
readonly bridge: "native";
|
|
3171
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
3172
|
+
};
|
|
3161
3173
|
};
|
|
@@ -3123,4 +3123,16 @@ export const tokens = {
|
|
|
3123
3123
|
bridge: 'native',
|
|
3124
3124
|
tags: ['STABLECOIN', 'NO_TIMELOCK', 'LARGE_HOLDERS', 'SYNTHETIC'],
|
|
3125
3125
|
},
|
|
3126
|
+
CLAWNCH: {
|
|
3127
|
+
name: 'CLAWNCH',
|
|
3128
|
+
symbol: 'CLAWNCH',
|
|
3129
|
+
oracleId: 'CLAWNCH',
|
|
3130
|
+
address: '0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be',
|
|
3131
|
+
chainId: 8453,
|
|
3132
|
+
decimals: 18,
|
|
3133
|
+
website: 'https://clawn.ch/',
|
|
3134
|
+
description: 'Agent-only token launches for Moltbook. Deploy via Clanker, earn trading fees.',
|
|
3135
|
+
bridge: 'native',
|
|
3136
|
+
tags: ['MEMECOIN'],
|
|
3137
|
+
},
|
|
3126
3138
|
};
|
|
@@ -2768,6 +2768,32 @@ export declare const ethereum: {
|
|
|
2768
2768
|
readonly bridge: "native";
|
|
2769
2769
|
readonly tags: readonly ["STABLECOIN"];
|
|
2770
2770
|
};
|
|
2771
|
+
readonly MUSD: {
|
|
2772
|
+
readonly name: "Mezo USD";
|
|
2773
|
+
readonly symbol: "MUSD";
|
|
2774
|
+
readonly oracleId: "MUSD";
|
|
2775
|
+
readonly address: "0xdD468A1DDc392dcdbEf6db6e34E89AA338F9F186";
|
|
2776
|
+
readonly chainId: 1;
|
|
2777
|
+
readonly decimals: 18;
|
|
2778
|
+
readonly website: "https://mezo.org/";
|
|
2779
|
+
readonly documentation: "https://mezo.org/docs/users/musd";
|
|
2780
|
+
readonly description: "MUSD is a permissionless stablecoin 100% backed by Bitcoin reserves and designed to maintain a 1:1 peg with the U.S. dollar. It is the native stablecoin on Mezo, accessible via Mezo’s ‘Borrow’ feature or decentralized exchanges on Mezo Network.";
|
|
2781
|
+
readonly bridge: "native";
|
|
2782
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2783
|
+
};
|
|
2784
|
+
readonly ynRWAx: {
|
|
2785
|
+
readonly name: "YieldNest RWA MAX";
|
|
2786
|
+
readonly symbol: "ynRWAx";
|
|
2787
|
+
readonly oracleId: "ynRWAx";
|
|
2788
|
+
readonly address: "0x01Ba69727E2860b37bc1a2bd56999c1aFb4C15D8";
|
|
2789
|
+
readonly chainId: 1;
|
|
2790
|
+
readonly decimals: 18;
|
|
2791
|
+
readonly website: "https://app.yieldnest.finance/";
|
|
2792
|
+
readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/ynrwa-max-ynrwax";
|
|
2793
|
+
readonly description: "ynRWAx is a curated Real-World Asset (RWA) product that provides users with streamlined access to stable, real-world yields. Backed by real, off-chain collateral uncorrelated with crypto markets and diversified across varying durations, ynRWAx is designed for users looking to park their USDC and earn stable, RWA-backed returns on their crypto assets.";
|
|
2794
|
+
readonly bridge: "native";
|
|
2795
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
2796
|
+
};
|
|
2771
2797
|
};
|
|
2772
2798
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2773
2799
|
readonly WNATIVE: {
|
|
@@ -5536,6 +5562,32 @@ export declare const ethereum: {
|
|
|
5536
5562
|
readonly bridge: "native";
|
|
5537
5563
|
readonly tags: readonly ["STABLECOIN"];
|
|
5538
5564
|
};
|
|
5565
|
+
readonly MUSD: {
|
|
5566
|
+
readonly name: "Mezo USD";
|
|
5567
|
+
readonly symbol: "MUSD";
|
|
5568
|
+
readonly oracleId: "MUSD";
|
|
5569
|
+
readonly address: "0xdD468A1DDc392dcdbEf6db6e34E89AA338F9F186";
|
|
5570
|
+
readonly chainId: 1;
|
|
5571
|
+
readonly decimals: 18;
|
|
5572
|
+
readonly website: "https://mezo.org/";
|
|
5573
|
+
readonly documentation: "https://mezo.org/docs/users/musd";
|
|
5574
|
+
readonly description: "MUSD is a permissionless stablecoin 100% backed by Bitcoin reserves and designed to maintain a 1:1 peg with the U.S. dollar. It is the native stablecoin on Mezo, accessible via Mezo’s ‘Borrow’ feature or decentralized exchanges on Mezo Network.";
|
|
5575
|
+
readonly bridge: "native";
|
|
5576
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5577
|
+
};
|
|
5578
|
+
readonly ynRWAx: {
|
|
5579
|
+
readonly name: "YieldNest RWA MAX";
|
|
5580
|
+
readonly symbol: "ynRWAx";
|
|
5581
|
+
readonly oracleId: "ynRWAx";
|
|
5582
|
+
readonly address: "0x01Ba69727E2860b37bc1a2bd56999c1aFb4C15D8";
|
|
5583
|
+
readonly chainId: 1;
|
|
5584
|
+
readonly decimals: 18;
|
|
5585
|
+
readonly website: "https://app.yieldnest.finance/";
|
|
5586
|
+
readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/ynrwa-max-ynrwax";
|
|
5587
|
+
readonly description: "ynRWAx is a curated Real-World Asset (RWA) product that provides users with streamlined access to stable, real-world yields. Backed by real, off-chain collateral uncorrelated with crypto markets and diversified across varying durations, ynRWAx is designed for users looking to park their USDC and earn stable, RWA-backed returns on their crypto assets.";
|
|
5588
|
+
readonly bridge: "native";
|
|
5589
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
5590
|
+
};
|
|
5539
5591
|
}>;
|
|
5540
5592
|
readonly native: {
|
|
5541
5593
|
readonly symbol: "ETH";
|
|
@@ -2765,4 +2765,30 @@ export declare const tokens: {
|
|
|
2765
2765
|
readonly bridge: "native";
|
|
2766
2766
|
readonly tags: readonly ["STABLECOIN"];
|
|
2767
2767
|
};
|
|
2768
|
+
readonly MUSD: {
|
|
2769
|
+
readonly name: "Mezo USD";
|
|
2770
|
+
readonly symbol: "MUSD";
|
|
2771
|
+
readonly oracleId: "MUSD";
|
|
2772
|
+
readonly address: "0xdD468A1DDc392dcdbEf6db6e34E89AA338F9F186";
|
|
2773
|
+
readonly chainId: 1;
|
|
2774
|
+
readonly decimals: 18;
|
|
2775
|
+
readonly website: "https://mezo.org/";
|
|
2776
|
+
readonly documentation: "https://mezo.org/docs/users/musd";
|
|
2777
|
+
readonly description: "MUSD is a permissionless stablecoin 100% backed by Bitcoin reserves and designed to maintain a 1:1 peg with the U.S. dollar. It is the native stablecoin on Mezo, accessible via Mezo’s ‘Borrow’ feature or decentralized exchanges on Mezo Network.";
|
|
2778
|
+
readonly bridge: "native";
|
|
2779
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2780
|
+
};
|
|
2781
|
+
readonly ynRWAx: {
|
|
2782
|
+
readonly name: "YieldNest RWA MAX";
|
|
2783
|
+
readonly symbol: "ynRWAx";
|
|
2784
|
+
readonly oracleId: "ynRWAx";
|
|
2785
|
+
readonly address: "0x01Ba69727E2860b37bc1a2bd56999c1aFb4C15D8";
|
|
2786
|
+
readonly chainId: 1;
|
|
2787
|
+
readonly decimals: 18;
|
|
2788
|
+
readonly website: "https://app.yieldnest.finance/";
|
|
2789
|
+
readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/ynrwa-max-ynrwax";
|
|
2790
|
+
readonly description: "ynRWAx is a curated Real-World Asset (RWA) product that provides users with streamlined access to stable, real-world yields. Backed by real, off-chain collateral uncorrelated with crypto markets and diversified across varying durations, ynRWAx is designed for users looking to park their USDC and earn stable, RWA-backed returns on their crypto assets.";
|
|
2791
|
+
readonly bridge: "native";
|
|
2792
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
2793
|
+
};
|
|
2768
2794
|
};
|
|
@@ -2731,4 +2731,30 @@ export const tokens = {
|
|
|
2731
2731
|
bridge: 'native',
|
|
2732
2732
|
tags: ['STABLECOIN'],
|
|
2733
2733
|
},
|
|
2734
|
+
MUSD: {
|
|
2735
|
+
name: 'Mezo USD',
|
|
2736
|
+
symbol: 'MUSD',
|
|
2737
|
+
oracleId: 'MUSD',
|
|
2738
|
+
address: '0xdD468A1DDc392dcdbEf6db6e34E89AA338F9F186',
|
|
2739
|
+
chainId: 1,
|
|
2740
|
+
decimals: 18,
|
|
2741
|
+
website: 'https://mezo.org/',
|
|
2742
|
+
documentation: 'https://mezo.org/docs/users/musd',
|
|
2743
|
+
description: 'MUSD is a permissionless stablecoin 100% backed by Bitcoin reserves and designed to maintain a 1:1 peg with the U.S. dollar. It is the native stablecoin on Mezo, accessible via Mezo’s ‘Borrow’ feature or decentralized exchanges on Mezo Network.',
|
|
2744
|
+
bridge: 'native',
|
|
2745
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2746
|
+
},
|
|
2747
|
+
ynRWAx: {
|
|
2748
|
+
name: 'YieldNest RWA MAX',
|
|
2749
|
+
symbol: 'ynRWAx',
|
|
2750
|
+
oracleId: 'ynRWAx',
|
|
2751
|
+
address: '0x01Ba69727E2860b37bc1a2bd56999c1aFb4C15D8',
|
|
2752
|
+
chainId: 1,
|
|
2753
|
+
decimals: 18,
|
|
2754
|
+
website: 'https://app.yieldnest.finance/',
|
|
2755
|
+
documentation: 'https://docs.yieldnest.finance/protocol-design/max-vaults/ynrwa-max-ynrwax',
|
|
2756
|
+
description: 'ynRWAx is a curated Real-World Asset (RWA) product that provides users with streamlined access to stable, real-world yields. Backed by real, off-chain collateral uncorrelated with crypto markets and diversified across varying durations, ynRWAx is designed for users looking to park their USDC and earn stable, RWA-backed returns on their crypto assets.',
|
|
2757
|
+
bridge: 'native',
|
|
2758
|
+
tags: ['STABLECOIN', 'SYNTHETIC'],
|
|
2759
|
+
},
|
|
2734
2760
|
};
|
package/package.json
CHANGED