You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is first argument in TON Verifier registry smart contract. It's registry id. In ton verifier SDK it's set to sha256 of "orbs.com", but it doesn't work with this value. I took value from verifier.ton.org and hardcoded it. Now it work, but it seems it's not good. Maybe application should take this value from another query to verifier smart contract.
UPD: In blueprint repo there is verifier cli command. And in it's code there is different registry_id value for testnet. orbs.com for mainnet orbs-testnet for testnet
The text was updated successfully, but these errors were encountered:
There is first argument in TON Verifier registry smart contract. It's registry id. In ton verifier SDK it's set to sha256 of "orbs.com", but it doesn't work with this value. I took value from verifier.ton.org and hardcoded it. Now it work, but it seems it's not good. Maybe application should take this value from another query to verifier smart contract.
minter/src/views/ManageJetton.vue
Lines 110 to 117 in c800d77
UPD: In blueprint repo there is verifier cli command. And in it's code there is different
registry_id
value for testnet.orbs.com
for mainnetorbs-testnet
for testnetThe text was updated successfully, but these errors were encountered: