@beefyfinance/blockchain-addressbook 0.54.123 → 0.54.124
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
|
@@ -258,6 +258,19 @@ export declare const monad: {
|
|
|
258
258
|
readonly bridge: "native";
|
|
259
259
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
|
|
260
260
|
};
|
|
261
|
+
readonly USD1: {
|
|
262
|
+
readonly name: "World Liberty Financial USD";
|
|
263
|
+
readonly symbol: "USD1";
|
|
264
|
+
readonly oracleId: "USD1";
|
|
265
|
+
readonly address: "0x111111d2bf19e43C34263401e0CAd979eD1cdb61";
|
|
266
|
+
readonly chainId: 143;
|
|
267
|
+
readonly decimals: 6;
|
|
268
|
+
readonly logoURI: "";
|
|
269
|
+
readonly website: "https://worldlibertyfinancial.com/usd1";
|
|
270
|
+
readonly description: "Digital dollar stablecoins that are accepted both on-chain and in the real world.";
|
|
271
|
+
readonly documentation: "https://worldlibertyfinancial.com/about";
|
|
272
|
+
readonly bridge: "chainlink";
|
|
273
|
+
};
|
|
261
274
|
};
|
|
262
275
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
263
276
|
readonly WNATIVE: {
|
|
@@ -516,6 +529,19 @@ export declare const monad: {
|
|
|
516
529
|
readonly bridge: "native";
|
|
517
530
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
|
|
518
531
|
};
|
|
532
|
+
readonly USD1: {
|
|
533
|
+
readonly name: "World Liberty Financial USD";
|
|
534
|
+
readonly symbol: "USD1";
|
|
535
|
+
readonly oracleId: "USD1";
|
|
536
|
+
readonly address: "0x111111d2bf19e43C34263401e0CAd979eD1cdb61";
|
|
537
|
+
readonly chainId: 143;
|
|
538
|
+
readonly decimals: 6;
|
|
539
|
+
readonly logoURI: "";
|
|
540
|
+
readonly website: "https://worldlibertyfinancial.com/usd1";
|
|
541
|
+
readonly description: "Digital dollar stablecoins that are accepted both on-chain and in the real world.";
|
|
542
|
+
readonly documentation: "https://worldlibertyfinancial.com/about";
|
|
543
|
+
readonly bridge: "chainlink";
|
|
544
|
+
};
|
|
519
545
|
}>;
|
|
520
546
|
readonly native: {
|
|
521
547
|
readonly symbol: "MON";
|
|
@@ -255,4 +255,17 @@ export declare const tokens: {
|
|
|
255
255
|
readonly bridge: "native";
|
|
256
256
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
|
|
257
257
|
};
|
|
258
|
+
readonly USD1: {
|
|
259
|
+
readonly name: "World Liberty Financial USD";
|
|
260
|
+
readonly symbol: "USD1";
|
|
261
|
+
readonly oracleId: "USD1";
|
|
262
|
+
readonly address: "0x111111d2bf19e43C34263401e0CAd979eD1cdb61";
|
|
263
|
+
readonly chainId: 143;
|
|
264
|
+
readonly decimals: 6;
|
|
265
|
+
readonly logoURI: "";
|
|
266
|
+
readonly website: "https://worldlibertyfinancial.com/usd1";
|
|
267
|
+
readonly description: "Digital dollar stablecoins that are accepted both on-chain and in the real world.";
|
|
268
|
+
readonly documentation: "https://worldlibertyfinancial.com/about";
|
|
269
|
+
readonly bridge: "chainlink";
|
|
270
|
+
};
|
|
258
271
|
};
|
|
@@ -223,4 +223,17 @@ exports.tokens = {
|
|
|
223
223
|
bridge: 'native',
|
|
224
224
|
tags: ['NO_TIMELOCK', 'SYNTHETIC'],
|
|
225
225
|
},
|
|
226
|
+
USD1: {
|
|
227
|
+
name: 'World Liberty Financial USD',
|
|
228
|
+
symbol: 'USD1',
|
|
229
|
+
oracleId: 'USD1',
|
|
230
|
+
address: '0x111111d2bf19e43C34263401e0CAd979eD1cdb61',
|
|
231
|
+
chainId: 143,
|
|
232
|
+
decimals: 6,
|
|
233
|
+
logoURI: '',
|
|
234
|
+
website: 'https://worldlibertyfinancial.com/usd1',
|
|
235
|
+
description: 'Digital dollar stablecoins that are accepted both on-chain and in the real world.',
|
|
236
|
+
documentation: 'https://worldlibertyfinancial.com/about',
|
|
237
|
+
bridge: 'chainlink',
|
|
238
|
+
},
|
|
226
239
|
};
|
|
@@ -258,6 +258,19 @@ export declare const monad: {
|
|
|
258
258
|
readonly bridge: "native";
|
|
259
259
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
|
|
260
260
|
};
|
|
261
|
+
readonly USD1: {
|
|
262
|
+
readonly name: "World Liberty Financial USD";
|
|
263
|
+
readonly symbol: "USD1";
|
|
264
|
+
readonly oracleId: "USD1";
|
|
265
|
+
readonly address: "0x111111d2bf19e43C34263401e0CAd979eD1cdb61";
|
|
266
|
+
readonly chainId: 143;
|
|
267
|
+
readonly decimals: 6;
|
|
268
|
+
readonly logoURI: "";
|
|
269
|
+
readonly website: "https://worldlibertyfinancial.com/usd1";
|
|
270
|
+
readonly description: "Digital dollar stablecoins that are accepted both on-chain and in the real world.";
|
|
271
|
+
readonly documentation: "https://worldlibertyfinancial.com/about";
|
|
272
|
+
readonly bridge: "chainlink";
|
|
273
|
+
};
|
|
261
274
|
};
|
|
262
275
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
263
276
|
readonly WNATIVE: {
|
|
@@ -516,6 +529,19 @@ export declare const monad: {
|
|
|
516
529
|
readonly bridge: "native";
|
|
517
530
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
|
|
518
531
|
};
|
|
532
|
+
readonly USD1: {
|
|
533
|
+
readonly name: "World Liberty Financial USD";
|
|
534
|
+
readonly symbol: "USD1";
|
|
535
|
+
readonly oracleId: "USD1";
|
|
536
|
+
readonly address: "0x111111d2bf19e43C34263401e0CAd979eD1cdb61";
|
|
537
|
+
readonly chainId: 143;
|
|
538
|
+
readonly decimals: 6;
|
|
539
|
+
readonly logoURI: "";
|
|
540
|
+
readonly website: "https://worldlibertyfinancial.com/usd1";
|
|
541
|
+
readonly description: "Digital dollar stablecoins that are accepted both on-chain and in the real world.";
|
|
542
|
+
readonly documentation: "https://worldlibertyfinancial.com/about";
|
|
543
|
+
readonly bridge: "chainlink";
|
|
544
|
+
};
|
|
519
545
|
}>;
|
|
520
546
|
readonly native: {
|
|
521
547
|
readonly symbol: "MON";
|
|
@@ -255,4 +255,17 @@ export declare const tokens: {
|
|
|
255
255
|
readonly bridge: "native";
|
|
256
256
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
|
|
257
257
|
};
|
|
258
|
+
readonly USD1: {
|
|
259
|
+
readonly name: "World Liberty Financial USD";
|
|
260
|
+
readonly symbol: "USD1";
|
|
261
|
+
readonly oracleId: "USD1";
|
|
262
|
+
readonly address: "0x111111d2bf19e43C34263401e0CAd979eD1cdb61";
|
|
263
|
+
readonly chainId: 143;
|
|
264
|
+
readonly decimals: 6;
|
|
265
|
+
readonly logoURI: "";
|
|
266
|
+
readonly website: "https://worldlibertyfinancial.com/usd1";
|
|
267
|
+
readonly description: "Digital dollar stablecoins that are accepted both on-chain and in the real world.";
|
|
268
|
+
readonly documentation: "https://worldlibertyfinancial.com/about";
|
|
269
|
+
readonly bridge: "chainlink";
|
|
270
|
+
};
|
|
258
271
|
};
|
|
@@ -220,4 +220,17 @@ export const tokens = {
|
|
|
220
220
|
bridge: 'native',
|
|
221
221
|
tags: ['NO_TIMELOCK', 'SYNTHETIC'],
|
|
222
222
|
},
|
|
223
|
+
USD1: {
|
|
224
|
+
name: 'World Liberty Financial USD',
|
|
225
|
+
symbol: 'USD1',
|
|
226
|
+
oracleId: 'USD1',
|
|
227
|
+
address: '0x111111d2bf19e43C34263401e0CAd979eD1cdb61',
|
|
228
|
+
chainId: 143,
|
|
229
|
+
decimals: 6,
|
|
230
|
+
logoURI: '',
|
|
231
|
+
website: 'https://worldlibertyfinancial.com/usd1',
|
|
232
|
+
description: 'Digital dollar stablecoins that are accepted both on-chain and in the real world.',
|
|
233
|
+
documentation: 'https://worldlibertyfinancial.com/about',
|
|
234
|
+
bridge: 'chainlink',
|
|
235
|
+
},
|
|
223
236
|
};
|
package/package.json
CHANGED