Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonRUAN committed Dec 7, 2024
1 parent 949054a commit a94f555
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mover/JasonRUAN/code/task5/js_swap/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[move]
version = 3
manifest_digest = "D40BE8607C30E07AC5B66E8961834715A1F79B63116A1993C7C3C57185C4F610"
manifest_digest = "FA1DF798B0B49BAFFF562F76A8811ECF294CC32ECBB19E7A1B2FA65C47BB20F5"
deps_digest = "060AD7E57DFB13104F21BE5F5C3759D03F0553FC3229247D9A7A6B45F50D03A3"
dependencies = [
{ id = "Sui", name = "Sui" },
Expand Down
2 changes: 2 additions & 0 deletions mover/JasonRUAN/code/task5/js_swap/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ js_faucet_coin = { local = "../../task2/js_faucet_coin" }

[addresses]
js_swap = "0x0"
js_coin = "0x943fab9df355573935cf3e619583ec835c16350858fd746abed83de37dc1bde8"
js_faucet_coin = "0xb8db87209eafdc3799c38dd92b616f2be1ca4fd4809c0909f897d6dfcc44f0df"

# Named addresses will be accessible in Move as `@name`. They're also exported:
# for example, `std = "0x1"` is exported by the Standard Library.
Expand Down
2 changes: 1 addition & 1 deletion mover/JasonRUAN/code/task5/js_swap/sources/js_pool.move
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module js_swap::js_pool {
use sui::coin::Coin;
use js_coin::js_coin::JS_COIN;
use js_coin::js_faucet_coin::JS_FAUCET_COIN;
use js_faucet_coin::js_faucet_coin::JS_FAUCET_COIN;

public struct JS has drop {}

Expand Down

0 comments on commit a94f555

Please sign in to comment.