Skip to content

Commit

Permalink
new contract integrating pyth price feed
Browse files Browse the repository at this point in the history
  • Loading branch information
blockchainBard101 committed Feb 14, 2025
1 parent 50bb816 commit 9ad29c7
Show file tree
Hide file tree
Showing 875 changed files with 19,425 additions and 25,105 deletions.
37 changes: 32 additions & 5 deletions lending_borrowing/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,52 @@

[move]
version = 3
manifest_digest = "DCEA99975B55D99E2FF7026078C320668E69B848B91D3D0623F98C7B6CDE3CF0"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"
manifest_digest = "98ECB05B4C8922347AD998C2DD05D9EB19AD40041FA0846A947BE13CE32D25BF"
deps_digest = "060AD7E57DFB13104F21BE5F5C3759D03F0553FC3229247D9A7A6B45F50D03A3"
dependencies = [
{ id = "Pyth", name = "Pyth" },
{ id = "Sui", name = "Sui" },
{ id = "Wormhole", name = "Wormhole" },
]

[[move.package]]
id = "MoveStdlib"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "framework/testnet", subdir = "crates/sui-framework/packages/move-stdlib" }
source = { git = "https://github.com/MystenLabs/sui.git", rev = "041c5f2bae2fe52079e44b70514333532d69f4e6", subdir = "crates/sui-framework/packages/move-stdlib" }

[[move.package]]
id = "Pyth"
source = { git = "https://github.com/pyth-network/pyth-crosschain.git", rev = "sui-contract-testnet", subdir = "target_chains/sui/contracts" }

dependencies = [
{ id = "Sui", name = "Sui" },
{ id = "Wormhole", name = "Wormhole" },
]

[[move.package]]
id = "Sui"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "framework/testnet", subdir = "crates/sui-framework/packages/sui-framework" }
source = { git = "https://github.com/MystenLabs/sui.git", rev = "041c5f2bae2fe52079e44b70514333532d69f4e6", subdir = "crates/sui-framework/packages/sui-framework" }

dependencies = [
{ id = "MoveStdlib", name = "MoveStdlib" },
]

[[move.package]]
id = "Wormhole"
source = { git = "https://github.com/wormhole-foundation/wormhole.git", rev = "sui-upgrade-testnet", subdir = "sui/wormhole" }

dependencies = [
{ id = "Sui", name = "Sui" },
]

[move.toolchain-version]
compiler-version = "1.37.1"
compiler-version = "1.42.2"
edition = "2024.beta"
flavor = "sui"

[env]

[env.testnet]
chain-id = "4c78adac"
original-published-id = "0xdf421e72a68f18e160c036be1548d660d25c6bf908ad7e2706715cb30517eb89"
latest-published-id = "0xdf421e72a68f18e160c036be1548d660d25c6bf908ad7e2706715cb30517eb89"
published-version = "1"
21 changes: 18 additions & 3 deletions lending_borrowing/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,24 @@ name = "lending_borrowing"
edition = "2024.beta" # edition = "legacy" to use legacy (pre-2024) Move
# license = "" # e.g., "MIT", "GPL", "Apache 2.0"
# authors = ["..."] # e.g., ["Joe Smith ([email protected])", "John Snow ([email protected])"]

[dependencies]
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "framework/testnet" }
[dependencies.Pyth]
git = "https://github.com/pyth-network/pyth-crosschain.git"
subdir = "target_chains/sui/contracts"
rev = "sui-contract-testnet"

[dependencies.Wormhole]
git = "https://github.com/wormhole-foundation/wormhole.git"
subdir = "sui/wormhole"
rev = "sui-upgrade-testnet"

# Pyth is locked into this specific `rev` because the package depends on Wormhole and is pinned to this version.
[dependencies.Sui]
git = "https://github.com/MystenLabs/sui.git"
subdir = "crates/sui-framework/packages/sui-framework"
rev = "041c5f2bae2fe52079e44b70514333532d69f4e6"

# [dependencies]
# Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "framework/testnet" }

