@sodax/types 2.0.0-rc.5 → 2.0.0-rc.7

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.
package/dist/index.d.ts CHANGED
@@ -17,4 +17,4 @@ export * from './sui/index.js';
17
17
  export * from './swap/index.js';
18
18
  export * from './utils/index.js';
19
19
  export * from './wallet/index.js';
20
- export declare const CONFIG_VERSION = 203;
20
+ export declare const CONFIG_VERSION = 205;
package/dist/index.js CHANGED
@@ -17,4 +17,4 @@ export * from './sui/index.js';
17
17
  export * from './swap/index.js';
18
18
  export * from './utils/index.js';
19
19
  export * from './wallet/index.js';
20
- export const CONFIG_VERSION = 203; // this value should be incremented (inside release/sdk branch) each time @sodax/types package is updated
20
+ export const CONFIG_VERSION = 205; // this value should be incremented (inside release/sdk branch) each time @sodax/types package is updated
@@ -340,6 +340,14 @@ export declare const moneyMarketSupportedTokens: {
340
340
  readonly chainKey: "0x38.bsc";
341
341
  readonly hubAsset: "0xc1a14e759e8c2a8128a1fe0288c12390fbaee6d2";
342
342
  readonly vault: "0xCb6B152D3a943f25157381aFcA7fEFCD2ef5a357";
343
+ }, {
344
+ readonly symbol: "USDC";
345
+ readonly name: "USD Coin";
346
+ readonly decimals: 18;
347
+ readonly address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d";
348
+ readonly chainKey: "0x38.bsc";
349
+ readonly hubAsset: "0x9d58508ad10d34048a11640735ca5075bba07b35";
350
+ readonly vault: "0xAbbb91c0617090F0028BDC27597Cd0D038F3A833";
343
351
  }, {
344
352
  readonly symbol: "USDT";
345
353
  readonly name: "Tether USD";
@@ -430,6 +438,14 @@ export declare const moneyMarketSupportedTokens: {
430
438
  readonly chainKey: "lightlink";
431
439
  readonly hubAsset: "0xd32e524da9d64db4c37a50f1ee197b591e97dc05";
432
440
  readonly vault: "0x40Cd41b35DB9e5109ae7E54b44De8625dB320E6b";
441
+ }, {
442
+ readonly symbol: "BTC.LL";
443
+ readonly name: "Bitcoin LightLink";
444
+ readonly decimals: 18;
445
+ readonly address: "0x5E921D8B7709b409132628258A53449D1fD82341";
446
+ readonly chainKey: "lightlink";
447
+ readonly hubAsset: "0x54582cdb0c145398b532e34f0851ffc1bbc88b4e";
448
+ readonly vault: "0x7A1A5555842Ad2D0eD274d09b5c4406a95799D5d";
433
449
  }, {
434
450
  readonly symbol: "SOL.LL";
435
451
  readonly name: "Solana LightLink";
@@ -1022,6 +1038,14 @@ export declare const moneyMarketSupportedTokens: {
1022
1038
  readonly chainKey: "ethereum";
1023
1039
  readonly hubAsset: "0x4ccbe4c2cf2aeed19314790622efd71dc0b67acb";
1024
1040
  readonly vault: "0x7A1A5555842Ad2D0eD274d09b5c4406a95799D5d";
1041
+ }, {
1042
+ readonly symbol: "LL";
1043
+ readonly name: "LightLink";
1044
+ readonly decimals: 18;
1045
+ readonly address: "0x0921799CB1d702148131024d18fCdE022129Dc73";
1046
+ readonly chainKey: "ethereum";
1047
+ readonly hubAsset: "0xee6236c791db0755c9bc333b4c7c85ab754f2a0a";
1048
+ readonly vault: "0x14C5eB2D25dFb834852dFc85744875d1eCb09748";
1025
1049
  }];
1026
1050
  readonly redbelly: [{
1027
1051
  readonly symbol: "bnUSD";
@@ -1571,6 +1595,14 @@ export declare const moneyMarketConfig: {
1571
1595
  readonly chainKey: "0x38.bsc";
1572
1596
  readonly hubAsset: "0xc1a14e759e8c2a8128a1fe0288c12390fbaee6d2";
1573
1597
  readonly vault: "0xCb6B152D3a943f25157381aFcA7fEFCD2ef5a357";
1598
+ }, {
1599
+ readonly symbol: "USDC";
1600
+ readonly name: "USD Coin";
1601
+ readonly decimals: 18;
1602
+ readonly address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d";
1603
+ readonly chainKey: "0x38.bsc";
1604
+ readonly hubAsset: "0x9d58508ad10d34048a11640735ca5075bba07b35";
1605
+ readonly vault: "0xAbbb91c0617090F0028BDC27597Cd0D038F3A833";
1574
1606
  }, {
1575
1607
  readonly symbol: "USDT";
1576
1608
  readonly name: "Tether USD";
@@ -1661,6 +1693,14 @@ export declare const moneyMarketConfig: {
1661
1693
  readonly chainKey: "lightlink";
1662
1694
  readonly hubAsset: "0xd32e524da9d64db4c37a50f1ee197b591e97dc05";
1663
1695
  readonly vault: "0x40Cd41b35DB9e5109ae7E54b44De8625dB320E6b";
1696
+ }, {
1697
+ readonly symbol: "BTC.LL";
1698
+ readonly name: "Bitcoin LightLink";
1699
+ readonly decimals: 18;
1700
+ readonly address: "0x5E921D8B7709b409132628258A53449D1fD82341";
1701
+ readonly chainKey: "lightlink";
1702
+ readonly hubAsset: "0x54582cdb0c145398b532e34f0851ffc1bbc88b4e";
1703
+ readonly vault: "0x7A1A5555842Ad2D0eD274d09b5c4406a95799D5d";
1664
1704
  }, {
1665
1705
  readonly symbol: "SOL.LL";
1666
1706
  readonly name: "Solana LightLink";
@@ -2253,6 +2293,14 @@ export declare const moneyMarketConfig: {
2253
2293
  readonly chainKey: "ethereum";
2254
2294
  readonly hubAsset: "0x4ccbe4c2cf2aeed19314790622efd71dc0b67acb";
2255
2295
  readonly vault: "0x7A1A5555842Ad2D0eD274d09b5c4406a95799D5d";
2296
+ }, {
2297
+ readonly symbol: "LL";
2298
+ readonly name: "LightLink";
2299
+ readonly decimals: 18;
2300
+ readonly address: "0x0921799CB1d702148131024d18fCdE022129Dc73";
2301
+ readonly chainKey: "ethereum";
2302
+ readonly hubAsset: "0xee6236c791db0755c9bc333b4c7c85ab754f2a0a";
2303
+ readonly vault: "0x14C5eB2D25dFb834852dFc85744875d1eCb09748";
2256
2304
  }];
2257
2305
  readonly redbelly: [{
2258
2306
  readonly symbol: "bnUSD";
@@ -55,6 +55,7 @@ export const moneyMarketSupportedTokens = {
55
55
  spokeChainConfig[ChainKeys.BSC_MAINNET].supportedTokens.bnUSD,
56
56
  spokeChainConfig[ChainKeys.BSC_MAINNET].supportedTokens.SODA,
57
57
  spokeChainConfig[ChainKeys.BSC_MAINNET].supportedTokens.weETH,
58
+ spokeChainConfig[ChainKeys.BSC_MAINNET].supportedTokens.USDC,
58
59
  spokeChainConfig[ChainKeys.BSC_MAINNET].supportedTokens.USDT,
59
60
  ],
60
61
  [ChainKeys.HYPEREVM_MAINNET]: [
@@ -70,6 +71,7 @@ export const moneyMarketSupportedTokens = {
70
71
  spokeChainConfig[ChainKeys.LIGHTLINK_MAINNET].supportedTokens.USDC,
71
72
  spokeChainConfig[ChainKeys.LIGHTLINK_MAINNET].supportedTokens['AVAX.LL'],
72
73
  spokeChainConfig[ChainKeys.LIGHTLINK_MAINNET].supportedTokens['BNB.LL'],
74
+ spokeChainConfig[ChainKeys.LIGHTLINK_MAINNET].supportedTokens['BTC.LL'],
73
75
  spokeChainConfig[ChainKeys.LIGHTLINK_MAINNET].supportedTokens['SOL.LL'],
74
76
  spokeChainConfig[ChainKeys.LIGHTLINK_MAINNET].supportedTokens['XLM.LL'],
75
77
  spokeChainConfig[ChainKeys.LIGHTLINK_MAINNET].supportedTokens['INJ.LL'],
@@ -138,6 +140,7 @@ export const moneyMarketSupportedTokens = {
138
140
  spokeChainConfig[ChainKeys.ETHEREUM_MAINNET].supportedTokens.wstETH,
139
141
  spokeChainConfig[ChainKeys.ETHEREUM_MAINNET].supportedTokens.USDT,
140
142
  spokeChainConfig[ChainKeys.ETHEREUM_MAINNET].supportedTokens.WBTC,
143
+ spokeChainConfig[ChainKeys.ETHEREUM_MAINNET].supportedTokens.LL,
141
144
  ],
142
145
  [ChainKeys.REDBELLY_MAINNET]: [
143
146
  spokeChainConfig[ChainKeys.REDBELLY_MAINNET].supportedTokens.bnUSD,
@@ -4700,6 +4700,14 @@ export declare const sodaxConfig: {
4700
4700
  readonly chainKey: "0x38.bsc";
4701
4701
  readonly hubAsset: "0xc1a14e759e8c2a8128a1fe0288c12390fbaee6d2";
4702
4702
  readonly vault: "0xCb6B152D3a943f25157381aFcA7fEFCD2ef5a357";
4703
+ }, {
4704
+ readonly symbol: "USDC";
4705
+ readonly name: "USD Coin";
4706
+ readonly decimals: 18;
4707
+ readonly address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d";
4708
+ readonly chainKey: "0x38.bsc";
4709
+ readonly hubAsset: "0x9d58508ad10d34048a11640735ca5075bba07b35";
4710
+ readonly vault: "0xAbbb91c0617090F0028BDC27597Cd0D038F3A833";
4703
4711
  }, {
4704
4712
  readonly symbol: "USDT";
4705
4713
  readonly name: "Tether USD";
@@ -4790,6 +4798,14 @@ export declare const sodaxConfig: {
4790
4798
  readonly chainKey: "lightlink";
4791
4799
  readonly hubAsset: "0xd32e524da9d64db4c37a50f1ee197b591e97dc05";
4792
4800
  readonly vault: "0x40Cd41b35DB9e5109ae7E54b44De8625dB320E6b";
4801
+ }, {
4802
+ readonly symbol: "BTC.LL";
4803
+ readonly name: "Bitcoin LightLink";
4804
+ readonly decimals: 18;
4805
+ readonly address: "0x5E921D8B7709b409132628258A53449D1fD82341";
4806
+ readonly chainKey: "lightlink";
4807
+ readonly hubAsset: "0x54582cdb0c145398b532e34f0851ffc1bbc88b4e";
4808
+ readonly vault: "0x7A1A5555842Ad2D0eD274d09b5c4406a95799D5d";
4793
4809
  }, {
4794
4810
  readonly symbol: "SOL.LL";
4795
4811
  readonly name: "Solana LightLink";
@@ -5382,6 +5398,14 @@ export declare const sodaxConfig: {
5382
5398
  readonly chainKey: "ethereum";
5383
5399
  readonly hubAsset: "0x4ccbe4c2cf2aeed19314790622efd71dc0b67acb";
5384
5400
  readonly vault: "0x7A1A5555842Ad2D0eD274d09b5c4406a95799D5d";
5401
+ }, {
5402
+ readonly symbol: "LL";
5403
+ readonly name: "LightLink";
5404
+ readonly decimals: 18;
5405
+ readonly address: "0x0921799CB1d702148131024d18fCdE022129Dc73";
5406
+ readonly chainKey: "ethereum";
5407
+ readonly hubAsset: "0xee6236c791db0755c9bc333b4c7c85ab754f2a0a";
5408
+ readonly vault: "0x14C5eB2D25dFb834852dFc85744875d1eCb09748";
5385
5409
  }];
5386
5410
  readonly redbelly: [{
5387
5411
  readonly symbol: "bnUSD";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "2.0.0-rc.5",
7
+ "version": "2.0.0-rc.7",
8
8
  "description": "Sodax Common Types",
9
9
  "main": "dist/index.js",
10
10
  "homepage": "https://github.com/icon-project/sodax-sdks/tree/main/packages/types",