@win-trader/config 0.2.5 → 0.3.0

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 +20 -20
  2. package/package.json +1 -1
package/addresses.json CHANGED
@@ -56,44 +56,44 @@
56
56
  ],
57
57
  "contracts": {
58
58
  "vault": {
59
- "address": "CCUMUMBK3HIW4RQN46DJUCG2PDCVBHVKZRW6FNMODESXCBSMIQLLJDR3",
60
- "startLedger": 3852252
59
+ "address": "CAM3MEQR66WJANEXXLD6LGME3RC7V3Y46XQ5CVESBBEO7PJZM3HIOACZ",
60
+ "startLedger": 4006341
61
61
  },
62
62
  "requestRouter": {
63
- "address": "CAIWHUJ2VLO2UFRAVJM5QSTO4AV6VXZ4WSXS2YBZVX7OZXQEQKQWESDG",
64
- "startLedger": 3852254
63
+ "address": "CDGZPX66A2SB6FEG3CFFXG5V3U2GEDKG2A5M6XILYTSI4WNI4XF3CL3N",
64
+ "startLedger": 4006345
65
65
  },
66
66
  "positionManager": {
67
- "address": "CD6DD6PAFVCRKVIQRFNAWG74D6ADFRG6GQRWVMK47JNBZSANG6FCXQ5Q",
68
- "startLedger": 3852249
67
+ "address": "CCWROKBBM774XS7CXUBXLVE6VIOZHANCAPYPRUYWI57EP57KTMF46SSO",
68
+ "startLedger": 4006339
69
69
  },
70
70
  "configManager": {
71
- "address": "CCW7DZCASFYAR2OJ3XNFDLDKTWT7KZCE3CSGL7JW3WXUX353HQKKCWII",
72
- "startLedger": 3852238
71
+ "address": "CBCNG52BDR2R44BJCBSGMPH73JXE5SQAYIVK27YTVS237OOERESA5LBA",
72
+ "startLedger": 4006328
73
73
  },
74
74
  "oracleRouter": {
75
- "address": "CCDXMM5RRKEI4EUYSAFS2MEYVBGMKJQVJDYRLXYOWXQM7ZXRMBLAQTUD",
76
- "startLedger": 3852241
75
+ "address": "CAX3TAWXZSA6QLNX7ID6AFL2QPZ7MUAYCKLCL3DJDVAPZZUKBT3WICRK",
76
+ "startLedger": 4006330
77
77
  },
78
78
  "oracle": {
79
- "address": "CARWDO62EVSWGHAR2LT5ELRRN2TNPZT2BYXY4BDJXIQDQJHYA2CMGL7C",
80
- "startLedger": 3852244
79
+ "address": "CBBXTQ7BYJJD5X5P7SIGAXSDLKBRIHV4FUGG7NHPYE37QLGV2BBPN4RR",
80
+ "startLedger": 4006332
81
81
  },
82
82
  "binanceOracle": {
83
- "address": "CBHEHY3DGJP7QYHHKNV5EYP7FLD3UAJCRJUAMFQBTAPPV5SYLTKXHIGQ",
84
- "startLedger": 3852273
83
+ "address": "CBJSRCGIVE7PGYP2J3XBTXRWYRT7T3IF3WXWUJATNVJ46RZQ7OH7KCQH",
84
+ "startLedger": 4006364
85
85
  },
86
86
  "kucoinOracle": {
87
- "address": "CB2ARXR2YA62LBN777TGQAPYPHZYZYJQ2GZG6DNCA5KKNH7KYO4FW4HZ",
88
- "startLedger": 3852274
87
+ "address": "CDXPMKAUP3R2RDJQHS2AZGGYBD3GNKZF3SXIOHBC6TFGMIHS425HNJGQ",
88
+ "startLedger": 4006365
89
89
  },
90
90
  "mockToken": {
91
- "address": "CDPU7SQHBOFYESE3UL4N45ULTFCEIVGCRHMEBGTWQQQN52CXO5NP327S",
92
- "startLedger": 3852246
91
+ "address": "CDUXRVCHGVLF7HQLSV7YSUU7AIR63ZQJURWP4ZHEGJO2PF6DQSUP67NJ",
92
+ "startLedger": 4006334
93
93
  },
94
94
  "oracle2": {
95
- "address": "CBC6JZUGCNSH7FD6NLIJP6N6YH6GPO6I5YORYGLXYOYWNEMV7BZ27W4E",
96
- "startLedger": 3852245
95
+ "address": "CDXPV6VTR72MRDIYBCKOYVJVWJSGIIISMBOB6O26L6YY2YOJYQG4ZH6U",
96
+ "startLedger": 4006333
97
97
  }
98
98
  }
99
99
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win-trader/config",
3
- "version": "0.2.5",
3
+ "version": "0.3.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",