From cfc44c57e58935cdd1d9fdd6a51704a79e1e1ab5 Mon Sep 17 00:00:00 2001 From: Real <117558540+RealShahnameh@users.noreply.github.com> Date: Sat, 12 Oct 2024 12:31:16 +0800 Subject: [PATCH 1/7] Rename jetton-minter.tlb to realjetton-minter.fc --- contracts/{jetton-minter.tlb => realjetton-minter.fc} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename contracts/{jetton-minter.tlb => realjetton-minter.fc} (95%) diff --git a/contracts/jetton-minter.tlb b/contracts/realjetton-minter.fc similarity index 95% rename from contracts/jetton-minter.tlb rename to contracts/realjetton-minter.fc index 4099305..c9a6b76 100644 --- a/contracts/jetton-minter.tlb +++ b/contracts/realjetton-minter.fc @@ -17,4 +17,4 @@ change_admin#3 query_id:uint64 new_admin_address:MsgAddress = InternalMsgBody change_content#4 query_id:uint64 new_content:^Cell = InternalMsgBody -provide_wallet_address query_id:uint64 owner_address:MsgAddress include_owner_address:Bool = InternalMsgBody \ No newline at end of file +provide_wallet_address query_id:uint64 owner_address:MsgAddress include_owner_address:Bool = InternalMsgBody From d3202d8684ffcb5cc74a1cf1abfdbfdbe42f12e6 Mon Sep 17 00:00:00 2001 From: Real <117558540+RealShahnameh@users.noreply.github.com> Date: Sat, 12 Oct 2024 12:32:07 +0800 Subject: [PATCH 2/7] Rename jetton-wallet.tlb to realjetton2-wallet.fc --- contracts/{jetton-wallet.tlb => realjetton2-wallet.fc} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename contracts/{jetton-wallet.tlb => realjetton2-wallet.fc} (100%) diff --git a/contracts/jetton-wallet.tlb b/contracts/realjetton2-wallet.fc similarity index 100% rename from contracts/jetton-wallet.tlb rename to contracts/realjetton2-wallet.fc From 7eafdf028020e830cdefbeca10dc663733b8cc24 Mon Sep 17 00:00:00 2001 From: Real <117558540+RealShahnameh@users.noreply.github.com> Date: Sat, 12 Oct 2024 12:34:16 +0800 Subject: [PATCH 3/7] Rename jetton-minter.fc to realshahnameh.fc --- contracts/{jetton-minter.fc => realshahnameh.fc} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename contracts/{jetton-minter.fc => realshahnameh.fc} (99%) diff --git a/contracts/jetton-minter.fc b/contracts/realshahnameh.fc similarity index 99% rename from contracts/jetton-minter.fc rename to contracts/realshahnameh.fc index f76c96f..a58535d 100644 --- a/contracts/jetton-minter.fc +++ b/contracts/realshahnameh.fc @@ -152,4 +152,4 @@ slice get_wallet_address(slice owner_address) method_id { (int total_supply, slice admin_address, cell content, cell jetton_wallet_code) = load_data(); return calculate_user_jetton_wallet_address(owner_address, my_address(), jetton_wallet_code); -} \ No newline at end of file +} From 979d897b9907e078869c98a0c66929beddcb5bae Mon Sep 17 00:00:00 2001 From: Real <117558540+RealShahnameh@users.noreply.github.com> Date: Sat, 12 Oct 2024 12:34:57 +0800 Subject: [PATCH 4/7] Rename jetton-wallet.fc to realshahnameh-wallet.fc --- contracts/{jetton-wallet.fc => realshahnameh-wallet.fc} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename contracts/{jetton-wallet.fc => realshahnameh-wallet.fc} (100%) diff --git a/contracts/jetton-wallet.fc b/contracts/realshahnameh-wallet.fc similarity index 100% rename from contracts/jetton-wallet.fc rename to contracts/realshahnameh-wallet.fc From 96abe1c575ad2ffc749d6143669c0b981df5273c Mon Sep 17 00:00:00 2001 From: Real <117558540+RealShahnameh@users.noreply.github.com> Date: Sat, 12 Oct 2024 12:35:38 +0800 Subject: [PATCH 5/7] Rename realjetton2-wallet.fc to realton-wallet.fc --- contracts/{realjetton2-wallet.fc => realton-wallet.fc} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename contracts/{realjetton2-wallet.fc => realton-wallet.fc} (100%) diff --git a/contracts/realjetton2-wallet.fc b/contracts/realton-wallet.fc similarity index 100% rename from contracts/realjetton2-wallet.fc rename to contracts/realton-wallet.fc From a370e233f32728cde827e8a2d45bf4a17589db58 Mon Sep 17 00:00:00 2001 From: Real <117558540+RealShahnameh@users.noreply.github.com> Date: Sat, 12 Oct 2024 12:36:07 +0800 Subject: [PATCH 6/7] Rename realjetton-minter.fc to realton-minter.fc --- contracts/{realjetton-minter.fc => realton-minter.fc} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename contracts/{realjetton-minter.fc => realton-minter.fc} (100%) diff --git a/contracts/realjetton-minter.fc b/contracts/realton-minter.fc similarity index 100% rename from contracts/realjetton-minter.fc rename to contracts/realton-minter.fc From b91bbe7af255e3576bb9a1023b9b6197210d78f7 Mon Sep 17 00:00:00 2001 From: Real <117558540+RealShahnameh@users.noreply.github.com> Date: Sat, 12 Oct 2024 12:39:37 +0800 Subject: [PATCH 7/7] Update jetton-minter.deploy.ts --- build/jetton-minter.deploy.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build/jetton-minter.deploy.ts b/build/jetton-minter.deploy.ts index 1ae1e8a..c5c8858 100644 --- a/build/jetton-minter.deploy.ts +++ b/build/jetton-minter.deploy.ts @@ -15,11 +15,11 @@ const SNAKE_PREFIX = 0x00; // - Data is stored on-chain (except for the image data itself) // - Owner should usually be the deploying wallet's address. const jettonParams = { - owner: Address.parse("EQD4gS-Nj2Gjr2FYtg-s3fXUvjzKbzHGZ5_1Xe_V0-GCp0p2"), - name: "MyJetton", - symbol: "JET1", - image: "https://www.linkpicture.com/q/download_183.png", // Image url - description: "My jetton", + owner: Address.parse("UQD2FCKUxiVNwKesp9vGkpOzeaC0jCxw-gQiA9LwtziPCB7p"), + name: "RealShahnameh", + symbol: "REAL", + image: "https://realshahnameh.github.io/realton/117558540.png", // Image url + description: "REAL is the Shahnameh game's utility token, linked to the Iranian Rial. Starting with 227 tokens, the supply grows with players!", }; export type JettonMetaDataKeys = "name" | "description" | "image" | "symbol";