ava-labs / subnet-evm

Launch your own EVM as an Avalanche Subnet
https://docs.avax.network/subnets/create-a-fuji-subnet
GNU Lesser General Public License v3.0
243 stars 220 forks source link

use default path to build, remove symlinking #1256

Closed ceyonur closed 2 months ago

ceyonur commented 2 months ago

Why this should be merged

VMIDs are not constant for repos but per-chain, thus plugin binaries can be created with any name.

How this works

If no parameter is provided, defaults to avalanchego plugin folder path Removes symlinking with constant VM ID.

How this was tested

Locally

How is this documented

No need