@win-trader/config 0.2.1 → 0.2.3

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 (2) hide show
  1. package/addresses.json +18 -18
  2. package/package.json +1 -1
package/addresses.json CHANGED
@@ -52,40 +52,40 @@
52
52
  ],
53
53
  "contracts": {
54
54
  "vault": {
55
- "address": "CDTLXP6KC3DMKQ5EHWLB5YUTXF5NKPACOWFPXLPLB56MQZ2EMWRFHIZA",
56
- "startLedger": 3467673
55
+ "address": "CBK2QXDE7X4RCXOJQ5R5P54ACFPQCJV5RXPEB5S7DQCIEW6K2ZV5MK5X",
56
+ "startLedger": 3584309
57
57
  },
58
58
  "positionManager": {
59
- "address": "CBPJA62PDZCVWZWVKZLUTWEOOCIJCQJNYVJW5HDC7VPB7UPC62CF63LP",
60
- "startLedger": 3467672
59
+ "address": "CBAHPTLRDJSW6KK3SKN2NH3DUI5VUC7WFSOEIUDK6TEGKL6C6VSCJF56",
60
+ "startLedger": 3584308
61
61
  },
62
62
  "configManager": {
63
- "address": "CAHU4B47BA2H3TRUAFPM4LIVDIQKBWLPJKLOONULJXK73RQDTWUCJMOS",
64
- "startLedger": 3467663
63
+ "address": "CCCEXVKLRQKQNUDE7EXQZVYIGUM7VH3EHEML5JER4UEYPXDDNINN42QO",
64
+ "startLedger": 3584300
65
65
  },
66
66
  "oracleRouter": {
67
- "address": "CAO54YKI3XX2S35EML4WXQIUFETMU5RSRGR6SGYX5BXFMZC6AXM6JVZR",
68
- "startLedger": 3467664
67
+ "address": "CBDU5D3RTV4F7HEDODHBYU5DZEUKJDPFNPKOTO5JSQXJL6BKRZ4TBLWG",
68
+ "startLedger": 3584301
69
69
  },
70
70
  "oracle": {
71
- "address": "CDLHMXUYWBNYB3YKYFCHCPQHEHBF7ZH5RNDD7MSJTA3AVUDIWPW47IBT",
72
- "startLedger": 3467665
71
+ "address": "CA2DRD4J3GAYH2LAH6UGLKKBAZRLTKLA6A5XEDZAAMIMN6BUQBXD42K6",
72
+ "startLedger": 3584302
73
73
  },
74
74
  "binanceOracle": {
75
- "address": "CDLZH2XWR46NF6EGV2JBEARYBOJQ5II2RZLNFBP63LCXBL524Y7ZNMOC",
76
- "startLedger": 3202949
75
+ "address": "CBDKSXMVAX72JC45Q7QW2CA7YXCEL5KGUWCPA5ZKOYAKUIZ3BBRZMS6G",
76
+ "startLedger": 3584325
77
77
  },
78
78
  "kucoinOracle": {
79
- "address": "CBPTENMW52BBQUZE4EJ73XO3PJKPOL3F5XPGYMV26OCEVL64WEDL5TZQ",
80
- "startLedger": 3202951
79
+ "address": "CBLLRLO7BJZHYI325BCKMNUIKXYHKCM3FKHCQTEAF3YAINUNGY3PLNYD",
80
+ "startLedger": 3584326
81
81
  },
82
82
  "mockToken": {
83
- "address": "CDY3K2D6RXL67NXYJQL7HG67P7LDQBE2DH6S3WK62WHTJ3PWSZLW5IJ4",
84
- "startLedger": 3467668
83
+ "address": "CA63WWGJ36W75M6QND4WIOIIHVRIVT6FGMKZRBIDHCRX5GXIQSAZV46U",
84
+ "startLedger": 3584305
85
85
  },
86
86
  "oracle2": {
87
- "address": "CA26PAOXWTOSN2NIPOFMZRWFWWHWZP35IDIQN52C7GJEVN5YYQZIFTTQ",
88
- "startLedger": 3467666
87
+ "address": "CCT7N3A6AOX4EI72RF6XEIMJPI7TYHMT4YDHFPAIMN2XZCESAVDOE5U7",
88
+ "startLedger": 3584303
89
89
  }
90
90
  }
91
91
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win-trader/config",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",