We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TxTracer
1 parent 3ea9f52 commit 71876c5Copy full SHA for 71876c5
src/pages/InstructionsPage/components/InstructionTable/ExampleItem.tsx
@@ -82,7 +82,7 @@ function stringToHex(str: string): string {
82
const generatePlaygroundUrl = (example: Example): string => {
83
const code = example.instructions.map(instr => instr.instruction).join("\n")
84
const encodedCode = stringToHex(code)
85
- return `https://txtracer.ton.org/play/#lang=tasm&code=${encodedCode}`
+ return `${window.location.origin}/play/#lang=tasm&code=${encodedCode}`
86
}
87
88
interface ExampleItemProps {
0 commit comments