@beefyfinance/blockchain-addressbook 0.54.212 → 0.54.214
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/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/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
|
@@ -2729,6 +2729,19 @@ export declare const ethereum: {
|
|
|
2729
2729
|
readonly bridge: "native";
|
|
2730
2730
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2731
2731
|
};
|
|
2732
|
+
readonly iREET: {
|
|
2733
|
+
readonly name: "RWA Index Token";
|
|
2734
|
+
readonly symbol: "iREET";
|
|
2735
|
+
readonly oracleId: "iREET";
|
|
2736
|
+
readonly address: "0xe6a60d2886b11256C24C128210159133096e5CcF";
|
|
2737
|
+
readonly chainId: 1;
|
|
2738
|
+
readonly decimals: 18;
|
|
2739
|
+
readonly website: "https://raac.io/";
|
|
2740
|
+
readonly description: "The RWAIndexToken (iREET) is the ERC-20 index token minted/burned by the RWA Vault to represent proportional ownership in the protocol’s RWA index.";
|
|
2741
|
+
readonly documentation: "https://docs.raac.io/";
|
|
2742
|
+
readonly bridge: "native";
|
|
2743
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2744
|
+
};
|
|
2732
2745
|
readonly EURCV: {
|
|
2733
2746
|
readonly name: "EUR CoinVertible";
|
|
2734
2747
|
readonly symbol: "EURCV";
|
|
@@ -2857,6 +2870,19 @@ export declare const ethereum: {
|
|
|
2857
2870
|
readonly bridge: "native";
|
|
2858
2871
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2859
2872
|
};
|
|
2873
|
+
readonly AUSD: {
|
|
2874
|
+
readonly name: "AUSD";
|
|
2875
|
+
readonly symbol: "AUSD";
|
|
2876
|
+
readonly oracleId: "ethAUSD";
|
|
2877
|
+
readonly address: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a";
|
|
2878
|
+
readonly chainId: 1;
|
|
2879
|
+
readonly decimals: 6;
|
|
2880
|
+
readonly website: "https://agora.finance/";
|
|
2881
|
+
readonly documentation: "https://developer.agora.finance/";
|
|
2882
|
+
readonly description: "AUSD is backed 100% by Agora’s Reserves. The Agora Reserve Fund is composed of cash, overnight repurchase and reverse repurchase agreements, and short-term U.S. Treasury securities.";
|
|
2883
|
+
readonly bridge: "native";
|
|
2884
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
2885
|
+
};
|
|
2860
2886
|
};
|
|
2861
2887
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2862
2888
|
readonly WNATIVE: {
|
|
@@ -5586,6 +5612,19 @@ export declare const ethereum: {
|
|
|
5586
5612
|
readonly bridge: "native";
|
|
5587
5613
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5588
5614
|
};
|
|
5615
|
+
readonly iREET: {
|
|
5616
|
+
readonly name: "RWA Index Token";
|
|
5617
|
+
readonly symbol: "iREET";
|
|
5618
|
+
readonly oracleId: "iREET";
|
|
5619
|
+
readonly address: "0xe6a60d2886b11256C24C128210159133096e5CcF";
|
|
5620
|
+
readonly chainId: 1;
|
|
5621
|
+
readonly decimals: 18;
|
|
5622
|
+
readonly website: "https://raac.io/";
|
|
5623
|
+
readonly description: "The RWAIndexToken (iREET) is the ERC-20 index token minted/burned by the RWA Vault to represent proportional ownership in the protocol’s RWA index.";
|
|
5624
|
+
readonly documentation: "https://docs.raac.io/";
|
|
5625
|
+
readonly bridge: "native";
|
|
5626
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5627
|
+
};
|
|
5589
5628
|
readonly EURCV: {
|
|
5590
5629
|
readonly name: "EUR CoinVertible";
|
|
5591
5630
|
readonly symbol: "EURCV";
|
|
@@ -5714,6 +5753,19 @@ export declare const ethereum: {
|
|
|
5714
5753
|
readonly bridge: "native";
|
|
5715
5754
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5716
5755
|
};
|
|
5756
|
+
readonly AUSD: {
|
|
5757
|
+
readonly name: "AUSD";
|
|
5758
|
+
readonly symbol: "AUSD";
|
|
5759
|
+
readonly oracleId: "ethAUSD";
|
|
5760
|
+
readonly address: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a";
|
|
5761
|
+
readonly chainId: 1;
|
|
5762
|
+
readonly decimals: 6;
|
|
5763
|
+
readonly website: "https://agora.finance/";
|
|
5764
|
+
readonly documentation: "https://developer.agora.finance/";
|
|
5765
|
+
readonly description: "AUSD is backed 100% by Agora’s Reserves. The Agora Reserve Fund is composed of cash, overnight repurchase and reverse repurchase agreements, and short-term U.S. Treasury securities.";
|
|
5766
|
+
readonly bridge: "native";
|
|
5767
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
5768
|
+
};
|
|
5717
5769
|
}>;
|
|
5718
5770
|
readonly native: {
|
|
5719
5771
|
readonly symbol: "ETH";
|
|
@@ -2726,6 +2726,19 @@ export declare const tokens: {
|
|
|
2726
2726
|
readonly bridge: "native";
|
|
2727
2727
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2728
2728
|
};
|
|
2729
|
+
readonly iREET: {
|
|
2730
|
+
readonly name: "RWA Index Token";
|
|
2731
|
+
readonly symbol: "iREET";
|
|
2732
|
+
readonly oracleId: "iREET";
|
|
2733
|
+
readonly address: "0xe6a60d2886b11256C24C128210159133096e5CcF";
|
|
2734
|
+
readonly chainId: 1;
|
|
2735
|
+
readonly decimals: 18;
|
|
2736
|
+
readonly website: "https://raac.io/";
|
|
2737
|
+
readonly description: "The RWAIndexToken (iREET) is the ERC-20 index token minted/burned by the RWA Vault to represent proportional ownership in the protocol’s RWA index.";
|
|
2738
|
+
readonly documentation: "https://docs.raac.io/";
|
|
2739
|
+
readonly bridge: "native";
|
|
2740
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2741
|
+
};
|
|
2729
2742
|
readonly EURCV: {
|
|
2730
2743
|
readonly name: "EUR CoinVertible";
|
|
2731
2744
|
readonly symbol: "EURCV";
|
|
@@ -2854,4 +2867,17 @@ export declare const tokens: {
|
|
|
2854
2867
|
readonly bridge: "native";
|
|
2855
2868
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2856
2869
|
};
|
|
2870
|
+
readonly AUSD: {
|
|
2871
|
+
readonly name: "AUSD";
|
|
2872
|
+
readonly symbol: "AUSD";
|
|
2873
|
+
readonly oracleId: "ethAUSD";
|
|
2874
|
+
readonly address: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a";
|
|
2875
|
+
readonly chainId: 1;
|
|
2876
|
+
readonly decimals: 6;
|
|
2877
|
+
readonly website: "https://agora.finance/";
|
|
2878
|
+
readonly documentation: "https://developer.agora.finance/";
|
|
2879
|
+
readonly description: "AUSD is backed 100% by Agora’s Reserves. The Agora Reserve Fund is composed of cash, overnight repurchase and reverse repurchase agreements, and short-term U.S. Treasury securities.";
|
|
2880
|
+
readonly bridge: "native";
|
|
2881
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
2882
|
+
};
|
|
2857
2883
|
};
|
|
@@ -2695,6 +2695,19 @@ exports.tokens = {
|
|
|
2695
2695
|
bridge: 'native',
|
|
2696
2696
|
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2697
2697
|
},
|
|
2698
|
+
iREET: {
|
|
2699
|
+
name: 'RWA Index Token',
|
|
2700
|
+
symbol: 'iREET',
|
|
2701
|
+
oracleId: 'iREET',
|
|
2702
|
+
address: '0xe6a60d2886b11256C24C128210159133096e5CcF',
|
|
2703
|
+
chainId: 1,
|
|
2704
|
+
decimals: 18,
|
|
2705
|
+
website: 'https://raac.io/',
|
|
2706
|
+
description: 'The RWAIndexToken (iREET) is the ERC-20 index token minted/burned by the RWA Vault to represent proportional ownership in the protocol’s RWA index.',
|
|
2707
|
+
documentation: 'https://docs.raac.io/',
|
|
2708
|
+
bridge: 'native',
|
|
2709
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2710
|
+
},
|
|
2698
2711
|
EURCV: {
|
|
2699
2712
|
name: 'EUR CoinVertible',
|
|
2700
2713
|
symbol: 'EURCV',
|
|
@@ -2823,4 +2836,17 @@ exports.tokens = {
|
|
|
2823
2836
|
bridge: 'native',
|
|
2824
2837
|
tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2825
2838
|
},
|
|
2839
|
+
AUSD: {
|
|
2840
|
+
name: 'AUSD',
|
|
2841
|
+
symbol: 'AUSD',
|
|
2842
|
+
oracleId: 'ethAUSD',
|
|
2843
|
+
address: '0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a',
|
|
2844
|
+
chainId: 1,
|
|
2845
|
+
decimals: 6,
|
|
2846
|
+
website: 'https://agora.finance/',
|
|
2847
|
+
documentation: 'https://developer.agora.finance/',
|
|
2848
|
+
description: 'AUSD is backed 100% by Agora’s Reserves. The Agora Reserve Fund is composed of cash, overnight repurchase and reverse repurchase agreements, and short-term U.S. Treasury securities.',
|
|
2849
|
+
bridge: 'native',
|
|
2850
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN'],
|
|
2851
|
+
},
|
|
2826
2852
|
};
|
|
@@ -2729,6 +2729,19 @@ export declare const ethereum: {
|
|
|
2729
2729
|
readonly bridge: "native";
|
|
2730
2730
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2731
2731
|
};
|
|
2732
|
+
readonly iREET: {
|
|
2733
|
+
readonly name: "RWA Index Token";
|
|
2734
|
+
readonly symbol: "iREET";
|
|
2735
|
+
readonly oracleId: "iREET";
|
|
2736
|
+
readonly address: "0xe6a60d2886b11256C24C128210159133096e5CcF";
|
|
2737
|
+
readonly chainId: 1;
|
|
2738
|
+
readonly decimals: 18;
|
|
2739
|
+
readonly website: "https://raac.io/";
|
|
2740
|
+
readonly description: "The RWAIndexToken (iREET) is the ERC-20 index token minted/burned by the RWA Vault to represent proportional ownership in the protocol’s RWA index.";
|
|
2741
|
+
readonly documentation: "https://docs.raac.io/";
|
|
2742
|
+
readonly bridge: "native";
|
|
2743
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2744
|
+
};
|
|
2732
2745
|
readonly EURCV: {
|
|
2733
2746
|
readonly name: "EUR CoinVertible";
|
|
2734
2747
|
readonly symbol: "EURCV";
|
|
@@ -2857,6 +2870,19 @@ export declare const ethereum: {
|
|
|
2857
2870
|
readonly bridge: "native";
|
|
2858
2871
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2859
2872
|
};
|
|
2873
|
+
readonly AUSD: {
|
|
2874
|
+
readonly name: "AUSD";
|
|
2875
|
+
readonly symbol: "AUSD";
|
|
2876
|
+
readonly oracleId: "ethAUSD";
|
|
2877
|
+
readonly address: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a";
|
|
2878
|
+
readonly chainId: 1;
|
|
2879
|
+
readonly decimals: 6;
|
|
2880
|
+
readonly website: "https://agora.finance/";
|
|
2881
|
+
readonly documentation: "https://developer.agora.finance/";
|
|
2882
|
+
readonly description: "AUSD is backed 100% by Agora’s Reserves. The Agora Reserve Fund is composed of cash, overnight repurchase and reverse repurchase agreements, and short-term U.S. Treasury securities.";
|
|
2883
|
+
readonly bridge: "native";
|
|
2884
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
2885
|
+
};
|
|
2860
2886
|
};
|
|
2861
2887
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2862
2888
|
readonly WNATIVE: {
|
|
@@ -5586,6 +5612,19 @@ export declare const ethereum: {
|
|
|
5586
5612
|
readonly bridge: "native";
|
|
5587
5613
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5588
5614
|
};
|
|
5615
|
+
readonly iREET: {
|
|
5616
|
+
readonly name: "RWA Index Token";
|
|
5617
|
+
readonly symbol: "iREET";
|
|
5618
|
+
readonly oracleId: "iREET";
|
|
5619
|
+
readonly address: "0xe6a60d2886b11256C24C128210159133096e5CcF";
|
|
5620
|
+
readonly chainId: 1;
|
|
5621
|
+
readonly decimals: 18;
|
|
5622
|
+
readonly website: "https://raac.io/";
|
|
5623
|
+
readonly description: "The RWAIndexToken (iREET) is the ERC-20 index token minted/burned by the RWA Vault to represent proportional ownership in the protocol’s RWA index.";
|
|
5624
|
+
readonly documentation: "https://docs.raac.io/";
|
|
5625
|
+
readonly bridge: "native";
|
|
5626
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5627
|
+
};
|
|
5589
5628
|
readonly EURCV: {
|
|
5590
5629
|
readonly name: "EUR CoinVertible";
|
|
5591
5630
|
readonly symbol: "EURCV";
|
|
@@ -5714,6 +5753,19 @@ export declare const ethereum: {
|
|
|
5714
5753
|
readonly bridge: "native";
|
|
5715
5754
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5716
5755
|
};
|
|
5756
|
+
readonly AUSD: {
|
|
5757
|
+
readonly name: "AUSD";
|
|
5758
|
+
readonly symbol: "AUSD";
|
|
5759
|
+
readonly oracleId: "ethAUSD";
|
|
5760
|
+
readonly address: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a";
|
|
5761
|
+
readonly chainId: 1;
|
|
5762
|
+
readonly decimals: 6;
|
|
5763
|
+
readonly website: "https://agora.finance/";
|
|
5764
|
+
readonly documentation: "https://developer.agora.finance/";
|
|
5765
|
+
readonly description: "AUSD is backed 100% by Agora’s Reserves. The Agora Reserve Fund is composed of cash, overnight repurchase and reverse repurchase agreements, and short-term U.S. Treasury securities.";
|
|
5766
|
+
readonly bridge: "native";
|
|
5767
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
5768
|
+
};
|
|
5717
5769
|
}>;
|
|
5718
5770
|
readonly native: {
|
|
5719
5771
|
readonly symbol: "ETH";
|
|
@@ -2726,6 +2726,19 @@ export declare const tokens: {
|
|
|
2726
2726
|
readonly bridge: "native";
|
|
2727
2727
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2728
2728
|
};
|
|
2729
|
+
readonly iREET: {
|
|
2730
|
+
readonly name: "RWA Index Token";
|
|
2731
|
+
readonly symbol: "iREET";
|
|
2732
|
+
readonly oracleId: "iREET";
|
|
2733
|
+
readonly address: "0xe6a60d2886b11256C24C128210159133096e5CcF";
|
|
2734
|
+
readonly chainId: 1;
|
|
2735
|
+
readonly decimals: 18;
|
|
2736
|
+
readonly website: "https://raac.io/";
|
|
2737
|
+
readonly description: "The RWAIndexToken (iREET) is the ERC-20 index token minted/burned by the RWA Vault to represent proportional ownership in the protocol’s RWA index.";
|
|
2738
|
+
readonly documentation: "https://docs.raac.io/";
|
|
2739
|
+
readonly bridge: "native";
|
|
2740
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2741
|
+
};
|
|
2729
2742
|
readonly EURCV: {
|
|
2730
2743
|
readonly name: "EUR CoinVertible";
|
|
2731
2744
|
readonly symbol: "EURCV";
|
|
@@ -2854,4 +2867,17 @@ export declare const tokens: {
|
|
|
2854
2867
|
readonly bridge: "native";
|
|
2855
2868
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2856
2869
|
};
|
|
2870
|
+
readonly AUSD: {
|
|
2871
|
+
readonly name: "AUSD";
|
|
2872
|
+
readonly symbol: "AUSD";
|
|
2873
|
+
readonly oracleId: "ethAUSD";
|
|
2874
|
+
readonly address: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a";
|
|
2875
|
+
readonly chainId: 1;
|
|
2876
|
+
readonly decimals: 6;
|
|
2877
|
+
readonly website: "https://agora.finance/";
|
|
2878
|
+
readonly documentation: "https://developer.agora.finance/";
|
|
2879
|
+
readonly description: "AUSD is backed 100% by Agora’s Reserves. The Agora Reserve Fund is composed of cash, overnight repurchase and reverse repurchase agreements, and short-term U.S. Treasury securities.";
|
|
2880
|
+
readonly bridge: "native";
|
|
2881
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
2882
|
+
};
|
|
2857
2883
|
};
|
|
@@ -2692,6 +2692,19 @@ export const tokens = {
|
|
|
2692
2692
|
bridge: 'native',
|
|
2693
2693
|
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2694
2694
|
},
|
|
2695
|
+
iREET: {
|
|
2696
|
+
name: 'RWA Index Token',
|
|
2697
|
+
symbol: 'iREET',
|
|
2698
|
+
oracleId: 'iREET',
|
|
2699
|
+
address: '0xe6a60d2886b11256C24C128210159133096e5CcF',
|
|
2700
|
+
chainId: 1,
|
|
2701
|
+
decimals: 18,
|
|
2702
|
+
website: 'https://raac.io/',
|
|
2703
|
+
description: 'The RWAIndexToken (iREET) is the ERC-20 index token minted/burned by the RWA Vault to represent proportional ownership in the protocol’s RWA index.',
|
|
2704
|
+
documentation: 'https://docs.raac.io/',
|
|
2705
|
+
bridge: 'native',
|
|
2706
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2707
|
+
},
|
|
2695
2708
|
EURCV: {
|
|
2696
2709
|
name: 'EUR CoinVertible',
|
|
2697
2710
|
symbol: 'EURCV',
|
|
@@ -2820,4 +2833,17 @@ export const tokens = {
|
|
|
2820
2833
|
bridge: 'native',
|
|
2821
2834
|
tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2822
2835
|
},
|
|
2836
|
+
AUSD: {
|
|
2837
|
+
name: 'AUSD',
|
|
2838
|
+
symbol: 'AUSD',
|
|
2839
|
+
oracleId: 'ethAUSD',
|
|
2840
|
+
address: '0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a',
|
|
2841
|
+
chainId: 1,
|
|
2842
|
+
decimals: 6,
|
|
2843
|
+
website: 'https://agora.finance/',
|
|
2844
|
+
documentation: 'https://developer.agora.finance/',
|
|
2845
|
+
description: 'AUSD is backed 100% by Agora’s Reserves. The Agora Reserve Fund is composed of cash, overnight repurchase and reverse repurchase agreements, and short-term U.S. Treasury securities.',
|
|
2846
|
+
bridge: 'native',
|
|
2847
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN'],
|
|
2848
|
+
},
|
|
2823
2849
|
};
|
package/package.json
CHANGED