# For remote import, use the `{ git = "...", subdir = "...", rev = "..." }`.
# Revision can be a branch, a tag, and a commit hash.
Expand Down
13 changes: 9 additions & 4 deletions lending_borrowing/build/lending_borrowing/BuildInfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ compiled_package_info:
package_name: lending_borrowing
address_alias_instantiation:
lending_borrowing: "0000000000000000000000000000000000000000000000000000000000000000"
pyth: abf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837
std: "0000000000000000000000000000000000000000000000000000000000000001"
sui: "0000000000000000000000000000000000000000000000000000000000000002"
source_digest: 7738CC55B3F893A1B889B4F79152F9D0D82E43B31BB395B4093676EAFD271BB4
wormhole: f47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94
source_digest: 567B2AA44001721B19FED126D2BB70C0ED5C5D683C2FD20AF650F2BF591EFFDE
build_flags:
dev_mode: true
test_mode: true
dev_mode: false
test_mode: false
generate_docs: false
save_disassembly: false
install_dir: ~
force_recompilation: false
lock_file: ~
lock_file: "./Move.lock"
fetch_deps_only: false
skip_fetch_latest_git_deps: false
default_flavor: sui
Expand All @@ -27,4 +30,6 @@ compiled_package_info:
lint: false
dependencies:
- MoveStdlib
- Pyth
- Sui
- Wormhole
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"definition_location":{"file_hash":[215,31,27,119,207,27,244,240,122,83,187,153,168,75,241,202,106,65,128,15,29,70,148,104,172,106,9,229,195,130,218,151],"start":174,"end":181},"module_name":["0000000000000000000000000000000000000000000000000000000000000001","address"],"struct_map":{},"enum_map":{},"function_map":{"0":{"definition_location":{"file_hash":[215,31,27,119,207,27,244,240,122,83,187,153,168,75,241,202,106,65,128,15,29,70,148,104,172,106,9,229,195,130,218,151],"start":288,"end":294},"type_parameters":[],"parameters":[],"returns":[{"file_hash":[215,31,27,119,207,27,244,240,122,83,187,153,168,75,241,202,106,65,128,15,29,70,148,104,172,106,9,229,195,130,218,151],"start":298,"end":301}],"locals":[],"nops":{},"code_map":{"0":{"file_hash":[215,31,27,119,207,27,244,240,122,83,187,153,168,75,241,202,106,65,128,15,29,70,148,104,172,106,9,229,195,130,218,151],"start":308,"end":310}},"is_native":false},"1":{"definition_location":{"file_hash":[215,31,27,119,207,27,244,240,122,83,187,153,168,75,241,202,106,65,128,15,29,70,148,104,172,106,9,229,195,130,218,151],"start":162,"end":312},"type_parameters":[],"parameters":[],"returns":[],"locals":[],"nops":{},"code_map":{"0":{"file_hash":[215,31,27,119,207,27,244,240,122,83,187,153,168,75,241,202,106,65,128,15,29,70,148,104,172,106,9,229,195,130,218,151],"start":162,"end":312}},"is_native":false}},"constant_map":{}}
{"definition_location":{"file_hash":[25,26,3,211,43,107,85,77,32,33,62,20,55,24,253,99,99,116,190,240,205,54,200,80,214,53,79,40,162,128,226,134],"start":174,"end":181},"module_name":["0000000000000000000000000000000000000000000000000000000000000001","address"],"struct_map":{},"enum_map":{},"function_map":{"0":{"location":{"file_hash":[25,26,3,211,43,107,85,77,32,33,62,20,55,24,253,99,99,116,190,240,205,54,200,80,214,53,79,40,162,128,226,134],"start":289,"end":332},"definition_location":{"file_hash":[25,26,3,211,43,107,85,77,32,33,62,20,55,24,253,99,99,116,190,240,205,54,200,80,214,53,79,40,162,128,226,134],"start":300,"end":306},"type_parameters":[],"parameters":[],"returns":[{"file_hash":[25,26,3,211,43,107,85,77,32,33,62,20,55,24,253,99,99,116,190,240,205,54,200,80,214,53,79,40,162,128,226,134],"start":310,"end":313}],"locals":[],"nops":{},"code_map":{"0":{"file_hash":[25,26,3,211,43,107,85,77,32,33,62,20,55,24,253,99,99,116,190,240,205,54,200,80,214,53,79,40,162,128,226,134],"start":324,"end":326}},"is_native":false}},"constant_map":{}}
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"definition_location":{"file_hash":[34,201,103,208,120,108,208,171,127,162,154,113,96,186,51,169,173,216,199,217,88,54,128,150,101,140,27,7,37,201,47,24],"start":395,"end":398},"module_name":["0000000000000000000000000000000000000000000000000000000000000001","bcs"],"struct_map":{},"enum_map":{},"function_map":{"0":{"definition_location":{"file_hash":[34,201,103,208,120,108,208,171,127,162,154,113,96,186,51,169,173,216,199,217,88,54,128,150,101,140,27,7,37,201,47,24],"start":510,"end":518},"type_parameters":[["MoveValue",{"file_hash":[34,201,103,208,120,108,208,171,127,162,154,113,96,186,51,169,173,216,199,217,88,54,128,150,101,140,27,7,37,201,47,24],"start":519,"end":528}]],"parameters":[["v#0#0",{"file_hash":[34,201,103,208,120,108,208,171,127,162,154,113,96,186,51,169,173,216,199,217,88,54,128,150,101,140,27,7,37,201,47,24],"start":530,"end":531}]],"returns":[{"file_hash":[34,201,103,208,120,108,208,171,127,162,154,113,96,186,51,169,173,216,199,217,88,54,128,150,101,140,27,7,37,201,47,24],"start":546,"end":556}],"locals":[],"nops":{},"code_map":{},"is_native":true},"1":{"definition_location":{"file_hash":[34,201,103,208,120,108,208,171,127,162,154,113,96,186,51,169,173,216,199,217,88,54,128,150,101,140,27,7,37,201,47,24],"start":383,"end":557},"type_parameters":[],"parameters":[],"returns":[],"locals":[],"nops":{},"code_map":{"0":{"file_hash":[34,201,103,208,120,108,208,171,127,162,154,113,96,186,51,169,173,216,199,217,88,54,128,150,101,140,27,7,37,201,47,24],"start":383,"end":557}},"is_native":false}},"constant_map":{}}
{"definition_location":{"file_hash":[75,90,67,95,7,162,133,172,238,9,7,194,254,174,115,71,111,166,249,105,217,166,196,204,150,236,50,163,19,236,187,22],"start":395,"end":398},"module_name":["0000000000000000000000000000000000000000000000000000000000000001","bcs"],"struct_map":{},"enum_map":{},"function_map":{"0":{"location":{"file_hash":[75,90,67,95,7,162,133,172,238,9,7,194,254,174,115,71,111,166,249,105,217,166,196,204,150,236,50,163,19,236,187,22],"start":500,"end":565},"definition_location":{"file_hash":[75,90,67,95,7,162,133,172,238,9,7,194,254,174,115,71,111,166,249,105,217,166,196,204,150,236,50,163,19,236,187,22],"start":518,"end":526},"type_parameters":[["MoveValue",{"file_hash":[75,90,67,95,7,162,133,172,238,9,7,194,254,174,115,71,111,166,249,105,217,166,196,204,150,236,50,163,19,236,187,22],"start":527,"end":536}]],"parameters":[["v#0#0",{"file_hash":[75,90,67,95,7,162,133,172,238,9,7,194,254,174,115,71,111,166,249,105,217,166,196,204,150,236,50,163,19,236,187,22],"start":538,"end":539}]],"returns":[{"file_hash":[75,90,67,95,7,162,133,172,238,9,7,194,254,174,115,71,111,166,249,105,217,166,196,204,150,236,50,163,19,236,187,22],"start":554,"end":564}],"locals":[],"nops":{},"code_map":{},"is_native":true}},"constant_map":{}}
Binary file not shown.

