@zofai/zo-sdk 0.2.13 → 0.2.14
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.
|
@@ -4,7 +4,17 @@
|
|
|
4
4
|
"Bash(npx tsc:*)",
|
|
5
5
|
"Bash(npm run build:*)",
|
|
6
6
|
"Bash(echo:*)",
|
|
7
|
-
"Skill(claude-api)"
|
|
7
|
+
"Skill(claude-api)",
|
|
8
|
+
"Bash(node *)",
|
|
9
|
+
"Bash(npx vitest *)",
|
|
10
|
+
"WebFetch(domain:raw.githubusercontent.com)",
|
|
11
|
+
"Bash(gh api *)",
|
|
12
|
+
"Bash(curl -s -X POST https://fullnode.mainnet.sui.io:443 -H 'Content-Type: application/json' -d '{ *)",
|
|
13
|
+
"Bash(python3 -m json.tool)",
|
|
14
|
+
"Bash(python3 -c ' *)",
|
|
15
|
+
"Bash(curl -s \"https://raw.githubusercontent.com/Stork-Oracle/stork-external/main/chains/sui/contracts/sources/verify.move\")",
|
|
16
|
+
"Bash(pnpm test *)",
|
|
17
|
+
"Bash(pnpm run *)"
|
|
8
18
|
]
|
|
9
19
|
}
|
|
10
20
|
}
|
|
@@ -103,26 +103,6 @@
|
|
|
103
103
|
"funding_fee_model": "0x1dc2b267562ad5de33e8fcbccf61b78298fa70e3a90f31802c8b9e483d659867",
|
|
104
104
|
"position_config": "0xc7ca2acaf5531288afa2a117f598df71e785a2bd8e71a32b7439eef2dd0ebded"
|
|
105
105
|
},
|
|
106
|
-
"long_xpd": {
|
|
107
|
-
"supported_collaterals": ["nusdc"],
|
|
108
|
-
"funding_fee_model": "0x90f92c159f250bf95126be1faa5b33507b450ffd7243f7f64ea731ca18c8ce06",
|
|
109
|
-
"position_config": "0xf2563fa5daa1b3437beb9957757483fb2d4291713944cf46efa6941d5e5a5fff"
|
|
110
|
-
},
|
|
111
|
-
"short_xpd": {
|
|
112
|
-
"supported_collaterals": ["nusdc"],
|
|
113
|
-
"funding_fee_model": "0xbde016bd76364eac36c2e5cc46a8304ce608063550cfb4ff80553b632db39f9c",
|
|
114
|
-
"position_config": "0x2b00c2139bdfc9161a57ebe229e8284d716faf96a463a89e7c97710edcd95e84"
|
|
115
|
-
},
|
|
116
|
-
"long_xpt": {
|
|
117
|
-
"supported_collaterals": ["nusdc"],
|
|
118
|
-
"funding_fee_model": "0xbccdc226bee26a2775a96f9970d34eabb4d3bcdc4ba07d6244ca609a8ff2a93e",
|
|
119
|
-
"position_config": "0xf112993df1fd45f562a7f712337f3c08538c6860f566ab5b702896ec351152a7"
|
|
120
|
-
},
|
|
121
|
-
"short_xpt": {
|
|
122
|
-
"supported_collaterals": ["nusdc"],
|
|
123
|
-
"funding_fee_model": "0x4858df0ed65e3c4cb17eddc176a53acb54ce239a48ba95188afc26a581976269",
|
|
124
|
-
"position_config": "0x1dba9ed4e35e2e970b550cf47da07213df70986d45b4db4a97576ba556fc9d2f"
|
|
125
|
-
},
|
|
126
106
|
"long_usdjpy": {
|
|
127
107
|
"supported_collaterals": ["nusdc"],
|
|
128
108
|
"funding_fee_model": "0xade120b3341429561996dc4d9e1e00dc16353fe32f5bd99e87540b0580bbf831",
|
|
@@ -143,16 +123,6 @@
|
|
|
143
123
|
"funding_fee_model": "0xc1c25c0402b1cee0af7c724aedee71fe64436bdee285a37f5a6dcca3004c6eba",
|
|
144
124
|
"position_config": "0x4786e2d0688cfca6329952689f364a6c2ff928ab98262c6beb7aedb1186bc37d"
|
|
145
125
|
},
|
|
146
|
-
"long_wti": {
|
|
147
|
-
"supported_collaterals": ["nusdc"],
|
|
148
|
-
"funding_fee_model": "0xe04cce47722ad061de705e1f9c6527976d07879a5c08a3e35101ce70453f55ec",
|
|
149
|
-
"position_config": "0x813bb7f519ff0148d1412ba87a3e1df4a44e5e60b756c623aafa8c1b9ebe3f49"
|
|
150
|
-
},
|
|
151
|
-
"short_wti": {
|
|
152
|
-
"supported_collaterals": ["nusdc"],
|
|
153
|
-
"funding_fee_model": "0x49d45eaed31f4c6b82f4d42204261d65e5fe26a15aec0a843fb75f40737709cd",
|
|
154
|
-
"position_config": "0xfb3db7faf8fb3ed2550b46fa044b768f57382726f09a118ed7c6ef8be3c45278"
|
|
155
|
-
},
|
|
156
126
|
"long_pepe": {
|
|
157
127
|
"supported_collaterals": ["nusdc"],
|
|
158
128
|
"funding_fee_model": "0xe3ae3eea82c8220ed8fb30d64044d2700ab443cdf3435cc5d76f4dd585d03f80",
|
package/package.json
CHANGED
|
@@ -103,26 +103,6 @@
|
|
|
103
103
|
"funding_fee_model": "0x1dc2b267562ad5de33e8fcbccf61b78298fa70e3a90f31802c8b9e483d659867",
|
|
104
104
|
"position_config": "0xc7ca2acaf5531288afa2a117f598df71e785a2bd8e71a32b7439eef2dd0ebded"
|
|
105
105
|
},
|
|
106
|
-
"long_xpd": {
|
|
107
|
-
"supported_collaterals": ["nusdc"],
|
|
108
|
-
"funding_fee_model": "0x90f92c159f250bf95126be1faa5b33507b450ffd7243f7f64ea731ca18c8ce06",
|
|
109
|
-
"position_config": "0xf2563fa5daa1b3437beb9957757483fb2d4291713944cf46efa6941d5e5a5fff"
|
|
110
|
-
},
|
|
111
|
-
"short_xpd": {
|
|
112
|
-
"supported_collaterals": ["nusdc"],
|
|
113
|
-
"funding_fee_model": "0xbde016bd76364eac36c2e5cc46a8304ce608063550cfb4ff80553b632db39f9c",
|
|
114
|
-
"position_config": "0x2b00c2139bdfc9161a57ebe229e8284d716faf96a463a89e7c97710edcd95e84"
|
|
115
|
-
},
|
|
116
|
-
"long_xpt": {
|
|
117
|
-
"supported_collaterals": ["nusdc"],
|
|
118
|
-
"funding_fee_model": "0xbccdc226bee26a2775a96f9970d34eabb4d3bcdc4ba07d6244ca609a8ff2a93e",
|
|
119
|
-
"position_config": "0xf112993df1fd45f562a7f712337f3c08538c6860f566ab5b702896ec351152a7"
|
|
120
|
-
},
|
|
121
|
-
"short_xpt": {
|
|
122
|
-
"supported_collaterals": ["nusdc"],
|
|
123
|
-
"funding_fee_model": "0x4858df0ed65e3c4cb17eddc176a53acb54ce239a48ba95188afc26a581976269",
|
|
124
|
-
"position_config": "0x1dba9ed4e35e2e970b550cf47da07213df70986d45b4db4a97576ba556fc9d2f"
|
|
125
|
-
},
|
|
126
106
|
"long_usdjpy": {
|
|
127
107
|
"supported_collaterals": ["nusdc"],
|
|
128
108
|
"funding_fee_model": "0xade120b3341429561996dc4d9e1e00dc16353fe32f5bd99e87540b0580bbf831",
|
|
@@ -143,16 +123,6 @@
|
|
|
143
123
|
"funding_fee_model": "0xc1c25c0402b1cee0af7c724aedee71fe64436bdee285a37f5a6dcca3004c6eba",
|
|
144
124
|
"position_config": "0x4786e2d0688cfca6329952689f364a6c2ff928ab98262c6beb7aedb1186bc37d"
|
|
145
125
|
},
|
|
146
|
-
"long_wti": {
|
|
147
|
-
"supported_collaterals": ["nusdc"],
|
|
148
|
-
"funding_fee_model": "0xe04cce47722ad061de705e1f9c6527976d07879a5c08a3e35101ce70453f55ec",
|
|
149
|
-
"position_config": "0x813bb7f519ff0148d1412ba87a3e1df4a44e5e60b756c623aafa8c1b9ebe3f49"
|
|
150
|
-
},
|
|
151
|
-
"short_wti": {
|
|
152
|
-
"supported_collaterals": ["nusdc"],
|
|
153
|
-
"funding_fee_model": "0x49d45eaed31f4c6b82f4d42204261d65e5fe26a15aec0a843fb75f40737709cd",
|
|
154
|
-
"position_config": "0xfb3db7faf8fb3ed2550b46fa044b768f57382726f09a118ed7c6ef8be3c45278"
|
|
155
|
-
},
|
|
156
126
|
"long_pepe": {
|
|
157
127
|
"supported_collaterals": ["nusdc"],
|
|
158
128
|
"funding_fee_model": "0xe3ae3eea82c8220ed8fb30d64044d2700ab443cdf3435cc5d76f4dd585d03f80",
|