You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For your node to be recognized by the Axelar network, you need to register your chain with the `ampd` daemon. This can be done by running:
862
+
863
+
```bash
864
+
ampd register-chain-support amplifier stellar
865
+
```
866
+
867
+
For the Stellar integration you will need to have `ed25519` key registered. To register this key you must ensure you are running `tofnd` version >1.0.1
868
+
860
869
## Common Issues
861
870
Tips & Common Pitfalls
862
871
1. Absolute DB path: On macOS, either set `<key>WorkingDirectory</key>` in your plist or use `DB_PATH="/Users/USERNAME/.stellar/data/stellar_rpc.sqlite"`.
- If you receive an error that says `Error: set min gas price in app.toml or flag or env variable: error in app.toml`. Set the `minimum-gas-prices` field in `app.toml` to a value for example `0.25axrp`
211
+
212
+
### Ampd Configuration
213
+
Once your node is up and running, you need to add the XRPL-EVM chain to your ampd's `config.toml`file. This can be done by adding in the following configuration:
Once your node is up and running, you need to add the XRPL chain to your ampd's `config.toml`file. This can be done by adding in the following configuration:
0 commit comments