@beefyfinance/blockchain-addressbook 0.54.212 → 0.54.213
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 +26 -0
- package/build/address-book/ethereum/tokens/tokens.d.ts +13 -0
- package/build/address-book/ethereum/tokens/tokens.js +13 -0
- package/build-esm/address-book/ethereum/index.d.ts +26 -0
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +13 -0
- package/build-esm/address-book/ethereum/tokens/tokens.js +13 -0
- package/package.json +1 -1
|
@@ -2857,6 +2857,19 @@ export declare const ethereum: {
|
|
|
2857
2857
|
readonly bridge: "native";
|
|
2858
2858
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2859
2859
|
};
|
|
2860
|
+
readonly AUSD: {
|
|
2861
|
+
readonly name: "AUSD";
|
|
2862
|
+
readonly symbol: "AUSD";
|
|
2863
|
+
readonly oracleId: "ethAUSD";
|
|
2864
|
+
readonly address: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a";
|
|
2865
|
+
readonly chainId: 1;
|
|
2866
|
+
readonly decimals: 6;
|
|
2867
|
+
readonly website: "https://agora.finance/";
|
|
2868
|
+
readonly documentation: "https://developer.agora.finance/";
|
|
2869
|
+
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.";
|
|
2870
|
+
readonly bridge: "native";
|
|
2871
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
2872
|
+
};
|
|
2860
2873
|
};
|
|
2861
2874
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2862
2875
|
readonly WNATIVE: {
|
|
@@ -5714,6 +5727,19 @@ export declare const ethereum: {
|
|
|
5714
5727
|
readonly bridge: "native";
|
|
5715
5728
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5716
5729
|
};
|
|
5730
|
+
readonly AUSD: {
|
|
5731
|
+
readonly name: "AUSD";
|
|
5732
|
+
readonly symbol: "AUSD";
|
|
5733
|
+
readonly oracleId: "ethAUSD";
|
|
5734
|
+
readonly address: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a";
|
|
5735
|
+
readonly chainId: 1;
|
|
5736
|
+
readonly decimals: 6;
|
|
5737
|
+
readonly website: "https://agora.finance/";
|
|
5738
|
+
readonly documentation: "https://developer.agora.finance/";
|
|
5739
|
+
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.";
|
|
5740
|
+
readonly bridge: "native";
|
|
5741
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
5742
|
+
};
|
|
5717
5743
|
}>;
|
|
5718
5744
|
readonly native: {
|
|
5719
5745
|
readonly symbol: "ETH";
|
|
@@ -2854,4 +2854,17 @@ export declare const tokens: {
|
|
|
2854
2854
|
readonly bridge: "native";
|
|
2855
2855
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2856
2856
|
};
|
|
2857
|
+
readonly AUSD: {
|
|
2858
|
+
readonly name: "AUSD";
|
|
2859
|
+
readonly symbol: "AUSD";
|
|
2860
|
+
readonly oracleId: "ethAUSD";
|
|
2861
|
+
readonly address: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a";
|
|
2862
|
+
readonly chainId: 1;
|
|
2863
|
+
readonly decimals: 6;
|
|
2864
|
+
readonly website: "https://agora.finance/";
|
|
2865
|
+
readonly documentation: "https://developer.agora.finance/";
|
|
2866
|
+
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.";
|
|
2867
|
+
readonly bridge: "native";
|
|
2868
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
2869
|
+
};
|
|
2857
2870
|
};
|
|
@@ -2823,4 +2823,17 @@ exports.tokens = {
|
|
|
2823
2823
|
bridge: 'native',
|
|
2824
2824
|
tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2825
2825
|
},
|
|
2826
|
+
AUSD: {
|
|
2827
|
+
name: 'AUSD',
|
|
2828
|
+
symbol: 'AUSD',
|
|
2829
|
+
oracleId: 'ethAUSD',
|
|
2830
|
+
address: '0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a',
|
|
2831
|
+
chainId: 1,
|
|
2832
|
+
decimals: 6,
|
|
2833
|
+
website: 'https://agora.finance/',
|
|
2834
|
+
documentation: 'https://developer.agora.finance/',
|
|
2835
|
+
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.',
|
|
2836
|
+
bridge: 'native',
|
|
2837
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN'],
|
|
2838
|
+
},
|
|
2826
2839
|
};
|
|
@@ -2857,6 +2857,19 @@ export declare const ethereum: {
|
|
|
2857
2857
|
readonly bridge: "native";
|
|
2858
2858
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2859
2859
|
};
|
|
2860
|
+
readonly AUSD: {
|
|
2861
|
+
readonly name: "AUSD";
|
|
2862
|
+
readonly symbol: "AUSD";
|
|
2863
|
+
readonly oracleId: "ethAUSD";
|
|
2864
|
+
readonly address: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a";
|
|
2865
|
+
readonly chainId: 1;
|
|
2866
|
+
readonly decimals: 6;
|
|
2867
|
+
readonly website: "https://agora.finance/";
|
|
2868
|
+
readonly documentation: "https://developer.agora.finance/";
|
|
2869
|
+
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.";
|
|
2870
|
+
readonly bridge: "native";
|
|
2871
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
2872
|
+
};
|
|
2860
2873
|
};
|
|
2861
2874
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2862
2875
|
readonly WNATIVE: {
|
|
@@ -5714,6 +5727,19 @@ export declare const ethereum: {
|
|
|
5714
5727
|
readonly bridge: "native";
|
|
5715
5728
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5716
5729
|
};
|
|
5730
|
+
readonly AUSD: {
|
|
5731
|
+
readonly name: "AUSD";
|
|
5732
|
+
readonly symbol: "AUSD";
|
|
5733
|
+
readonly oracleId: "ethAUSD";
|
|
5734
|
+
readonly address: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a";
|
|
5735
|
+
readonly chainId: 1;
|
|
5736
|
+
readonly decimals: 6;
|
|
5737
|
+
readonly website: "https://agora.finance/";
|
|
5738
|
+
readonly documentation: "https://developer.agora.finance/";
|
|
5739
|
+
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.";
|
|
5740
|
+
readonly bridge: "native";
|
|
5741
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
5742
|
+
};
|
|
5717
5743
|
}>;
|
|
5718
5744
|
readonly native: {
|
|
5719
5745
|
readonly symbol: "ETH";
|
|
@@ -2854,4 +2854,17 @@ export declare const tokens: {
|
|
|
2854
2854
|
readonly bridge: "native";
|
|
2855
2855
|
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2856
2856
|
};
|
|
2857
|
+
readonly AUSD: {
|
|
2858
|
+
readonly name: "AUSD";
|
|
2859
|
+
readonly symbol: "AUSD";
|
|
2860
|
+
readonly oracleId: "ethAUSD";
|
|
2861
|
+
readonly address: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a";
|
|
2862
|
+
readonly chainId: 1;
|
|
2863
|
+
readonly decimals: 6;
|
|
2864
|
+
readonly website: "https://agora.finance/";
|
|
2865
|
+
readonly documentation: "https://developer.agora.finance/";
|
|
2866
|
+
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.";
|
|
2867
|
+
readonly bridge: "native";
|
|
2868
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
2869
|
+
};
|
|
2857
2870
|
};
|
|
@@ -2820,4 +2820,17 @@ export const tokens = {
|
|
|
2820
2820
|
bridge: 'native',
|
|
2821
2821
|
tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2822
2822
|
},
|
|
2823
|
+
AUSD: {
|
|
2824
|
+
name: 'AUSD',
|
|
2825
|
+
symbol: 'AUSD',
|
|
2826
|
+
oracleId: 'ethAUSD',
|
|
2827
|
+
address: '0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a',
|
|
2828
|
+
chainId: 1,
|
|
2829
|
+
decimals: 6,
|
|
2830
|
+
website: 'https://agora.finance/',
|
|
2831
|
+
documentation: 'https://developer.agora.finance/',
|
|
2832
|
+
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.',
|
|
2833
|
+
bridge: 'native',
|
|
2834
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN'],
|
|
2835
|
+
},
|
|
2823
2836
|
};
|
package/package.json
CHANGED