# Reference: `sushi/mvm` Config

The MVM config module currently exposes the native token address representation.

```ts twoslash
import { mvmNativeAddress } from 'sushi/mvm'

mvmNativeAddress // '0x1::aptos_coin::AptosCoin'
```
