Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
prevetal committed Oct 23, 2024
1 parent 5b3b9ff commit c2f2900
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

// Get connectWallet
function connectWallet() {
jetpack.connectWallet('bostrom').then(() => {
jetpack.connectWallet('neutron-1').then(() => {
document.getElementById('address').innerHTML = `Your address:<br> ${jetpack.getAddress().slice(0, 9)}...${jetpack.getAddress().slice(-6)}`

document.querySelector('.btn').style.display = 'none'
Expand All @@ -94,9 +94,9 @@
typeUrl: '/cosmos.bank.v1beta1.MsgSend',
value: {
fromAddress: jetpack.getAddress(),
toAddress: 'bostrom1p4hc20yrucx4hk4lf68wmuzvsa0rrxkum3re8f',
toAddress: 'neutron1p4hc20yrucx4hk4lf68wmuzvsa0rrxkuua7grf',
amount: [{
denom: 'boot',
denom: 'untrn',
amount: '100000'
}]
}
Expand Down

0 comments on commit c2f2900

Please sign in to comment.