We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de59915 commit b928b3eCopy full SHA for b928b3e
1 file changed
components/modals/SendModal.vue
@@ -156,7 +156,7 @@ const runGasLimitEstimation = async () => {
156
const protoMsgs = {
157
typeUrl: "/cosmos.bank.v1beta1.MsgSend",
158
value: MsgSend.encode({
159
- fromAddress: "celestia1pssnclfxcn4vgxyyy7z8sdvr2xcznwq84d0wvy",
+ fromAddress: "celestia15hgtsr3sezr6tl6jsf0afdh3qlgpgq48czxqpw",
160
toAddress: "celestia1uvm9gzwqukm97s7vsq3x6wlcm7hjfvv6u50a4t",
161
amount: [
162
{
@@ -169,7 +169,7 @@ const runGasLimitEstimation = async () => {
169
170
const gasUsed = await simulateMsgs(
171
appStore.network,
172
- "celestia1pssnclfxcn4vgxyyy7z8sdvr2xcznwq84d0wvy",
+ "celestia15hgtsr3sezr6tl6jsf0afdh3qlgpgq48czxqpw",
173
[protoMsgs],
174
[{ denom: "utia", amount: "1" }],
175
)
0 commit comments