Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to verify RealShahnameh (REAL) #116

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions build/jetton-minter.deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion contracts/jetton-minter.fc → contracts/realshahnameh.fc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
provide_wallet_address query_id:uint64 owner_address:MsgAddress include_owner_address:Bool = InternalMsgBody
File renamed without changes.