[CGP-0240](governance/CGPs/cgp-0240.md at main · celo-org/governance · GitHub) added the USA₮ and XAU₮0 fee currency adapters to `FeeHandler`, instead of the underlying tokens. Gas fees are paid to `FeeHandler` in the underlying tokens, but it can’t distribute them because the adapters have no `transfer` method.
## Proposal
Register the underlying tokens and remove the adapters. The already collected fees are then distributed by the regular `FeeHandler` flow.
* Destination: FeeHandler (`0xcD437749E43A154C07F3553504c68fBfD56B8778`)
* Data:
1. `addToken(0xD2ab3C9A02DBBAB236BfEC45D1d755DF4267F771, 0xD3aeE28548Dbb65DF03981f0dC0713BfCBd10a97)` (USA₮)
2. `addToken(0xaf37E8B6C9ED7f6318979f56Fc287d76c30847ff, 0xD3aeE28548Dbb65DF03981f0dC0713BfCBd10a97)` (XAU₮0)
3. `removeToken(0x0357EE22278c922e1D36cFe6b899269b161880C4)` (USA₮ adapter)
4. `removeToken(0x857BF24e29da0773687E804a743c2E421a394C16)` (XAU₮0 adapter)
* Value: 0