From c2f2900143226dc5c48d9bfa253ddea09543e73b Mon Sep 17 00:00:00 2001 From: Vitaliy Sulimenko Date: Wed, 23 Oct 2024 11:57:31 +0400 Subject: [PATCH] + --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 9a01a19..a97306a 100644 --- a/index.html +++ b/index.html @@ -77,7 +77,7 @@ // Get connectWallet function connectWallet() { - jetpack.connectWallet('bostrom').then(() => { + jetpack.connectWallet('neutron-1').then(() => { document.getElementById('address').innerHTML = `Your address:
${jetpack.getAddress().slice(0, 9)}...${jetpack.getAddress().slice(-6)}` document.querySelector('.btn').style.display = 'none' @@ -94,9 +94,9 @@ typeUrl: '/cosmos.bank.v1beta1.MsgSend', value: { fromAddress: jetpack.getAddress(), - toAddress: 'bostrom1p4hc20yrucx4hk4lf68wmuzvsa0rrxkum3re8f', + toAddress: 'neutron1p4hc20yrucx4hk4lf68wmuzvsa0rrxkuua7grf', amount: [{ - denom: 'boot', + denom: 'untrn', amount: '100000' }] }