Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 31 additions & 5 deletions content/wallets/pages/gas-manager-admin-api/gas-manager-faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@ The ERC-20 Gas Manager supports any token supported by the [Token Prices By Addr

### Supported ERC-20 tokens

Below is a list of the tokens you can currently enable in your policy via the Gas Manager dashboard:
You can browse and enable the tokens below in the **Tokens & Networks** panel of the [Gas Manager Dashboard](https://dashboard.alchemy.com/gas-manager).

<Info>
**Want to support custom tokens?** You can either contact us at
wallets@alchemy.com or use the [Admin
APIs](https://www.alchemy.com/docs/wallets/api/gas-manager-admin-api/admin-api-endpoints/create-policy)
to enable more ERC-20 tokens.
**Need a token or network that isn't listed?** Contact us at
wallets@alchemy.com to request support, or enable any token supported by the
[Token Prices By Address API](https://www.alchemy.com/docs/data/prices-api/prices-api-endpoints/prices-api-endpoints/get-token-prices-by-address)
yourself via the [Admin
APIs](https://www.alchemy.com/docs/wallets/api/gas-manager-admin-api/admin-api-endpoints/create-policy).
</Info>

* ETH\_MAINNET
Expand All @@ -63,6 +64,7 @@ Below is a list of the tokens you can currently enable in your policy via the Ga
* wETH: `0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc`
* DAI: `0x6b175474e89094c44da98b954eedeac495271d0f`
* USDe: `0x4c9edd5852cd905f086c759e8383e09bff1e68b3`
* CELO: `0x057898f3C43F129a17517B9056D23851F124b19f`
* SUKU: `0x0763fdCCF1aE541A5961815C0872A8c5Bc6DE4d7`

* ETH\_SEPOLIA
Expand Down Expand Up @@ -91,6 +93,11 @@ Below is a list of the tokens you can currently enable in your policy via the Ga

* USDC: [**`0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d`**](https://sepolia.arbiscan.io/address/0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d)

* ARBNOVA\_MAINNET (Arbitrum Nova)

* USDC: [`0x750ba8b76187092b0d1e87e28daaf484d1b5273b`](https://nova.arbiscan.io/token/0x750ba8b76187092b0d1e87e28daaf484d1b5273b)
* wETH: `0x722e8bdd2ce80a4422e880164f2079488e115365`

* OPT\_MAINNET

* USDC: [**`0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85`**](https://optimistic.etherscan.io/token/0x0b2c639c533813f4aa9d7837caf62653d097ff85)
Expand Down Expand Up @@ -118,13 +125,32 @@ Below is a list of the tokens you can currently enable in your policy via the Ga

* USDC: **`0x41E94Eb019C0762f9Bfcf9Fb1E58725BfB0e7582`**

* BNB\_MAINNET

* USDC: [`0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d`](https://bscscan.com/token/0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d)
* DAI: `0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3`

* CELO\_MAINNET

* USDC: [`0xcebA9300f2b948710d2653dD7B07f33A8B32118C`](https://celoscan.io/token/0xcebA9300f2b948710d2653dD7B07f33A8B32118C)
* USDT: `0x48065fbBE25f71C9282ddf5e1cD6D6A887483D5e`
* CELO: `0x471EcE3750Da237f93B8E339c536989b8978a438`

* WORLDCHAIN\_MAINNET

* USDC: [`0x79A02482A880bCE3F13e09Da970dC34db4CD24d1`](https://worldscan.org/address/0x79A02482A880bCE3F13e09Da970dC34db4CD24d1)
* WLD: [`0x2cfc85d8e48f8eab294be644d9e25c3030863003`](https://worldscan.org/address/0x2cFc85d8E48F8EAB294be644d9E25C3030863003)
* wBTC: [`0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3`](https://worldscan.org/address/0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3)
* wETH: [`0x4200000000000000000000000000000000000006`](https://worldscan.org/address/0x4200000000000000000000000000000000000006)

* STABLE\_MAINNET

* USDT0: `0x779ded0c9e1022225f8e0630b35a9b54be713736`

* STABLE\_TESTNET

* USDT0: `0x78Cf24370174180738C5B8E352B6D14c83a6c9A9`

* MONAD\_TESTNET
* USDC: `0xf817257fed379853cDe0fa4F97AB987181B1E5Ea`
* USDT: `0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D`
Expand Down
Loading