@beefyfinance/blockchain-addressbook 0.55.14 → 0.56.0
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/monad/index.d.ts +50 -0
- package/build/address-book/monad/tokens/tokens.d.ts +25 -0
- package/build/address-book/monad/tokens/tokens.js +25 -0
- package/build-esm/address-book/monad/index.d.ts +50 -0
- package/build-esm/address-book/monad/tokens/tokens.d.ts +25 -0
- package/build-esm/address-book/monad/tokens/tokens.js +25 -0
- package/package.json +1 -1
|
@@ -256,6 +256,31 @@ export declare const monad: {
|
|
|
256
256
|
readonly bridge: "chainlink";
|
|
257
257
|
readonly tags: readonly ["STABLECOIN"];
|
|
258
258
|
};
|
|
259
|
+
readonly GHO: {
|
|
260
|
+
readonly name: "GHO Token";
|
|
261
|
+
readonly symbol: "GHO";
|
|
262
|
+
readonly oracleId: "GHO";
|
|
263
|
+
readonly address: "0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73";
|
|
264
|
+
readonly chainId: 143;
|
|
265
|
+
readonly decimals: 18;
|
|
266
|
+
readonly website: "https://aave.com/";
|
|
267
|
+
readonly documentation: "https://docs.aave.com/faq/gho-stablecoin";
|
|
268
|
+
readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
|
|
269
|
+
readonly bridge: "chainlink-ccip";
|
|
270
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
271
|
+
};
|
|
272
|
+
readonly mUSD: {
|
|
273
|
+
readonly name: "MetaMask USD";
|
|
274
|
+
readonly symbol: "mUSD";
|
|
275
|
+
readonly oracleId: "MetaMaskUSD";
|
|
276
|
+
readonly address: "0xacA92E438df0B2401fF60dA7E4337B687a2435DA";
|
|
277
|
+
readonly chainId: 143;
|
|
278
|
+
readonly decimals: 6;
|
|
279
|
+
readonly website: "https://metamask.io/";
|
|
280
|
+
readonly documentation: "https://metamask.io/";
|
|
281
|
+
readonly description: "MetaMask USD (mUSD) is a stablecoin issued by MetaMask, designed to maintain a 1:1 peg with the US dollar and integrate across MetaMask products.";
|
|
282
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
283
|
+
};
|
|
259
284
|
readonly earnAUSD: {
|
|
260
285
|
readonly name: "Earn Agora Dollar";
|
|
261
286
|
readonly symbol: "earnAUSD";
|
|
@@ -665,6 +690,31 @@ export declare const monad: {
|
|
|
665
690
|
readonly bridge: "chainlink";
|
|
666
691
|
readonly tags: readonly ["STABLECOIN"];
|
|
667
692
|
};
|
|
693
|
+
readonly GHO: {
|
|
694
|
+
readonly name: "GHO Token";
|
|
695
|
+
readonly symbol: "GHO";
|
|
696
|
+
readonly oracleId: "GHO";
|
|
697
|
+
readonly address: "0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73";
|
|
698
|
+
readonly chainId: 143;
|
|
699
|
+
readonly decimals: 18;
|
|
700
|
+
readonly website: "https://aave.com/";
|
|
701
|
+
readonly documentation: "https://docs.aave.com/faq/gho-stablecoin";
|
|
702
|
+
readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
|
|
703
|
+
readonly bridge: "chainlink-ccip";
|
|
704
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
705
|
+
};
|
|
706
|
+
readonly mUSD: {
|
|
707
|
+
readonly name: "MetaMask USD";
|
|
708
|
+
readonly symbol: "mUSD";
|
|
709
|
+
readonly oracleId: "MetaMaskUSD";
|
|
710
|
+
readonly address: "0xacA92E438df0B2401fF60dA7E4337B687a2435DA";
|
|
711
|
+
readonly chainId: 143;
|
|
712
|
+
readonly decimals: 6;
|
|
713
|
+
readonly website: "https://metamask.io/";
|
|
714
|
+
readonly documentation: "https://metamask.io/";
|
|
715
|
+
readonly description: "MetaMask USD (mUSD) is a stablecoin issued by MetaMask, designed to maintain a 1:1 peg with the US dollar and integrate across MetaMask products.";
|
|
716
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
717
|
+
};
|
|
668
718
|
readonly earnAUSD: {
|
|
669
719
|
readonly name: "Earn Agora Dollar";
|
|
670
720
|
readonly symbol: "earnAUSD";
|
|
@@ -253,6 +253,31 @@ export declare const tokens: {
|
|
|
253
253
|
readonly bridge: "chainlink";
|
|
254
254
|
readonly tags: readonly ["STABLECOIN"];
|
|
255
255
|
};
|
|
256
|
+
readonly GHO: {
|
|
257
|
+
readonly name: "GHO Token";
|
|
258
|
+
readonly symbol: "GHO";
|
|
259
|
+
readonly oracleId: "GHO";
|
|
260
|
+
readonly address: "0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73";
|
|
261
|
+
readonly chainId: 143;
|
|
262
|
+
readonly decimals: 18;
|
|
263
|
+
readonly website: "https://aave.com/";
|
|
264
|
+
readonly documentation: "https://docs.aave.com/faq/gho-stablecoin";
|
|
265
|
+
readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
|
|
266
|
+
readonly bridge: "chainlink-ccip";
|
|
267
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
268
|
+
};
|
|
269
|
+
readonly mUSD: {
|
|
270
|
+
readonly name: "MetaMask USD";
|
|
271
|
+
readonly symbol: "mUSD";
|
|
272
|
+
readonly oracleId: "MetaMaskUSD";
|
|
273
|
+
readonly address: "0xacA92E438df0B2401fF60dA7E4337B687a2435DA";
|
|
274
|
+
readonly chainId: 143;
|
|
275
|
+
readonly decimals: 6;
|
|
276
|
+
readonly website: "https://metamask.io/";
|
|
277
|
+
readonly documentation: "https://metamask.io/";
|
|
278
|
+
readonly description: "MetaMask USD (mUSD) is a stablecoin issued by MetaMask, designed to maintain a 1:1 peg with the US dollar and integrate across MetaMask products.";
|
|
279
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
280
|
+
};
|
|
256
281
|
readonly earnAUSD: {
|
|
257
282
|
readonly name: "Earn Agora Dollar";
|
|
258
283
|
readonly symbol: "earnAUSD";
|
|
@@ -224,6 +224,31 @@ exports.tokens = {
|
|
|
224
224
|
bridge: 'chainlink',
|
|
225
225
|
tags: ['STABLECOIN'],
|
|
226
226
|
},
|
|
227
|
+
GHO: {
|
|
228
|
+
name: 'GHO Token',
|
|
229
|
+
symbol: 'GHO',
|
|
230
|
+
oracleId: 'GHO',
|
|
231
|
+
address: '0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73',
|
|
232
|
+
chainId: 143,
|
|
233
|
+
decimals: 18,
|
|
234
|
+
website: 'https://aave.com/',
|
|
235
|
+
documentation: 'https://docs.aave.com/faq/gho-stablecoin',
|
|
236
|
+
description: 'GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.',
|
|
237
|
+
bridge: 'chainlink-ccip',
|
|
238
|
+
tags: ['STABLECOIN', 'SYNTHETIC'],
|
|
239
|
+
},
|
|
240
|
+
mUSD: {
|
|
241
|
+
name: 'MetaMask USD',
|
|
242
|
+
symbol: 'mUSD',
|
|
243
|
+
oracleId: 'MetaMaskUSD',
|
|
244
|
+
address: '0xacA92E438df0B2401fF60dA7E4337B687a2435DA',
|
|
245
|
+
chainId: 143,
|
|
246
|
+
decimals: 6,
|
|
247
|
+
website: 'https://metamask.io/',
|
|
248
|
+
documentation: 'https://metamask.io/',
|
|
249
|
+
description: 'MetaMask USD (mUSD) is a stablecoin issued by MetaMask, designed to maintain a 1:1 peg with the US dollar and integrate across MetaMask products.',
|
|
250
|
+
tags: ['STABLECOIN'],
|
|
251
|
+
},
|
|
227
252
|
earnAUSD: {
|
|
228
253
|
name: 'Earn Agora Dollar',
|
|
229
254
|
symbol: 'earnAUSD',
|
|
@@ -256,6 +256,31 @@ export declare const monad: {
|
|
|
256
256
|
readonly bridge: "chainlink";
|
|
257
257
|
readonly tags: readonly ["STABLECOIN"];
|
|
258
258
|
};
|
|
259
|
+
readonly GHO: {
|
|
260
|
+
readonly name: "GHO Token";
|
|
261
|
+
readonly symbol: "GHO";
|
|
262
|
+
readonly oracleId: "GHO";
|
|
263
|
+
readonly address: "0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73";
|
|
264
|
+
readonly chainId: 143;
|
|
265
|
+
readonly decimals: 18;
|
|
266
|
+
readonly website: "https://aave.com/";
|
|
267
|
+
readonly documentation: "https://docs.aave.com/faq/gho-stablecoin";
|
|
268
|
+
readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
|
|
269
|
+
readonly bridge: "chainlink-ccip";
|
|
270
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
271
|
+
};
|
|
272
|
+
readonly mUSD: {
|
|
273
|
+
readonly name: "MetaMask USD";
|
|
274
|
+
readonly symbol: "mUSD";
|
|
275
|
+
readonly oracleId: "MetaMaskUSD";
|
|
276
|
+
readonly address: "0xacA92E438df0B2401fF60dA7E4337B687a2435DA";
|
|
277
|
+
readonly chainId: 143;
|
|
278
|
+
readonly decimals: 6;
|
|
279
|
+
readonly website: "https://metamask.io/";
|
|
280
|
+
readonly documentation: "https://metamask.io/";
|
|
281
|
+
readonly description: "MetaMask USD (mUSD) is a stablecoin issued by MetaMask, designed to maintain a 1:1 peg with the US dollar and integrate across MetaMask products.";
|
|
282
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
283
|
+
};
|
|
259
284
|
readonly earnAUSD: {
|
|
260
285
|
readonly name: "Earn Agora Dollar";
|
|
261
286
|
readonly symbol: "earnAUSD";
|
|
@@ -665,6 +690,31 @@ export declare const monad: {
|
|
|
665
690
|
readonly bridge: "chainlink";
|
|
666
691
|
readonly tags: readonly ["STABLECOIN"];
|
|
667
692
|
};
|
|
693
|
+
readonly GHO: {
|
|
694
|
+
readonly name: "GHO Token";
|
|
695
|
+
readonly symbol: "GHO";
|
|
696
|
+
readonly oracleId: "GHO";
|
|
697
|
+
readonly address: "0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73";
|
|
698
|
+
readonly chainId: 143;
|
|
699
|
+
readonly decimals: 18;
|
|
700
|
+
readonly website: "https://aave.com/";
|
|
701
|
+
readonly documentation: "https://docs.aave.com/faq/gho-stablecoin";
|
|
702
|
+
readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
|
|
703
|
+
readonly bridge: "chainlink-ccip";
|
|
704
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
705
|
+
};
|
|
706
|
+
readonly mUSD: {
|
|
707
|
+
readonly name: "MetaMask USD";
|
|
708
|
+
readonly symbol: "mUSD";
|
|
709
|
+
readonly oracleId: "MetaMaskUSD";
|
|
710
|
+
readonly address: "0xacA92E438df0B2401fF60dA7E4337B687a2435DA";
|
|
711
|
+
readonly chainId: 143;
|
|
712
|
+
readonly decimals: 6;
|
|
713
|
+
readonly website: "https://metamask.io/";
|
|
714
|
+
readonly documentation: "https://metamask.io/";
|
|
715
|
+
readonly description: "MetaMask USD (mUSD) is a stablecoin issued by MetaMask, designed to maintain a 1:1 peg with the US dollar and integrate across MetaMask products.";
|
|
716
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
717
|
+
};
|
|
668
718
|
readonly earnAUSD: {
|
|
669
719
|
readonly name: "Earn Agora Dollar";
|
|
670
720
|
readonly symbol: "earnAUSD";
|
|
@@ -253,6 +253,31 @@ export declare const tokens: {
|
|
|
253
253
|
readonly bridge: "chainlink";
|
|
254
254
|
readonly tags: readonly ["STABLECOIN"];
|
|
255
255
|
};
|
|
256
|
+
readonly GHO: {
|
|
257
|
+
readonly name: "GHO Token";
|
|
258
|
+
readonly symbol: "GHO";
|
|
259
|
+
readonly oracleId: "GHO";
|
|
260
|
+
readonly address: "0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73";
|
|
261
|
+
readonly chainId: 143;
|
|
262
|
+
readonly decimals: 18;
|
|
263
|
+
readonly website: "https://aave.com/";
|
|
264
|
+
readonly documentation: "https://docs.aave.com/faq/gho-stablecoin";
|
|
265
|
+
readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
|
|
266
|
+
readonly bridge: "chainlink-ccip";
|
|
267
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
268
|
+
};
|
|
269
|
+
readonly mUSD: {
|
|
270
|
+
readonly name: "MetaMask USD";
|
|
271
|
+
readonly symbol: "mUSD";
|
|
272
|
+
readonly oracleId: "MetaMaskUSD";
|
|
273
|
+
readonly address: "0xacA92E438df0B2401fF60dA7E4337B687a2435DA";
|
|
274
|
+
readonly chainId: 143;
|
|
275
|
+
readonly decimals: 6;
|
|
276
|
+
readonly website: "https://metamask.io/";
|
|
277
|
+
readonly documentation: "https://metamask.io/";
|
|
278
|
+
readonly description: "MetaMask USD (mUSD) is a stablecoin issued by MetaMask, designed to maintain a 1:1 peg with the US dollar and integrate across MetaMask products.";
|
|
279
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
280
|
+
};
|
|
256
281
|
readonly earnAUSD: {
|
|
257
282
|
readonly name: "Earn Agora Dollar";
|
|
258
283
|
readonly symbol: "earnAUSD";
|
|
@@ -221,6 +221,31 @@ export const tokens = {
|
|
|
221
221
|
bridge: 'chainlink',
|
|
222
222
|
tags: ['STABLECOIN'],
|
|
223
223
|
},
|
|
224
|
+
GHO: {
|
|
225
|
+
name: 'GHO Token',
|
|
226
|
+
symbol: 'GHO',
|
|
227
|
+
oracleId: 'GHO',
|
|
228
|
+
address: '0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73',
|
|
229
|
+
chainId: 143,
|
|
230
|
+
decimals: 18,
|
|
231
|
+
website: 'https://aave.com/',
|
|
232
|
+
documentation: 'https://docs.aave.com/faq/gho-stablecoin',
|
|
233
|
+
description: 'GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.',
|
|
234
|
+
bridge: 'chainlink-ccip',
|
|
235
|
+
tags: ['STABLECOIN', 'SYNTHETIC'],
|
|
236
|
+
},
|
|
237
|
+
mUSD: {
|
|
238
|
+
name: 'MetaMask USD',
|
|
239
|
+
symbol: 'mUSD',
|
|
240
|
+
oracleId: 'MetaMaskUSD',
|
|
241
|
+
address: '0xacA92E438df0B2401fF60dA7E4337B687a2435DA',
|
|
242
|
+
chainId: 143,
|
|
243
|
+
decimals: 6,
|
|
244
|
+
website: 'https://metamask.io/',
|
|
245
|
+
documentation: 'https://metamask.io/',
|
|
246
|
+
description: 'MetaMask USD (mUSD) is a stablecoin issued by MetaMask, designed to maintain a 1:1 peg with the US dollar and integrate across MetaMask products.',
|
|
247
|
+
tags: ['STABLECOIN'],
|
|
248
|
+
},
|
|
224
249
|
earnAUSD: {
|
|
225
250
|
name: 'Earn Agora Dollar',
|
|
226
251
|
symbol: 'earnAUSD',
|
package/package.json
CHANGED