diff --git a/avalanche/go/avalanche-fuji-go-archive-leveldb.yml b/avalanche/go/avalanche-fuji-go-archive-leveldb.yml index 7887c1d0..9e0b130b 100644 --- a/avalanche/go/avalanche-fuji-go-archive-leveldb.yml +++ b/avalanche/go/avalanche-fuji-go-archive-leveldb.yml @@ -28,10 +28,10 @@ services: command: - --chain-config-dir=/config/archive - --db-type=leveldb - - --fuji - --http-allowed-hosts=* - --http-host= - - --public-ip=${IP}" + - --network-id=fuji + - --public-ip=${IP} - --staking-port=10350 restart: unless-stopped stop_grace_period: 5m diff --git a/avalanche/go/avalanche-fuji-go-pruned-pebbledb.yml b/avalanche/go/avalanche-fuji-go-pruned-pebbledb.yml index 876dc2e5..81a8c22b 100644 --- a/avalanche/go/avalanche-fuji-go-pruned-pebbledb.yml +++ b/avalanche/go/avalanche-fuji-go-pruned-pebbledb.yml @@ -28,10 +28,10 @@ services: command: - --chain-config-dir=/config/pruned - --db-type=pebbledb - - --fuji - --http-allowed-hosts=* - --http-host= - - --public-ip=${IP}" + - --network-id=fuji + - --public-ip=${IP} - --staking-port=10350 restart: unless-stopped stop_grace_period: 5m diff --git a/avalanche/go/avalanche-mainnet-go-archive-leveldb.yml b/avalanche/go/avalanche-mainnet-go-archive-leveldb.yml index a573d2ff..39e6b07a 100644 --- a/avalanche/go/avalanche-mainnet-go-archive-leveldb.yml +++ b/avalanche/go/avalanche-mainnet-go-archive-leveldb.yml @@ -30,8 +30,8 @@ services: - --db-type=leveldb - --http-allowed-hosts=* - --http-host= - - --mainnet - - --public-ip=${IP}" + - --network-id=mainnet + - --public-ip=${IP} - --staking-port=11929 restart: unless-stopped stop_grace_period: 5m diff --git a/avalanche/go/avalanche-mainnet-go-pruned-pebbledb.yml b/avalanche/go/avalanche-mainnet-go-pruned-pebbledb.yml index 753dda22..99c28ed0 100644 --- a/avalanche/go/avalanche-mainnet-go-pruned-pebbledb.yml +++ b/avalanche/go/avalanche-mainnet-go-pruned-pebbledb.yml @@ -30,8 +30,8 @@ services: - --db-type=pebbledb - --http-allowed-hosts=* - --http-host= - - --mainnet - - --public-ip=${IP}" + - --network-id=mainnet + - --public-ip=${IP} - --staking-port=11929 restart: unless-stopped stop_grace_period: 5m