defi-blockchain-addressbook 1.0.8 → 1.0.10

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 (29) hide show
  1. package/build/address-book/gnosis/platforms/bimfinance.d.ts +30 -0
  2. package/build/address-book/gnosis/platforms/bimfinance.js +37 -0
  3. package/build/address-book/gnosis/platforms/index.d.ts +1 -0
  4. package/build/address-book/gnosis/platforms/index.js +3 -1
  5. package/build/address-book/index.js +24 -2
  6. package/build/address-book/polygon/index.d.ts +216 -0
  7. package/build/address-book/polygon/tokens/tokens.d.ts +108 -0
  8. package/build/address-book/polygon/tokens/tokens.js +108 -0
  9. package/build/types/chainid.d.ts +2 -1
  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/gnosis/index.d.ts +620 -0
  14. package/build-esm/address-book/gnosis/index.js +8 -0
  15. package/build-esm/address-book/gnosis/platforms/beefyfinance.d.ts +25 -0
  16. package/build-esm/address-book/gnosis/platforms/beefyfinance.js +28 -0
  17. package/build-esm/address-book/gnosis/platforms/bimfinance.d.ts +30 -0
  18. package/build-esm/address-book/gnosis/platforms/bimfinance.js +34 -0
  19. package/build-esm/address-book/gnosis/platforms/index.d.ts +2 -0
  20. package/build-esm/address-book/gnosis/platforms/index.js +2 -0
  21. package/build-esm/address-book/gnosis/tokens/tokens.d.ts +308 -0
  22. package/build-esm/address-book/gnosis/tokens/tokens.js +285 -0
  23. package/build-esm/address-book/index.js +3 -3
  24. package/build-esm/address-book/polygon/index.d.ts +216 -0
  25. package/build-esm/address-book/polygon/tokens/tokens.d.ts +108 -0
  26. package/build-esm/address-book/polygon/tokens/tokens.js +108 -0
  27. package/build-esm/types/chainid.d.ts +2 -1
  28. package/build-esm/types/chainid.js +1 -1
  29. package/package.json +1 -1
@@ -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: "0x237136721665A6Cb3223BA74Dd5F735912382f18";
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: '0x237136721665A6Cb3223BA74Dd5F735912382f18',
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 +1,2 @@
1
1
  export { beefyfinance } from './beefyfinance.js';
2
+ export { bimfinance } from './bimfinance.js';
@@ -1,5 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.beefyfinance = void 0;
3
+ 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; } });
@@ -4,6 +4,28 @@ exports.addressBookByChainId = exports.addressBook = exports.ChainId = void 0;
4
4
  const chainid_js_1 = require("../types/chainid.js");
5
5
  Object.defineProperty(exports, "ChainId", { enumerable: true, get: function () { return chainid_js_1.ChainId; } });
6
6
  const index_js_1 = require("./polygon/index.js");
