Skip to content

Commit b928b3e

Browse files
committed
new dummy address
1 parent de59915 commit b928b3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/modals/SendModal.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ const runGasLimitEstimation = async () => {
156156
const protoMsgs = {
157157
typeUrl: "/cosmos.bank.v1beta1.MsgSend",
158158
value: MsgSend.encode({
159-
fromAddress: "celestia1pssnclfxcn4vgxyyy7z8sdvr2xcznwq84d0wvy",
159+
fromAddress: "celestia15hgtsr3sezr6tl6jsf0afdh3qlgpgq48czxqpw",
160160
toAddress: "celestia1uvm9gzwqukm97s7vsq3x6wlcm7hjfvv6u50a4t",
161161
amount: [
162162
{
@@ -169,7 +169,7 @@ const runGasLimitEstimation = async () => {
169169
170170
const gasUsed = await simulateMsgs(
171171
appStore.network,
172-
"celestia1pssnclfxcn4vgxyyy7z8sdvr2xcznwq84d0wvy",
172+
"celestia15hgtsr3sezr6tl6jsf0afdh3qlgpgq48czxqpw",
173173
[protoMsgs],
174174
[{ denom: "utia", amount: "1" }],
175175
)

0 commit comments

Comments
 (0)