defi-blockchain-addressbook 1.0.17 → 1.0.18

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.
Files changed (40) hide show
  1. package/build/address-book/ethereum/index.d.ts +26 -0
  2. package/build/address-book/ethereum/platforms/bimfinance.d.ts +30 -0
  3. package/build/address-book/ethereum/platforms/bimfinance.js +37 -0
  4. package/build/address-book/ethereum/platforms/index.d.ts +1 -0
  5. package/build/address-book/ethereum/platforms/index.js +3 -1
  6. package/build/address-book/ethereum/tokens/tokens.d.ts +13 -0
  7. package/build/address-book/ethereum/tokens/tokens.js +13 -0
  8. package/build/address-book/index.js +9 -9
  9. package/build/types/chainid.d.ts +1 -0
  10. package/build/types/chainid.js +1 -1
  11. package/build/util/chainIdMap.d.ts +1 -0
  12. package/build/util/chainIdMap.js +1 -1
  13. package/build-esm/address-book/ethereum/index.d.ts +4620 -0
  14. package/build-esm/address-book/ethereum/index.js +8 -0
  15. package/build-esm/address-book/ethereum/platforms/aura.d.ts +4 -0
  16. package/build-esm/address-book/ethereum/platforms/aura.js +4 -0
  17. package/build-esm/address-book/ethereum/platforms/balancer.d.ts +3 -0
  18. package/build-esm/address-book/ethereum/platforms/balancer.js +3 -0
  19. package/build-esm/address-book/ethereum/platforms/beefyfinance.d.ts +35 -0
  20. package/build-esm/address-book/ethereum/platforms/beefyfinance.js +38 -0
  21. package/build-esm/address-book/ethereum/platforms/bimfinance.d.ts +30 -0
  22. package/build-esm/address-book/ethereum/platforms/bimfinance.js +34 -0
  23. package/build-esm/address-book/ethereum/platforms/gamma.d.ts +3 -0
  24. package/build-esm/address-book/ethereum/platforms/gamma.js +3 -0
  25. package/build-esm/address-book/ethereum/platforms/index.d.ts +9 -0
  26. package/build-esm/address-book/ethereum/platforms/index.js +9 -0
  27. package/build-esm/address-book/ethereum/platforms/solidly.d.ts +5 -0
  28. package/build-esm/address-book/ethereum/platforms/solidly.js +5 -0
  29. package/build-esm/address-book/ethereum/platforms/sushi.d.ts +5 -0
  30. package/build-esm/address-book/ethereum/platforms/sushi.js +5 -0
  31. package/build-esm/address-book/ethereum/platforms/synapse.d.ts +3 -0
  32. package/build-esm/address-book/ethereum/platforms/synapse.js +3 -0
  33. package/build-esm/address-book/ethereum/platforms/verse.d.ts +3 -0
  34. package/build-esm/address-book/ethereum/platforms/verse.js +3 -0
  35. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +2308 -0
  36. package/build-esm/address-book/ethereum/tokens/tokens.js +2286 -0
  37. package/build-esm/address-book/index.js +3 -3
  38. package/build-esm/types/chainid.d.ts +1 -0
  39. package/build-esm/types/chainid.js +1 -1
  40. package/package.json +1 -1
@@ -2295,6 +2295,19 @@ export declare const ethereum: {
2295
2295
  readonly description: "USDL is a US dollar-backed stablecoin that distributes yield to its holders every day. USDL reserves are held in short-term, highly liquid assets. USDL can always be redeemed at a rate of 1 USDL = 1 US dollar. The token is issued by Paxos Issuance MENA Ltd. (Paxos International), which is regulated by the Financial Services Regulatory Authority (FSRA) of the Abu Dhabi Global Market (ADGM)";
2296
2296
  readonly bridge: "native";
2297
2297
  };
