@beefyfinance/blockchain-addressbook 0.54.206 → 0.54.208

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',
@@ -54,6 +54,18 @@ export declare const megaeth: {
54
54
  readonly documentation: "https://ethereum.org/en/developers/docs/";
55
55
  readonly tags: readonly ["BLUECHIP"];
56
56
  };
57
+ readonly MEGA: {
58
+ readonly name: "MEGA";
59
+ readonly symbol: "MEGA";
60
+ readonly oracleId: "MEGA";
61
+ readonly address: "0x28B7E77f82B25B95953825F1E3eA0E36c1c29861";
62
+ readonly chainId: 4326;
63
+ readonly decimals: 18;
64
+ readonly website: "https://www.megaeth.com/";
65
+ readonly description: "MEGA is a token on MegaETH.";
66
+ readonly bridge: "native";
67
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
68
+ };
57
69
  readonly USDm: {
58
70
  readonly name: "MegaUSD";
59
71
  readonly address: "0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7";
@@ -183,6 +195,18 @@ export declare const megaeth: {
183
195
  readonly documentation: "https://ethereum.org/en/developers/docs/";
184
196
  readonly tags: readonly ["BLUECHIP"];
185
197
  };
198
+ readonly MEGA: {
199
+ readonly name: "MEGA";
200
+ readonly symbol: "MEGA";
201
+ readonly oracleId: "MEGA";
202
+ readonly address: "0x28B7E77f82B25B95953825F1E3eA0E36c1c29861";
203
+ readonly chainId: 4326;
204
+ readonly decimals: 18;
205
+ readonly website: "https://www.megaeth.com/";
206
+ readonly description: "MEGA is a token on MegaETH.";
207
+ readonly bridge: "native";
208
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
209
+ };
186
210
  readonly USDm: {
187
211
  readonly name: "MegaUSD";
188
212
  readonly address: "0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7";
@@ -51,6 +51,18 @@ export declare const tokens: {
51
51
  readonly documentation: "https://ethereum.org/en/developers/docs/";
52
52
  readonly tags: readonly ["BLUECHIP"];
53
53
  };
54
+ readonly MEGA: {
55
+ readonly name: "MEGA";
56
+ readonly symbol: "MEGA";
57
+ readonly oracleId: "MEGA";
58
+ readonly address: "0x28B7E77f82B25B95953825F1E3eA0E36c1c29861";
59
+ readonly chainId: 4326;
60
+ readonly decimals: 18;
61
+ readonly website: "https://www.megaeth.com/";
62
+ readonly description: "MEGA is a token on MegaETH.";
63
+ readonly bridge: "native";
64
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
65
+ };
54
66
  readonly USDm: {
55
67
  readonly name: "MegaUSD";
56
68
  readonly address: "0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7";
@@ -19,6 +19,18 @@ exports.tokens = {
19
19
  FEES: ETH,
20
20
  ETH,
21
21
  WETH: ETH,
22
+ MEGA: {
23
+ name: 'MEGA',
24
+ symbol: 'MEGA',
25
+ oracleId: 'MEGA',
26
+ address: '0x28B7E77f82B25B95953825F1E3eA0E36c1c29861',
27
+ chainId: 4326,
28
+ decimals: 18,
29
+ website: 'https://www.megaeth.com/',
30
+ description: 'MEGA is a token on MegaETH.',
31
+ bridge: 'native',
32
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
33
+ },
22
34
  USDm: {
23
35
  name: 'MegaUSD',
24
36
  address: '0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7',
@@ -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',
@@ -54,6 +54,18 @@ export declare const megaeth: {
54
54
  readonly documentation: "https://ethereum.org/en/developers/docs/";
55
55
  readonly tags: readonly ["BLUECHIP"];
56
56
  };
57
+ readonly MEGA: {
58
+ readonly name: "MEGA";
59
+ readonly symbol: "MEGA";
60
+ readonly oracleId: "MEGA";
61
+ readonly address: "0x28B7E77f82B25B95953825F1E3eA0E36c1c29861";
62
+ readonly chainId: 4326;
63
+ readonly decimals: 18;
64
+ readonly website: "https://www.megaeth.com/";
65
+ readonly description: "MEGA is a token on MegaETH.";
66
+ readonly bridge: "native";
67
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
68
+ };
57
69
  readonly USDm: {
58
70
  readonly name: "MegaUSD";
59
71
  readonly address: "0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7";
@@ -183,6 +195,18 @@ export declare const megaeth: {
183
195
  readonly documentation: "https://ethereum.org/en/developers/docs/";
184
196
  readonly tags: readonly ["BLUECHIP"];
185
197
  };
198
+ readonly MEGA: {
199
+ readonly name: "MEGA";
200
+ readonly symbol: "MEGA";
201
+ readonly oracleId: "MEGA";
202
+ readonly address: "0x28B7E77f82B25B95953825F1E3eA0E36c1c29861";
203
+ readonly chainId: 4326;
204
+ readonly decimals: 18;
205
+ readonly website: "https://www.megaeth.com/";
206
+ readonly description: "MEGA is a token on MegaETH.";
207
+ readonly bridge: "native";
208
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
209
+ };
186
210
  readonly USDm: {
187
211
  readonly name: "MegaUSD";
188
212
  readonly address: "0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7";
@@ -51,6 +51,18 @@ export declare const tokens: {
51
51
  readonly documentation: "https://ethereum.org/en/developers/docs/";
52
52
  readonly tags: readonly ["BLUECHIP"];
53
53
  };
54
+ readonly MEGA: {
55
+ readonly name: "MEGA";
56
+ readonly symbol: "MEGA";
57
+ readonly oracleId: "MEGA";
58
+ readonly address: "0x28B7E77f82B25B95953825F1E3eA0E36c1c29861";
59
+ readonly chainId: 4326;
60
+ readonly decimals: 18;
61
+ readonly website: "https://www.megaeth.com/";
62
+ readonly description: "MEGA is a token on MegaETH.";
63
+ readonly bridge: "native";
64
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
65
+ };
54
66
  readonly USDm: {
55
67
  readonly name: "MegaUSD";
56
68
  readonly address: "0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7";
@@ -16,6 +16,18 @@ export const tokens = {
16
16
  FEES: ETH,
17
17
  ETH,
18
18
  WETH: ETH,
19
+ MEGA: {
20
+ name: 'MEGA',
21
+ symbol: 'MEGA',
22
+ oracleId: 'MEGA',
23
+ address: '0x28B7E77f82B25B95953825F1E3eA0E36c1c29861',
24
+ chainId: 4326,
25
+ decimals: 18,
26
+ website: 'https://www.megaeth.com/',
27
+ description: 'MEGA is a token on MegaETH.',
28
+ bridge: 'native',
29
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
30
+ },
19
31
  USDm: {
20
32
  name: 'MegaUSD',
21
33
  address: '0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.54.206",
3
+ "version": "0.54.208",
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",