@beefyfinance/blockchain-addressbook 0.54.211 → 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/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/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/address-book/megaeth/index.d.ts +4 -2
- package/build/address-book/megaeth/tokens/tokens.d.ts +2 -1
- package/build/address-book/megaeth/tokens/tokens.js +2 -1
- 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/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/build-esm/address-book/megaeth/index.d.ts +4 -2
- package/build-esm/address-book/megaeth/tokens/tokens.d.ts +2 -1
- package/build-esm/address-book/megaeth/tokens/tokens.js +2 -1
- package/package.json +1 -1
|
@@ -3337,6 +3337,19 @@ export declare const base: {
|
|
|
3337
3337
|
readonly documentation: "https://docs.frax.finance/";
|
|
3338
3338
|
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
3339
3339
|
};
|
|
3340
|
+
readonly cbMEGA: {
|
|
3341
|
+
readonly name: "Coinbase Wrapped MEGA";
|
|
3342
|
+
readonly symbol: "cbMEGA";
|
|
3343
|
+
readonly oracleId: "cbMEGA";
|
|
3344
|
+
readonly address: "0xcb111E6A2a3bde90856D299d61341ac302167D23";
|
|
3345
|
+
readonly chainId: 8453;
|
|
3346
|
+
readonly decimals: 18;
|
|
3347
|
+
readonly website: "https://www.megaeth.com/";
|
|
3348
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
3349
|
+
readonly description: "Coinbase Wrapped MEGA (cbMEGA) is backed 1:1 with MEGA, custodied with Coinbase.";
|
|
3350
|
+
readonly bridge: "native";
|
|
3351
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3352
|
+
};
|
|
3340
3353
|
};
|
|
3341
3354
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3342
3355
|
readonly WNATIVE: {
|
|
@@ -6674,6 +6687,19 @@ export declare const base: {
|
|
|
6674
6687
|
readonly documentation: "https://docs.frax.finance/";
|
|
6675
6688
|
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
6676
6689
|
};
|
|
6690
|
+
readonly cbMEGA: {
|
|
6691
|
+
readonly name: "Coinbase Wrapped MEGA";
|
|
6692
|
+
readonly symbol: "cbMEGA";
|
|
6693
|
+
readonly oracleId: "cbMEGA";
|
|
6694
|
+
readonly address: "0xcb111E6A2a3bde90856D299d61341ac302167D23";
|
|
6695
|
+
readonly chainId: 8453;
|
|
6696
|
+
readonly decimals: 18;
|
|
6697
|
+
readonly website: "https://www.megaeth.com/";
|
|
6698
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
6699
|
+
readonly description: "Coinbase Wrapped MEGA (cbMEGA) is backed 1:1 with MEGA, custodied with Coinbase.";
|
|
6700
|
+
readonly bridge: "native";
|
|
6701
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
6702
|
+
};
|
|
6677
6703
|
}>;
|
|
6678
6704
|
readonly native: {
|
|
6679
6705
|
readonly symbol: "ETH";
|
|
@@ -3334,4 +3334,17 @@ export declare const tokens: {
|
|
|
3334
3334
|
readonly documentation: "https://docs.frax.finance/";
|
|
3335
3335
|
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
3336
3336
|
};
|
|
3337
|
+
readonly cbMEGA: {
|
|
3338
|
+
readonly name: "Coinbase Wrapped MEGA";
|
|
3339
|
+
readonly symbol: "cbMEGA";
|
|
3340
|
+
readonly oracleId: "cbMEGA";
|
|
3341
|
+
readonly address: "0xcb111E6A2a3bde90856D299d61341ac302167D23";
|
|
3342
|
+
readonly chainId: 8453;
|
|
3343
|
+
readonly decimals: 18;
|
|
3344
|
+
readonly website: "https://www.megaeth.com/";
|
|
3345
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
3346
|
+
readonly description: "Coinbase Wrapped MEGA (cbMEGA) is backed 1:1 with MEGA, custodied with Coinbase.";
|
|
3347
|
+
readonly bridge: "native";
|
|
3348
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3349
|
+
};
|
|
3337
3350
|
};
|
|
@@ -3302,4 +3302,17 @@ exports.tokens = {
|
|
|
3302
3302
|
documentation: 'https://docs.frax.finance/',
|
|
3303
3303
|
tags: ['STABLECOIN', 'SYNTHETIC'],
|
|
3304
3304
|
},
|
|
3305
|
+
cbMEGA: {
|
|
3306
|
+
name: 'Coinbase Wrapped MEGA',
|
|
3307
|
+
symbol: 'cbMEGA',
|
|
3308
|
+
oracleId: 'cbMEGA',
|
|
3309
|
+
address: '0xcb111E6A2a3bde90856D299d61341ac302167D23',
|
|
3310
|
+
chainId: 8453,
|
|
3311
|
+
decimals: 18,
|
|
3312
|
+
website: 'https://www.megaeth.com/',
|
|
3313
|
+
documentation: 'https://docs.megaeth.com/',
|
|
3314
|
+
description: 'Coinbase Wrapped MEGA (cbMEGA) is backed 1:1 with MEGA, custodied with Coinbase.',
|
|
3315
|
+
bridge: 'native',
|
|
3316
|
+
tags: ['NO_TIMELOCK'],
|
|
3317
|
+
},
|
|
3305
3318
|
};
|
|
@@ -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
|
};
|
|
@@ -62,9 +62,10 @@ export declare const megaeth: {
|
|
|
62
62
|
readonly chainId: 4326;
|
|
63
63
|
readonly decimals: 18;
|
|
64
64
|
readonly website: "https://www.megaeth.com/";
|
|
65
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
65
66
|
readonly description: "MEGA is the native token powering the MegaETH protocol. MegaETH democratizes what no other chain has: guaranteed low-latency access to a real-time blockchain. MEGA is used by traders to pay for proximity to the sequencer. Rewards earned by the MegaETH Foundation on the native stablecoin USDm are used to buyback MEGA.";
|
|
66
67
|
readonly bridge: "native";
|
|
67
|
-
readonly tags: readonly ["
|
|
68
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
68
69
|
};
|
|
69
70
|
readonly USDm: {
|
|
70
71
|
readonly name: "MegaUSD";
|
|
@@ -203,9 +204,10 @@ export declare const megaeth: {
|
|
|
203
204
|
readonly chainId: 4326;
|
|
204
205
|
readonly decimals: 18;
|
|
205
206
|
readonly website: "https://www.megaeth.com/";
|
|
207
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
206
208
|
readonly description: "MEGA is the native token powering the MegaETH protocol. MegaETH democratizes what no other chain has: guaranteed low-latency access to a real-time blockchain. MEGA is used by traders to pay for proximity to the sequencer. Rewards earned by the MegaETH Foundation on the native stablecoin USDm are used to buyback MEGA.";
|
|
207
209
|
readonly bridge: "native";
|
|
208
|
-
readonly tags: readonly ["
|
|
210
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
209
211
|
};
|
|
210
212
|
readonly USDm: {
|
|
211
213
|
readonly name: "MegaUSD";
|
|
@@ -59,9 +59,10 @@ export declare const tokens: {
|
|
|
59
59
|
readonly chainId: 4326;
|
|
60
60
|
readonly decimals: 18;
|
|
61
61
|
readonly website: "https://www.megaeth.com/";
|
|
62
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
62
63
|
readonly description: "MEGA is the native token powering the MegaETH protocol. MegaETH democratizes what no other chain has: guaranteed low-latency access to a real-time blockchain. MEGA is used by traders to pay for proximity to the sequencer. Rewards earned by the MegaETH Foundation on the native stablecoin USDm are used to buyback MEGA.";
|
|
63
64
|
readonly bridge: "native";
|
|
64
|
-
readonly tags: readonly ["
|
|
65
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
65
66
|
};
|
|
66
67
|
readonly USDm: {
|
|
67
68
|
readonly name: "MegaUSD";
|
|
@@ -27,9 +27,10 @@ exports.tokens = {
|
|
|
27
27
|
chainId: 4326,
|
|
28
28
|
decimals: 18,
|
|
29
29
|
website: 'https://www.megaeth.com/',
|
|
30
|
+
documentation: 'https://docs.megaeth.com/',
|
|
30
31
|
description: 'MEGA is the native token powering the MegaETH protocol. MegaETH democratizes what no other chain has: guaranteed low-latency access to a real-time blockchain. MEGA is used by traders to pay for proximity to the sequencer. Rewards earned by the MegaETH Foundation on the native stablecoin USDm are used to buyback MEGA.',
|
|
31
32
|
bridge: 'native',
|
|
32
|
-
tags: ['
|
|
33
|
+
tags: ['NO_TIMELOCK'],
|
|
33
34
|
},
|
|
34
35
|
USDm: {
|
|
35
36
|
name: 'MegaUSD',
|
|
@@ -3337,6 +3337,19 @@ export declare const base: {
|
|
|
3337
3337
|
readonly documentation: "https://docs.frax.finance/";
|
|
3338
3338
|
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
3339
3339
|
};
|
|
3340
|
+
readonly cbMEGA: {
|
|
3341
|
+
readonly name: "Coinbase Wrapped MEGA";
|
|
3342
|
+
readonly symbol: "cbMEGA";
|
|
3343
|
+
readonly oracleId: "cbMEGA";
|
|
3344
|
+
readonly address: "0xcb111E6A2a3bde90856D299d61341ac302167D23";
|
|
3345
|
+
readonly chainId: 8453;
|
|
3346
|
+
readonly decimals: 18;
|
|
3347
|
+
readonly website: "https://www.megaeth.com/";
|
|
3348
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
3349
|
+
readonly description: "Coinbase Wrapped MEGA (cbMEGA) is backed 1:1 with MEGA, custodied with Coinbase.";
|
|
3350
|
+
readonly bridge: "native";
|
|
3351
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3352
|
+
};
|
|
3340
3353
|
};
|
|
3341
3354
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3342
3355
|
readonly WNATIVE: {
|
|
@@ -6674,6 +6687,19 @@ export declare const base: {
|
|
|
6674
6687
|
readonly documentation: "https://docs.frax.finance/";
|
|
6675
6688
|
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
6676
6689
|
};
|
|
6690
|
+
readonly cbMEGA: {
|
|
6691
|
+
readonly name: "Coinbase Wrapped MEGA";
|
|
6692
|
+
readonly symbol: "cbMEGA";
|
|
6693
|
+
readonly oracleId: "cbMEGA";
|
|
6694
|
+
readonly address: "0xcb111E6A2a3bde90856D299d61341ac302167D23";
|
|
6695
|
+
readonly chainId: 8453;
|
|
6696
|
+
readonly decimals: 18;
|
|
6697
|
+
readonly website: "https://www.megaeth.com/";
|
|
6698
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
6699
|
+
readonly description: "Coinbase Wrapped MEGA (cbMEGA) is backed 1:1 with MEGA, custodied with Coinbase.";
|
|
6700
|
+
readonly bridge: "native";
|
|
6701
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
6702
|
+
};
|
|
6677
6703
|
}>;
|
|
6678
6704
|
readonly native: {
|
|
6679
6705
|
readonly symbol: "ETH";
|
|
@@ -3334,4 +3334,17 @@ export declare const tokens: {
|
|
|
3334
3334
|
readonly documentation: "https://docs.frax.finance/";
|
|
3335
3335
|
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
3336
3336
|
};
|
|
3337
|
+
readonly cbMEGA: {
|
|
3338
|
+
readonly name: "Coinbase Wrapped MEGA";
|
|
3339
|
+
readonly symbol: "cbMEGA";
|
|
3340
|
+
readonly oracleId: "cbMEGA";
|
|
3341
|
+
readonly address: "0xcb111E6A2a3bde90856D299d61341ac302167D23";
|
|
3342
|
+
readonly chainId: 8453;
|
|
3343
|
+
readonly decimals: 18;
|
|
3344
|
+
readonly website: "https://www.megaeth.com/";
|
|
3345
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
3346
|
+
readonly description: "Coinbase Wrapped MEGA (cbMEGA) is backed 1:1 with MEGA, custodied with Coinbase.";
|
|
3347
|
+
readonly bridge: "native";
|
|
3348
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3349
|
+
};
|
|
3337
3350
|
};
|
|
@@ -3299,4 +3299,17 @@ export const tokens = {
|
|
|
3299
3299
|
documentation: 'https://docs.frax.finance/',
|
|
3300
3300
|
tags: ['STABLECOIN', 'SYNTHETIC'],
|
|
3301
3301
|
},
|
|
3302
|
+
cbMEGA: {
|
|
3303
|
+
name: 'Coinbase Wrapped MEGA',
|
|
3304
|
+
symbol: 'cbMEGA',
|
|
3305
|
+
oracleId: 'cbMEGA',
|
|
3306
|
+
address: '0xcb111E6A2a3bde90856D299d61341ac302167D23',
|
|
3307
|
+
chainId: 8453,
|
|
3308
|
+
decimals: 18,
|
|
3309
|
+
website: 'https://www.megaeth.com/',
|
|
3310
|
+
documentation: 'https://docs.megaeth.com/',
|
|
3311
|
+
description: 'Coinbase Wrapped MEGA (cbMEGA) is backed 1:1 with MEGA, custodied with Coinbase.',
|
|
3312
|
+
bridge: 'native',
|
|
3313
|
+
tags: ['NO_TIMELOCK'],
|
|
3314
|
+
},
|
|
3302
3315
|
};
|
|
@@ -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
|
};
|
|
@@ -62,9 +62,10 @@ export declare const megaeth: {
|
|
|
62
62
|
readonly chainId: 4326;
|
|
63
63
|
readonly decimals: 18;
|
|
64
64
|
readonly website: "https://www.megaeth.com/";
|
|
65
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
65
66
|
readonly description: "MEGA is the native token powering the MegaETH protocol. MegaETH democratizes what no other chain has: guaranteed low-latency access to a real-time blockchain. MEGA is used by traders to pay for proximity to the sequencer. Rewards earned by the MegaETH Foundation on the native stablecoin USDm are used to buyback MEGA.";
|
|
66
67
|
readonly bridge: "native";
|
|
67
|
-
readonly tags: readonly ["
|
|
68
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
68
69
|
};
|
|
69
70
|
readonly USDm: {
|
|
70
71
|
readonly name: "MegaUSD";
|
|
@@ -203,9 +204,10 @@ export declare const megaeth: {
|
|
|
203
204
|
readonly chainId: 4326;
|
|
204
205
|
readonly decimals: 18;
|
|
205
206
|
readonly website: "https://www.megaeth.com/";
|
|
207
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
206
208
|
readonly description: "MEGA is the native token powering the MegaETH protocol. MegaETH democratizes what no other chain has: guaranteed low-latency access to a real-time blockchain. MEGA is used by traders to pay for proximity to the sequencer. Rewards earned by the MegaETH Foundation on the native stablecoin USDm are used to buyback MEGA.";
|
|
207
209
|
readonly bridge: "native";
|
|
208
|
-
readonly tags: readonly ["
|
|
210
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
209
211
|
};
|
|
210
212
|
readonly USDm: {
|
|
211
213
|
readonly name: "MegaUSD";
|
|
@@ -59,9 +59,10 @@ export declare const tokens: {
|
|
|
59
59
|
readonly chainId: 4326;
|
|
60
60
|
readonly decimals: 18;
|
|
61
61
|
readonly website: "https://www.megaeth.com/";
|
|
62
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
62
63
|
readonly description: "MEGA is the native token powering the MegaETH protocol. MegaETH democratizes what no other chain has: guaranteed low-latency access to a real-time blockchain. MEGA is used by traders to pay for proximity to the sequencer. Rewards earned by the MegaETH Foundation on the native stablecoin USDm are used to buyback MEGA.";
|
|
63
64
|
readonly bridge: "native";
|
|
64
|
-
readonly tags: readonly ["
|
|
65
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
65
66
|
};
|
|
66
67
|
readonly USDm: {
|
|
67
68
|
readonly name: "MegaUSD";
|
|
@@ -24,9 +24,10 @@ export const tokens = {
|
|
|
24
24
|
chainId: 4326,
|
|
25
25
|
decimals: 18,
|
|
26
26
|
website: 'https://www.megaeth.com/',
|
|
27
|
+
documentation: 'https://docs.megaeth.com/',
|
|
27
28
|
description: 'MEGA is the native token powering the MegaETH protocol. MegaETH democratizes what no other chain has: guaranteed low-latency access to a real-time blockchain. MEGA is used by traders to pay for proximity to the sequencer. Rewards earned by the MegaETH Foundation on the native stablecoin USDm are used to buyback MEGA.',
|
|
28
29
|
bridge: 'native',
|
|
29
|
-
tags: ['
|
|
30
|
+
tags: ['NO_TIMELOCK'],
|
|
30
31
|
},
|
|
31
32
|
USDm: {
|
|
32
33
|
name: 'MegaUSD',
|
package/package.json
CHANGED