2298
+ readonly DEURO: {
2299
+ readonly name: "Decentralized Euro";
2300
+ readonly symbol: "DEURO";
2301
+ readonly oracleId: "DEURO";
2302
+ readonly address: "0xbA3f535bbCcCcA2A154b573Ca6c5A49BAAE0a3ea";
2303
+ readonly chainId: 1;
2304
+ readonly decimals: 18;
2305
+ readonly logoURI: "https://etherscan.io/token/images/deuro_64.svg";
2306
+ readonly website: "https://deuro.com/";
2307
+ readonly documentation: "https://docs.deuro.com/";
2308
+ readonly description: "dEURO is a crypto-asset that maintains stability by referencing the value of Euro";
2309
+ readonly bridge: "native";
2310
+ };
2298
2311
  };
2299
2312
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
2300
2313
  readonly ETH: {
@@ -4590,5 +4603,18 @@ export declare const ethereum: {
4590
4603
  readonly description: "USDL is a US dollar-backed stablecoin that distributes yield to its holders every day. USDL reserves are held in short-term, highly liquid assets. USDL can always be redeemed at a rate of 1 USDL = 1 US dollar. The token is issued by Paxos Issuance MENA Ltd. (Paxos International), which is regulated by the Financial Services Regulatory Authority (FSRA) of the Abu Dhabi Global Market (ADGM)";
4591
4604
  readonly bridge: "native";
4592
4605
  };
4606
+ readonly DEURO: {
4607
+ readonly name: "Decentralized Euro";
4608
+ readonly symbol: "DEURO";
4609
+ readonly oracleId: "DEURO";
4610
+ readonly address: "0xbA3f535bbCcCcA2A154b573Ca6c5A49BAAE0a3ea";
4611
+ readonly chainId: 1;
4612
+ readonly decimals: 18;
4613
+ readonly logoURI: "https://etherscan.io/token/images/deuro_64.svg";
4614
+ readonly website: "https://deuro.com/";
4615
+ readonly documentation: "https://docs.deuro.com/";
4616
+ readonly description: "dEURO is a crypto-asset that maintains stability by referencing the value of Euro";
4617
+ readonly bridge: "native";
4618
+ };
4593
4619
  }>;
4594
4620
  };
