@beefyfinance/blockchain-addressbook 0.54.218 → 0.54.220
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 +2 -0
- package/build/address-book/base/tokens/tokens.d.ts +1 -0
- package/build/address-book/base/tokens/tokens.js +1 -0
- 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/base/index.d.ts +2 -0
- package/build-esm/address-book/base/tokens/tokens.d.ts +1 -0
- package/build-esm/address-book/base/tokens/tokens.js +1 -0
- 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
|
@@ -3360,6 +3360,7 @@ export declare const base: {
|
|
|
3360
3360
|
readonly website: "https://www.atlasora.foundation/";
|
|
3361
3361
|
readonly description: "AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.";
|
|
3362
3362
|
readonly bridge: "native";
|
|
3363
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3363
3364
|
};
|
|
3364
3365
|
readonly LFI: {
|
|
3365
3366
|
readonly name: "LienFi";
|
|
@@ -6733,6 +6734,7 @@ export declare const base: {
|
|
|
6733
6734
|
readonly website: "https://www.atlasora.foundation/";
|
|
6734
6735
|
readonly description: "AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.";
|
|
6735
6736
|
readonly bridge: "native";
|
|
6737
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6736
6738
|
};
|
|
6737
6739
|
readonly LFI: {
|
|
6738
6740
|
readonly name: "LienFi";
|
|
@@ -3357,6 +3357,7 @@ export declare const tokens: {
|
|
|
3357
3357
|
readonly website: "https://www.atlasora.foundation/";
|
|
3358
3358
|
readonly description: "AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.";
|
|
3359
3359
|
readonly bridge: "native";
|
|
3360
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3360
3361
|
};
|
|
3361
3362
|
readonly LFI: {
|
|
3362
3363
|
readonly name: "LienFi";
|
|
@@ -3325,6 +3325,7 @@ exports.tokens = {
|
|
|
3325
3325
|
website: 'https://www.atlasora.foundation/',
|
|
3326
3326
|
description: 'AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.',
|
|
3327
3327
|
bridge: 'native',
|
|
3328
|
+
tags: ['LARGE_HOLDERS'],
|
|
3328
3329
|
},
|
|
3329
3330
|
LFI: {
|
|
3330
3331
|
name: 'LienFi',
|
|
@@ -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
|
};
|
|
@@ -3360,6 +3360,7 @@ export declare const base: {
|
|
|
3360
3360
|
readonly website: "https://www.atlasora.foundation/";
|
|
3361
3361
|
readonly description: "AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.";
|
|
3362
3362
|
readonly bridge: "native";
|
|
3363
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3363
3364
|
};
|
|
3364
3365
|
readonly LFI: {
|
|
3365
3366
|
readonly name: "LienFi";
|
|
@@ -6733,6 +6734,7 @@ export declare const base: {
|
|
|
6733
6734
|
readonly website: "https://www.atlasora.foundation/";
|
|
6734
6735
|
readonly description: "AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.";
|
|
6735
6736
|
readonly bridge: "native";
|
|
6737
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6736
6738
|
};
|
|
6737
6739
|
readonly LFI: {
|
|
6738
6740
|
readonly name: "LienFi";
|
|
@@ -3357,6 +3357,7 @@ export declare const tokens: {
|
|
|
3357
3357
|
readonly website: "https://www.atlasora.foundation/";
|
|
3358
3358
|
readonly description: "AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.";
|
|
3359
3359
|
readonly bridge: "native";
|
|
3360
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3360
3361
|
};
|
|
3361
3362
|
readonly LFI: {
|
|
3362
3363
|
readonly name: "LienFi";
|
|
@@ -3322,6 +3322,7 @@ export const tokens = {
|
|
|
3322
3322
|
website: 'https://www.atlasora.foundation/',
|
|
3323
3323
|
description: 'AtlasOra is a Base-native protocol for stablecoin settlement in prepaid commerce.',
|
|
3324
3324
|
bridge: 'native',
|
|
3325
|
+
tags: ['LARGE_HOLDERS'],
|
|
3325
3326
|
},
|
|
3326
3327
|
LFI: {
|
|
3327
3328
|
name: 'LienFi',
|
|
@@ -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