@beefyfinance/blockchain-addressbook 0.54.119 → 0.54.120
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/monad/index.d.ts +28 -0
- package/build/address-book/monad/tokens/tokens.d.ts +14 -0
- package/build/address-book/monad/tokens/tokens.js +14 -0
- package/build-esm/address-book/monad/index.d.ts +28 -0
- package/build-esm/address-book/monad/tokens/tokens.d.ts +14 -0
- package/build-esm/address-book/monad/tokens/tokens.js +14 -0
- package/package.json +1 -1
|
@@ -186,6 +186,20 @@ export declare const monad: {
|
|
|
186
186
|
readonly bridge: "native";
|
|
187
187
|
readonly risks: readonly ["NO_TIMELOCK"];
|
|
188
188
|
};
|
|
189
|
+
readonly muBOND: {
|
|
190
|
+
readonly name: "mu Bond";
|
|
191
|
+
readonly symbol: "muBOND";
|
|
192
|
+
readonly oracleId: "muBOND";
|
|
193
|
+
readonly address: "0x336D414754967C6682B5A665C7DAF6F1409E63e8";
|
|
194
|
+
readonly chainId: 143;
|
|
195
|
+
readonly decimals: 18;
|
|
196
|
+
readonly logoURI: "";
|
|
197
|
+
readonly website: "https://mudigital.net/";
|
|
198
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
199
|
+
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.";
|
|
200
|
+
readonly bridge: "native";
|
|
201
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
202
|
+
};
|
|
189
203
|
readonly shMON: {
|
|
190
204
|
readonly name: "ShMonad";
|
|
191
205
|
readonly symbol: "shMON";
|
|
@@ -428,6 +442,20 @@ export declare const monad: {
|
|
|
428
442
|
readonly bridge: "native";
|
|
429
443
|
readonly risks: readonly ["NO_TIMELOCK"];
|
|
430
444
|
};
|
|
445
|
+
readonly muBOND: {
|
|
446
|
+
readonly name: "mu Bond";
|
|
447
|
+
readonly symbol: "muBOND";
|
|
448
|
+
readonly oracleId: "muBOND";
|
|
449
|
+
readonly address: "0x336D414754967C6682B5A665C7DAF6F1409E63e8";
|
|
450
|
+
readonly chainId: 143;
|
|
451
|
+
readonly decimals: 18;
|
|
452
|
+
readonly logoURI: "";
|
|
453
|
+
readonly website: "https://mudigital.net/";
|
|
454
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
455
|
+
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.";
|
|
456
|
+
readonly bridge: "native";
|
|
457
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
458
|
+
};
|
|
431
459
|
readonly shMON: {
|
|
432
460
|
readonly name: "ShMonad";
|
|
433
461
|
readonly symbol: "shMON";
|
|
@@ -183,6 +183,20 @@ export declare const tokens: {
|
|
|
183
183
|
readonly bridge: "native";
|
|
184
184
|
readonly risks: readonly ["NO_TIMELOCK"];
|
|
185
185
|
};
|
|
186
|
+
readonly muBOND: {
|
|
187
|
+
readonly name: "mu Bond";
|
|
188
|
+
readonly symbol: "muBOND";
|
|
189
|
+
readonly oracleId: "muBOND";
|
|
190
|
+
readonly address: "0x336D414754967C6682B5A665C7DAF6F1409E63e8";
|
|
191
|
+
readonly chainId: 143;
|
|
192
|
+
readonly decimals: 18;
|
|
193
|
+
readonly logoURI: "";
|
|
194
|
+
readonly website: "https://mudigital.net/";
|
|
195
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
196
|
+
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.";
|
|
197
|
+
readonly bridge: "native";
|
|
198
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
199
|
+
};
|
|
186
200
|
readonly shMON: {
|
|
187
201
|
readonly name: "ShMonad";
|
|
188
202
|
readonly symbol: "shMON";
|
|
@@ -151,6 +151,20 @@ exports.tokens = {
|
|
|
151
151
|
bridge: 'native',
|
|
152
152
|
risks: ['NO_TIMELOCK'],
|
|
153
153
|
},
|
|
154
|
+
muBOND: {
|
|
155
|
+
name: 'mu Bond',
|
|
156
|
+
symbol: 'muBOND',
|
|
157
|
+
oracleId: 'muBOND',
|
|
158
|
+
address: '0x336D414754967C6682B5A665C7DAF6F1409E63e8',
|
|
159
|
+
chainId: 143,
|
|
160
|
+
decimals: 18,
|
|
161
|
+
logoURI: '',
|
|
162
|
+
website: 'https://mudigital.net/',
|
|
163
|
+
documentation: 'https://docs.mudigital.net/',
|
|
164
|
+
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.",
|
|
165
|
+
bridge: 'native',
|
|
166
|
+
risks: ['NO_TIMELOCK'],
|
|
167
|
+
},
|
|
154
168
|
shMON: {
|
|
155
169
|
name: 'ShMonad',
|
|
156
170
|
symbol: 'shMON',
|
|
@@ -186,6 +186,20 @@ export declare const monad: {
|
|
|
186
186
|
readonly bridge: "native";
|
|
187
187
|
readonly risks: readonly ["NO_TIMELOCK"];
|
|
188
188
|
};
|
|
189
|
+
readonly muBOND: {
|
|
190
|
+
readonly name: "mu Bond";
|
|
191
|
+
readonly symbol: "muBOND";
|
|
192
|
+
readonly oracleId: "muBOND";
|
|
193
|
+
readonly address: "0x336D414754967C6682B5A665C7DAF6F1409E63e8";
|
|
194
|
+
readonly chainId: 143;
|
|
195
|
+
readonly decimals: 18;
|
|
196
|
+
readonly logoURI: "";
|
|
197
|
+
readonly website: "https://mudigital.net/";
|
|
198
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
199
|
+
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.";
|
|
200
|
+
readonly bridge: "native";
|
|
201
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
202
|
+
};
|
|
189
203
|
readonly shMON: {
|
|
190
204
|
readonly name: "ShMonad";
|
|
191
205
|
readonly symbol: "shMON";
|
|
@@ -428,6 +442,20 @@ export declare const monad: {
|
|
|
428
442
|
readonly bridge: "native";
|
|
429
443
|
readonly risks: readonly ["NO_TIMELOCK"];
|
|
430
444
|
};
|
|
445
|
+
readonly muBOND: {
|
|
446
|
+
readonly name: "mu Bond";
|
|
447
|
+
readonly symbol: "muBOND";
|
|
448
|
+
readonly oracleId: "muBOND";
|
|
449
|
+
readonly address: "0x336D414754967C6682B5A665C7DAF6F1409E63e8";
|
|
450
|
+
readonly chainId: 143;
|
|
451
|
+
readonly decimals: 18;
|
|
452
|
+
readonly logoURI: "";
|
|
453
|
+
readonly website: "https://mudigital.net/";
|
|
454
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
455
|
+
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.";
|
|
456
|
+
readonly bridge: "native";
|
|
457
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
458
|
+
};
|
|
431
459
|
readonly shMON: {
|
|
432
460
|
readonly name: "ShMonad";
|
|
433
461
|
readonly symbol: "shMON";
|
|
@@ -183,6 +183,20 @@ export declare const tokens: {
|
|
|
183
183
|
readonly bridge: "native";
|
|
184
184
|
readonly risks: readonly ["NO_TIMELOCK"];
|
|
185
185
|
};
|
|
186
|
+
readonly muBOND: {
|
|
187
|
+
readonly name: "mu Bond";
|
|
188
|
+
readonly symbol: "muBOND";
|
|
189
|
+
readonly oracleId: "muBOND";
|
|
190
|
+
readonly address: "0x336D414754967C6682B5A665C7DAF6F1409E63e8";
|
|
191
|
+
readonly chainId: 143;
|
|
192
|
+
readonly decimals: 18;
|
|
193
|
+
readonly logoURI: "";
|
|
194
|
+
readonly website: "https://mudigital.net/";
|
|
195
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
196
|
+
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.";
|
|
197
|
+
readonly bridge: "native";
|
|
198
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
199
|
+
};
|
|
186
200
|
readonly shMON: {
|
|
187
201
|
readonly name: "ShMonad";
|
|
188
202
|
readonly symbol: "shMON";
|
|
@@ -148,6 +148,20 @@ export const tokens = {
|
|
|
148
148
|
bridge: 'native',
|
|
149
149
|
risks: ['NO_TIMELOCK'],
|
|
150
150
|
},
|
|
151
|
+
muBOND: {
|
|
152
|
+
name: 'mu Bond',
|
|
153
|
+
symbol: 'muBOND',
|
|
154
|
+
oracleId: 'muBOND',
|
|
155
|
+
address: '0x336D414754967C6682B5A665C7DAF6F1409E63e8',
|
|
156
|
+
chainId: 143,
|
|
157
|
+
decimals: 18,
|
|
158
|
+
logoURI: '',
|
|
159
|
+
website: 'https://mudigital.net/',
|
|
160
|
+
documentation: 'https://docs.mudigital.net/',
|
|
161
|
+
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.",
|
|
162
|
+
bridge: 'native',
|
|
163
|
+
risks: ['NO_TIMELOCK'],
|
|
164
|
+
},
|
|
151
165
|
shMON: {
|
|
152
166
|
name: 'ShMonad',
|
|
153
167
|
symbol: 'shMON',
|
package/package.json
CHANGED