helium/gateway-rs

Remove chain fee from `add` command.

jthiller opened this issue · 0 comments

The add command currently returns a 65000 dc fee in addition to listing the 10M DC onboarding fee. This can be removed in favor of Solana fees.

"fee": txn.fee,

"fee": 65000,