@beefyfinance/blockchain-addressbook 0.54.219 → 0.54.221
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 +26 -0
- package/build/address-book/arbitrum/tokens/tokens.d.ts +13 -0
- package/build/address-book/arbitrum/tokens/tokens.js +13 -0
- package/build/address-book/base/index.d.ts +8 -8
- package/build/address-book/base/tokens/tokens.d.ts +4 -4
- package/build/address-book/base/tokens/tokens.js +4 -4
- 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/arbitrum/index.d.ts +26 -0
- package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +13 -0
- package/build-esm/address-book/arbitrum/tokens/tokens.js +13 -0
- package/build-esm/address-book/base/index.d.ts +8 -8
- package/build-esm/address-book/base/tokens/tokens.d.ts +4 -4
- package/build-esm/address-book/base/tokens/tokens.js +4 -4
- 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
|
@@ -2199,6 +2199,19 @@ export declare const arbitrum: {
|
|
|
2199
2199
|
readonly bridge: "native";
|
|
2200
2200
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2201
2201
|
};
|
|
2202
|
+
readonly MOR: {
|
|
2203
|
+
readonly name: "MOR";
|
|
2204
|
+
readonly symbol: "MOR";
|
|
2205
|
+
readonly oracleId: "arbMOR";
|
|
2206
|
+
readonly address: "0x092bAaDB7DEf4C3981454dD9c0A0D7FF07bCFc86";
|
|
2207
|
+
readonly chainId: 42161;
|
|
2208
|
+
readonly decimals: 18;
|
|
2209
|
+
readonly website: "https://mor.org/";
|
|
2210
|
+
readonly description: "At the core of the Morpheus token economy is MOR, a fair-launched utility token that powers the network, facilitating value movement and free-market dynamics among end users, builders, smart agents, DeAi applications, compute providers, consumers, developers, and capital providers.";
|
|
2211
|
+
readonly documentation: "https://gitbook.mor.org/";
|
|
2212
|
+
readonly bridge: "layer-zero";
|
|
2213
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
2214
|
+
};
|
|
2202
2215
|
};
|
|
2203
2216
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2204
2217
|
readonly WNATIVE: {
|
|
@@ -4398,6 +4411,19 @@ export declare const arbitrum: {
|
|
|
4398
4411
|
readonly bridge: "native";
|
|
4399
4412
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
4400
4413
|
};
|
|
4414
|
+
readonly MOR: {
|
|
4415
|
+
readonly name: "MOR";
|
|
4416
|
+
readonly symbol: "MOR";
|
|
4417
|
+
readonly oracleId: "arbMOR";
|
|
4418
|
+
readonly address: "0x092bAaDB7DEf4C3981454dD9c0A0D7FF07bCFc86";
|
|
4419
|
+
readonly chainId: 42161;
|
|
4420
|
+
readonly decimals: 18;
|
|
4421
|
+
readonly website: "https://mor.org/";
|
|
4422
|
+
readonly description: "At the core of the Morpheus token economy is MOR, a fair-launched utility token that powers the network, facilitating value movement and free-market dynamics among end users, builders, smart agents, DeAi applications, compute providers, consumers, developers, and capital providers.";
|
|
4423
|
+
readonly documentation: "https://gitbook.mor.org/";
|
|
4424
|
+
readonly bridge: "layer-zero";
|
|
4425
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
4426
|
+
};
|
|
4401
4427
|
}>;
|
|
4402
4428
|
readonly native: {
|
|
4403
4429
|
readonly symbol: "ETH";
|
|
@@ -2196,4 +2196,17 @@ export declare const tokens: {
|
|
|
2196
2196
|
readonly bridge: "native";
|
|
2197
2197
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2198
2198
|
};
|
|
2199
|
+
readonly MOR: {
|
|
2200
|
+
readonly name: "MOR";
|
|
2201
|
+
readonly symbol: "MOR";
|
|
2202
|
+
readonly oracleId: "arbMOR";
|
|
2203
|
+
readonly address: "0x092bAaDB7DEf4C3981454dD9c0A0D7FF07bCFc86";
|
|
2204
|
+
readonly chainId: 42161;
|
|
2205
|
+
readonly decimals: 18;
|
|
2206
|
+
readonly website: "https://mor.org/";
|
|
2207
|
+
readonly description: "At the core of the Morpheus token economy is MOR, a fair-launched utility token that powers the network, facilitating value movement and free-market dynamics among end users, builders, smart agents, DeAi applications, compute providers, consumers, developers, and capital providers.";
|
|
2208
|
+
readonly documentation: "https://gitbook.mor.org/";
|
|
2209
|
+
readonly bridge: "layer-zero";
|
|
2210
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
2211
|
+
};
|
|
2199
2212
|
};
|
|
@@ -2166,4 +2166,17 @@ exports.tokens = {
|
|
|
2166
2166
|
bridge: 'native',
|
|
2167
2167
|
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
2168
2168
|
},
|
|
2169
|
+
MOR: {
|
|
2170
|
+
name: 'MOR',
|
|
2171
|
+
symbol: 'MOR',
|
|
2172
|
+
oracleId: 'arbMOR',
|
|
2173
|
+
address: '0x092bAaDB7DEf4C3981454dD9c0A0D7FF07bCFc86',
|
|
2174
|
+
chainId: 42161,
|
|
2175
|
+
decimals: 18,
|
|
2176
|
+
website: 'https://mor.org/',
|
|
2177
|
+
description: 'At the core of the Morpheus token economy is MOR, a fair-launched utility token that powers the network, facilitating value movement and free-market dynamics among end users, builders, smart agents, DeAi applications, compute providers, consumers, developers, and capital providers.',
|
|
2178
|
+
documentation: 'https://gitbook.mor.org/',
|
|
2179
|
+
bridge: 'layer-zero',
|
|
2180
|
+
tags: ['NO_TIMELOCK'],
|
|
2181
|
+
},
|
|
2169
2182
|
};
|
|
@@ -2167,15 +2167,15 @@ export declare const base: {
|
|
|
2167
2167
|
readonly MOR: {
|
|
2168
2168
|
readonly name: "MOR";
|
|
2169
2169
|
readonly symbol: "MOR";
|
|
2170
|
-
readonly oracleId: "
|
|
2170
|
+
readonly oracleId: "basMOR";
|
|
2171
2171
|
readonly address: "0x7431aDa8a591C955a994a21710752EF9b882b8e3";
|
|
2172
2172
|
readonly chainId: 8453;
|
|
2173
2173
|
readonly decimals: 18;
|
|
2174
2174
|
readonly website: "https://mor.org/";
|
|
2175
|
-
readonly description: "Morpheus is a
|
|
2176
|
-
readonly documentation: "https://
|
|
2175
|
+
readonly description: "At the core of the Morpheus token economy is MOR, a fair-launched utility token that powers the network, facilitating value movement and free-market dynamics among end users, builders, smart agents, DeAi applications, compute providers, consumers, developers, and capital providers.";
|
|
2176
|
+
readonly documentation: "https://gitbook.mor.org/";
|
|
2177
2177
|
readonly bridge: "layer-zero";
|
|
2178
|
-
readonly tags: readonly ["
|
|
2178
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
2179
2179
|
};
|
|
2180
2180
|
readonly KTA: {
|
|
2181
2181
|
readonly name: "Keeta";
|
|
@@ -5541,15 +5541,15 @@ export declare const base: {
|
|
|
5541
5541
|
readonly MOR: {
|
|
5542
5542
|
readonly name: "MOR";
|
|
5543
5543
|
readonly symbol: "MOR";
|
|
5544
|
-
readonly oracleId: "
|
|
5544
|
+
readonly oracleId: "basMOR";
|
|
5545
5545
|
readonly address: "0x7431aDa8a591C955a994a21710752EF9b882b8e3";
|
|
5546
5546
|
readonly chainId: 8453;
|
|
5547
5547
|
readonly decimals: 18;
|
|
5548
5548
|
readonly website: "https://mor.org/";
|
|
5549
|
-
readonly description: "Morpheus is a
|
|
5550
|
-
readonly documentation: "https://
|
|
5549
|
+
readonly description: "At the core of the Morpheus token economy is MOR, a fair-launched utility token that powers the network, facilitating value movement and free-market dynamics among end users, builders, smart agents, DeAi applications, compute providers, consumers, developers, and capital providers.";
|
|
5550
|
+
readonly documentation: "https://gitbook.mor.org/";
|
|
5551
5551
|
readonly bridge: "layer-zero";
|
|
5552
|
-
readonly tags: readonly ["
|
|
5552
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
5553
5553
|
};
|
|
5554
5554
|
readonly KTA: {
|
|
5555
5555
|
readonly name: "Keeta";
|
|
@@ -2164,15 +2164,15 @@ export declare const tokens: {
|
|
|
2164
2164
|
readonly MOR: {
|
|
2165
2165
|
readonly name: "MOR";
|
|
2166
2166
|
readonly symbol: "MOR";
|
|
2167
|
-
readonly oracleId: "
|
|
2167
|
+
readonly oracleId: "basMOR";
|
|
2168
2168
|
readonly address: "0x7431aDa8a591C955a994a21710752EF9b882b8e3";
|
|
2169
2169
|
readonly chainId: 8453;
|
|
2170
2170
|
readonly decimals: 18;
|
|
2171
2171
|
readonly website: "https://mor.org/";
|
|
2172
|
-
readonly description: "Morpheus is a
|
|
2173
|
-
readonly documentation: "https://
|
|
2172
|
+
readonly description: "At the core of the Morpheus token economy is MOR, a fair-launched utility token that powers the network, facilitating value movement and free-market dynamics among end users, builders, smart agents, DeAi applications, compute providers, consumers, developers, and capital providers.";
|
|
2173
|
+
readonly documentation: "https://gitbook.mor.org/";
|
|
2174
2174
|
readonly bridge: "layer-zero";
|
|
2175
|
-
readonly tags: readonly ["
|
|
2175
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
2176
2176
|
};
|
|
2177
2177
|
readonly KTA: {
|
|
2178
2178
|
readonly name: "Keeta";
|
|
@@ -2132,15 +2132,15 @@ exports.tokens = {
|
|
|
2132
2132
|
MOR: {
|
|
2133
2133
|
name: 'MOR',
|
|
2134
2134
|
symbol: 'MOR',
|
|
2135
|
-
oracleId: '
|
|
2135
|
+
oracleId: 'basMOR',
|
|
2136
2136
|
address: '0x7431aDa8a591C955a994a21710752EF9b882b8e3',
|
|
2137
2137
|
chainId: 8453,
|
|
2138
2138
|
decimals: 18,
|
|
2139
2139
|
website: 'https://mor.org/',
|
|
2140
|
-
description: 'Morpheus is a
|
|
2141
|
-
documentation: 'https://
|
|
2140
|
+
description: 'At the core of the Morpheus token economy is MOR, a fair-launched utility token that powers the network, facilitating value movement and free-market dynamics among end users, builders, smart agents, DeAi applications, compute providers, consumers, developers, and capital providers.',
|
|
2141
|
+
documentation: 'https://gitbook.mor.org/',
|
|
2142
2142
|
bridge: 'layer-zero',
|
|
2143
|
-
tags: ['
|
|
2143
|
+
tags: ['NO_TIMELOCK'],
|
|
2144
2144
|
},
|
|
2145
2145
|
KTA: {
|
|
2146
2146
|
name: 'Keeta',
|
|
@@ -2883,6 +2883,32 @@ export declare const ethereum: {
|
|
|
2883
2883
|
readonly bridge: "native";
|
|
2884
2884
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
2885
2885
|
};
|
|
2886
|
+
readonly AZND: {
|
|
2887
|
+
readonly name: "Asian Dollar";
|
|
2888
|
+
readonly symbol: "AZND";
|
|
2889
|
+
readonly oracleId: "AZND";
|
|
2890
|
+
readonly address: "0x52c66B5E7f8Fde20843De900C5C8B4b0F23708A0";
|
|
2891
|
+
readonly chainId: 1;
|
|
2892
|
+
readonly decimals: 18;
|
|
2893
|
+
readonly website: "https://mudigital.net/";
|
|
2894
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
2895
|
+
readonly description: "AZND (the \"Asian Dollar\") is a synthetic dollar backed by Asia's best RWAs, designed for stability and steady yield. AZND is suitable for users seeking predictable returns while retaining full DeFi composability";
|
|
2896
|
+
readonly bridge: "layer-zero";
|
|
2897
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
2898
|
+
};
|
|
2899
|
+
readonly muBOND: {
|
|
2900
|
+
readonly name: "mu Bond";
|
|
2901
|
+
readonly symbol: "muBOND";
|
|
2902
|
+
readonly oracleId: "muBOND";
|
|
2903
|
+
readonly address: "0x09AD9c6DcadCc3aB0b3E107E8E7DA69c2eEa8599";
|
|
2904
|
+
readonly chainId: 1;
|
|
2905
|
+
readonly decimals: 18;
|
|
2906
|
+
readonly website: "https://mudigital.net/";
|
|
2907
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
2908
|
+
readonly description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.";
|
|
2909
|
+
readonly bridge: "layer-zero";
|
|
2910
|
+
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
2911
|
+
};
|
|
2886
2912
|
};
|
|
2887
2913
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2888
2914
|
readonly WNATIVE: {
|
|
@@ -5766,6 +5792,32 @@ export declare const ethereum: {
|
|
|
5766
5792
|
readonly bridge: "native";
|
|
5767
5793
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
5768
5794
|
};
|
|
5795
|
+
readonly AZND: {
|
|
5796
|
+
readonly name: "Asian Dollar";
|
|
5797
|
+
readonly symbol: "AZND";
|
|
5798
|
+
readonly oracleId: "AZND";
|
|
5799
|
+
readonly address: "0x52c66B5E7f8Fde20843De900C5C8B4b0F23708A0";
|
|
5800
|
+
readonly chainId: 1;
|
|
5801
|
+
readonly decimals: 18;
|
|
5802
|
+
readonly website: "https://mudigital.net/";
|
|
5803
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
5804
|
+
readonly description: "AZND (the \"Asian Dollar\") is a synthetic dollar backed by Asia's best RWAs, designed for stability and steady yield. AZND is suitable for users seeking predictable returns while retaining full DeFi composability";
|
|
5805
|
+
readonly bridge: "layer-zero";
|
|
5806
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
5807
|
+
};
|
|
5808
|
+
readonly muBOND: {
|
|
5809
|
+
readonly name: "mu Bond";
|
|
5810
|
+
readonly symbol: "muBOND";
|
|
5811
|
+
readonly oracleId: "muBOND";
|
|
5812
|
+
readonly address: "0x09AD9c6DcadCc3aB0b3E107E8E7DA69c2eEa8599";
|
|
5813
|
+
readonly chainId: 1;
|
|
5814
|
+
readonly decimals: 18;
|
|
5815
|
+
readonly website: "https://mudigital.net/";
|
|
5816
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
5817
|
+
readonly description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.";
|
|
5818
|
+
readonly bridge: "layer-zero";
|
|
5819
|
+
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
5820
|
+
};
|
|
5769
5821
|
}>;
|
|
5770
5822
|
readonly native: {
|
|
5771
5823
|
readonly symbol: "ETH";
|
|
@@ -2880,4 +2880,30 @@ export declare const tokens: {
|
|
|
2880
2880
|
readonly bridge: "native";
|
|
2881
2881
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
2882
2882
|
};
|
|
2883
|
+
readonly AZND: {
|
|
2884
|
+
readonly name: "Asian Dollar";
|
|
2885
|
+
readonly symbol: "AZND";
|
|
2886
|
+
readonly oracleId: "AZND";
|
|
2887
|
+
readonly address: "0x52c66B5E7f8Fde20843De900C5C8B4b0F23708A0";
|
|
2888
|
+
readonly chainId: 1;
|
|
2889
|
+
readonly decimals: 18;
|
|
2890
|
+
readonly website: "https://mudigital.net/";
|
|
2891
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
2892
|
+
readonly description: "AZND (the \"Asian Dollar\") is a synthetic dollar backed by Asia's best RWAs, designed for stability and steady yield. AZND is suitable for users seeking predictable returns while retaining full DeFi composability";
|
|
2893
|
+
readonly bridge: "layer-zero";
|
|
2894
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
2895
|
+
};
|
|
2896
|
+
readonly muBOND: {
|
|
2897
|
+
readonly name: "mu Bond";
|
|
2898
|
+
readonly symbol: "muBOND";
|
|
2899
|
+
readonly oracleId: "muBOND";
|
|
2900
|
+
readonly address: "0x09AD9c6DcadCc3aB0b3E107E8E7DA69c2eEa8599";
|
|
2901
|
+
readonly chainId: 1;
|
|
2902
|
+
readonly decimals: 18;
|
|
2903
|
+
readonly website: "https://mudigital.net/";
|
|
2904
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
2905
|
+
readonly description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.";
|
|
2906
|
+
readonly bridge: "layer-zero";
|
|
2907
|
+
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
2908
|
+
};
|
|
2883
2909
|
};
|
|
@@ -2849,4 +2849,30 @@ exports.tokens = {
|
|
|
2849
2849
|
bridge: 'native',
|
|
2850
2850
|
tags: ['NO_TIMELOCK', 'STABLECOIN'],
|
|
2851
2851
|
},
|
|
2852
|
+
AZND: {
|
|
2853
|
+
name: 'Asian Dollar',
|
|
2854
|
+
symbol: 'AZND',
|
|
2855
|
+
oracleId: 'AZND',
|
|
2856
|
+
address: '0x52c66B5E7f8Fde20843De900C5C8B4b0F23708A0',
|
|
2857
|
+
chainId: 1,
|
|
2858
|
+
decimals: 18,
|
|
2859
|
+
website: 'https://mudigital.net/',
|
|
2860
|
+
documentation: 'https://docs.mudigital.net/',
|
|
2861
|
+
description: 'AZND (the "Asian Dollar") is a synthetic dollar backed by Asia\'s best RWAs, designed for stability and steady yield. AZND is suitable for users seeking predictable returns while retaining full DeFi composability',
|
|
2862
|
+
bridge: 'layer-zero',
|
|
2863
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN'],
|
|
2864
|
+
},
|
|
2865
|
+
muBOND: {
|
|
2866
|
+
name: 'mu Bond',
|
|
2867
|
+
symbol: 'muBOND',
|
|
2868
|
+
oracleId: 'muBOND',
|
|
2869
|
+
address: '0x09AD9c6DcadCc3aB0b3E107E8E7DA69c2eEa8599',
|
|
2870
|
+
chainId: 1,
|
|
2871
|
+
decimals: 18,
|
|
2872
|
+
website: 'https://mudigital.net/',
|
|
2873
|
+
documentation: 'https://docs.mudigital.net/',
|
|
2874
|
+
description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.",
|
|
2875
|
+
bridge: 'layer-zero',
|
|
2876
|
+
tags: ['NO_TIMELOCK', 'SYNTHETIC', 'STABLECOIN'],
|
|
2877
|
+
},
|
|
2852
2878
|
};
|
|
@@ -2199,6 +2199,19 @@ export declare const arbitrum: {
|
|
|
2199
2199
|
readonly bridge: "native";
|
|
2200
2200
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2201
2201
|
};
|
|
2202
|
+
readonly MOR: {
|
|
2203
|
+
readonly name: "MOR";
|
|
2204
|
+
readonly symbol: "MOR";
|
|
2205
|
+
readonly oracleId: "arbMOR";
|
|
2206
|
+
readonly address: "0x092bAaDB7DEf4C3981454dD9c0A0D7FF07bCFc86";
|
|
2207
|
+
readonly chainId: 42161;
|
|
2208
|
+
readonly decimals: 18;
|
|
2209
|
+
readonly website: "https://mor.org/";
|
|
2210
|
+
readonly description: "At the core of the Morpheus token economy is MOR, a fair-launched utility token that powers the network, facilitating value movement and free-market dynamics among end users, builders, smart agents, DeAi applications, compute providers, consumers, developers, and capital providers.";
|
|
2211
|
+
readonly documentation: "https://gitbook.mor.org/";
|
|
2212
|
+
readonly bridge: "layer-zero";
|
|
2213
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
2214
|
+
};
|
|
2202
2215
|
};
|
|
2203
2216
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2204
2217
|
readonly WNATIVE: {
|
|
@@ -4398,6 +4411,19 @@ export declare const arbitrum: {
|
|
|
4398
4411
|
readonly bridge: "native";
|
|
4399
4412
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
4400
4413
|
};
|
|
4414
|
+
readonly MOR: {
|
|
4415
|
+
readonly name: "MOR";
|
|
4416
|
+
readonly symbol: "MOR";
|
|
4417
|
+
readonly oracleId: "arbMOR";
|
|
4418
|
+
readonly address: "0x092bAaDB7DEf4C3981454dD9c0A0D7FF07bCFc86";
|
|
4419
|
+
readonly chainId: 42161;
|
|
4420
|
+
readonly decimals: 18;
|
|
4421
|
+
readonly website: "https://mor.org/";
|
|
4422
|
+
readonly description: "At the core of the Morpheus token economy is MOR, a fair-launched utility token that powers the network, facilitating value movement and free-market dynamics among end users, builders, smart agents, DeAi applications, compute providers, consumers, developers, and capital providers.";
|
|
4423
|
+
readonly documentation: "https://gitbook.mor.org/";
|
|
4424
|
+
readonly bridge: "layer-zero";
|
|
4425
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
4426
|
+
};
|
|
4401
4427
|
}>;
|
|
4402
4428
|
readonly native: {
|
|
4403
4429
|
readonly symbol: "ETH";
|
|
@@ -2196,4 +2196,17 @@ export declare const tokens: {
|
|
|
2196
2196
|
readonly bridge: "native";
|
|
2197
2197
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2198
2198
|
};
|
|
2199
|
+
readonly MOR: {
|
|
2200
|
+
readonly name: "MOR";
|
|
2201
|
+
readonly symbol: "MOR";
|
|
2202
|
+
readonly oracleId: "arbMOR";
|
|
2203
|
+
readonly address: "0x092bAaDB7DEf4C3981454dD9c0A0D7FF07bCFc86";
|
|
2204
|
+
readonly chainId: 42161;
|
|
2205
|
+
readonly decimals: 18;
|
|
2206
|
+
readonly website: "https://mor.org/";
|
|
2207
|
+
readonly description: "At the core of the Morpheus token economy is MOR, a fair-launched utility token that powers the network, facilitating value movement and free-market dynamics among end users, builders, smart agents, DeAi applications, compute providers, consumers, developers, and capital providers.";
|
|
2208
|
+
readonly documentation: "https://gitbook.mor.org/";
|
|
2209
|
+
readonly bridge: "layer-zero";
|
|
2210
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
2211
|
+
};
|
|
2199
2212
|
};
|
|
@@ -2163,4 +2163,17 @@ export const tokens = {
|
|
|
2163
2163
|
bridge: 'native',
|
|
2164
2164
|
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
2165
2165
|
},
|
|
2166
|
+
MOR: {
|
|
2167
|
+
name: 'MOR',
|
|
2168
|
+
symbol: 'MOR',
|
|
2169
|
+
oracleId: 'arbMOR',
|
|
2170
|
+
address: '0x092bAaDB7DEf4C3981454dD9c0A0D7FF07bCFc86',
|
|
2171
|
+
chainId: 42161,
|
|
2172
|
+
decimals: 18,
|
|
2173
|
+
website: 'https://mor.org/',
|
|
2174
|
+
description: 'At the core of the Morpheus token economy is MOR, a fair-launched utility token that powers the network, facilitating value movement and free-market dynamics among end users, builders, smart agents, DeAi applications, compute providers, consumers, developers, and capital providers.',
|
|
2175
|
+
documentation: 'https://gitbook.mor.org/',
|
|
2176
|
+
bridge: 'layer-zero',
|
|
2177
|
+
tags: ['NO_TIMELOCK'],
|
|
2178
|
+
},
|
|
2166
2179
|
};
|
|
@@ -2167,15 +2167,15 @@ export declare const base: {
|
|
|
2167
2167
|
readonly MOR: {
|
|
2168
2168
|
readonly name: "MOR";
|
|
2169
2169
|
readonly symbol: "MOR";
|
|
2170
|
-
readonly oracleId: "
|
|
2170
|
+
readonly oracleId: "basMOR";
|
|
2171
2171
|
readonly address: "0x7431aDa8a591C955a994a21710752EF9b882b8e3";
|
|
2172
2172
|
readonly chainId: 8453;
|
|
2173
2173
|
readonly decimals: 18;
|
|
2174
2174
|
readonly website: "https://mor.org/";
|
|
2175
|
-
readonly description: "Morpheus is a
|
|
2176
|
-
readonly documentation: "https://
|
|
2175
|
+
readonly description: "At the core of the Morpheus token economy is MOR, a fair-launched utility token that powers the network, facilitating value movement and free-market dynamics among end users, builders, smart agents, DeAi applications, compute providers, consumers, developers, and capital providers.";
|
|
2176
|
+
readonly documentation: "https://gitbook.mor.org/";
|
|
2177
2177
|
readonly bridge: "layer-zero";
|
|
2178
|
-
readonly tags: readonly ["
|
|
2178
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
2179
2179
|
};
|
|
2180
2180
|
readonly KTA: {
|
|
2181
2181
|
readonly name: "Keeta";
|
|
@@ -5541,15 +5541,15 @@ export declare const base: {
|
|
|
5541
5541
|
readonly MOR: {
|
|
5542
5542
|
readonly name: "MOR";
|
|
5543
5543
|
readonly symbol: "MOR";
|
|
5544
|
-
readonly oracleId: "
|
|
5544
|
+
readonly oracleId: "basMOR";
|
|
5545
5545
|
readonly address: "0x7431aDa8a591C955a994a21710752EF9b882b8e3";
|
|
5546
5546
|
readonly chainId: 8453;
|
|
5547
5547
|
readonly decimals: 18;
|
|
5548
5548
|
readonly website: "https://mor.org/";
|
|
5549
|
-
readonly description: "Morpheus is a
|
|
5550
|
-
readonly documentation: "https://
|
|
5549
|
+
readonly description: "At the core of the Morpheus token economy is MOR, a fair-launched utility token that powers the network, facilitating value movement and free-market dynamics among end users, builders, smart agents, DeAi applications, compute providers, consumers, developers, and capital providers.";
|
|
5550
|
+
readonly documentation: "https://gitbook.mor.org/";
|
|
5551
5551
|
readonly bridge: "layer-zero";
|
|
5552
|
-
readonly tags: readonly ["
|
|
5552
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
5553
5553
|
};
|
|
5554
5554
|
readonly KTA: {
|
|
5555
5555
|
readonly name: "Keeta";
|
|
@@ -2164,15 +2164,15 @@ export declare const tokens: {
|
|
|
2164
2164
|
readonly MOR: {
|
|
2165
2165
|
readonly name: "MOR";
|
|
2166
2166
|
readonly symbol: "MOR";
|
|
2167
|
-
readonly oracleId: "
|
|
2167
|
+
readonly oracleId: "basMOR";
|
|
2168
2168
|
readonly address: "0x7431aDa8a591C955a994a21710752EF9b882b8e3";
|
|
2169
2169
|
readonly chainId: 8453;
|
|
2170
2170
|
readonly decimals: 18;
|
|
2171
2171
|
readonly website: "https://mor.org/";
|
|
2172
|
-
readonly description: "Morpheus is a
|
|
2173
|
-
readonly documentation: "https://
|
|
2172
|
+
readonly description: "At the core of the Morpheus token economy is MOR, a fair-launched utility token that powers the network, facilitating value movement and free-market dynamics among end users, builders, smart agents, DeAi applications, compute providers, consumers, developers, and capital providers.";
|
|
2173
|
+
readonly documentation: "https://gitbook.mor.org/";
|
|
2174
2174
|
readonly bridge: "layer-zero";
|
|
2175
|
-
readonly tags: readonly ["
|
|
2175
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
2176
2176
|
};
|
|
2177
2177
|
readonly KTA: {
|
|
2178
2178
|
readonly name: "Keeta";
|
|
@@ -2129,15 +2129,15 @@ export const tokens = {
|
|
|
2129
2129
|
MOR: {
|
|
2130
2130
|
name: 'MOR',
|
|
2131
2131
|
symbol: 'MOR',
|
|
2132
|
-
oracleId: '
|
|
2132
|
+
oracleId: 'basMOR',
|
|
2133
2133
|
address: '0x7431aDa8a591C955a994a21710752EF9b882b8e3',
|
|
2134
2134
|
chainId: 8453,
|
|
2135
2135
|
decimals: 18,
|
|
2136
2136
|
website: 'https://mor.org/',
|
|
2137
|
-
description: 'Morpheus is a
|
|
2138
|
-
documentation: 'https://
|
|
2137
|
+
description: 'At the core of the Morpheus token economy is MOR, a fair-launched utility token that powers the network, facilitating value movement and free-market dynamics among end users, builders, smart agents, DeAi applications, compute providers, consumers, developers, and capital providers.',
|
|
2138
|
+
documentation: 'https://gitbook.mor.org/',
|
|
2139
2139
|
bridge: 'layer-zero',
|
|
2140
|
-
tags: ['
|
|
2140
|
+
tags: ['NO_TIMELOCK'],
|
|
2141
2141
|
},
|
|
2142
2142
|
KTA: {
|
|
2143
2143
|
name: 'Keeta',
|
|
@@ -2883,6 +2883,32 @@ export declare const ethereum: {
|
|
|
2883
2883
|
readonly bridge: "native";
|
|
2884
2884
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
2885
2885
|
};
|
|
2886
|
+
readonly AZND: {
|
|
2887
|
+
readonly name: "Asian Dollar";
|
|
2888
|
+
readonly symbol: "AZND";
|
|
2889
|
+
readonly oracleId: "AZND";
|
|
2890
|
+
readonly address: "0x52c66B5E7f8Fde20843De900C5C8B4b0F23708A0";
|
|
2891
|
+
readonly chainId: 1;
|
|
2892
|
+
readonly decimals: 18;
|
|
2893
|
+
readonly website: "https://mudigital.net/";
|
|
2894
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
2895
|
+
readonly description: "AZND (the \"Asian Dollar\") is a synthetic dollar backed by Asia's best RWAs, designed for stability and steady yield. AZND is suitable for users seeking predictable returns while retaining full DeFi composability";
|
|
2896
|
+
readonly bridge: "layer-zero";
|
|
2897
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
2898
|
+
};
|
|
2899
|
+
readonly muBOND: {
|
|
2900
|
+
readonly name: "mu Bond";
|
|
2901
|
+
readonly symbol: "muBOND";
|
|
2902
|
+
readonly oracleId: "muBOND";
|
|
2903
|
+
readonly address: "0x09AD9c6DcadCc3aB0b3E107E8E7DA69c2eEa8599";
|
|
2904
|
+
readonly chainId: 1;
|
|
2905
|
+
readonly decimals: 18;
|
|
2906
|
+
readonly website: "https://mudigital.net/";
|
|
2907
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
2908
|
+
readonly description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.";
|
|
2909
|
+
readonly bridge: "layer-zero";
|
|
2910
|
+
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
2911
|
+
};
|
|
2886
2912
|
};
|
|
2887
2913
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2888
2914
|
readonly WNATIVE: {
|
|
@@ -5766,6 +5792,32 @@ export declare const ethereum: {
|
|
|
5766
5792
|
readonly bridge: "native";
|
|
5767
5793
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
5768
5794
|
};
|
|
5795
|
+
readonly AZND: {
|
|
5796
|
+
readonly name: "Asian Dollar";
|
|
5797
|
+
readonly symbol: "AZND";
|
|
5798
|
+
readonly oracleId: "AZND";
|
|
5799
|
+
readonly address: "0x52c66B5E7f8Fde20843De900C5C8B4b0F23708A0";
|
|
5800
|
+
readonly chainId: 1;
|
|
5801
|
+
readonly decimals: 18;
|
|
5802
|
+
readonly website: "https://mudigital.net/";
|
|
5803
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
5804
|
+
readonly description: "AZND (the \"Asian Dollar\") is a synthetic dollar backed by Asia's best RWAs, designed for stability and steady yield. AZND is suitable for users seeking predictable returns while retaining full DeFi composability";
|
|
5805
|
+
readonly bridge: "layer-zero";
|
|
5806
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
5807
|
+
};
|
|
5808
|
+
readonly muBOND: {
|
|
5809
|
+
readonly name: "mu Bond";
|
|
5810
|
+
readonly symbol: "muBOND";
|
|
5811
|
+
readonly oracleId: "muBOND";
|
|
5812
|
+
readonly address: "0x09AD9c6DcadCc3aB0b3E107E8E7DA69c2eEa8599";
|
|
5813
|
+
readonly chainId: 1;
|
|
5814
|
+
readonly decimals: 18;
|
|
5815
|
+
readonly website: "https://mudigital.net/";
|
|
5816
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
5817
|
+
readonly description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.";
|
|
5818
|
+
readonly bridge: "layer-zero";
|
|
5819
|
+
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
5820
|
+
};
|
|
5769
5821
|
}>;
|
|
5770
5822
|
readonly native: {
|
|
5771
5823
|
readonly symbol: "ETH";
|
|
@@ -2880,4 +2880,30 @@ export declare const tokens: {
|
|
|
2880
2880
|
readonly bridge: "native";
|
|
2881
2881
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
2882
2882
|
};
|
|
2883
|
+
readonly AZND: {
|
|
2884
|
+
readonly name: "Asian Dollar";
|
|
2885
|
+
readonly symbol: "AZND";
|
|
2886
|
+
readonly oracleId: "AZND";
|
|
2887
|
+
readonly address: "0x52c66B5E7f8Fde20843De900C5C8B4b0F23708A0";
|
|
2888
|
+
readonly chainId: 1;
|
|
2889
|
+
readonly decimals: 18;
|
|
2890
|
+
readonly website: "https://mudigital.net/";
|
|
2891
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
2892
|
+
readonly description: "AZND (the \"Asian Dollar\") is a synthetic dollar backed by Asia's best RWAs, designed for stability and steady yield. AZND is suitable for users seeking predictable returns while retaining full DeFi composability";
|
|
2893
|
+
readonly bridge: "layer-zero";
|
|
2894
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
2895
|
+
};
|
|
2896
|
+
readonly muBOND: {
|
|
2897
|
+
readonly name: "mu Bond";
|
|
2898
|
+
readonly symbol: "muBOND";
|
|
2899
|
+
readonly oracleId: "muBOND";
|
|
2900
|
+
readonly address: "0x09AD9c6DcadCc3aB0b3E107E8E7DA69c2eEa8599";
|
|
2901
|
+
readonly chainId: 1;
|
|
2902
|
+
readonly decimals: 18;
|
|
2903
|
+
readonly website: "https://mudigital.net/";
|
|
2904
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
2905
|
+
readonly description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.";
|
|
2906
|
+
readonly bridge: "layer-zero";
|
|
2907
|
+
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
2908
|
+
};
|
|
2883
2909
|
};
|
|
@@ -2846,4 +2846,30 @@ export const tokens = {
|
|
|
2846
2846
|
bridge: 'native',
|
|
2847
2847
|
tags: ['NO_TIMELOCK', 'STABLECOIN'],
|
|
2848
2848
|
},
|
|
2849
|
+
AZND: {
|
|
2850
|
+
name: 'Asian Dollar',
|
|
2851
|
+
symbol: 'AZND',
|
|
2852
|
+
oracleId: 'AZND',
|
|
2853
|
+
address: '0x52c66B5E7f8Fde20843De900C5C8B4b0F23708A0',
|
|
2854
|
+
chainId: 1,
|
|
2855
|
+
decimals: 18,
|
|
2856
|
+
website: 'https://mudigital.net/',
|
|
2857
|
+
documentation: 'https://docs.mudigital.net/',
|
|
2858
|
+
description: 'AZND (the "Asian Dollar") is a synthetic dollar backed by Asia\'s best RWAs, designed for stability and steady yield. AZND is suitable for users seeking predictable returns while retaining full DeFi composability',
|
|
2859
|
+
bridge: 'layer-zero',
|
|
2860
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN'],
|
|
2861
|
+
},
|
|
2862
|
+
muBOND: {
|
|
2863
|
+
name: 'mu Bond',
|
|
2864
|
+
symbol: 'muBOND',
|
|
2865
|
+
oracleId: 'muBOND',
|
|
2866
|
+
address: '0x09AD9c6DcadCc3aB0b3E107E8E7DA69c2eEa8599',
|
|
2867
|
+
chainId: 1,
|
|
2868
|
+
decimals: 18,
|
|
2869
|
+
website: 'https://mudigital.net/',
|
|
2870
|
+
documentation: 'https://docs.mudigital.net/',
|
|
2871
|
+
description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.",
|
|
2872
|
+
bridge: 'layer-zero',
|
|
2873
|
+
tags: ['NO_TIMELOCK', 'SYNTHETIC', 'STABLECOIN'],
|
|
2874
|
+
},
|
|
2849
2875
|
};
|
package/package.json
CHANGED