@beefyfinance/blockchain-addressbook 0.54.203 → 0.54.204
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 +26 -0
- package/build/address-book/base/tokens/tokens.d.ts +13 -0
- package/build/address-book/base/tokens/tokens.js +13 -0
- package/build-esm/address-book/base/index.d.ts +26 -0
- package/build-esm/address-book/base/tokens/tokens.d.ts +13 -0
- package/build-esm/address-book/base/tokens/tokens.js +13 -0
- package/package.json +1 -1
|
@@ -3312,6 +3312,19 @@ export declare const base: {
|
|
|
3312
3312
|
readonly bridge: "layer-zero";
|
|
3313
3313
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3314
3314
|
};
|
|
3315
|
+
readonly frxUSD: {
|
|
3316
|
+
readonly name: "Frax USD";
|
|
3317
|
+
readonly symbol: "frxUSD";
|
|
3318
|
+
readonly oracleId: "basefrxUSD";
|
|
3319
|
+
readonly address: "0xe5020A6d073a794B6E7f05678707dE47986Fb0b6";
|
|
3320
|
+
readonly chainId: 8453;
|
|
3321
|
+
readonly decimals: 18;
|
|
3322
|
+
readonly website: "https://frax.finance/";
|
|
3323
|
+
readonly description: "frxUSD (previously FRAX) is a crypto collateralized stablecoin pegged to the US dollar.";
|
|
3324
|
+
readonly bridge: "layer-zero";
|
|
3325
|
+
readonly documentation: "https://docs.frax.finance/";
|
|
3326
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
3327
|
+
};
|
|
3315
3328
|
};
|
|
3316
3329
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3317
3330
|
readonly WNATIVE: {
|
|
@@ -6624,6 +6637,19 @@ export declare const base: {
|
|
|
6624
6637
|
readonly bridge: "layer-zero";
|
|
6625
6638
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6626
6639
|
};
|
|
6640
|
+
readonly frxUSD: {
|
|
6641
|
+
readonly name: "Frax USD";
|
|
6642
|
+
readonly symbol: "frxUSD";
|
|
6643
|
+
readonly oracleId: "basefrxUSD";
|
|
6644
|
+
readonly address: "0xe5020A6d073a794B6E7f05678707dE47986Fb0b6";
|
|
6645
|
+
readonly chainId: 8453;
|
|
6646
|
+
readonly decimals: 18;
|
|
6647
|
+
readonly website: "https://frax.finance/";
|
|
6648
|
+
readonly description: "frxUSD (previously FRAX) is a crypto collateralized stablecoin pegged to the US dollar.";
|
|
6649
|
+
readonly bridge: "layer-zero";
|
|
6650
|
+
readonly documentation: "https://docs.frax.finance/";
|
|
6651
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
6652
|
+
};
|
|
6627
6653
|
}>;
|
|
6628
6654
|
readonly native: {
|
|
6629
6655
|
readonly symbol: "ETH";
|
|
@@ -3309,4 +3309,17 @@ export declare const tokens: {
|
|
|
3309
3309
|
readonly bridge: "layer-zero";
|
|
3310
3310
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3311
3311
|
};
|
|
3312
|
+
readonly frxUSD: {
|
|
3313
|
+
readonly name: "Frax USD";
|
|
3314
|
+
readonly symbol: "frxUSD";
|
|
3315
|
+
readonly oracleId: "basefrxUSD";
|
|
3316
|
+
readonly address: "0xe5020A6d073a794B6E7f05678707dE47986Fb0b6";
|
|
3317
|
+
readonly chainId: 8453;
|
|
3318
|
+
readonly decimals: 18;
|
|
3319
|
+
readonly website: "https://frax.finance/";
|
|
3320
|
+
readonly description: "frxUSD (previously FRAX) is a crypto collateralized stablecoin pegged to the US dollar.";
|
|
3321
|
+
readonly bridge: "layer-zero";
|
|
3322
|
+
readonly documentation: "https://docs.frax.finance/";
|
|
3323
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
3324
|
+
};
|
|
3312
3325
|
};
|
|
@@ -3277,4 +3277,17 @@ exports.tokens = {
|
|
|
3277
3277
|
bridge: 'layer-zero',
|
|
3278
3278
|
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3279
3279
|
},
|
|
3280
|
+
frxUSD: {
|
|
3281
|
+
name: 'Frax USD',
|
|
3282
|
+
symbol: 'frxUSD',
|
|
3283
|
+
oracleId: 'basefrxUSD',
|
|
3284
|
+
address: '0xe5020A6d073a794B6E7f05678707dE47986Fb0b6',
|
|
3285
|
+
chainId: 8453,
|
|
3286
|
+
decimals: 18,
|
|
3287
|
+
website: 'https://frax.finance/',
|
|
3288
|
+
description: 'frxUSD (previously FRAX) is a crypto collateralized stablecoin pegged to the US dollar.',
|
|
3289
|
+
bridge: 'layer-zero',
|
|
3290
|
+
documentation: 'https://docs.frax.finance/',
|
|
3291
|
+
tags: ['STABLECOIN', 'SYNTHETIC'],
|
|
3292
|
+
},
|
|
3280
3293
|
};
|
|
@@ -3312,6 +3312,19 @@ export declare const base: {
|
|
|
3312
3312
|
readonly bridge: "layer-zero";
|
|
3313
3313
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3314
3314
|
};
|
|
3315
|
+
readonly frxUSD: {
|
|
3316
|
+
readonly name: "Frax USD";
|
|
3317
|
+
readonly symbol: "frxUSD";
|
|
3318
|
+
readonly oracleId: "basefrxUSD";
|
|
3319
|
+
readonly address: "0xe5020A6d073a794B6E7f05678707dE47986Fb0b6";
|
|
3320
|
+
readonly chainId: 8453;
|
|
3321
|
+
readonly decimals: 18;
|
|
3322
|
+
readonly website: "https://frax.finance/";
|
|
3323
|
+
readonly description: "frxUSD (previously FRAX) is a crypto collateralized stablecoin pegged to the US dollar.";
|
|
3324
|
+
readonly bridge: "layer-zero";
|
|
3325
|
+
readonly documentation: "https://docs.frax.finance/";
|
|
3326
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
3327
|
+
};
|
|
3315
3328
|
};
|
|
3316
3329
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3317
3330
|
readonly WNATIVE: {
|
|
@@ -6624,6 +6637,19 @@ export declare const base: {
|
|
|
6624
6637
|
readonly bridge: "layer-zero";
|
|
6625
6638
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6626
6639
|
};
|
|
6640
|
+
readonly frxUSD: {
|
|
6641
|
+
readonly name: "Frax USD";
|
|
6642
|
+
readonly symbol: "frxUSD";
|
|
6643
|
+
readonly oracleId: "basefrxUSD";
|
|
6644
|
+
readonly address: "0xe5020A6d073a794B6E7f05678707dE47986Fb0b6";
|
|
6645
|
+
readonly chainId: 8453;
|
|
6646
|
+
readonly decimals: 18;
|
|
6647
|
+
readonly website: "https://frax.finance/";
|
|
6648
|
+
readonly description: "frxUSD (previously FRAX) is a crypto collateralized stablecoin pegged to the US dollar.";
|
|
6649
|
+
readonly bridge: "layer-zero";
|
|
6650
|
+
readonly documentation: "https://docs.frax.finance/";
|
|
6651
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
6652
|
+
};
|
|
6627
6653
|
}>;
|
|
6628
6654
|
readonly native: {
|
|
6629
6655
|
readonly symbol: "ETH";
|
|
@@ -3309,4 +3309,17 @@ export declare const tokens: {
|
|
|
3309
3309
|
readonly bridge: "layer-zero";
|
|
3310
3310
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3311
3311
|
};
|
|
3312
|
+
readonly frxUSD: {
|
|
3313
|
+
readonly name: "Frax USD";
|
|
3314
|
+
readonly symbol: "frxUSD";
|
|
3315
|
+
readonly oracleId: "basefrxUSD";
|
|
3316
|
+
readonly address: "0xe5020A6d073a794B6E7f05678707dE47986Fb0b6";
|
|
3317
|
+
readonly chainId: 8453;
|
|
3318
|
+
readonly decimals: 18;
|
|
3319
|
+
readonly website: "https://frax.finance/";
|
|
3320
|
+
readonly description: "frxUSD (previously FRAX) is a crypto collateralized stablecoin pegged to the US dollar.";
|
|
3321
|
+
readonly bridge: "layer-zero";
|
|
3322
|
+
readonly documentation: "https://docs.frax.finance/";
|
|
3323
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
3324
|
+
};
|
|
3312
3325
|
};
|
|
@@ -3274,4 +3274,17 @@ export const tokens = {
|
|
|
3274
3274
|
bridge: 'layer-zero',
|
|
3275
3275
|
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3276
3276
|
},
|
|
3277
|
+
frxUSD: {
|
|
3278
|
+
name: 'Frax USD',
|
|
3279
|
+
symbol: 'frxUSD',
|
|
3280
|
+
oracleId: 'basefrxUSD',
|
|
3281
|
+
address: '0xe5020A6d073a794B6E7f05678707dE47986Fb0b6',
|
|
3282
|
+
chainId: 8453,
|
|
3283
|
+
decimals: 18,
|
|
3284
|
+
website: 'https://frax.finance/',
|
|
3285
|
+
description: 'frxUSD (previously FRAX) is a crypto collateralized stablecoin pegged to the US dollar.',
|
|
3286
|
+
bridge: 'layer-zero',
|
|
3287
|
+
documentation: 'https://docs.frax.finance/',
|
|
3288
|
+
tags: ['STABLECOIN', 'SYNTHETIC'],
|
|
3289
|
+
},
|
|
3277
3290
|
};
|
package/package.json
CHANGED