> For the complete documentation index, see [llms.txt](https://docs.interestprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.interestprotocol.com/overview/sui/memez.gg/memez.fun/contract/memez_pump_config.md).

# memez\_pump\_config

<mark style="color:yellow;">new -</mark> packages a vector of u64 into a PumpConfig struct.

```rust
public fun new(values: vector<u64>): PumpConfig 
```

**Arguments:**

* **`values: vector<u64>`**\
  The values to be packaged. They are done linearly.
