@beefyfinance/blockchain-addressbook 0.54.178 → 0.54.179

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.
@@ -3173,6 +3173,19 @@ export declare const base: {
3173
3173
  readonly bridge: "native";
3174
3174
  readonly tags: readonly ["MEMECOIN"];
3175
3175
  };
3176
+ readonly WCT: {
3177
+ readonly name: "WalletConnect";
3178
+ readonly symbol: "WCT";
3179
+ readonly oracleId: "WCT";
3180
+ readonly address: "0xeF4461891DfB3AC8572cCf7C794664A8DD927945";
3181
+ readonly chainId: 8453;
3182
+ readonly decimals: 18;
3183
+ readonly website: "https://walletconnect.network/";
3184
+ readonly description: "WalletConnect is a non-custodial multi-chain wallet connector.";
3185
+ readonly documentation: "https://docs.walletconnect.network/";
3186
+ readonly bridge: "wormhole";
3187
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
3188
+ };
3176
3189
  readonly UP: {
3177
3190
  readonly name: "Superform";
3178
3191
  readonly symbol: "UP";
@@ -6395,6 +6408,19 @@ export declare const base: {
6395
6408
  readonly bridge: "native";
6396
6409
  readonly tags: readonly ["MEMECOIN"];
6397
6410
  };
6411
+ readonly WCT: {
6412
+ readonly name: "WalletConnect";
6413
+ readonly symbol: "WCT";
6414
+ readonly oracleId: "WCT";
6415
+ readonly address: "0xeF4461891DfB3AC8572cCf7C794664A8DD927945";
6416
+ readonly chainId: 8453;
6417
+ readonly decimals: 18;
6418
+ readonly website: "https://walletconnect.network/";
6419
+ readonly description: "WalletConnect is a non-custodial multi-chain wallet connector.";
6420
+ readonly documentation: "https://docs.walletconnect.network/";
6421
+ readonly bridge: "wormhole";
6422
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
6423
+ };
6398
6424
  readonly UP: {
6399
6425
  readonly name: "Superform";
6400
6426
  readonly symbol: "UP";
@@ -3170,6 +3170,19 @@ export declare const tokens: {
3170
3170
  readonly bridge: "native";
3171
3171
  readonly tags: readonly ["MEMECOIN"];
3172
3172
  };
3173
+ readonly WCT: {
3174
+ readonly name: "WalletConnect";
3175
+ readonly symbol: "WCT";
3176
+ readonly oracleId: "WCT";
3177
+ readonly address: "0xeF4461891DfB3AC8572cCf7C794664A8DD927945";
3178
+ readonly chainId: 8453;
3179
+ readonly decimals: 18;
3180
+ readonly website: "https://walletconnect.network/";
3181
+ readonly description: "WalletConnect is a non-custodial multi-chain wallet connector.";
3182
+ readonly documentation: "https://docs.walletconnect.network/";
3183
+ readonly bridge: "wormhole";
3184
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
3185
+ };
3173
3186
  readonly UP: {
3174
3187
  readonly name: "Superform";
3175
3188
  readonly symbol: "UP";
@@ -3138,6 +3138,19 @@ exports.tokens = {
3138
3138
  bridge: 'native',
3139
3139
  tags: ['MEMECOIN'],
3140
3140
  },
3141
+ WCT: {
3142
+ name: 'WalletConnect',
3143
+ symbol: 'WCT',
3144
+ oracleId: 'WCT',
3145
+ address: '0xeF4461891DfB3AC8572cCf7C794664A8DD927945',
3146
+ chainId: 8453,
3147
+ decimals: 18,
3148
+ website: 'https://walletconnect.network/',
3149
+ description: 'WalletConnect is a non-custodial multi-chain wallet connector.',
3150
+ documentation: 'https://docs.walletconnect.network/',
3151
+ bridge: 'wormhole',
3152
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
3153
+ },
3141
3154
  UP: {
3142
3155
  name: 'Superform',
3143
3156
  symbol: 'UP',
@@ -23,6 +23,7 @@ export declare const beefyfinance: {
23
23
  readonly positionMulticall: "0xAa1E13Eb1A574F3f3581aB784a3b96195C0e1379";
24
24
  readonly beefySwapper: "0x9C18deE5290925f596fbEfee2f6745b640f3A4C6";
25
25
  readonly beefyOracle: "0x61129dCBd8944aB2D1C6792428603b0845f60c5B";
26
+ readonly beefyOracleChainlink: "0x97901108FD4A0397bd9fdb4200bBdDdee0E32959";
26
27
  readonly beefyOracleUniswapV3: "0x992Ccc9D9b8b76310E044660E96171116820F019";
27
28
  readonly beefyOraclePyth: "0x70Ed6174d8425332F7D9AD2d26C86902977307c0";
28
29
  readonly beefyMultiHopSwapper: "0xdebcd12920E4e39A6c787197dB9812791114Fa3E";
@@ -30,6 +30,7 @@ exports.beefyfinance = {
30
30
  /// Beefy Swapper Contracts
31
31
  beefySwapper: '0x9C18deE5290925f596fbEfee2f6745b640f3A4C6',
32
32
  beefyOracle: '0x61129dCBd8944aB2D1C6792428603b0845f60c5B',
33
+ beefyOracleChainlink: '0x97901108FD4A0397bd9fdb4200bBdDdee0E32959',
33
34
  beefyOracleUniswapV3: '0x992Ccc9D9b8b76310E044660E96171116820F019',
34
35
  beefyOraclePyth: '0x70Ed6174d8425332F7D9AD2d26C86902977307c0',
35
36
  beefyMultiHopSwapper: '0xdebcd12920E4e39A6c787197dB9812791114Fa3E',
@@ -3173,6 +3173,19 @@ export declare const base: {
3173
3173
  readonly bridge: "native";
3174
3174
  readonly tags: readonly ["MEMECOIN"];
3175
3175
  };
3176
+ readonly WCT: {
3177
+ readonly name: "WalletConnect";
3178
+ readonly symbol: "WCT";
3179
+ readonly oracleId: "WCT";
3180
+ readonly address: "0xeF4461891DfB3AC8572cCf7C794664A8DD927945";
3181
+ readonly chainId: 8453;
3182
+ readonly decimals: 18;
3183
+ readonly website: "https://walletconnect.network/";
3184
+ readonly description: "WalletConnect is a non-custodial multi-chain wallet connector.";
3185
+ readonly documentation: "https://docs.walletconnect.network/";
3186
+ readonly bridge: "wormhole";
3187
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
3188
+ };
3176
3189
  readonly UP: {
3177
3190
  readonly name: "Superform";
3178
3191
  readonly symbol: "UP";
@@ -6395,6 +6408,19 @@ export declare const base: {
6395
6408
  readonly bridge: "native";
6396
6409
  readonly tags: readonly ["MEMECOIN"];
6397
6410
  };
6411
+ readonly WCT: {
6412
+ readonly name: "WalletConnect";
6413
+ readonly symbol: "WCT";
6414
+ readonly oracleId: "WCT";
6415
+ readonly address: "0xeF4461891DfB3AC8572cCf7C794664A8DD927945";
6416
+ readonly chainId: 8453;
6417
+ readonly decimals: 18;
6418
+ readonly website: "https://walletconnect.network/";
6419
+ readonly description: "WalletConnect is a non-custodial multi-chain wallet connector.";
6420
+ readonly documentation: "https://docs.walletconnect.network/";
6421
+ readonly bridge: "wormhole";
6422
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
6423
+ };
6398
6424
  readonly UP: {
6399
6425
  readonly name: "Superform";
6400
6426
  readonly symbol: "UP";
@@ -3170,6 +3170,19 @@ export declare const tokens: {
3170
3170
  readonly bridge: "native";
3171
3171
  readonly tags: readonly ["MEMECOIN"];
3172
3172
  };
3173
+ readonly WCT: {
3174
+ readonly name: "WalletConnect";
3175
+ readonly symbol: "WCT";
3176
+ readonly oracleId: "WCT";
3177
+ readonly address: "0xeF4461891DfB3AC8572cCf7C794664A8DD927945";
3178
+ readonly chainId: 8453;
3179
+ readonly decimals: 18;
3180
+ readonly website: "https://walletconnect.network/";
3181
+ readonly description: "WalletConnect is a non-custodial multi-chain wallet connector.";
3182
+ readonly documentation: "https://docs.walletconnect.network/";
3183
+ readonly bridge: "wormhole";
3184
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
3185
+ };
3173
3186
  readonly UP: {
3174
3187
  readonly name: "Superform";
3175
3188
  readonly symbol: "UP";
@@ -3135,6 +3135,19 @@ export const tokens = {
3135
3135
  bridge: 'native',
3136
3136
  tags: ['MEMECOIN'],
3137
3137
  },
3138
+ WCT: {
3139
+ name: 'WalletConnect',
3140
+ symbol: 'WCT',
3141
+ oracleId: 'WCT',
3142
+ address: '0xeF4461891DfB3AC8572cCf7C794664A8DD927945',
3143
+ chainId: 8453,
3144
+ decimals: 18,
3145
+ website: 'https://walletconnect.network/',
3146
+ description: 'WalletConnect is a non-custodial multi-chain wallet connector.',
3147
+ documentation: 'https://docs.walletconnect.network/',
3148
+ bridge: 'wormhole',
3149
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
3150
+ },
3138
3151
  UP: {
3139
3152
  name: 'Superform',
3140
3153
  symbol: 'UP',
@@ -23,6 +23,7 @@ export declare const beefyfinance: {
23
23
  readonly positionMulticall: "0xAa1E13Eb1A574F3f3581aB784a3b96195C0e1379";
24
24
  readonly beefySwapper: "0x9C18deE5290925f596fbEfee2f6745b640f3A4C6";
25
25
  readonly beefyOracle: "0x61129dCBd8944aB2D1C6792428603b0845f60c5B";
26
+ readonly beefyOracleChainlink: "0x97901108FD4A0397bd9fdb4200bBdDdee0E32959";
26
27
  readonly beefyOracleUniswapV3: "0x992Ccc9D9b8b76310E044660E96171116820F019";
27
28
  readonly beefyOraclePyth: "0x70Ed6174d8425332F7D9AD2d26C86902977307c0";
28
29
  readonly beefyMultiHopSwapper: "0xdebcd12920E4e39A6c787197dB9812791114Fa3E";
@@ -27,6 +27,7 @@ export const beefyfinance = {
27
27
  /// Beefy Swapper Contracts
28
28
  beefySwapper: '0x9C18deE5290925f596fbEfee2f6745b640f3A4C6',
29
29
  beefyOracle: '0x61129dCBd8944aB2D1C6792428603b0845f60c5B',
30
+ beefyOracleChainlink: '0x97901108FD4A0397bd9fdb4200bBdDdee0E32959',
30
31
  beefyOracleUniswapV3: '0x992Ccc9D9b8b76310E044660E96171116820F019',
31
32
  beefyOraclePyth: '0x70Ed6174d8425332F7D9AD2d26C86902977307c0',
32
33
  beefyMultiHopSwapper: '0xdebcd12920E4e39A6c787197dB9812791114Fa3E',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.54.178",
3
+ "version": "0.54.179",
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",