Skip to content

Commit

Permalink
Fix Mintscan URL
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Apr 15, 2024
1 parent 81934bc commit aacd91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/deployed_relayer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func TestNobleBurnToEthDeployed(t *testing.T) {

rpcResponse, err := cc.RPCClient.BroadcastTxSync(context.Background(), txBytes)
require.Nil(t, err)
fmt.Printf("Deposit for Burn broadcasted: https://testnet.mintscan.io/noble-testnet/txs/%s\n", rpcResponse.Hash.String())
fmt.Printf("Deposit for Burn broadcasted: https://mintscan.io/noble-testnet/txs/%s\n", rpcResponse.Hash.String())

fmt.Println("Waiting for circle to approve and destination wallet to receive funds...")
var newEthBalance uint64
Expand Down

0 comments on commit aacd91d

Please sign in to comment.