@@ -10,7 +10,7 @@ funding it, enabling a third-party account to cover the transaction fees.
10
10
## Pre-requisites
11
11
12
12
- celestia-node binary (` celestia ` ) [ installed] ( ../how-to-guides/celestia-node.md )
13
- - Access to a Mocha node (e.g., ` https://rpc.celestia -mocha.com :443 ` )
13
+ - Access to a Mocha node (e.g., ` https://rpc-mocha.pops.one :443 ` )
14
14
- Running DA Light node on Mocha testnet
15
15
- One account with sufficient funds, the "granter"
16
16
- One account with no funds, the "grantee"
@@ -37,7 +37,7 @@ Set some variables for your accounts for the remainder of the guide:
37
37
``` bash
38
38
export GRANTER_ADDRESS=< your-granter-account-address>
39
39
export GRANTEE_ADDRESS=< your-grantee-account-address>
40
- export RPC_URL=rpc.celestia -mocha.com
40
+ export RPC_URL=rpc-mocha.pops.one
41
41
```
42
42
43
43
### FeeGrant module implementation in celestia-node
@@ -163,7 +163,7 @@ the RPC URL:
163
163
``` bash
164
164
export GRANTER_ADDRESS=< your-granter-account-address>
165
165
export GRANTEE_ADDRESS=< your-grantee-account-address>
166
- export RPC_URL=https://rpc.celestia -mocha.com :443
166
+ export RPC_URL=https://rpc-mocha.pops.one :443
167
167
```
168
168
169
169
Then, send the feegrant transaction:
@@ -193,7 +193,7 @@ granted the fee allowance, run:
193
193
194
194
``` bash
195
195
celestia-appd query bank balances $GRANTER_ADDRESS \
196
- --node https://rpc.celestia -mocha.com :443 --denom utia
196
+ --node https://rpc-mocha.pops.one :443 --denom utia
197
197
```
198
198
199
199
This output will show the remaining balance after fees have been deducted,
0 commit comments