@beefyfinance/blockchain-addressbook 0.54.180 → 0.54.181

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.
@@ -310,8 +310,8 @@ export declare const monad: {
310
310
  };
311
311
  readonly wnUSDC: {
312
312
  readonly name: "Wrapped Neverland USDC";
313
- readonly symbol: "wnWBTC";
314
- readonly oracleId: "wnWBTC";
313
+ readonly symbol: "wnUSDC";
314
+ readonly oracleId: "wnUSDC";
315
315
  readonly address: "0x8d5c2Df3Eef09088Fcccf3376D8EcD0Dd505f642";
316
316
  readonly chainId: 143;
317
317
  readonly decimals: 6;
@@ -694,8 +694,8 @@ export declare const monad: {
694
694
  };
695
695
  readonly wnUSDC: {
696
696
  readonly name: "Wrapped Neverland USDC";
697
- readonly symbol: "wnWBTC";
698
- readonly oracleId: "wnWBTC";
697
+ readonly symbol: "wnUSDC";
698
+ readonly oracleId: "wnUSDC";
699
699
  readonly address: "0x8d5c2Df3Eef09088Fcccf3376D8EcD0Dd505f642";
700
700
  readonly chainId: 143;
701
701
  readonly decimals: 6;
@@ -307,8 +307,8 @@ export declare const tokens: {
307
307
  };
308
308
  readonly wnUSDC: {
309
309
  readonly name: "Wrapped Neverland USDC";
310
- readonly symbol: "wnWBTC";
311
- readonly oracleId: "wnWBTC";
310
+ readonly symbol: "wnUSDC";
311
+ readonly oracleId: "wnUSDC";
312
312
  readonly address: "0x8d5c2Df3Eef09088Fcccf3376D8EcD0Dd505f642";
313
313
  readonly chainId: 143;
314
314
  readonly decimals: 6;
@@ -278,8 +278,8 @@ exports.tokens = {
278
278
  },
279
279
  wnUSDC: {
280
280
  name: 'Wrapped Neverland USDC',
281
- symbol: 'wnWBTC',
282
- oracleId: 'wnWBTC',
281
+ symbol: 'wnUSDC',
282
+ oracleId: 'wnUSDC',
283
283
  address: '0x8d5c2Df3Eef09088Fcccf3376D8EcD0Dd505f642',
284
284
  chainId: 143,
285
285
  decimals: 6,
@@ -310,8 +310,8 @@ export declare const monad: {
310
310
  };
311
311
  readonly wnUSDC: {
312
312
  readonly name: "Wrapped Neverland USDC";
313
- readonly symbol: "wnWBTC";
314
- readonly oracleId: "wnWBTC";
313
+ readonly symbol: "wnUSDC";
314
+ readonly oracleId: "wnUSDC";
315
315
  readonly address: "0x8d5c2Df3Eef09088Fcccf3376D8EcD0Dd505f642";
316
316
  readonly chainId: 143;
317
317
  readonly decimals: 6;
@@ -694,8 +694,8 @@ export declare const monad: {
694
694
  };
695
695
  readonly wnUSDC: {
696
696
  readonly name: "Wrapped Neverland USDC";
697
- readonly symbol: "wnWBTC";
698
- readonly oracleId: "wnWBTC";
697
+ readonly symbol: "wnUSDC";
698
+ readonly oracleId: "wnUSDC";
699
699
  readonly address: "0x8d5c2Df3Eef09088Fcccf3376D8EcD0Dd505f642";
700
700
  readonly chainId: 143;
701
701
  readonly decimals: 6;
@@ -307,8 +307,8 @@ export declare const tokens: {
307
307
  };
308
308
  readonly wnUSDC: {
309
309
  readonly name: "Wrapped Neverland USDC";
310
- readonly symbol: "wnWBTC";
311
- readonly oracleId: "wnWBTC";
310
+ readonly symbol: "wnUSDC";
311
+ readonly oracleId: "wnUSDC";
312
312
  readonly address: "0x8d5c2Df3Eef09088Fcccf3376D8EcD0Dd505f642";
313
313
  readonly chainId: 143;
314
314
  readonly decimals: 6;
@@ -275,8 +275,8 @@ export const tokens = {
275
275
  },
276
276
  wnUSDC: {
277
277
  name: 'Wrapped Neverland USDC',
278
- symbol: 'wnWBTC',
279
- oracleId: 'wnWBTC',
278
+ symbol: 'wnUSDC',
279
+ oracleId: 'wnUSDC',
280
280
  address: '0x8d5c2Df3Eef09088Fcccf3376D8EcD0Dd505f642',
281
281
  chainId: 143,
282
282
  decimals: 6,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.54.180",
3
+ "version": "0.54.181",
4
4
  "description": "A collection of useful addresses on various chains for defi development",
5
5
  "type": "commonjs",
6
6
  "types": "./build/address-book/index.d.ts",