7
+ // import { bsc } from './bsc/index.js';
8
+ // import { avax } from './avax/index.js';
9
+ // import { fantom } from './fantom/index.js';
10
+ // import { heco } from './heco/index.js';
11
+ // import { one } from './one/index.js';
12
+ // import { arbitrum } from './arbitrum/index.js';
13
+ // import { celo } from './celo/index.js';
14
+ // import { moonriver } from './moonriver/index.js';
15
+ // import { cronos } from './cronos/index.js';
16
+ // import { aurora } from './aurora/index.js';
17
+ // import { fuse } from './fuse/index.js';
18
+ // import { metis } from './metis/index.js';
19
+ // import { moonbeam } from './moonbeam/index.js';
20
+ // import { emerald } from './emerald/index.js';
21
+ // import { optimism } from './optimism/index.js';
22
+ // import { kava } from './kava/index.js';
23
+ // import { ethereum } from './ethereum/index.js';
24
+ // import { canto } from './canto/index.js';
25
+ // import { zksync } from './zksync/index.js';
26
+ // import { zkevm } from './zkevm/index.js';
27
+ // import { base } from './base/index.js';
28
+ const index_js_2 = require("./gnosis/index.js");
7
29
  exports.addressBook = {
8
30
  polygon: index_js_1.polygon,
9
31
  // bsc,
@@ -27,7 +49,7 @@ exports.addressBook = {
27
49
  // zksync,
28
50
  // zkevm,
29
51
  // base,
30
- // gnosis,
52
+ gnosis: index_js_2.gnosis,
31
53
  // linea,
32
54
  // mantle,
33
55
  // fraxtal,
@@ -64,7 +86,7 @@ exports.addressBookByChainId = {
64
86
  // [ChainId.zksync]: zksync,
65
87
  // [ChainId.zkevm]: zkevm,
66
88
  // [ChainId.base]: base,
67
- // [ChainId.gnosis]: gnosis,
89
+ [chainid_js_1.ChainId.gnosis]: index_js_2.gnosis,
68
90
  // [ChainId.linea]: linea,
69
91
  // [ChainId.mantle]: mantle,
70
92
  // [ChainId.fraxtal]: fraxtal,
@@ -2198,6 +2198,114 @@ export declare const polygon: {
2198
2198
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
2199
2199
  readonly bridge: "layer-zero";
2200
2200
  };
2201
+ readonly ATOM: {
2202
+ readonly name: "Cosmos";
2203
+ readonly symbol: "ATOM";
2204
+ readonly oracleId: "ATOM";
2205
+ readonly address: "0xac51C4c48Dc3116487eD4BC16542e27B5694Da1b";
2206
+ readonly chainId: 137;
2207
+ readonly decimals: 18;
2208
+ readonly logoURI: "";
2209
+ readonly website: "https://cosmos.network/";
2210
+ readonly documentation: "https://docs.cosmos.network/";
2211
+ readonly description: "Cosmos bills itself as a project that solves some of the “hardest problems” facing the blockchain industry. It aims to offer an antidote to “slow, expensive, unscalable and environmentally harmful” proof-of-work protocols, like those used by Bitcoin, by offering an ecosystem of connected blockchains.";
2212
+ };
2213
+ readonly CW3: {
2214
+ readonly name: "CryptoWeb3";
2215
+ readonly symbol: "CW3";
2216
+ readonly oracleId: "CW3";
2217
+ readonly address: "0xa3c0dEf5462F124C393b203919b9fA0bDD8ee869";
2218
+ readonly chainId: 137;
2219
+ readonly decimals: 18;
2220
+ readonly logoURI: "";
2221
+ readonly website: "";
2222
+ readonly documentation: "";
2223
+ readonly description: "";
2224
+ };
2225
+ readonly LIME: {
2226
+ readonly name: "iMe Lab";
2227
+ readonly symbol: "LIME";
2228
+ readonly oracleId: "LIME";
2229
+ readonly address: "0x7f67639Ffc8C93dD558d452b8920b28815638c44";
2230
+ readonly chainId: 137;
2231
+ readonly decimals: 18;
2232
+ readonly logoURI: "";
2233
+ readonly website: "";
2234
+ readonly documentation: "";
2235
+ readonly description: "";
2236
+ };
2237
+ readonly NEXT: {
2238
+ readonly name: "Everclear";
2239
+ readonly symbol: "NEXT";
2240
+ readonly oracleId: "NEXT";
2241
+ readonly address: "0x58b9cB810A68a7f3e1E4f8Cb45D1B9B3c79705E8";
2242
+ readonly chainId: 137;
2243
+ readonly decimals: 18;
2244
+ readonly logoURI: "";
2245
+ readonly website: "";
2246
+ readonly documentation: "";
2247
+ readonly description: "";
2248
+ };
2249
+ readonly ANGLE: {
2250
+ readonly name: "ANGLE";
2251
+ readonly symbol: "ANGLE";
2252
+ readonly oracleId: "ANGLE";
2253
+ readonly address: "0x900F717EA076E1E7a484ad9DD2dB81CEEc60eBF1";
2254
+ readonly chainId: 137;
2255
+ readonly decimals: 18;
2256
+ readonly logoURI: "";
2257
+ readonly website: "";
2258
+ readonly documentation: "";
2259
+ readonly description: "";
2260
+ };
2261
+ readonly PAXG: {
2262
+ readonly name: "PAX Gold";
2263
+ readonly symbol: "PAXG";
2264
+ readonly oracleId: "PAXG";
2265
+ readonly address: "0x553d3D295e0f695B9228246232eDF400ed3560B5";
2266
+ readonly chainId: 137;
2267
+ readonly decimals: 18;
2268
+ readonly logoURI: "";
2269
+ readonly website: "";
2270
+ readonly documentation: "";
2271
+ readonly description: "";
2272
+ };
2273
+ readonly REQ: {
2274
+ readonly name: "Request";
2275
+ readonly symbol: "REQ";
2276
+ readonly oracleId: "REQ";
2277
+ readonly address: "0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762";
2278
+ readonly chainId: 137;
2279
+ readonly decimals: 18;
2280
+ readonly logoURI: "";
2281
+ readonly website: "";
2282
+ readonly documentation: "";
2283
+ readonly description: "";
2284
+ };
2285
+ readonly TBTC: {
2286
+ readonly name: "tBTC";
2287
+ readonly symbol: "TBTC";
2288
+ readonly oracleId: "TBTC";
2289
+ readonly address: "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b";
2290
+ readonly chainId: 137;
2291
+ readonly decimals: 18;
2292
+ readonly logoURI: "";
2293
+ readonly website: "";
2294
+ readonly documentation: "";
2295
+ readonly description: "";
2296
+ };
2297
+ readonly KNC: {
2298
+ readonly name: "Kyber Network Crystal v2";
2299
+ readonly symbol: "KNC";
2300
+ readonly oracleId: "KNC";
2301
+ readonly address: "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C";
2302
+ readonly chainId: 137;
2303
+ readonly decimals: 18;
2304
+ readonly logoURI: "";
2305
+ readonly website: "";
2306
+ readonly documentation: "";
2307
+ readonly description: "";
2308
+ };
2201
2309
  };
2202
2310
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
2203
2311
  readonly MATIC: {
@@ -4396,5 +4504,113 @@ export declare const polygon: {
4396
4504
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
4397
4505
  readonly bridge: "layer-zero";
4398
4506
  };
4507
+ readonly ATOM: {
4508
+ readonly name: "Cosmos";
4509
+ readonly symbol: "ATOM";
4510
+ readonly oracleId: "ATOM";
4511
+ readonly address: "0xac51C4c48Dc3116487eD4BC16542e27B5694Da1b";
4512
+ readonly chainId: 137;
4513
+ readonly decimals: 18;
4514
+ readonly logoURI: "";
4515
+ readonly website: "https://cosmos.network/";
4516
+ readonly documentation: "https://docs.cosmos.network/";
4517
+ readonly description: "Cosmos bills itself as a project that solves some of the “hardest problems” facing the blockchain industry. It aims to offer an antidote to “slow, expensive, unscalable and environmentally harmful” proof-of-work protocols, like those used by Bitcoin, by offering an ecosystem of connected blockchains.";
4518
+ };
4519
+ readonly CW3: {
4520
+ readonly name: "CryptoWeb3";
4521
+ readonly symbol: "CW3";
4522
+ readonly oracleId: "CW3";
4523
+ readonly address: "0xa3c0dEf5462F124C393b203919b9fA0bDD8ee869";
4524
+ readonly chainId: 137;
4525
+ readonly decimals: 18;
4526
+ readonly logoURI: "";
4527
+ readonly website: "";
4528
+ readonly documentation: "";
4529
+ readonly description: "";
4530
+ };
4531
+ readonly LIME: {
4532
+ readonly name: "iMe Lab";
4533
+ readonly symbol: "LIME";
4534
+ readonly oracleId: "LIME";
4535
+ readonly address: "0x7f67639Ffc8C93dD558d452b8920b28815638c44";
4536
+ readonly chainId: 137;
4537
+ readonly decimals: 18;
4538
+ readonly logoURI: "";
4539
+ readonly website: "";
4540
+ readonly documentation: "";
4541
+ readonly description: "";
4542
+ };
4543
+ readonly NEXT: {
4544
+ readonly name: "Everclear";
4545
+ readonly symbol: "NEXT";
4546
+ readonly oracleId: "NEXT";
4547
+ readonly address: "0x58b9cB810A68a7f3e1E4f8Cb45D1B9B3c79705E8";
4548
+ readonly chainId: 137;
4549
+ readonly decimals: 18;
4550
+ readonly logoURI: "";
4551
+ readonly website: "";
4552
+ readonly documentation: "";
4553
+ readonly description: "";
4554
+ };
4555
+ readonly ANGLE: {
4556
+ readonly name: "ANGLE";
4557
+ readonly symbol: "ANGLE";
4558
+ readonly oracleId: "ANGLE";
4559
+ readonly address: "0x900F717EA076E1E7a484ad9DD2dB81CEEc60eBF1";
4560
+ readonly chainId: 137;
4561
+ readonly decimals: 18;
4562
+ readonly logoURI: "";
4563
+ readonly website: "";
4564
+ readonly documentation: "";
4565
+ readonly description: "";
4566
+ };
4567
+ readonly PAXG: {
4568
+ readonly name: "PAX Gold";
4569
+ readonly symbol: "PAXG";
4570
+ readonly oracleId: "PAXG";
4571
+ readonly address: "0x553d3D295e0f695B9228246232eDF400ed3560B5";
4572
+ readonly chainId: 137;
4573
+ readonly decimals: 18;
4574
+ readonly logoURI: "";
4575
+ readonly website: "";
4576
+ readonly documentation: "";
4577
+ readonly description: "";
4578
+ };
4579
+ readonly REQ: {
4580
+ readonly name: "Request";
4581
+ readonly symbol: "REQ";
4582
+ readonly oracleId: "REQ";
4583
+ readonly address: "0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762";
4584
+ readonly chainId: 137;
4585
+ readonly decimals: 18;
4586
+ readonly logoURI: "";
4587
+ readonly website: "";
4588
+ readonly documentation: "";
4589
+ readonly description: "";
4590
+ };
4591
+ readonly TBTC: {
4592
+ readonly name: "tBTC";
4593
+ readonly symbol: "TBTC";
4594
+ readonly oracleId: "TBTC";
4595
+ readonly address: "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b";
4596
+ readonly chainId: 137;
4597
+ readonly decimals: 18;
4598
+ readonly logoURI: "";
4599
+ readonly website: "";
4600
+ readonly documentation: "";
4601
+ readonly description: "";
4602
+ };
4603
+ readonly KNC: {
4604
+ readonly name: "Kyber Network Crystal v2";
4605
+ readonly symbol: "KNC";
4606
+ readonly oracleId: "KNC";
4607
+ readonly address: "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C";
4608
+ readonly chainId: 137;
4609
+ readonly decimals: 18;
4610
+ readonly logoURI: "";
4611
+ readonly website: "";
4612
+ readonly documentation: "";
4613
+ readonly description: "";
4614
+ };
4399
4615
  }>;
4400
4616
  };
@@ -2195,4 +2195,112 @@ export declare const tokens: {
2195
2195
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
2196
2196
  readonly bridge: "layer-zero";
2197
2197
  };
2198
+ readonly ATOM: {
2199
+ readonly name: "Cosmos";
2200
+ readonly symbol: "ATOM";
2201
+ readonly oracleId: "ATOM";
2202
+ readonly address: "0xac51C4c48Dc3116487eD4BC16542e27B5694Da1b";
2203
+ readonly chainId: 137;
2204
+ readonly decimals: 18;
2205
+ readonly logoURI: "";
2206
+ readonly website: "https://cosmos.network/";
2207
+ readonly documentation: "https://docs.cosmos.network/";
2208
+ readonly description: "Cosmos bills itself as a project that solves some of the “hardest problems” facing the blockchain industry. It aims to offer an antidote to “slow, expensive, unscalable and environmentally harmful” proof-of-work protocols, like those used by Bitcoin, by offering an ecosystem of connected blockchains.";
2209
+ };
2210
+ readonly CW3: {
2211
+ readonly name: "CryptoWeb3";
2212
+ readonly symbol: "CW3";
2213
+ readonly oracleId: "CW3";
2214
+ readonly address: "0xa3c0dEf5462F124C393b203919b9fA0bDD8ee869";
2215
+ readonly chainId: 137;
2216
+ readonly decimals: 18;
2217
+ readonly logoURI: "";
2218
+ readonly website: "";
2219
+ readonly documentation: "";
2220
+ readonly description: "";
2221
+ };
2222
+ readonly LIME: {
2223
+ readonly name: "iMe Lab";
2224
+ readonly symbol: "LIME";
2225
+ readonly oracleId: "LIME";
2226
+ readonly address: "0x7f67639Ffc8C93dD558d452b8920b28815638c44";
2227
+ readonly chainId: 137;
2228
+ readonly decimals: 18;
2229
+ readonly logoURI: "";
2230
+ readonly website: "";
2231
+ readonly documentation: "";
2232
+ readonly description: "";
2233
+ };
2234
+ readonly NEXT: {
2235
+ readonly name: "Everclear";
2236
+ readonly symbol: "NEXT";
2237
+ readonly oracleId: "NEXT";
2238
+ readonly address: "0x58b9cB810A68a7f3e1E4f8Cb45D1B9B3c79705E8";
2239
+ readonly chainId: 137;
2240
+ readonly decimals: 18;
2241
+ readonly logoURI: "";
2242
+ readonly website: "";
2243
+ readonly documentation: "";
2244
+ readonly description: "";
2245
+ };
2246
+ readonly ANGLE: {
2247
+ readonly name: "ANGLE";
2248
+ readonly symbol: "ANGLE";
2249
+ readonly oracleId: "ANGLE";
2250
+ readonly address: "0x900F717EA076E1E7a484ad9DD2dB81CEEc60eBF1";
2251
+ readonly chainId: 137;
2252
+ readonly decimals: 18;
2253
+ readonly logoURI: "";
2254
+ readonly website: "";
2255
+ readonly documentation: "";
2256
+ readonly description: "";
2257
+ };
2258
+ readonly PAXG: {
2259
+ readonly name: "PAX Gold";
2260
+ readonly symbol: "PAXG";
2261
+ readonly oracleId: "PAXG";
2262
+ readonly address: "0x553d3D295e0f695B9228246232eDF400ed3560B5";
2263
+ readonly chainId: 137;
2264
+ readonly decimals: 18;
2265
+ readonly logoURI: "";
2266
+ readonly website: "";
2267
+ readonly documentation: "";
2268
+ readonly description: "";
2269
+ };
2270
+ readonly REQ: {
2271
+ readonly name: "Request";
2272
+ readonly symbol: "REQ";
2273
+ readonly oracleId: "REQ";
2274
+ readonly address: "0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762";
2275
+ readonly chainId: 137;
2276
+ readonly decimals: 18;
2277
+ readonly logoURI: "";
2278
+ readonly website: "";
2279
+ readonly documentation: "";
2280
+ readonly description: "";
2281
+ };
2282
+ readonly TBTC: {
2283
+ readonly name: "tBTC";
2284
+ readonly symbol: "TBTC";
2285
+ readonly oracleId: "TBTC";
2286
+ readonly address: "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b";
2287
+ readonly chainId: 137;
2288
+ readonly decimals: 18;
2289
+ readonly logoURI: "";
2290
+ readonly website: "";
2291
+ readonly documentation: "";
2292
+ readonly description: "";
2293
+ };
2294
+ readonly KNC: {
2295
+ readonly name: "Kyber Network Crystal v2";
2296
+ readonly symbol: "KNC";
2297
+ readonly oracleId: "KNC";
2298
+ readonly address: "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C";
2299
+ readonly chainId: 137;
2300
+ readonly decimals: 18;
2301
+ readonly logoURI: "";
2302
+ readonly website: "";
2303
+ readonly documentation: "";
2304
+ readonly description: "";
2305
+ };
2198
2306
  };
