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"; 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 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 +} diff --git a/contracts/jetton-minter.tlb b/contracts/realton-minter.fc similarity index 95% rename from contracts/jetton-minter.tlb rename to contracts/realton-minter.fc index 4099305..c9a6b76 100644 --- a/contracts/jetton-minter.tlb +++ b/contracts/realton-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 diff --git a/contracts/jetton-wallet.tlb b/contracts/realton-wallet.fc similarity index 100% rename from contracts/jetton-wallet.tlb rename to contracts/realton-wallet.fc