@win-trader/config 0.2.1 → 0.2.2

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 +4 -4
  2. package/package.json +1 -1
package/addresses.json CHANGED
@@ -72,12 +72,12 @@
72
72
  "startLedger": 3467665
73
73
  },
74
74
  "binanceOracle": {
75
- "address": "CDLZH2XWR46NF6EGV2JBEARYBOJQ5II2RZLNFBP63LCXBL524Y7ZNMOC",
76
- "startLedger": 3202949
75
+ "address": "CAEDMM7JIHNQ4HRFL2ZR2U32IGRQO2XJL6ZK3N2S25ZZXGMKAB7L7NWH",
76
+ "startLedger": 3468000
77
77
  },
78
78
  "kucoinOracle": {
79
- "address": "CBPTENMW52BBQUZE4EJ73XO3PJKPOL3F5XPGYMV26OCEVL64WEDL5TZQ",
80
- "startLedger": 3202951
79
+ "address": "CB3DTL5QNH63VEZFDI33R6OWGRFBE2OEP6PTA5CSZJAVOWQSATIJSGED",
80
+ "startLedger": 3468001
81
81
  },
82
82
  "mockToken": {
83
83
  "address": "CDY3K2D6RXL67NXYJQL7HG67P7LDQBE2DH6S3WK62WHTJ3PWSZLW5IJ4",
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.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",