@beefyfinance/blockchain-addressbook 0.54.133 → 0.54.134
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 +26 -0
- package/build/address-book/monad/tokens/tokens.d.ts +13 -0
- package/build/address-book/monad/tokens/tokens.js +13 -0
- package/build-esm/address-book/monad/index.d.ts +26 -0
- package/build-esm/address-book/monad/tokens/tokens.d.ts +13 -0
- package/build-esm/address-book/monad/tokens/tokens.js +13 -0
- package/package.json +1 -1
|
@@ -265,6 +265,19 @@ export declare const monad: {
|
|
|
265
265
|
readonly bridge: "native";
|
|
266
266
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
267
267
|
};
|
|
268
|
+
readonly DUST: {
|
|
269
|
+
readonly name: "Pixie Dust";
|
|
270
|
+
readonly symbol: "DUST";
|
|
271
|
+
readonly oracleId: "DUST";
|
|
272
|
+
readonly address: "0xAD96C3dffCD6374294e2573A7fBBA96097CC8d7c";
|
|
273
|
+
readonly chainId: 143;
|
|
274
|
+
readonly decimals: 18;
|
|
275
|
+
readonly website: "https://neverland.money/";
|
|
276
|
+
readonly documentation: "https://docs.neverland.money/";
|
|
277
|
+
readonly description: "Pixie Dust (DUST), powers every aspect of the Neverland protocol — from governance participation through veDUST, to liquidity incentives and deflationary mechanisms that strengthen value over time.";
|
|
278
|
+
readonly bridge: "native";
|
|
279
|
+
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
|
|
280
|
+
};
|
|
268
281
|
};
|
|
269
282
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
270
283
|
readonly WNATIVE: {
|
|
@@ -530,6 +543,19 @@ export declare const monad: {
|
|
|
530
543
|
readonly bridge: "native";
|
|
531
544
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
532
545
|
};
|
|
546
|
+
readonly DUST: {
|
|
547
|
+
readonly name: "Pixie Dust";
|
|
548
|
+
readonly symbol: "DUST";
|
|
549
|
+
readonly oracleId: "DUST";
|
|
550
|
+
readonly address: "0xAD96C3dffCD6374294e2573A7fBBA96097CC8d7c";
|
|
551
|
+
readonly chainId: 143;
|
|
552
|
+
readonly decimals: 18;
|
|
553
|
+
readonly website: "https://neverland.money/";
|
|
554
|
+
readonly documentation: "https://docs.neverland.money/";
|
|
555
|
+
readonly description: "Pixie Dust (DUST), powers every aspect of the Neverland protocol — from governance participation through veDUST, to liquidity incentives and deflationary mechanisms that strengthen value over time.";
|
|
556
|
+
readonly bridge: "native";
|
|
557
|
+
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
|
|
558
|
+
};
|
|
533
559
|
}>;
|
|
534
560
|
readonly native: {
|
|
535
561
|
readonly symbol: "MON";
|
|
@@ -262,4 +262,17 @@ export declare const tokens: {
|
|
|
262
262
|
readonly bridge: "native";
|
|
263
263
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
264
264
|
};
|
|
265
|
+
readonly DUST: {
|
|
266
|
+
readonly name: "Pixie Dust";
|
|
267
|
+
readonly symbol: "DUST";
|
|
268
|
+
readonly oracleId: "DUST";
|
|
269
|
+
readonly address: "0xAD96C3dffCD6374294e2573A7fBBA96097CC8d7c";
|
|
270
|
+
readonly chainId: 143;
|
|
271
|
+
readonly decimals: 18;
|
|
272
|
+
readonly website: "https://neverland.money/";
|
|
273
|
+
readonly documentation: "https://docs.neverland.money/";
|
|
274
|
+
readonly description: "Pixie Dust (DUST), powers every aspect of the Neverland protocol — from governance participation through veDUST, to liquidity incentives and deflationary mechanisms that strengthen value over time.";
|
|
275
|
+
readonly bridge: "native";
|
|
276
|
+
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
|
|
277
|
+
};
|
|
265
278
|
};
|
|
@@ -233,4 +233,17 @@ exports.tokens = {
|
|
|
233
233
|
bridge: 'native',
|
|
234
234
|
tags: ['NO_TIMELOCK', 'STABLECOIN'],
|
|
235
235
|
},
|
|
236
|
+
DUST: {
|
|
237
|
+
name: 'Pixie Dust',
|
|
238
|
+
symbol: 'DUST',
|
|
239
|
+
oracleId: 'DUST',
|
|
240
|
+
address: '0xAD96C3dffCD6374294e2573A7fBBA96097CC8d7c',
|
|
241
|
+
chainId: 143,
|
|
242
|
+
decimals: 18,
|
|
243
|
+
website: 'https://neverland.money/',
|
|
244
|
+
documentation: 'https://docs.neverland.money/',
|
|
245
|
+
description: 'Pixie Dust (DUST), powers every aspect of the Neverland protocol — from governance participation through veDUST, to liquidity incentives and deflationary mechanisms that strengthen value over time.',
|
|
246
|
+
bridge: 'native',
|
|
247
|
+
tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
|
|
248
|
+
},
|
|
236
249
|
};
|
|
@@ -265,6 +265,19 @@ export declare const monad: {
|
|
|
265
265
|
readonly bridge: "native";
|
|
266
266
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
267
267
|
};
|
|
268
|
+
readonly DUST: {
|
|
269
|
+
readonly name: "Pixie Dust";
|
|
270
|
+
readonly symbol: "DUST";
|
|
271
|
+
readonly oracleId: "DUST";
|
|
272
|
+
readonly address: "0xAD96C3dffCD6374294e2573A7fBBA96097CC8d7c";
|
|
273
|
+
readonly chainId: 143;
|
|
274
|
+
readonly decimals: 18;
|
|
275
|
+
readonly website: "https://neverland.money/";
|
|
276
|
+
readonly documentation: "https://docs.neverland.money/";
|
|
277
|
+
readonly description: "Pixie Dust (DUST), powers every aspect of the Neverland protocol — from governance participation through veDUST, to liquidity incentives and deflationary mechanisms that strengthen value over time.";
|
|
278
|
+
readonly bridge: "native";
|
|
279
|
+
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
|
|
280
|
+
};
|
|
268
281
|
};
|
|
269
282
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
270
283
|
readonly WNATIVE: {
|
|
@@ -530,6 +543,19 @@ export declare const monad: {
|
|
|
530
543
|
readonly bridge: "native";
|
|
531
544
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
532
545
|
};
|
|
546
|
+
readonly DUST: {
|
|
547
|
+
readonly name: "Pixie Dust";
|
|
548
|
+
readonly symbol: "DUST";
|
|
549
|
+
readonly oracleId: "DUST";
|
|
550
|
+
readonly address: "0xAD96C3dffCD6374294e2573A7fBBA96097CC8d7c";
|
|
551
|
+
readonly chainId: 143;
|
|
552
|
+
readonly decimals: 18;
|
|
553
|
+
readonly website: "https://neverland.money/";
|
|
554
|
+
readonly documentation: "https://docs.neverland.money/";
|
|
555
|
+
readonly description: "Pixie Dust (DUST), powers every aspect of the Neverland protocol — from governance participation through veDUST, to liquidity incentives and deflationary mechanisms that strengthen value over time.";
|
|
556
|
+
readonly bridge: "native";
|
|
557
|
+
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
|
|
558
|
+
};
|
|
533
559
|
}>;
|
|
534
560
|
readonly native: {
|
|
535
561
|
readonly symbol: "MON";
|
|
@@ -262,4 +262,17 @@ export declare const tokens: {
|
|
|
262
262
|
readonly bridge: "native";
|
|
263
263
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
264
264
|
};
|
|
265
|
+
readonly DUST: {
|
|
266
|
+
readonly name: "Pixie Dust";
|
|
267
|
+
readonly symbol: "DUST";
|
|
268
|
+
readonly oracleId: "DUST";
|
|
269
|
+
readonly address: "0xAD96C3dffCD6374294e2573A7fBBA96097CC8d7c";
|
|
270
|
+
readonly chainId: 143;
|
|
271
|
+
readonly decimals: 18;
|
|
272
|
+
readonly website: "https://neverland.money/";
|
|
273
|
+
readonly documentation: "https://docs.neverland.money/";
|
|
274
|
+
readonly description: "Pixie Dust (DUST), powers every aspect of the Neverland protocol — from governance participation through veDUST, to liquidity incentives and deflationary mechanisms that strengthen value over time.";
|
|
275
|
+
readonly bridge: "native";
|
|
276
|
+
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
|
|
277
|
+
};
|
|
265
278
|
};
|
|
@@ -230,4 +230,17 @@ export const tokens = {
|
|
|
230
230
|
bridge: 'native',
|
|
231
231
|
tags: ['NO_TIMELOCK', 'STABLECOIN'],
|
|
232
232
|
},
|
|
233
|
+
DUST: {
|
|
234
|
+
name: 'Pixie Dust',
|
|
235
|
+
symbol: 'DUST',
|
|
236
|
+
oracleId: 'DUST',
|
|
237
|
+
address: '0xAD96C3dffCD6374294e2573A7fBBA96097CC8d7c',
|
|
238
|
+
chainId: 143,
|
|
239
|
+
decimals: 18,
|
|
240
|
+
website: 'https://neverland.money/',
|
|
241
|
+
documentation: 'https://docs.neverland.money/',
|
|
242
|
+
description: 'Pixie Dust (DUST), powers every aspect of the Neverland protocol — from governance participation through veDUST, to liquidity incentives and deflationary mechanisms that strengthen value over time.',
|
|
243
|
+
bridge: 'native',
|
|
244
|
+
tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
|
|
245
|
+
},
|
|
233
246
|
};
|
package/package.json
CHANGED