Skip to content

Commit

Permalink
OpCodes
Browse files Browse the repository at this point in the history
- add STONFI_SWAP_V2 opcode
  • Loading branch information
grishamsc committed Dec 5, 2024
1 parent 42a33a1 commit 9150940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/TonSwift/Util/OpCodes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ public enum OpCodes {
public static var JETTON_TRANSFER: Int32 = 0xf8a7ea5
public static var NFT_TRANSFER: Int32 = 0x5fcc3d14
public static var STONFI_SWAP: Int32 = 0x25938561
public static var STONFI_SWAP_V2: Int32 = 0x6664de2a
public static var CHANGE_DNS_RECORD: Int32 = 0x4eb1f0f9
public static var LIQUID_TF_DEPOSIT: Int32 = 0x47d54391
public static var LIQUID_TF_BURN: Int32 = 0x595f07bc
Expand Down

0 comments on commit 9150940

Please sign in to comment.