@beefyfinance/blockchain-addressbook 0.54.207 → 0.54.209

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.
@@ -38,6 +38,7 @@ export declare const beefyfinance: {
38
38
  readonly beefyOracleUniswapV3: "0xc1C6760f4317C711Ded47678bA96fe487DB91f91";
39
39
  readonly beefyOracleUniswapV2: "0xC84130Fc9D55b86E39e153504A9368bE56EC6728";
40
40
  readonly beefyMultiHopSwapper: "0xB827E762700162CC69dA81d00567Bb7e540A8cC2";
41
+ readonly beefyUniV4Swapper: "0x03193Ef8c3f75C22fAf2995540602399cdcD4cbc";
41
42
  readonly circleBeefyReceiver: "0x00000076f6B75081EF1526C5d9c20D5430f0Beef";
42
43
  readonly swappingRelay: "0xfA572f5563411BbF20fC40b0A6A0D5A9fA1aF00D";
43
44
  readonly recovery: "0x911048F2eFcd5801F8cdc04EBf6cdc5EE0e76669";
@@ -45,6 +45,7 @@ exports.beefyfinance = {
45
45
  beefyOracleUniswapV3: '0xc1C6760f4317C711Ded47678bA96fe487DB91f91',
46
46
  beefyOracleUniswapV2: '0xC84130Fc9D55b86E39e153504A9368bE56EC6728',
47
47
  beefyMultiHopSwapper: '0xB827E762700162CC69dA81d00567Bb7e540A8cC2',
48
+ beefyUniV4Swapper: '0x03193Ef8c3f75C22fAf2995540602399cdcD4cbc',
48
49
  /// Cross-Chain Contracts
49
50
  circleBeefyReceiver: '0x00000076f6B75081EF1526C5d9c20D5430f0Beef',
50
51
  swappingRelay: '0xfA572f5563411BbF20fC40b0A6A0D5A9fA1aF00D',
@@ -62,7 +62,7 @@ export declare const megaeth: {
62
62
  readonly chainId: 4326;
63
63
  readonly decimals: 18;
64
64
  readonly website: "https://www.megaeth.com/";
65
- readonly description: "MEGA is a token on MegaETH.";
65
+ 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
66
  readonly bridge: "native";
67
67
  readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
68
68
  };
@@ -203,7 +203,7 @@ export declare const megaeth: {
203
203
  readonly chainId: 4326;
204
204
  readonly decimals: 18;
205
205
  readonly website: "https://www.megaeth.com/";
206
- readonly description: "MEGA is a token on MegaETH.";
206
+ 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
207
  readonly bridge: "native";
208
208
  readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
209
209
  };
@@ -59,7 +59,7 @@ export declare const tokens: {
59
59
  readonly chainId: 4326;
60
60
  readonly decimals: 18;
61
61
  readonly website: "https://www.megaeth.com/";
62
- readonly description: "MEGA is a token on MegaETH.";
62
+ 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
63
  readonly bridge: "native";
64
64
  readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
65
65
  };
@@ -27,7 +27,7 @@ exports.tokens = {
27
27
  chainId: 4326,
28
28
  decimals: 18,
29
29
  website: 'https://www.megaeth.com/',
30
- description: 'MEGA is a token on MegaETH.',
30
+ 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
31
  bridge: 'native',
32
32
  tags: ['BLUECHIP', 'NO_TIMELOCK'],
33
33
  },
@@ -38,6 +38,7 @@ export declare const beefyfinance: {
38
38
  readonly beefyOracleUniswapV3: "0xc1C6760f4317C711Ded47678bA96fe487DB91f91";
39
39
  readonly beefyOracleUniswapV2: "0xC84130Fc9D55b86E39e153504A9368bE56EC6728";
40
40
  readonly beefyMultiHopSwapper: "0xB827E762700162CC69dA81d00567Bb7e540A8cC2";
41
+ readonly beefyUniV4Swapper: "0x03193Ef8c3f75C22fAf2995540602399cdcD4cbc";
41
42
  readonly circleBeefyReceiver: "0x00000076f6B75081EF1526C5d9c20D5430f0Beef";
42
43
  readonly swappingRelay: "0xfA572f5563411BbF20fC40b0A6A0D5A9fA1aF00D";
43
44
  readonly recovery: "0x911048F2eFcd5801F8cdc04EBf6cdc5EE0e76669";
@@ -42,6 +42,7 @@ export const beefyfinance = {
42
42
  beefyOracleUniswapV3: '0xc1C6760f4317C711Ded47678bA96fe487DB91f91',
43
43
  beefyOracleUniswapV2: '0xC84130Fc9D55b86E39e153504A9368bE56EC6728',
44
44
  beefyMultiHopSwapper: '0xB827E762700162CC69dA81d00567Bb7e540A8cC2',
45
+ beefyUniV4Swapper: '0x03193Ef8c3f75C22fAf2995540602399cdcD4cbc',
45
46
  /// Cross-Chain Contracts
46
47
  circleBeefyReceiver: '0x00000076f6B75081EF1526C5d9c20D5430f0Beef',
47
48
  swappingRelay: '0xfA572f5563411BbF20fC40b0A6A0D5A9fA1aF00D',
@@ -62,7 +62,7 @@ export declare const megaeth: {
62
62
  readonly chainId: 4326;
63
63
  readonly decimals: 18;
64
64
  readonly website: "https://www.megaeth.com/";
65
- readonly description: "MEGA is a token on MegaETH.";
65
+ 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
66
  readonly bridge: "native";
67
67
  readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
68
68
  };
@@ -203,7 +203,7 @@ export declare const megaeth: {
203
203
  readonly chainId: 4326;
204
204
  readonly decimals: 18;
205
205
  readonly website: "https://www.megaeth.com/";
206
- readonly description: "MEGA is a token on MegaETH.";
206
+ 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
207
  readonly bridge: "native";
208
208
  readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
209
209
  };
@@ -59,7 +59,7 @@ export declare const tokens: {
59
59
  readonly chainId: 4326;
60
60
  readonly decimals: 18;
61
61
  readonly website: "https://www.megaeth.com/";
62
- readonly description: "MEGA is a token on MegaETH.";
62
+ 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
63
  readonly bridge: "native";
64
64
  readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
65
65
  };
@@ -24,7 +24,7 @@ export const tokens = {
24
24
  chainId: 4326,
25
25
  decimals: 18,
26
26
  website: 'https://www.megaeth.com/',
27
- description: 'MEGA is a token on MegaETH.',
27
+ 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
28
  bridge: 'native',
29
29
  tags: ['BLUECHIP', 'NO_TIMELOCK'],
30
30
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.54.207",
3
+ "version": "0.54.209",
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",