This file was deleted.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"definition_location":{"file_hash":[130,39,194,65,152,163,85,202,79,174,118,53,127,134,21,176,5,152,60,121,154,28,164,69,149,13,81,102,124,247,230,212],"start":129,"end":134},"module_name":["0000000000000000000000000000000000000000000000000000000000000001","debug"],"struct_map":{},"enum_map":{},"function_map":{"0":{"definition_location":{"file_hash":[130,39,194,65,152,163,85,202,79,174,118,53,127,134,21,176,5,152,60,121,154,28,164,69,149,13,81,102,124,247,230,212],"start":155,"end":160},"type_parameters":[["T",{"file_hash":[130,39,194,65,152,163,85,202,79,174,118,53,127,134,21,176,5,152,60,121,154,28,164,69,149,13,81,102,124,247,230,212],"start":161,"end":162}]],"parameters":[["x#0#0",{"file_hash":[130,39,194,65,152,163,85,202,79,174,118,53,127,134,21,176,5,152,60,121,154,28,164,69,149,13,81,102,124,247,230,212],"start":164,"end":165}]],"returns":[],"locals":[],"nops":{},"code_map":{},"is_native":true},"1":{"definition_location":{"file_hash":[130,39,194,65,152,163,85,202,79,174,118,53,127,134,21,176,5,152,60,121,154,28,164,69,149,13,81,102,124,247,230,212],"start":191,"end":208},"type_parameters":[],"parameters":[],"returns":[],"locals":[],"nops":{},"code_map":{},"is_native":true},"2":{"definition_location":{"file_hash":[130,39,194,65,152,163,85,202,79,174,118,53,127,134,21,176,5,152,60,121,154,28,164,69,149,13,81,102,124,247,230,212],"start":117,"end":211},"type_parameters":[],"parameters":[],"returns":[],"locals":[],"nops":{},"code_map":{"0":{"file_hash":[130,39,194,65,152,163,85,202,79,174,118,53,127,134,21,176,5,152,60,121,154,28,164,69,149,13,81,102,124,247,230,212],"start":117,"end":211}},"is_native":false}},"constant_map":{}}
{"definition_location":{"file_hash":[50,57,221,212,64,81,196,171,160,251,177,172,7,217,53,244,152,208,201,107,92,178,211,102,145,46,59,8,160,16,83,56],"start":129,"end":134},"module_name":["0000000000000000000000000000000000000000000000000000000000000001","debug"],"struct_map":{},"enum_map":{},"function_map":{"0":{"location":{"file_hash":[50,57,221,212,64,81,196,171,160,251,177,172,7,217,53,244,152,208,201,107,92,178,211,102,145,46,59,8,160,16,83,56],"start":141,"end":175},"definition_location":{"file_hash":[50,57,221,212,64,81,196,171,160,251,177,172,7,217,53,244,152,208,201,107,92,178,211,102,145,46,59,8,160,16,83,56],"start":159,"end":164},"type_parameters":[["T",{"file_hash":[50,57,221,212,64,81,196,171,160,251,177,172,7,217,53,244,152,208,201,107,92,178,211,102,145,46,59,8,160,16,83,56],"start":165,"end":166}]],"parameters":[["x#0#0",{"file_hash":[50,57,221,212,64,81,196,171,160,251,177,172,7,217,53,244,152,208,201,107,92,178,211,102,145,46,59,8,160,16,83,56],"start":168,"end":169}]],"returns":[],"locals":[],"nops":{},"code_map":{},"is_native":true},"1":{"location":{"file_hash":[50,57,221,212,64,81,196,171,160,251,177,172,7,217,53,244,152,208,201,107,92,178,211,102,145,46,59,8,160,16,83,56],"start":181,"end":219},"definition_location":{"file_hash":[50,57,221,212,64,81,196,171,160,251,177,172,7,217,53,244,152,208,201,107,92,178,211,102,145,46,59,8,160,16,83,56],"start":199,"end":216},"type_parameters":[],"parameters":[],"returns":[],"locals":[],"nops":{},"code_map":{},"is_native":true}},"constant_map":{}}
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"definition_location":{"file_hash":[180,83,37,169,160,52,137,9,155,138,116,210,20,66,203,205,101,18,49,34,149,114,32,163,241,195,176,82,88,162,153,189],"start":262,"end":266},"module_name":["0000000000000000000000000000000000000000000000000000000000000001","hash"],"struct_map":{},"enum_map":{},"function_map":{"0":{"definition_location":{"file_hash":[180,83,37,169,160,52,137,9,155,138,116,210,20,66,203,205,101,18,49,34,149,114,32,163,241,195,176,82,88,162,153,189],"start":287,"end":295},"type_parameters":[],"parameters":[["data#0#0",{"file_hash":[180,83,37,169,160,52,137,9,155,138,116,210,20,66,203,205,101,18,49,34,149,114,32,163,241,195,176,82,88,162,153,189],"start":296,"end":300}]],"returns":[{"file_hash":[180,83,37,169,160,52,137,9,155,138,116,210,20,66,203,205,101,18,49,34,149,114,32,163,241,195,176,82,88,162,153,189],"start":315,"end":325}],"locals":[],"nops":{},"code_map":{},"is_native":true},"1":{"definition_location":{"file_hash":[180,83,37,169,160,52,137,9,155,138,116,210,20,66,203,205,101,18,49,34,149,114,32,163,241,195,176,82,88,162,153,189],"start":345,"end":353},"type_parameters":[],"parameters":[["data#0#0",{"file_hash":[180,83,37,169,160,52,137,9,155,138,116,210,20,66,203,205,101,18,49,34,149,114,32,163,241,195,176,82,88,162,153,189],"start":354,"end":358}]],"returns":[{"file_hash":[180,83,37,169,160,52,137,9,155,138,116,210,20,66,203,205,101,18,49,34,149,114,32,163,241,195,176,82,88,162,153,189],"start":373,"end":383}],"locals":[],"nops":{},"code_map":{},"is_native":true},"2":{"definition_location":{"file_hash":[180,83,37,169,160,52,137,9,155,138,116,210,20,66,203,205,101,18,49,34,149,114,32,163,241,195,176,82,88,162,153,189],"start":250,"end":384},"type_parameters":[],"parameters":[],"returns":[],"locals":[],"nops":{},"code_map":{"0":{"file_hash":[180,83,37,169,160,52,137,9,155,138,116,210,20,66,203,205,101,18,49,34,149,114,32,163,241,195,176,82,88,162,153,189],"start":250,"end":384}},"is_native":false}},"constant_map":{}}
{"definition_location":{"file_hash":[6,187,136,108,137,204,84,60,204,61,209,252,221,113,105,204,208,30,250,58,200,201,212,248,6,144,164,235,74,22,88,129],"start":262,"end":266},"module_name":["0000000000000000000000000000000000000000000000000000000000000001","hash"],"struct_map":{},"enum_map":{},"function_map":{"0":{"location":{"file_hash":[6,187,136,108,137,204,84,60,204,61,209,252,221,113,105,204,208,30,250,58,200,201,212,248,6,144,164,235,74,22,88,129],"start":273,"end":330},"definition_location":{"file_hash":[6,187,136,108,137,204,84,60,204,61,209,252,221,113,105,204,208,30,250,58,200,201,212,248,6,144,164,235,74,22,88,129],"start":291,"end":299},"type_parameters":[],"parameters":[["data#0#0",{"file_hash":[6,187,136,108,137,204,84,60,204,61,209,252,221,113,105,204,208,30,250,58,200,201,212,248,6,144,164,235,74,22,88,129],"start":300,"end":304}]],"returns":[{"file_hash":[6,187,136,108,137,204,84,60,204,61,209,252,221,113,105,204,208,30,250,58,200,201,212,248,6,144,164,235,74,22,88,129],"start":319,"end":329}],"locals":[],"nops":{},"code_map":{},"is_native":true},"1":{"location":{"file_hash":[6,187,136,108,137,204,84,60,204,61,209,252,221,113,105,204,208,30,250,58,200,201,212,248,6,144,164,235,74,22,88,129],"start":335,"end":392},"definition_location":{"file_hash":[6,187,136,108,137,204,84,60,204,61,209,252,221,113,105,204,208,30,250,58,200,201,212,248,6,144,164,235,74,22,88,129],"start":353,"end":361},"type_parameters":[],"parameters":[["data#0#0",{"file_hash":[6,187,136,108,137,204,84,60,204,61,209,252,221,113,105,204,208,30,250,58,200,201,212,248,6,144,164,235,74,22,88,129],"start":362,"end":366}]],"returns":[{"file_hash":[6,187,136,108,137,204,84,60,204,61,209,252,221,113,105,204,208,30,250,58,200,201,212,248,6,144,164,235,74,22,88,129],"start":381,"end":391}],"locals":[],"nops":{},"code_map":{},"is_native":true}},"constant_map":{}}
Binary file not shown.

This file was deleted.

Binary file not shown.
Loading

0 comments on commit 9ad29c7

Please sign in to comment.