@@ -2141,4 +2141,112 @@ exports.tokens = {
2141
2141
  description: 'ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.',
2142
2142
  bridge: 'layer-zero',
2143
2143
  },
2144
+ ATOM: {
2145
+ name: 'Cosmos',
2146
+ symbol: 'ATOM',
2147
+ oracleId: 'ATOM',
2148
+ address: '0xac51C4c48Dc3116487eD4BC16542e27B5694Da1b',
2149
+ chainId: 137,
2150
+ decimals: 18,
2151
+ logoURI: '',
2152
+ website: 'https://cosmos.network/',
2153
+ documentation: 'https://docs.cosmos.network/',
2154
+ description: 'Cosmos bills itself as a project that solves some of the “hardest problems” facing the blockchain industry. It aims to offer an antidote to “slow, expensive, unscalable and environmentally harmful” proof-of-work protocols, like those used by Bitcoin, by offering an ecosystem of connected blockchains.',
2155
+ },
2156
+ CW3: {
2157
+ name: 'CryptoWeb3',
2158
+ symbol: 'CW3',
2159
+ oracleId: 'CW3',
2160
+ address: '0xa3c0dEf5462F124C393b203919b9fA0bDD8ee869',
2161
+ chainId: 137,
2162
+ decimals: 18,
2163
+ logoURI: '',
2164
+ website: '',
2165
+ documentation: '',
2166
+ description: '',
2167
+ },
2168
+ LIME: {
2169
+ name: 'iMe Lab',
2170
+ symbol: 'LIME',
2171
+ oracleId: 'LIME',
2172
+ address: '0x7f67639Ffc8C93dD558d452b8920b28815638c44',
2173
+ chainId: 137,
2174
+ decimals: 18,
2175
+ logoURI: '',
2176
+ website: '',
2177
+ documentation: '',
2178
+ description: '',
2179
+ },
2180
+ NEXT: {
2181
+ name: 'Everclear',
2182
+ symbol: 'NEXT',
2183
+ oracleId: 'NEXT',
2184
+ address: '0x58b9cB810A68a7f3e1E4f8Cb45D1B9B3c79705E8',
2185
+ chainId: 137,
2186
+ decimals: 18,
2187
+ logoURI: '',
2188
+ website: '',
2189
+ documentation: '',
2190
+ description: '',
2191
+ },
2192
+ ANGLE: {
2193
+ name: 'ANGLE',
2194
+ symbol: 'ANGLE',
2195
+ oracleId: 'ANGLE',
2196
+ address: '0x900F717EA076E1E7a484ad9DD2dB81CEEc60eBF1',
2197
+ chainId: 137,
2198
+ decimals: 18,
2199
+ logoURI: '',
2200
+ website: '',
2201
+ documentation: '',
2202
+ description: '',
2203
+ },
2204
+ PAXG: {
2205
+ name: 'PAX Gold',
2206
+ symbol: 'PAXG',
2207
+ oracleId: 'PAXG',
2208
+ address: '0x553d3D295e0f695B9228246232eDF400ed3560B5',
2209
+ chainId: 137,
2210
+ decimals: 18,
2211
+ logoURI: '',
2212
+ website: '',
2213
+ documentation: '',
2214
+ description: '',
2215
+ },
2216
+ REQ: {
2217
+ name: 'Request',
2218
+ symbol: 'REQ',
2219
+ oracleId: 'REQ',
2220
+ address: '0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762',
2221
+ chainId: 137,
2222
+ decimals: 18,
2223
+ logoURI: '',
2224
+ website: '',
2225
+ documentation: '',
2226
+ description: '',
2227
+ },
2228
+ TBTC: {
2229
+ name: 'tBTC',
2230
+ symbol: 'TBTC',
2231
+ oracleId: 'TBTC',
2232
+ address: '0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b',
2233
+ chainId: 137,
2234
+ decimals: 18,
2235
+ logoURI: '',
2236
+ website: '',
2237
+ documentation: '',
2238
+ description: '',
2239
+ },
2240
+ KNC: {
2241
+ name: 'Kyber Network Crystal v2',
2242
+ symbol: 'KNC',
2243
+ oracleId: 'KNC',
2244
+ address: '0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C',
2245
+ chainId: 137,
2246
+ decimals: 18,
2247
+ logoURI: '',
2248
+ website: '',
2249
+ documentation: '',
2250
+ description: '',
2251
+ },
2144
2252
  };
@@ -1,5 +1,6 @@
1
1
  export declare enum ChainId {
2
- polygon = 137
2
+ polygon = 137,
3
+ gnosis = 100
3
4
  }
4
5
  type ChainIdType = typeof ChainId;
5
6
  export type ChainIdMap = {
@@ -25,7 +25,7 @@ var ChainId;
25
25
  // zksync = 324,
26
26
  // zkevm = 1101,
27
27
  // base = 8453,
28
- // gnosis = 100,
28
+ ChainId[ChainId["gnosis"] = 100] = "gnosis";
29
29
  // linea = 59144,
30
30
  // mantle = 5000,
31
31
  // fraxtal = 252,
@@ -1,4 +1,5 @@
1
1
  export declare const chainIdMap: {
2
2
  polygon: 137;
3
+ gnosis: 100;
3
4
  };
4
5
  export default chainIdMap;
@@ -24,7 +24,7 @@ exports.chainIdMap = {
24
24
  // zksync: 324,
25
25
  // zkevm: 1101,
26
26
  // base: 8453,
27
- // gnosis: 100,
27
+ gnosis: 100,
28
28
  // linea: 59144,
29
29
  // mantle: 5000,
30
30
  // fraxtal: 252,