@@ -0,0 +1,30 @@
1
+ export declare const bimfinance: {
2
+ readonly devMultisig: "0x56dF7773229Fd3D631c7F1341aB5b0DcddeD0Bb8";
3
+ readonly treasuryMultisig: "0xcc0516d2B5D8E156890D894Ee03a42BaC7176972";
4
+ readonly strategyOwner: "0x2b2d280A00A076F8B46bBb984c3780e68FfB43cf";
5
+ readonly vaultOwner: "0x555FFF48549C1A25a723Bd8e7eD10870D82E8379";
6
+ readonly keeper: "0xCFac885Fa38EeDf7AaffFa9F69A938d64453027E";
7
+ readonly treasurer: "0xcc0516d2B5D8E156890D894Ee03a42BaC7176972";
8
+ readonly launchpoolOwner: "0x56dF7773229Fd3D631c7F1341aB5b0DcddeD0Bb8";
9
+ readonly rewardPool: "0x0000000000000000000000000000000000000000";
10
+ readonly treasury: "0x0000000000000000000000000000000000000000";
11
+ readonly bimFeeRecipient: "0xcc0516d2B5D8E156890D894Ee03a42BaC7176972";
12
+ readonly multicall: "0x6e51861FFd18743Cf88ec84e85E5249d0A08D3c1";
13
+ readonly bimMaxiStrategy: "0x0000000000000000000000000000000000000000";
14
+ readonly voter: "0x2ADDFc34751D32BfA15BddA5cD7F15a1d863068a";
15
+ readonly bimFeeConfig: "0x6B35281C647dFe8946C50cD5ef239047a050Ea07";
16
+ readonly vaultFactory: "0xCEc5F7f67f361170Da385fD63394CDa3bb30ebaf";
17
+ readonly wrapperFactory: "0x0000000000000000000000000000000000000000";
18
+ readonly zap: "0x0000000000000000000000000000000000000000";
19
+ readonly zapTokenManager: "0x0000000000000000000000000000000000000000";
20
+ readonly treasurySwapper: "0x0000000000000000000000000000000000000000";
21
+ readonly clmFactory: "0x0000000000000000000000000000000000000000";
22
+ readonly clmStrategyFactory: "0x0000000000000000000000000000000000000000";
23
+ readonly clmRewardPoolFactory: "0x0000000000000000000000000000000000000000";
24
+ readonly positionMulticall: "0x0000000000000000000000000000000000000000";
25
+ readonly bimSwapper: "0xcCf8a786C25b3B4A0ed498bfcb670cc3E8a36263";
26
+ readonly bimOracle: "0x270B04518596851D67dE4074845f37dCdea9DD29";
27
+ readonly bimOracleChainlink: "0x0000000000000000000000000000000000000000";
28
+ readonly bimOracleUniswapV2: "0x0000000000000000000000000000000000000000";
29
+ readonly bimOracleUniswapV3: "0x0000000000000000000000000000000000000000";
30
+ };
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.bimfinance = void 0;
4
+ const devMultisig = '0x56dF7773229Fd3D631c7F1341aB5b0DcddeD0Bb8';
5
+ const treasuryMultisig = '0xcc0516d2B5D8E156890D894Ee03a42BaC7176972';
6
+ exports.bimfinance = {
7
+ devMultisig,
8
+ treasuryMultisig,
9
+ strategyOwner: '0x2b2d280A00A076F8B46bBb984c3780e68FfB43cf',
10
+ vaultOwner: '0x555FFF48549C1A25a723Bd8e7eD10870D82E8379',
11
+ keeper: '0xCFac885Fa38EeDf7AaffFa9F69A938d64453027E',
12
+ treasurer: treasuryMultisig,
13
+ launchpoolOwner: devMultisig,
14
+ rewardPool: '0x0000000000000000000000000000000000000000',
15
+ treasury: '0x0000000000000000000000000000000000000000',
16
+ bimFeeRecipient: '0xcc0516d2B5D8E156890D894Ee03a42BaC7176972',
17
+ multicall: '0x6e51861FFd18743Cf88ec84e85E5249d0A08D3c1',
18
+ bimMaxiStrategy: '0x0000000000000000000000000000000000000000',
19
+ voter: '0x2ADDFc34751D32BfA15BddA5cD7F15a1d863068a',
20
+ bimFeeConfig: '0x6B35281C647dFe8946C50cD5ef239047a050Ea07',
21
+ vaultFactory: '0xCEc5F7f67f361170Da385fD63394CDa3bb30ebaf',
22
+ wrapperFactory: '0x0000000000000000000000000000000000000000',
23
+ zap: '0x0000000000000000000000000000000000000000',
24
+ zapTokenManager: '0x0000000000000000000000000000000000000000',
25
+ treasurySwapper: '0x0000000000000000000000000000000000000000',
26
+ /// CLM Contracts
27
+ clmFactory: '0x0000000000000000000000000000000000000000',
28
+ clmStrategyFactory: '0x0000000000000000000000000000000000000000',
29
+ clmRewardPoolFactory: '0x0000000000000000000000000000000000000000',
30
+ positionMulticall: '0x0000000000000000000000000000000000000000',
31
+ /// bim Swapper Contracts
32
+ bimSwapper: '0xcCf8a786C25b3B4A0ed498bfcb670cc3E8a36263',
33
+ bimOracle: '0x270B04518596851D67dE4074845f37dCdea9DD29',
34
+ bimOracleChainlink: '0x0000000000000000000000000000000000000000',
35
+ bimOracleUniswapV2: '0x0000000000000000000000000000000000000000',
36
+ bimOracleUniswapV3: '0x0000000000000000000000000000000000000000',
37
+ };
@@ -1,4 +1,5 @@
1
1
  export { beefyfinance } from './beefyfinance.js';
