@zofai/zo-sdk 0.2.23 → 0.2.24
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/package.json
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"stork_feeder": {
|
|
31
|
-
"package": "
|
|
31
|
+
"package": "0xfd9ed7297e1b737c22355e9bb6723c1def2909a9ebff78e4a15f7fa3cc8d57f8",
|
|
32
32
|
"state": "0x88ca8f0ce0f6b30a39bdf71be27ffd0c5571adba28c49a1a3bd530e8fcffb29a",
|
|
33
33
|
"oracle_registry": "0x4470d23992379b4a9e2d989d811946611184b3e428678a693012b18d453a00b7"
|
|
34
34
|
},
|
package/src/consts/index.ts
CHANGED
|
@@ -6,9 +6,9 @@ import slpTestnetJson from './deployments-slp-testnet.json'
|
|
|
6
6
|
import usdzMainnetJson from './deployments-usdz-mainnet.json'
|
|
7
7
|
import usdzTestnetJson from './deployments-usdz-testnet.json'
|
|
8
8
|
import zbtcvcMainnetJson from './deployments-zbtcvc-mainnet.json'
|
|
9
|
-
import zoOracleMainnetJson from './deployments-zo-oracle-mainnet.json'
|
|
10
9
|
import zlpMainnetJson from './deployments-zlp-mainnet.json'
|
|
11
10
|
import zlpTestnetJson from './deployments-zlp-testnet.json'
|
|
11
|
+
import zoOracleMainnetJson from './deployments-zo-oracle-mainnet.json'
|
|
12
12
|
import PriceIdToObjectIdMainnet from './price_id_to_object_id.mainnet.json'
|
|
13
13
|
import PriceIdToObjectIdTestnet from './price_id_to_object_id.testnet.json'
|
|
14
14
|
|