2
+ export { bimfinance } from './bimfinance.js';
2
3
  export { balancer } from './balancer.js';
3
4
  export { aura } from './aura.js';
4
5
  export { sushi } from './sushi.js';
@@ -1,8 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.gamma = exports.verse = exports.solidly = exports.synapse = exports.sushi = exports.aura = exports.balancer = exports.beefyfinance = void 0;
3
+ exports.gamma = exports.verse = exports.solidly = exports.synapse = exports.sushi = exports.aura = exports.balancer = exports.bimfinance = exports.beefyfinance = void 0;
4
4
  var beefyfinance_js_1 = require("./beefyfinance.js");
5
5
  Object.defineProperty(exports, "beefyfinance", { enumerable: true, get: function () { return beefyfinance_js_1.beefyfinance; } });
6
+ var bimfinance_js_1 = require("./bimfinance.js");
7
+ Object.defineProperty(exports, "bimfinance", { enumerable: true, get: function () { return bimfinance_js_1.bimfinance; } });
6
8
  var balancer_js_1 = require("./balancer.js");
7
9
  Object.defineProperty(exports, "balancer", { enumerable: true, get: function () { return balancer_js_1.balancer; } });
8
10
  var aura_js_1 = require("./aura.js");
@@ -2292,4 +2292,17 @@ export declare const tokens: {
2292
2292
  readonly description: "USDL is a US dollar-backed stablecoin that distributes yield to its holders every day. USDL reserves are held in short-term, highly liquid assets. USDL can always be redeemed at a rate of 1 USDL = 1 US dollar. The token is issued by Paxos Issuance MENA Ltd. (Paxos International), which is regulated by the Financial Services Regulatory Authority (FSRA) of the Abu Dhabi Global Market (ADGM)";
2293
2293
  readonly bridge: "native";
2294
2294
  };
2295
+ readonly DEURO: {
2296
+ readonly name: "Decentralized Euro";
2297
+ readonly symbol: "DEURO";
2298
+ readonly oracleId: "DEURO";
2299
+ readonly address: "0xbA3f535bbCcCcA2A154b573Ca6c5A49BAAE0a3ea";
2300
+ readonly chainId: 1;
2301
+ readonly decimals: 18;
2302
+ readonly logoURI: "https://etherscan.io/token/images/deuro_64.svg";
2303
+ readonly website: "https://deuro.com/";
2304
+ readonly documentation: "https://docs.deuro.com/";
2305
+ readonly description: "dEURO is a crypto-asset that maintains stability by referencing the value of Euro";
2306
+ readonly bridge: "native";
2307
+ };
2295
2308
  };
@@ -2273,4 +2273,17 @@ exports.tokens = {
2273
2273
  description: 'USDL is a US dollar-backed stablecoin that distributes yield to its holders every day. USDL reserves are held in short-term, highly liquid assets. USDL can always be redeemed at a rate of 1 USDL = 1 US dollar. The token is issued by Paxos Issuance MENA Ltd. (Paxos International), which is regulated by the Financial Services Regulatory Authority (FSRA) of the Abu Dhabi Global Market (ADGM)',
2274
2274
  bridge: 'native',
2275
2275
  },
2276
+ DEURO: {
2277
+ name: 'Decentralized Euro',
2278
+ symbol: 'DEURO',
2279
+ oracleId: 'DEURO',
2280
+ address: '0xbA3f535bbCcCcA2A154b573Ca6c5A49BAAE0a3ea',
2281
+ chainId: 1,
2282
+ decimals: 18,
2283
+ logoURI: 'https://etherscan.io/token/images/deuro_64.svg',
2284
+ website: 'https://deuro.com/',
2285
+ documentation: 'https://docs.deuro.com/',
2286
+ description: 'dEURO is a crypto-asset that maintains stability by referencing the value of Euro',
2287
+ bridge: 'native',
2288
+ },
2276
2289
  };
@@ -20,12 +20,12 @@ const index_js_1 = require("./polygon/index.js");
20
20
  // import { emerald } from './emerald/index.js';
21
21
  const index_js_2 = require("./optimism/index.js");
22
22
  // import { kava } from './kava/index.js';
23
- // import { ethereum } from './ethereum/index.js';
23
+ const index_js_3 = require("./ethereum/index.js");
24
24
  // import { canto } from './canto/index.js';
25
25
  // import { zksync } from './zksync/index.js';
26
26
  // import { zkevm } from './zkevm/index.js';
27
- const index_js_3 = require("./base/index.js");
28
- const index_js_4 = require("./gnosis/index.js");
27
+ const index_js_4 = require("./base/index.js");
28
+ const index_js_5 = require("./gnosis/index.js");
29
29
  exports.addressBook = {
30
30
  polygon: index_js_1.polygon,
31
31
  // bsc,
@@ -44,12 +44,12 @@ exports.addressBook = {
44
44
  // emerald,
45
45
  optimism: index_js_2.optimism,
46
46
  // kava,
47
- // ethereum,
47
+ ethereum: index_js_3.ethereum,
48
48
  // canto,
49
49
  // zksync,
50
50
  // zkevm,
51
- base: index_js_3.base,
52
- gnosis: index_js_4.gnosis,
51
+ base: index_js_4.base,
52
+ gnosis: index_js_5.gnosis,
53
53
  // linea,
54
54
  // mantle,
55
55
  // fraxtal,
@@ -81,12 +81,12 @@ exports.addressBookByChainId = {
81
81
  // [ChainId.emerald]: emerald,
82
82
  [chainid_js_1.ChainId.optimism]: index_js_2.optimism,
83
83
  // [ChainId.kava]: kava,
84
- // [ChainId.ethereum]: ethereum,
84
+ [chainid_js_1.ChainId.ethereum]: index_js_3.ethereum,
85
85
  // [ChainId.canto]: canto,
86
86
  // [ChainId.zksync]: zksync,
87
87
  // [ChainId.zkevm]: zkevm,
88
- [chainid_js_1.ChainId.base]: index_js_3.base,
89
- [chainid_js_1.ChainId.gnosis]: index_js_4.gnosis,
88
+ [chainid_js_1.ChainId.base]: index_js_4.base,
89
+ [chainid_js_1.ChainId.gnosis]: index_js_5.gnosis,
90
90
  // [ChainId.linea]: linea,
91
91
  // [ChainId.mantle]: mantle,
92
92
  // [ChainId.fraxtal]: fraxtal,
@@ -1,6 +1,7 @@
1
1
  export declare enum ChainId {
2
2
  polygon = 137,
3
3
  optimism = 10,
4
+ ethereum = 1,
4
5
  base = 8453,
5
6
  gnosis = 100
6
7
  }
@@ -20,7 +20,7 @@ var ChainId;
20
20
  // emerald = 42262,
21
21
  ChainId[ChainId["optimism"] = 10] = "optimism";
22
22
  // kava = 2222,
23
- // ethereum = 1,
23
+ ChainId[ChainId["ethereum"] = 1] = "ethereum";
24
24
  // canto = 7700,
25
25
  // zksync = 324,
26
26
  // zkevm = 1101,
@@ -1,6 +1,7 @@
1
1
  export declare const chainIdMap: {
2
2
  polygon: 137;
3
3
  optimism: 10;
4
+ ethereum: 1;
4
5
  base: 8453;
5
6
  gnosis: 100;
6
7
  };
@@ -19,7 +19,7 @@ exports.chainIdMap = {
19
19
  // emerald: 42262,
20
20
  optimism: 10,
21
21
  // kava: 2222,
22
- // ethereum: 1,
22
+ ethereum: 1,
23
23
  // canto: 7700,
24
24
  // zksync: 324,
25
25
  // zkevm: 1101,